Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @marine,
Glad that you figured out the issue by yourself.
If you have any issues further then please let us know.
Thank you.
wensolutionsKeymasterHello @tt,
When we tested the theme locally, the header widget is working fine i.e. the image in header widget is displaying in all page including the home page.
So can you post your site URL so we can inspect further and help you.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @tompearse,
Glad we could help you.
If you have any issues further then please let us know.
Further, we would really appreciate if you could help us by rating our theme by following the link given below:
https://wordpress.org/support/theme/trade-line/reviews/
Thank you.
Regards!!
wensolutionsKeymasterHello @homewithmorgan,
The update has been released fixing the issue so can you please download the fresh copy of the theme and try installing it again.
If the issue still persists kindly let us know.
Thank you.
wensolutionsKeymasterHello @mhalat,
Glad we could help you.
If you have any issues further then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @emanimama,
Can you please provide the screenshot of the section that you wanted to change the color of?
Thank you.
wensolutionsKeymasterHello @mhalat,
We have provided the code only after checking and it was working fine.
Screenshot:
So please make sure you have added the exact code that we have provided in the correct location which is Admin Panel > Appearance > Customize > Additional CSS.
Thank you.
wensolutionsKeymasterHello @zainamin,
Thank you very much for using the theme.
To remove the shopping cart icon without deactivating the WooCoomerce plugin, use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.header-cart-wrapper.clearfix { display: none; }
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @tina,
Yes definitely, Education Hub Pro supports the submenu feature as you can see in the demo of the theme as well.
http://demo.wenthemes.com/education-hub-pro/
Not only this, Education hub comes with lots of other exciting feature and to know about it please refer to below given link:
http://themepalace.com/downloads/education-hub-pro/
Hope this clears the confusion.
If you have any confusion/query further then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @tompearse,
First of all thank you very much for using the pro version of the theme.
Now to increase the size of the title and tagline add below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
.site-title { font-size: 3em; } .site-description { font-size: 15px; }
Hope this helps.
Best Regards!!
wensolutionsKeymasterwensolutionsKeymasterHello @xixofox,
The icon is not showing up in your site as the SVG icon is not loaded or you may have deleted the code.
So you need to at first load the icon. For this, you need to create the child theme.
To know how to create the child theme please refer to below-given link:
http://wptravel.io/how-to-create-a-child-theme/
After activating the child theme create the footer.php file in your child theme and paste below given code in your footer.php file
https://gist.github.com/Tiiru/f3661293caf8dbc5bf89c7301a108167
Hope this helps.
Regards!!
wensolutionsKeymasterHello @mhalat,
To increase the width of the sidebar please use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.home #primary, .home #sidebar-primary, .home #sidebar-secondary { padding: 0 2.5px; }
Also, the image will appear small due to the layout you have chosen. Upon increasing the size of the image, the sidebar will fall down.
Hope this helps.
Thank you.
wensolutionsKeymasterHello @rashida,
Glad you previous issues are resolved.
Regarding footer copyright text, the option is available in the pro version so if you want the feature then please upgrade your theme to the pro version.
Not only this pro version comes with lots of other exciting feature and to know about it please refer to below given link:
http://themepalace.com/downloads/business-hub-pro/
Also, to change the placeholder text for the search you can just look into the file business-hub > travel-eye > inc > customizer > default.php .
Hope this helps.
Regards!!
wensolutionsKeymasterHello @liberaldusunce,
To place the logo at the left of the site title and tagline please add below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.banner-inner.biography-animate.fadeInDown.overhidden { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .banner-inner .photo-section { margin-bottom: 0 !important; margin-right: 50px; } .banner-inner .photo-section span img { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
Hope this helps.
Best Regards!!
-
AuthorPosts