nirav

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 552 total)
  • Author
    Posts
  • nirav
    Keymaster

    Hello There!

    We are glad that issue got resolved.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    nirav
    Keymaster

    Hi Anu99,

    Hope you are doing good!

    We are glad that issue got resolved.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Search button colour and the slider colour #15933
    nirav
    Keymaster

    Hi There,

    Hope you are doing good!

    Please add custom CSS by following below mentioend steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    #footer-widgets .widget.widget_search .search-form input[type="submit"] {
    	border: 1px solid #ea9920 !important;
    	background: #ea9920 !important;
    }

    * Change the color as per requirement for the search button

    4) Save the update

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    nirav
    Keymaster

    Hello Anu99,

    Hope you are doing good!

    We have checked the issue with our theme but it is not the theme issue as it is working with our theme. May be one of the plugin is causing the issue, Try to deactivate plugins one by one and check the theme.

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesings

    in reply to: Slider image not on page #15931
    nirav
    Keymaster

    Hi Hubert,

    Hope you are doing good!

    Could you please share with us your website here or send us the email on [email protected] so we can check the issue and can provide you an effective solution.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Hide Category Title #15858
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    Please add cusotm css for the update by following below mentioned steps.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    .category .site-main header.page-header{
        display:none;
    }

    4) Save the Update

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: How can I make product image clickable? #15781
    nirav
    Keymaster

    Hell There,

    Hope you are doing good!

    We have sent you the addtional code on your email.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Business Point Pro Designs Themes Documentation #15780
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    You can go with eCommerce Gem Plus.

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    nirav
    Keymaster

    Hello THere!

    Hope you are doing good!

    Theme is not designed for one page navigation however you can archive your requirement by adding below code to functions.php file

    function myfunc_add_extra_script(){
        echo '<script>
        jQuery(document).on("click", "#primary-menu a", function(){
       	 jQuery(".meanmenu-reveal").trigger("click");
        });
        </script>';
    }
    add_action('wp_footer', 'myfunc_add_extra_script', 20);

    We recommended to create child theme and add above code in functions file.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: hide empty sidebars #15778
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Could you please share your website URL here or mail us on [email protected] so that we can create a custom css and can provide it you.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Search button colour and the slider colour #15777
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Could you please share your website URL here or mail us on [email protected] so that we can create a custom css and can provide it you.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Customising categories #15776
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Theme does not support this option for category page however you can achieve this by following below steps:
    1) Edit theme file archive.php
    2) On line 40 change “template-parts/content” to “template-parts/content-full”
    3) Save file and done.

    We recommended to do these this update by creating a child theme of blog way plus.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Can't use SVG logo #15621
    nirav
    Keymaster

    Hello Ross,

    Hope you are doing good!

    Please convert that to png format from svg format and then use it, it will work fine.

    Feel free to get in touch in case of any other query.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: social icons #15620
    nirav
    Keymaster

    Hello Anna,

    Hope you are doing good!

    We have checked the website and foundout that the issue has been resolved.

    Feel free to get in touch in case of any other query.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: No futured images #15619
    nirav
    Keymaster

    Hello Dimitris,

    Hope you are doing good!

    For featured images the theme will require the new layout and you can create it by creating a child theme and overwrite the existing widget as per your required changes.

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

Viewing 15 posts - 196 through 210 (of 552 total)