Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @sharoncaren,
Firstly, our sincere apology for the delay in replying to you.
To add the title in the blog page you have to go through the child theme approach.
You can even activate the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme create the file home.php . After creating the home.php file paste below given code.
https://gist.github.com/anonymous/502584b5a394693bec71a1fc8c50b030
The name that appears on this page will be whatever the page you have chosen for Posts page by going to Homepage setting.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @kekwoot,
Can you post your site URL so that we could check your site in Mobile and provide the fix?
Thank you.
Best Regards!!
wensolutions
KeymasterHello @mahraun,
The header image is used as the background image and it will be very difficult to adjust the whole image in responsive devices.
But still we have tried to manage to adjust the image and for this use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and pste below given CSS.
@media (max-width:520px){ #biography_child_page { background-attachment: scroll; background-size: cover; } }Here we have removed the parallax feature i.e the image will scroll.
Hope this helps.
Best Regards!!
December 11, 2017 at 11:09 pm in reply to: how to change 3 columns to 4 columns from products list #60393wensolutions
Keymasterwensolutions
KeymasterHello @swed-x,
Actually the path we have provided above change the hover color of the Email, Phone at the top header.
Since the option is not working for you guys, you can use below given custom CSS to change the hover color.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#tophead #quick-contact a:hover { color: #a46497; }Here change the color code as per your requirement.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @quantranvn,
Glad that your previous issue is solved.
Now to change the hover color of the arrow add below given CSS in Additional CSS.
.so-widget-sow-hero .sow-slider-base .sow-slide-nav a:hover { background: #33dcdd none repeat scroll 0 0; }Here change the color code as per your requirement.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
wensolutions
KeymasterHello @hansvjensen,
You can even remove the home button with the CSS given below :
#primary-menu li.home-menu { display: none; }Also we will definitely answer your query there.
Thank you very much for your patience.
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Actually we have tested the code and then only provided to you .
So please post the error so that we could solve it for you.
Also you should always go through the child theme approach for any modification in the theme. If you make any modification directly in your theme then all the original data will be lost .
Furthermore, to make all the content of the parent theme transfer to child theme you can below given block of code in your child theme functions.php file .
https://gist.github.com/anonymous/8b08638a312b5d18e9e07eecc89b2b05
Adding this block of code does not require any customization in child theme. All of the setting get transferred from parent theme.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @quantranvn,
Please specify which Read More tag you are referring to with the screenshot so that we could provide the precise fix.
Thank you.
Also while posting the issue please create your own ticket so that it would be easy for us to track your issue.
Best Regards!!
wensolutions
KeymasterHello @quantranvn,
Firstly, thank you very much for buying the pro version.
You can remove the price tag in the posts by going to edit screen of Travel Eye: Featured Trips widget. Here on each featured trip, you will find the field “Price”. Here remove this price.
Screenshot:
https://image.prntscr.com/image/nyb0cHGeR0Kc6-6O18Wrgg.pngThe theme initially doe not have the feature to add the backgound image per section. However you can add the background image using custom CSS.
Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .
#pg-252-2> .panel-row-style { background: url(http://localhost/wordpress/wp-content/uploads/2017/10/photography-2188440_1280.jpg); }Here replace the URL with your image URL.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
You can definitely remove the home button through the use of child theme.
For this activate the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme functions.php file paste below-given code:
function magazine_plus_pro_remove_menu_items(){ remove_filter( 'wp_nav_menu_items', 'magazine_plus_custom_links_in_navigation', 10, 2 ); } add_action('init', 'magazine_plus_pro_remove_menu_items');Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @kvigiano,
Can you post your site URL so that we could inspect further and help you?
Thank you 🙂 .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Actually, we are not quite clear about the section you are referring to. If you meant by the section that is displayed at the top left, i.e. the phone, email, address then to change the color you have to go to Admin Panel > Appearance > Customize > Color Options > Top Header Color Options.
If this not what you meant then please send us the screenshot so that we could provide the fix.
Also thank you very much for buying the pro version.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
wensolutions
KeymasterHello @sommtor,
When we checked the team widget locally it works absolutely fine as you can see in below screenshot:
https://image.prntscr.com/image/d6E0SI77SsGiUlTnrsNacQ.png
So please once retry to place the required widget in Frontpage Widget area by going to Admin Panel > Appearance > Customize > Widgets. Then select the category that you want to display in this section in option Select Category:
Also, make sure to upload the images in the Featured Image section of each post that you have assigned to that category that is displayed in this widget.
Screenshot:
https://image.prntscr.com/image/93EVjsI-T2mH8bt4scZMwQ.pngHope this helps.
Let us know if you have any confusion further.
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
We are always happy to help you.
Let us know if you have any confusion further.
Best Regards!!
-
AuthorPosts





