Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello,
Glad that worked,
Feel free to reach us for any further query/confusion,
Regards!!
wensolutionsKeymasterHello,
Please provide your login details in the given address : wensolution[@]gmail.com
Hope to hear from you soon,
Regards!!
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello
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!!
wensolutionsKeymasterHello @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.
April 18, 2019 at 12:26 am in reply to: How can i do to do the features option in home page a link? #95441wensolutionsKeymasterHello @gufo,
If you want to link the posts, you need to add the below-given code in your child theme functions.php file.
Hope this helps.
Thank you.
wensolutionsKeymasterHello,
Glad that we could help you,
Feel free to reach us for any further query/confusion,
Best Regards !!
wensolutionsKeymasterHello,
If you have any further query/confusion, feel free to write us back,
Regards!!
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @meraghu,
Thank you.
wensolutionsKeymasterHello @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.
wensolutionsKeymaster -
AuthorPosts