Forum Replies Created

Viewing 15 posts - 5,281 through 5,295 (of 8,657 total)
  • Author
    Posts
  • in reply to: Lighten banner image #55515
    wensolutions
    Keymaster

    Hello @bcaverly ,

    Glad that you figured out the issue by your self.

    But if you have any confusion please let us know.

    Best Regards!!

    in reply to: Adding slider to category/gallery post #55513
    wensolutions
    Keymaster

    Hello @sohughes1,

    To add the slider for the gallery page jut go to edit mode of the gallery and then there you will see Gallery Setting at right corner . In Gallery Setting you see Link To Option . Here select the option Media File and save the setting .

    For proper info refer to below screen Shot :

    https://image.prntscr.com/image/T4O2iGB9Ri27W8YBbZt0iw.png

    As for the category you can simply click in eye like structure when hovering over the category image .

    Hope this helps .

    Please write back to us if you have any confusion further .

    Best Regards!!

    in reply to: Tp-Team + Tp- courses sidebar widget GONE?! #55508
    wensolutions
    Keymaster

    Hello @adam_iic,

    We would like to apologize for inconveniences .

    The updates of the TP: Education plugin has been again released fixing the issue .

    Please update the plugin and verify the issue . Please let us know if that solves your issue or not.

    Thank you .

    Best Regards!!

    in reply to: Install for the theme tool box plugin #55507
    wensolutions
    Keymaster

    Hello @bryanfields .

    Yes we have not included about the functionality that is provided from the plugin . From the plugin you will be able to add additional feature like Team , Testimonial etc in the theme . After the activation of the plugin you will find some Menu listed in the Dashboard which you can add as per your requirement .

    Also we will include about the Plugin in the documentation so that it would be easy for you guys to understand about the plugin and its use .

    Thank you very much for letting us know about this .

    Best Regards!!

    in reply to: Black background bar of call to action widget #55502
    wensolutions
    Keymaster

    Hello kitchebtools,

    Actually we are not quite clear with your issue according to what you have said, You have asked to change the background color of CTA of Clean Commerce Pro theme and posted the issue in the forum of Clean Corporate Pro which makes us confuse . If you meant the CTA background Of Clean Commerce Pro then it is already in black background .

    But in case if you meant Clean Corporate Pro then then the background color will only be applied if you do not upload the background image though Customize > Widget > Clean Corporate : Call To Action widget and to change the color you may go to Admin Panel > Appearance > Customize > Home Widget Color Options > CTA Widget Color Options . Here you can change the color as per your requirement .

    IF this does not help please provide the screen shot of the section that you want to change the color of and you URL so that we could provide precise fix .

    PS: Please post Your query under respective forum by creating your own ticket .

    Hope this helps .

    Best Regards!!

    in reply to: How to Change Product Columns from 3 to 4 #55491
    wensolutions
    Keymaster

    Hello @hipnippers,

    To adjust the column of the WooCommerce shop page you have to activate the child theme .

    You can even activate the child theme using the plugin given below :

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php paste below given code .

    add_filter('loop_shop_columns', 'easy_commerce_pro_loop_columns', 20);
    if (!function_exists('easy_commerce_pro_loop_columns')) {
    	function easy_commerce_pro_loop_columns() {
    		return 4; 
    	}
    }

    Then paste below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS .

    @media only screen and (max-width: 767px)
    {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48.2%;
        clear: both;
    }
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 1.8% 15px 0;
        width: 23%;
    }

    Now to change the font size and font type paste below given CSS in the location Additional CSS .

    .woocommerce ul.products li.product .woocommerce-loop-product__title, .easy-commerce-woocommerce ul.products li.product h2 {
        font-size: 22px;
        font-family: cursive;
    }

    You can ajust the font size and font family as per your requirement .

    Hope this helps .

    Best Regards!!

    in reply to: Carousel for Products categories #55488
    wensolutions
    Keymaster

    Hello @fatim ,

    As you know that the theme does not have such feature and as much as we would love to help you , this is beyond the support offered for our products

    Although it is possible for you to achieve your request on the theme with advanced code customization of the theme.

    Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below
    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    in reply to: Features in Gallery #55484
    wensolutions
    Keymaster

    Hello @sohughes1,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/photo-perfect/reviews/

    Best regards !!

    in reply to: Changing EC:Services Colour #55479
    wensolutions
    Keymaster

    Hello @hipnippers,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/easy-commerce/reviews/

    Best regards !!

    in reply to: Changing EC:Services Colour #55428
    wensolutions
    Keymaster

    Hello @hipnippers,

    For CTA section please use below given CSS.

    #sidebar-front-page-widget-area .cta-layout-1.easy_commerce_widget_call_to_action::before {
        background: #6a4fa1;
        }

    Hope this helps .

    Best Regards!!

    in reply to: Changing EC:Services Colour #55424
    wensolutions
    Keymaster

    Hello @hipnippers,

    To change the background color of the EC: Service widget use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #sidebar-front-page-widget-area .widget.easy_commerce_widget_services {
        background: #6a4fa1;
    }

    As for the EC: Call to Action the background color will only be applied if the background image in not uploaded for this particular section .

    However you can still use below given CSS to change the background color.

    .cta-layout-1.easy_commerce_widget_call_to_action {
        background: #6a4fa1 none repeat scroll 0 0;
        
    }

    Paste the CSS in above given location .

    Hope this helps .

    If you have any confusion further then please let us know.

    Best Regards !!

    wensolutions
    Keymaster

    Hello @blueman,

    Nice to know that your issue is solved .

    Please feel free to post if you have any confusion further .

    Best Regards!!

    wensolutions
    Keymaster

    Hello @blueman,

    The icon is displaying fine even in the browser as you can see in below screens shot when tested locally.

    https://image.prntscr.com/image/6lXoeCHFQb2PZGQa-hn5Ew.png

    Please make sure you have enabled Go to Top icon by going to Admin Panel > Appearance > Customize > Theme Options > Footer Options .

    The feature to change the color of the icon is available within the theme . You just need to go to Admin panel > Appearance > Customize > Color Options > Go To top color Option and change the colors as per your wish .

    Hope this helps.

    Best Regards!!

    in reply to: Lighten banner image #55411
    wensolutions
    Keymaster

    Hello @bcaverly,

    Glad we could help you .

    If there is any confusion further then please do not hesitate to post them .

    Best Regards!!

    in reply to: Lighten banner image #55408
    wensolutions
    Keymaster

    Hello @bcaverly,

    To remove the overlay effect over the slider use below given CSS.

    .so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after {
        background: none;
         }

    Hope this helps .

    Best Regards!!

Viewing 15 posts - 5,281 through 5,295 (of 8,657 total)