Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 8,657 total)
  • Author
    Posts
  • in reply to: About Us: Having Pro look like Free #75476
    wensolutions
    Keymaster

    Hello @ledtear,

    If you want to place the image like in the free version even with the pro version then you can do so by following some easy steps.

    For this go to Admin Panel > Appearance > Customize > Widget > About Section Widget Area and place the Image widget. Then upload the image of your choice.

    You can even go for the widget from Admin Panel > Appearance > Widget as well.

    Hope this helps.

    Regards!!

    in reply to: Changing images #75436
    wensolutions
    Keymaster

    Hello @ledtear,

    The option to change the image at the footer section is only available in the pro version of the theme.

    Not only this pro version comes with other exciting feature and to know about it please refer to below given link:

    http://themepalace.com/downloads/yummy-pro

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: Items Menu On Home – Prices #75435
    wensolutions
    Keymaster

    Hello @ledtear,

    Glad we could help.

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

    Thank you.

    Best Regards!!

    in reply to: Social Menu Social Icons #75418
    wensolutions
    Keymaster

    Hello @todd-dwoodward,

    Currently, we do not have support for these icons but we will soon release the update adding the support.

    We will let you know as soon as the update is released.

    Thank you.

    Best Regards!!

    in reply to: Gallery Template #75411
    wensolutions
    Keymaster

    Hello @crdc,

    Since the pictures comes from the posts, you need to assign those post to the certain category from the post edit screen so that you will be able to chose those category to display in the template.

    http://prntscr.com/k5g8bs

    You can add the category from the post edit screen or you can simply go to Admin Panel > Posts > categories and add new category from there.

    http://prntscr.com/k5g8oa

    The category that has been added from here will be available in each post and you can assign the post to any category you wish.

    Finally, you can choose those categories to display in the gallery template.

    Hope this helps.

    Thank you.

    in reply to: Items Menu On Home – Prices #75407
    wensolutions
    Keymaster

    Hello @ledtear,

    First of all thank you very much for trying out the theme.

    Actually, the menu section can be set from the default category and also from the WooCommere category even with the free version.

    To make the option “Woo Product category” available in the customizer you need to make sure to activate the WooCommerce theme and add the products assigning them to a category.

    Screenshot:

    http://prntscr.com/k5g66c

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Best Regards!!

    in reply to: "Post id" clarification – Business Hub Theme #75406
    wensolutions
    Keymaster

    Hello @rashida,

    The image in the banner section is displayed from the “Feature Image” section of the particular post edit screen so you need to at first make sure to add the image in this field.

    Screenshot:

    https://prnt.sc/k5g3s8

    Then you need to go to Admin Panel > Appearance > Customize > Theme Options > Slider and set up the section as per in the screenshot given below:

    http://prntscr.com/k5g41n

    Hope this helps.

    Thank you 🙂 .

    Have a good day 🙂 .

    in reply to: Gallery Template #75337
    wensolutions
    Keymaster

    Hello @crdc,

    Please replace above-given CSS with the CSS given below.

    .page-template-gallery-template .gallery-hover {
        display: none;
    }

    Hope this helps.

    Regards!!

    Have a good day 🙂 .

    in reply to: Font (text) colors #75336
    wensolutions
    Keymaster

    Hello @saim-rasheed,

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

    To change the font size of the body text please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    body {
        font-size: 14px;
    }

    To change the font size of the post header add below given CSS.

    h1 {
        font-size: 22px;  
    }

    To change the font size of the widget title use below given CSS.

    #sidebar-primary .widget-title, #sidebar-secondary .widget-title {
        font-size: 16px;
    }

    You can adjust the size as per your requirement.

    As for the color, the text color is already black.

    Hope this helps.

    Let us know if you have any confusion further.

    PS: Please post your queries creating your own ticket so that it would be easy to follow up your replies.

    Thank you.

    Best Regards!!

    in reply to: History and Service Options #75335
    wensolutions
    Keymaster

    Hello @jplayton,

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

    The theme has already provided the option where you have to either chose the pages or the category of your choice to set up these sections. It does not have the option to enter your custom text from the customizer.

    But if you want to turn the link off for these sections then add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .service-list a {
        pointer-events: none;
    }
    
    resume-list a {
        pointer-events: none;
    }

    Hope this helps.

    let us know if you have any confusion further.

    Thank you.

    Regards!!

    in reply to: Change count of cross sale columns #75295
    wensolutions
    Keymaster

    Hello @danilko-kuyandex-ru,

    To manage the count you have to activate the child theme.

    You can create the child theme manually or simply create the child theme using the available plugins.

    After activating the child theme please below-given code in your child theme’s functions.php file.

    add_filter( 'woocommerce_output_related_products_args',
    'clean_commerce_custom_woocommerce_upsell_display_args' );	
    function clean_commerce_custom_woocommerce_upsell_display_args( $args ) {	  $args['posts_per_page'] = 3;
    $args['columns']        = 3; 
    return $args;	}

    Hope this helps.

    Best Regards!!

    in reply to: "Post id" clarification – Business Hub Theme #75282
    wensolutions
    Keymaster

    Hello @rashida,

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

    Now to set up the homepage sections you need to select the category in some filed and enter the ID of the posts in some filed.

    As for example in “Why choose us section” you need to enter the id of the post of your preferred choice as given in the screenshot below:

    http://prntscr.com/k4kk2y

    You can find the id of the post on the URL by going to individual post edit screen.

    http://prntscr.com/k4kke0

    Or you can even find the ID upon hovering over the post in post listing page.

    Hope this helps.

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

    Thank you.

    Best Regards!!

    in reply to: The right size of sliders #75281
    wensolutions
    Keymaster

    Hello @mistiknaw,

    Sure we will be waiting for your response :).

    Meanwhile, if you have any issues related to the theme then please let us know.

    Thank you.

    Best Regards!!

    in reply to: Unable to create a child theme #75242
    wensolutions
    Keymaster

    Hello @froshdimeji,

    If you have installed any cache plugin or another third party plugins then please try deactivating them and verify the issue.

    Hope this helps.

    Regards!!

    in reply to: H2 on Startpage not working correctly #75235
    wensolutions
    Keymaster

    Hello @frederikunser,

    Glad we could help you.

    Let us know if you have any issues further.

    Thank you.

    Regards!!

Viewing 15 posts - 3,751 through 3,765 (of 8,657 total)