Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 8,657 total)
  • Author
    Posts
  • in reply to: Change Image size of Sliders #95779
    wensolutions
    Keymaster

    Hello,

    Glad that worked,

    Feel free to reach us for any further query/confusion,

    Regards!!

    in reply to: Trip Tabs CSS? error #95778
    wensolutions
    Keymaster

    Hello,

    Please provide your login details in the given address : wensolution[@]gmail.com

    Hope to hear from you soon,

    Regards!!

    in reply to: Changing the color in the submenu #95777
    wensolutions
    Keymaster

    Hello,

    Can you please specify in which color you want to change the sub menu to?

    Also can you please provide us with your site URL so that we can provide you with a precise fix?

    Hope to hear from you soon,

    Best Regards!!

    in reply to: Header Image #95611
    wensolutions
    Keymaster

    Hello,

    You can remove the header image of the blog page by going to , Admin Panel > Appearance > Customize > Header Image > Hide Image

    Screenshot : https://prnt.sc/ne2bin

    Also, there is no such feature of header image in the homepage but you can change the image of the slider in the homepage by going to, Admin Panel > Appearance > Customize > Front Page > Main Slider and select the content type from which you want to get the image in the slider.

    Hope this clears your confusion,

    Feel free to reach us for any further query/confusion,

    Regards!!

    in reply to: Trip Tabs CSS? error #95483
    wensolutions
    Keymaster

    Hello,

    When we inspected your site URL, we found that you have not activated the WP Travel plugin and hence we could not figure out the issue.

    Can you please once activate the plugin and let us know so that we can inspect the issue further?

    Hope to hear from you soon,

    Best Regards!!

    in reply to: Remove featured image from within post #95482
    wensolutions
    Keymaster

    Hello

    To remove the featured image within a post, please add the below given CSS,

    .single .single-thumb {
    display : none;
    }

    Also, regarding the CSS customization that you have made, if you have used the class that is specific to the section you wanted to target, then there should not be any issue. However, if you face any issue with the code, kindly let us know with a proper screenshot so that we can inspect the issue further.

    Hope this helps,

    Regards!!

    in reply to: Remove or change dynamic page title #95481
    wensolutions
    Keymaster

    Hello @alireza_hsi,

    To edit the title you need to go through the child theme.

    To know how you can create and activate the child theme go through the link below:

    https://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme in your child theme functions.php file add below-given code.

    function ecommerce_market_remove_cat_titles($title) {
    
        if( is_post_type_archive( 'product' ) ){
        	$title = 'Shop';
        }
    
        return $title;
    
    }
    add_filter( 'get_the_archive_title', 'ecommerce_market_remove_cat_titles' );

    Hope this helps.

    Thank you.

    wensolutions
    Keymaster

    Hello @gufo,

    If you want to link the posts, you need to add the below-given code in your child theme functions.php file.

    https://pastebin.com/CJfq2sCB

    Hope this helps.

    Thank you.

    in reply to: Change color on the CTA widget #95401
    wensolutions
    Keymaster

    Hello,

    Glad that we could help you,

    Feel free to reach us for any further query/confusion,

    Best Regards !!

    in reply to: Colors in features sections #95400
    wensolutions
    Keymaster

    Hello,

    If you have any further query/confusion, feel free to write us back,

    Regards!!

    in reply to: Logo size #95384
    wensolutions
    Keymaster

    Hello @sarah,

    Glad to help you.

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

    Also, we would really appreciate if you could help us by rating our theme by following the link below:

    https://wordpress.org/support/theme/mega-blog/reviews/

    Thank you.

    in reply to: Change color on the CTA widget #95381
    wensolutions
    Keymaster

    Hello @anna,

    Please replace the code above with the code given below:

    a.custom-button.btn-call-to-action.btn-call-to-primary {
        background-color: #3fbca3;
    }
    
    a.custom-button.btn-call-to-action.btn-call-to-secondary {
        background-color: #3fbca3;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Thank you.

    in reply to: Thumbnail Image under Gallery Tab shows Blury #95380
    wensolutions
    Keymaster

    Hello @meraghu,

    Thank you.

    in reply to: Remove Group Size part on the detail trip page #95379
    wensolutions
    Keymaster

    Hello @marghu,

    It’s always a pleasure helping you guys.

    If you have any issues further, we are here to help.

    Also, we would really appreciate if you could help us by rating our plugin by following the link below:

    https://wordpress.org/support/plugin/wp-travel/reviews/

    Hope this helps.

    Thank you.

    in reply to: Group Pricing Shows Price Per Person #95378
    wensolutions
    Keymaster

    Hello @meraghu,

    Glad to help you.

    Feel free to reach us if you have any query further.

    Thank you.

Viewing 15 posts - 2,551 through 2,565 (of 8,657 total)