Forum Replies Created

Viewing 15 posts - 5,431 through 5,445 (of 8,657 total)
  • Author
    Posts
  • in reply to: Travel Eye: Featured Trips – Image-Link #53291
    wensolutions
    Keymaster

    Hello @mrypoc,

    We would like to apologize that we forgot to mention one more steps .

    In your child theme functions.php file please add below given code .

    function travel_eye_child_featured_trips_template_file( $filename, $instance, $widget ){
    
            // And this one for themes
            $filename = get_stylesheet_directory() . '/default.php'; 
    
        return $filename;
    }
    add_filter( 'siteorigin_widgets_template_file_travel-eye-featured-trips', 'travel_eye_child_featured_trips_template_file', 10, 3 );

    Hope this helps .

    Best Regards!!

    in reply to: Travel Eye: Featured Trips – Image-Link #53277
    wensolutions
    Keymaster

    Hello @mrypoc,

    To put the link in the images of the “Travel Eye: Featured Trips Widget” you have to activate the child theme .

    Child theme reference :
    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using the plugin given below:
    https://wordpress.org/plugins/wp-child-theme-generator/

    After creating the child theme in your child theme create the file default.php and paste below given code.

    https://gist.github.com/anonymous/6e7a5a01fa7b34c812f26906674e6553

    Hope this helps .

    Best Regards!!

    Have a god day .

    in reply to: How do I change color in page title? #53269
    wensolutions
    Keymaster

    Hello @lynaeash,

    To change the color of first letter on individual posts use below given CSS.

    .single h1.page-title:first-letter {
        color: #fff !important;
    }

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: remove text overlay clean commerce pro #53266
    wensolutions
    Keymaster

    Hello @krushinem,

    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/clean-commerce/reviews/

    Best regards !!

    in reply to: Transparent box in slider #53265
    wensolutions
    Keymaster

    Hello @mfolley,

    Can you post your site URL so that we could provide the precise fix ?

    Hope you understand .

    Best Regards!!

    in reply to: Is nature bliss a one time payment #53264
    wensolutions
    Keymaster

    Hello @balukuj7,

    All our premium themes comes with initial 1 year of Subscription. This means that you can download the updates and get private support forum access till 1 year of purchase date. But after one year, you will need to renew your subscription in order to continue downloading updates and get private support forum access.

    Also each licence is for one domain or website i.e. one license for one domain .

    But You’re fine to use regular license in multiple install on same domain.

    Hope this clears up the confusion .

    Thank you !!

    Best Regards!!

    in reply to: feature content and widget locked on place #53199
    wensolutions
    Keymaster

    Hello @akishmer,

    First of all we would like to request you that please post your query in the support forum of respective theme . When we inspected your site URL we found that you are using Education Hub Pro not Academic Pro .

    Also we found that you have not activated the featured content section so you need to activate them at first by going to Admin Panel > Appearance > Customize > featured Content > featured Content Type > Enable Featured Content and chose the option Home Page only from the dropdown .

    Now select the option page/post as per you wish to display in this section .

    You can refer to below link as well.

    http://themepalace.com/instructions/themes/education-hub-pro/#doc-featured-content-10

    Also every widget has delete option at the bottom of the widget so if you don’t want any particular widget anymore then you can delete them by clicking in delete button .

    Hope this helps .

    Best Regards!!

    in reply to: Header ad #53171
    wensolutions
    Keymaster

    Hello @hjocelyn,

    As we have previously mentioned the theme does not has the feature to support the script tag in header Ad area . So you can simply use img tag to display the image of your choice in Ad section .

    But if you want the theme to work with the script tag then you can always consider hiring the customizer .

    To hire a customizer please follow the link below

    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    in reply to: Menu is not working #53170
    wensolutions
    Keymaster

    Hello @hjocelyn,

    When we checked the theme locally it is is working absolutely fine .

    The issue is caused due to the conflict with the plugin “Advanced Classifieds and Directory Pro” .

    So please deactivate the above mentioned plugin and verify the issue .

    Also for your information we have not done any compatibility testing with the third party plugin except the one recommended by the theme itself .

    Hope this helps .

    Best Regards!!

    in reply to: remove text overlay clean commerce pro #53169
    wensolutions
    Keymaster

    Hello @krushinem,

    In order to completely remove the title form the post in feature carousel section use below given CSS.

    #featured-carousel .featured-carousel-item .featured-product-title {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: Change the Red color. #53168
    wensolutions
    Keymaster

    Hello @lynaeash,

    Glad that we could help you .

    If you have any confusion further then please do not hesitate to post them .

    Best Regards!!

    Have a good day .

    in reply to: How do I change color in page title? #53167
    wensolutions
    Keymaster

    Hello @lynaeash,

    Nice to hear that you figured out one of the issue by yourself.

    Now to change the color of first letter of the category page use below given CSS.

    .category h1.page-title:first-letter {
        color: #fff !important;
    }

    Hope this helps .

    Best Regards!!

    in reply to: main page slider does not link up to posts #53166
    wensolutions
    Keymaster

    Hello @hjocelyn,

    Glad we could help you .

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

    Best Regards!!

    Have a good day .

    in reply to: Read More button destinations #53164
    wensolutions
    Keymaster

    Hello @evahill,

    To make the Read More button appear in slider section you just have to go to Admin Panel > Appearance > Customize > Theme Options > Slider and check the button Show Read More button.

    Also please create a separate category and assign the posts to that category to display in the slider as it will be easy and more specific .

    Similarly when we inspected your site we do not see any section below the slider so please activate the sections by going to Customize > Theme Options > Home Sections .

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: Post Links Not Working on Mobile #53163
    wensolutions
    Keymaster

    Hello @howweteach,

    When we tried to open the link that you have posted in mobile device, it is working absolutely fine . The link does not take to 404 page . Also all the links opens correctly in mobile device.

    So please elaborate your issue so that we could understand what exactly your issue is and help you further.

    Best Regards!!

Viewing 15 posts - 5,431 through 5,445 (of 8,657 total)