Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 8,657 total)
  • Author
    Posts
  • in reply to: Footer copyright area #97351
    wensolutions
    Keymaster

    Hello @veronica,

    The option to edit the footer content is only available in the pro version of the theme so if you wish to add or edit the content then you need to upgrade to the pro version. If you upgrade to the pro version then not only this but you will have access to other amazing features.

    To know more about them please refer to below given link:

    https://themepalace.com/downloads/pet-business-pro/

    Thank you.

    in reply to: on phone view: header image background #97350
    wensolutions
    Keymaster

    Hello,

    Glad that we could help you.

    For any further query/confusion, feel free to reach us.

    Regards!

    in reply to: Contact Page: Google Map #97349
    wensolutions
    Keymaster

    Hello,

    Glad that we could help you.

    For any further query/confusion, feel free to reach us.

    Regards!

    in reply to: Search results page #97348
    wensolutions
    Keymaster

    Hello,

    Yes, maybe it has to do something with the builder that you are using because it is working fine in the theme. Also, if you have installed any third party plugin then please deactivate and verify the issue.

    As for the issue is concerned in your side, the issue may be related to the layout. So once your site is live let us know so that we can help you further.

    Thank you.

    in reply to: responsive issue #97344
    wensolutions
    Keymaster

    Hello @qiddo,

    First of all thank you very much for using the theme.

    Regarding your query, can you please provide your site URL so that we can provide the precise fix on this?

    Thank you.

    in reply to: Search results page #97301
    wensolutions
    Keymaster

    Hello,

    Please refer to below-given link:

    http://prntscr.com/nmecip

    Also can you please provide your site URL so that we also can inspect the issue properly and help you?

    Thank you.

    in reply to: Header image size #97300
    wensolutions
    Keymaster

    Hello,

    Please add below given to reduce the height all over the site.

    #page-site-header {
        height: 50vh;
    }

    Hope this helps.

    Thank you.

    in reply to: Search results page #97294
    wensolutions
    Keymaster

    Hello @rbeagen,

    First of all thank you very much for using the theme.

    Regarding your query, the search result will display the posts. You just click to the title of the post displayed there which link to that particular posts.

    Hope this clears the confusion.

    Let us know if you have any issues further.

    Thank you.

    in reply to: on phone view: header image background #97290
    wensolutions
    Keymaster

    Hello,

    Add below given CSS by going to Additional CSS.

    @media only screen and (max-width: 479px){
    #header-image {
        height: 331px !important;
    }
    }

    Hope this helps.

    Thank you.

    in reply to: Where is the Slider? #97289
    wensolutions
    Keymaster

    Hello @heidi,

    Once replace above given CSS with the CSS given below:

    @media only screen and (max-width: 730px){
    	.cycle-caption h3 a { 
    		pointer-events: none !important; 
    	}
    	#content div li a {
    		pointer-events: none !important; 
    	}
    
    }

    Hope this helps.

    Thank you.

    in reply to: Breadcrumbs #97276
    wensolutions
    Keymaster

    Hello @freedonm,

    The WooCommerce will also provide the filter using which you can change the text “Product”.

    For this activate the child theme and in your child theme functions.php add below given code.

    function ecommerce_market_pro_change_breadcrumb( $breadcrumb, $args ) {
        return str_replace( 'Products', 'Your text', $breadcrumb );
    }
    add_filter( 'breadcrumb_trail', 'ecommerce_market_pro_change_breadcrumb', 10, 2 );

    In place of “Your text”, you can add any text you like.

    Hope this helps.

    Thank you.

    in reply to: Front Page Widget – Latest News #97274
    wensolutions
    Keymaster

    Hello,

    Please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .clean_corporate_widget_latest_news .latest-news-item:nth-child(3n+1) {
    	    clear: both;
    	}
    
    /* Smaller than standard 1024 (devices and browsers) */
    @media only screen and (max-width:1024px) {
    
    	.clean_corporate_widget_latest_news .latest-news-item:nth-child(3n+1) {
    	    clear: none;
    	}
    
    }
    @media only screen and (max-width: 1023px)
    .clean_corporate_widget_latest_news .latest-news-item:nth-child(3n), .clean_corporate_widget_latest_news .latest-news-item:nth-child(6n) {
        clear: both;
    }
    }

    Hope this helps.

    Thank you.

    in reply to: slider issue | widget on every page #97273
    wensolutions
    Keymaster

    Hello,

    First of all, please be clear that the customizer settings will all be updated when you get the pro version of the theme and hence, the setup in the previous site maybe affected. You need to reconfigure the customizer settings, however, the contents of the database will be safe even after the update.

    Please find the answer to all of your queries below :

    Query 1 :
    Response – The theme itself offers the slider and hence you should not use any external plugins to get the slider feature in your site. To set the slider options, go to, Admin Panel > Appearance > Customize > Featured Section > Slider Type / Slider option .

    Query 2 :
    Response – In the customizer setting i.e Admin Panel > Appearance > Customize > Theme Option > Layout Option, make sure you have set the global layout as per your requirement. Also, for the individual page, the theme setting may have overridden the global layout settings. You can get the options for the sidebar in the individual page option

    Screenshot : https://prnt.sc/nmaahr

    Query 3 :
    Response – Please refer to the documentation of the theme and follow the given instruction to set up your site : https://themepalace.com/instructions/themes/easy-commerce-pro/

    On following the given instructions, if you encounter any problem, feel free to write back to us.

    Query 4 :
    Response – The homepage of the theme is fully customizable and every section that you see can be enabled/disabled. Please refer to the documentation for further info.

    Query 5 :
    Response – To recover the footer widgets, add the required widgets in the footer widget area and update the settings.

    Query 6 :
    Response : Integrating Elementor in the theme should not cause any issues. However, if you spot any issue you can kindly report it back to us.

    Also, after the purchase of the pro theme, you will have the access to the pro themes support forum. Please create the thread in the pro version of the forum. We will get back to you as soon as possible.

    For any further query/confusion, feel free to write back to us.

    Regards!!

    in reply to: how to upgrade to the PRO version without data loss #97267
    wensolutions
    Keymaster

    Hello,

    First of all, please be clear that the customizer settings will all be updated when you get the pro version of the theme and hence, the setup in the previous site maybe affected. You need to reconfigure the customizer settings, however, the contents of the database will be safe even after the update.

    Please find the answer to all of your queries below :

    Query 1 :
    Response – The theme itself offers the slider and hence you should not use any external plugins to get the slider feature in your site. To set the slider options, go to, Admin Panel > Appearance > Customize > Featured Section > Slider Type / Slider option .

    Query 2 :
    Response – In the customizer setting i.e Admin Panel > Appearance > Customize > Theme Option > Layout Option, make sure you have set the global layout as per your requirement. Also, for the individual page, the theme setting may have overridden the global layout settings. You can get the options for the sidebar in the individual page option

    Screenshot : https://prnt.sc/nmaahr

    Query 3 :
    Response – Please refer to the documentation of the theme and follow the given instruction to set up your site : https://themepalace.com/instructions/themes/easy-commerce-pro/

    On following the given instructions, if you encounter any problem, feel free to write back to us.

    Query 4 :
    Response – The homepage of the theme is fully customizable and every section that you see can be enabled/disabled. Please refer to the documentation for further info.

    Query 5 :
    Response – To recover the footer widgets, add the required widgets in the footer widget area and update the settings.

    Query 6 :
    Response : Integrating Elementor in the theme should not cause any issues. However, if you spot any issue you can kindly report it back to us.

    Also, after the purchase of the pro theme, you will have the access to the pro themes support forum. Please create the thread in the pro version of the forum. We will get back to you as soon as possible.

    For any further query/confusion, feel free to write back to us.

    Regards!!

    in reply to: Logo size in header #97265
    wensolutions
    Keymaster

    Hello,

    Glad we could help.

    Thank you.

Viewing 15 posts - 2,416 through 2,430 (of 8,657 total)