Forum Replies Created

Viewing 15 posts - 4,846 through 4,860 (of 8,657 total)
  • Author
    Posts
  • in reply to: Featured Content #60564
    wensolutions
    Keymaster

    Hello @tonythomas7,

    The featured content on the front page ( below slider ) in Education Hub Pro theme takes content from selected posts/pages in the Admin Dashboard > Appearance > Customize > Featured Content > Featured Content Type.

    The image, excerpt and title are set from the page or post chosen in the section.

    Please check the section in the customizer settings for the featured content to change/edit content for the Featured section.

    You can also check the theme’s official documentation for details on using the theme at :

    http://themepalace.com/instructions/themes/education-hub-pro/

    Hope this Helps,

    Best Regards !!

    in reply to: Theme did not come with the Install Demo #60562
    wensolutions
    Keymaster

    Hello @hemo1234,

    While we have tested the Edu Care Pro theme with the Woocommerce theme on our side, no such issues were seen.

    To debug the issue further, please check by deactivating any other third third-party plugins ( if you have installed any currently ) one by one and check to see if the issue is resolved.

    You can also check for any error/notices in your website by setting WP_DEBUG to true in your wp-config.php file.

    if the issue is not resolved by the steps above, please provide us your Website URL along with the screenshot of the issue so that we can debug the issue further and provide some precise fix.

    Best Regards !!

    in reply to: unable to use color option #60561
    wensolutions
    Keymaster

    Hello @iopelonere,

    After installing and activating the Pro version of the University Hub Pro theme, all the customizer settings are available on the theme as per documentation.

    Please make sure you have installed and activated the pro version of the theme from your Admin Dashboard.

    If you are still having the issue with the options, please provide us screenshots of the issue so that we can debug the issue further.

    Hope this Helps,

    Best Regards !!

    in reply to: help to open website #60526
    wensolutions
    Keymaster

    Hello @sblogas,

    This is the server related issue so please contact your server host and solve the issue.

    Hope this helps.

    Best Regards!!

    in reply to: Customize products pages backgroung and header #60524
    wensolutions
    Keymaster

    Hello @yisushiforyou,

    IF you do not want to display any image in single product page then please add below given code in your child theme functions.php file.

    function yummy_pro_child_remove_image(){
    
    remove_action('woocommerce_after_main_content', 'yummy_pro_before_product_end', 10);
    	remove_action( 'woocommerce_after_single_product', 'yummy_pro_single_product_end', 20 );
    }
    add_action('init','yummy_pro_child_remove_image');

    Hope this helps.

    Best Regards!!

    in reply to: Home button #60483
    wensolutions
    Keymaster

    Hello @hansvjensen,

    We really would like to apologize for the inconveniences.

    We have answered your query and if you have any issue further you are always welcome to post them and not to forget clean Commerce pro is an amazing them to use .

    Also we would like to assure you that if get any issue further please post then and we try to answer it as quickly as we can .

    As for the mail please verify whether you have entered your correct email while registering in TP or not because when we tested we got the mail after an answer is posted for the query.

    Thank you.

    Best Regards!!

    in reply to: Quicklinks coler #60482
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Firstly, our sincere apology in delay in replying to you.

    When you change the background color of the Top Header by going to Admin Panel > Appearance > Customize > Color Options > Top Header Color Options and change background color of the Primary Menu by going to Admin Panel > Appearance > Customize > Color Options > Primary Menu Color Options, both will be visible at the from page as well not only in pages.

    Screenshot:
    https://image.prntscr.com/image/9nXaeg1IROiKkN_lBu_aaw.png

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

    So if it is not working for you then we can help you by providing the custom CSS.

    As for the menu, we can definitely decrease the width of the menu to adjust the menu in all one line .

    For this we need you site URL so that we could provide precise fix .

    Hope this helps.

    Thank you very much for your patience.

    Best Regards!!

    in reply to: How do I find the RSS feed URL for the website #60478
    wensolutions
    Keymaster

    Hello lindaje,

    To find the RSS URL please follow below given steps:

    – At first view the source of you website by right clicking and selecting the option “View Page Source“.
    – After reaching to source page press CTRL+f an type RSS .
    -There you will find the RSS link of your site .

    Screenshot:
    https://image.prntscr.com/image/ER_HmICZQPWViJghs34V5w.png

    Hope this helps.

    Best Regards!!

    in reply to: Blog Title Translate and missing colour option #60477
    wensolutions
    Keymaster

    Hello @swed-x,

    The theme has color option for most of the parts of the theme but if you require the change of color in the section that is not available within the color option then we will help you through the use of custom CSS.

    So please specify the section that you want to change the color for so that we could help you.

    Hope this helps.

    Best Regards!!

    in reply to: Home button #60475
    wensolutions
    Keymaster

    Hello @hansvjensen,

    When we checked the issue we are unable to find such issue . We received the followup email as well.

    So please have a look into your spam message.

    Thank you.

    Best Regards!!

    in reply to: Customize products pages backgroung and header #60450
    wensolutions
    Keymaster

    Hello @yisushiforyou,

    Since the product comes from the WooCoomerce, there is no option in theme to upload the header image for each individual product page.

    However, you can add the header image for each product page using the ID of the product but it would be tedious because there are so many products for which you need to add the header image. But here is the solution for two different cases.

    If you want the same header image for all product page the use below given CSS.

    .single-product section#banner-image {
       background-image: url(http://localhost/wordpress/wp-content/uploads/2017/11/cinque-terre-279013_640.jpg)!important;
    }

    If you want to change the header image for individual product page then you have to use the id of that page. For this use below given CSS.

    .single-product .postid-1774 #banner-image {
       background-image: url(http://localhost/wordpress/wp-content/uploads/2017/11/cinque-terre-279013_640.jpg);
    }

    Here replace the image URL with your image URL and replace the ID with the ID of that product page.

    Screenshot:
    https://image.prntscr.com/image/09pGwey6S9eqDXgzW3y4dw.png

    Now to change the image of the dishes in individual paste below-given code in your child theme functions.php file.

    https://gist.github.com/anonymous/fa9a798510432320ecf25d2f6c0c6d35

    Hope this helps.

    Best Regards!!

    in reply to: Price tag at featured widget #60446
    wensolutions
    Keymaster

    Hello @quantranvn,

    Actually, the theme does not have such feature.

    Also what you are looking for requires higher code customization and as much as we would love to help you with this, we are unable to do so as it requires a lot of code customization.

    Also, the theme does not have the feature to set the video in the slider.

    Our suggestion to you is to hire a professional developer for your customization so that your theme will no be affected 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: Blog Title Translate and missing colour option #60418
    wensolutions
    Keymaster

    Hello @swed-x,

    Yes, this option will change the color of the link of all the widget. So if you specifically wanted to change the color of the date of CB: Latest News widget use below-given CSS in Additional CSS.

    .construction_base_widget_latest_news .latest-news-date {
        background: #024dfa;
    }

    Here change the color code as per your requirement.

    As for the translation, the issue is related to the third-party plugin so we can help you on this as it lies beyond the support we offer for our product.

    Hope you understand.

    Best Regards!!

    in reply to: How to change colors? #60405
    wensolutions
    Keymaster

    Hello @swed-x,

    Glad we could help you.

    If you have any issue further then please feel free to post.

    Best Reagrds!!

    in reply to: Site is inactive #60404
    wensolutions
    Keymaster

    Hello @kit,

    If you’ve activated your license in any other site before, please deactivate it first and then activate it in the current site.

    If for some reason this is not possible, please contact with your purchase email and order #ID to info@themepalace.com to reset it.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

Viewing 15 posts - 4,846 through 4,860 (of 8,657 total)