nirav

Forum Replies Created

Viewing 15 posts - 526 through 540 (of 552 total)
  • Author
    Posts
  • in reply to: Get License for Development Site #10998
    nirav
    Keymaster

    Hello Karen,

    Thank you for sharing details with us.

    We have sent an email to you and your team. Please check your mail and kindly revert back.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Get License for Development Site #10980
    nirav
    Keymaster

    Hello Karen,

    Thank you for getting in touch with us!

    We’re sorry you could not get the demo content imported smoothly.

    We didn’t receive any email on the mentioned email address in our forum
    We have sent you mail from our support email address. Please kindly resed email on that email address.

    we will be happy to set up the demo content on the site and have the site ready for you to build the site on. Please feel free to let us know if we can assist any further.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Slider Issues #10979
    nirav
    Keymaster

    Hello Brain,

    Happy to help you.
    It’s great, you solved the issue yourself.

    Regards,
    Team ProDesigns

    in reply to: Get rid of "Blog" text on home page? #10967
    nirav
    Keymaster

    Hello Blakeg,

    Thank for using our theme.

    We have added the “blog” title for SEO friendly header tags in our previous update.
    For your permanent solution, we will add the setting in customizer in the admin area.
    So that if anyone wants to hide or change the title then they can.

    In the meantime, if you need to hide, you can do this via a custom CSS.

    • Please log in to the admin area
    • Go to “Appearance >> Customize >> Additional CSS”.
    • Paste the below code in “Additional CSS” and save it afterward:
    .page-title{display:none;}
    .site-main > header{border-bottom: 1px solid #eee;}

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Remove Date From Slider #10964
    nirav
    Keymaster

    Hello Tuham,

    Below CSS code will help you to hide date.

    • Please log in to the admin area
    • Go to “Appearance >> Customize >> Additional CSS”.
    • Paste the below code in “Additional CSS” and save it afterward:
    
    .main-news-full-row .posted-date
    {
    display:none;
    }

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Get License for Development Site #10963
    nirav
    Keymaster

    Hello Karen,

    Thank you for purchasing our theme.

    After you would have made the payment, you should have received an email from us for the purchase. You should be able to find the license key in that email.

    Also, you should be able to find it from “My Account” after logging in.

    Hope this helps. Please feel free to let us know if you have any other query.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Sticky Header #10955
    nirav
    Keymaster

    Hello itnchans,

    We apologize for not being able to respond earlier.

    Sticky header feature already added in winsome theme.
    Can you please let us know what is your exact issue?

    Please provide us a screenshot of the issue and URL of the site.

    Regards,
    Team ProDesigns

    in reply to: Turn website for mobile friendly #10946
    nirav
    Keymaster

    Hello Arun,

    We apologize for not being able to respond earlier.

    We believe eCommerce Gem is 100% responsive and mobile friendly theme. Can you please let us know what is your exact issue?

    Please provide us a screenshot of the issue and URL of the site.

    Regards,
    Team ProDesigns

    in reply to: Icon problem on the second language #10945
    nirav
    Keymaster

    Hello Chi,

    We apologize for not being able to respond earlier.

    We have tried with our demo and its working perfectly.
    We would need to explore the issue by logging in to the admin of the site and run a few tests to narrow down the probable cause.
    May we request you to provide us with a temporary admin user to check the issue further?

    Regards,
    Team ProDesigns

    in reply to: Tagcloud for Portfolio Categories #10936
    nirav
    Keymaster

    Hello Klaus,

    We apologize for not being able to respond earlier.

    Unfortunately, this is a bug of pt theme add-on plugin and we will be resolving it soon in our next update.
    We are sorry for the inconvenience you may be facing.

    In the meantime, if you need to implement this now, you can do this via adding a filter.

    Open your theme’s function file and past below code at end of the file.

    add_filter('pre_get_posts', 'custom_post_type_tags');
    if (!function_exists('custom_post_type_tags'))
    {
        function custom_post_type_tags($query) {
            if(is_tax('ptta-portfolio-categories')) {
                $post_type = 'ptta-portfolio';
                $query->set( 'post_type', array( 'post', $post_type ) );    
                return $query;
            }
            elseif(is_tax('ptta-testimonials-categories')) {
                $post_type = 'ptta-testimonials';
                $query->set( 'post_type', array( 'post', $post_type ) );    
                return $query;
            }
            elseif(is_tax('ptta-team-categories')) {
                $post_type = 'ptta-team';
                $query->set( 'post_type', array( 'post', $post_type ) );    
                return $query;
            }
        }
    }

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Sub menu going behind CTA Widget #10935
    nirav
    Keymaster

    Hello Junaidlang,

    Greetings of the day!

    Unfortunately, this is a bug and we will be resolving it soon in our next update.
    We are sorry for the inconvenience you may be facing.

    In the meantime, if you need to implement this now, you can do this via a custom CSS.

    1. Please log in to the admin area
    2. Go to “Appearance >> Customize >> Additional CSS”.
    3. Paste the below code in “Additional CSS” and save it afterward:
    .business_point_widget_call_to_action{
    z-index: 99;
    }

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Not import data #10934
    nirav
    Keymaster

    Hello tien,

    Greetings of the day!

    We have checked in our demo and it is working fine.
    The time it takes to complete an import using the one click demo import plugin for around 15 minutes to 20 minutes.
    Please try again and let us know if it still not working.

    Regards,
    Team ProDesigns

    in reply to: Changes to site identity #10932
    nirav
    Keymaster

    Hello os401,

    Greetings of the day!

    The theme has no such feature by default. However, if you create a child theme and customize the theme, you can make your site work as you described.

    Regards,
    Team ProDesigns

    in reply to: Cannot Install Theme #10931
    nirav
    Keymaster

    Hello Brain,

    Thank you for using our theme!

    The theme is shipped with 2 zip and 2 directories:
    – blog-way-plus.zip
    – blog-way-plus-child.zip
    – documentation
    – licensing

    Please extract it and open readme file, you will find step by step process to install the theme there.

    Regards,
    Team ProDesigns

    in reply to: Demo Content #10852
    nirav
    Keymaster

    Hello Ron,

    We apologize for not being able to respond earlier.

    To have the theme look like it does on our site demo, you would need to install demo data.

    Please install the “One Click Demo Import” plugin and click on “Import Demo Data” button.

    Please kindly let the process complete and your site will have the look just like the demo.

    Regards,
    Team ProDesigns Themes

Viewing 15 posts - 526 through 540 (of 552 total)