Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @s_paced
Hope you are doing well.
TO make you site with shop with associated add to cart first you need to have WooCommerce plugin installed.
If you don’t have you can download it from herehttps://wordpress.org/plugins/woocommerce/
If you have already installed the plugin, the plugins will create Shop, Cart, Checkout and My Account pages automatically. Check the pages going to Pages section of Admin Panel.
Now you need to add Shop page to the menu that you have currently set as Primary Menu.
Now that should be done by now.And further you can add product from Products custom post type that you will see after WooCommerce plugin is installed.
For more reference you can refer these documentation
https://docs.woothemes.com/document/woocommerce-pages/
https://docs.woothemes.com/documentation/plugins/woocommerce/Hope this will help you.
Best Regards!!!
wensolutions
KeymasterHello,
We hope that you are having a good day,
“How can I remove the Inner page banner title ?
I don`t want to show the Title of the Subpage on the Banner.
Is that possible?”To solve this issue please add the following custom css to
Dashboard => Appearance => Customize => Theme Options => Custom Css.page-inner-title .entry-title, .page-inner-title .page-title { display: none; }
and for your another question
When I change the banner image at the subpages, it is not shown in the full width.
How can I realize the full width without image repeating?The theme has recommended width for the banner image, which should have width approximately or greater than 1000px, as long as you are using image greater than the recommended size you should be fine.
But if you want to use image size less than recommended size, you can add the below given css code to
Dashboard => Appearance => Customize => Theme Options => Custom Css.page-inner-title { background-size: cover; }
We hope this solves your issue,
Best regards.wensolutions
KeymasterHello @Ricarda Heger
Hope you are doing well.
How can I realize the full width without image repeating?
To make banner image appear without repeating, the recommended size of the image you upload as banner image is 1350px X 275px.
Please upload the image of the size as mentioned above.
If you still get banner image repeating feel free to post your query.Hope this will help you.
Regards!!!
wensolutions
KeymasterHello @simoncolmer
You will find option for uploading logo in Customizer.
You need to go to Admin Panel / Appearance / Customize / Site Identity.Hope this will help you.
Regards!!!!
wensolutions
KeymasterHello @simoncolmer
Thanks for your suggestion. We’ll work out to integrate this in core in next update.
For now you can try uploading image size 180x180px app icon for iOS up to the iPhone 6+.
Regards!!!
wensolutions
KeymasterHello @Ricarda Heger
We are very glad to hear that your issue has been resolved.
If you have any further query regarding the theme never hesitate to create a new ticket.Regards,
CHEERS!!!!wensolutions
KeymasterHello @Ricarda Heger
We are very glad to hear that your issue has been resolved.
If you have any further query regarding the theme never hesitate to create a new ticket.Regards,
CHEERS!!!!wensolutions
KeymasterHello @JennR18
Can you please elaborate your issue about lightbox thumbnail strip is no longer showing in more detail.
And sorry to inform you that there is no option for disabling the lightbox effect.Regards!!!
wensolutions
KeymasterHello @Logical Growth
As far as we have understood your issue, there is default banner that appears in every page you visit.
If you wish to change the banner, you can keep different banner for different page.
For this you need to go to particular page editor screen and there you will see Layout options, from here you can either enable/disable/change the banner for that particular page.
And if you want to insert the button much like the one on the home page that says ‘Want to Know More About Our Company?’ in your demo, you need to play with some coding stuff.
If you want only button then, you need to add below code in page.php file just below line no: 18<div class="btn-container btn-outline"> <a class="button" href="#"> LEARN MORE </a> </div>
Note: Make sure you make changes by creating child theme so that your changes will not override in theme updates. And further more since page.php file is for all the pages , the link you keep in that particular button will be same in all pages.
If you want different links in button for different pages then you can always hire a customizer to fulfill your requirement.
Fill up the form and send your details to hire a customizer http://wensolutions.com/#hire-customizer-form.And about your second query, sorry to inform you that the theme don’t have the ‘template’ drop down in the page attributes section when creating a page. The layout you see in the demo, all the templates are handled from page.php file.
And they use plugins like eVision Responsive Column Layout Shortcodes, teams, etc.Hope this will help you.
Best Regards!!!
wensolutions
KeymasterHello @luke314pi
Ok for width and height try adding below custom CSS. Remove the above given CSS.
.custom-logo-link img { height: 155px; max-width: 500px; }
Hope this works.
Let us know how it goes.Regards!!!
wensolutions
KeymasterHello @luke314pi
Sorry for the inconvenience.
Please try adding below custom CSS. You can remove the above given CSS..custom-logo-link img { height: 155px; }
Hope this works.
Let us know how it goes.Best Regards!!!
wensolutions
KeymasterHello @Ricarda Heger
If you want to remove the link behind the title you can do it with custom CSS.
For that you need to go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
In this section copy and paste below CSS..main-title a{ pointer-events: none; }
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!
wensolutions
KeymasterHello @Ricarda Heger
Thanks for the site URL.
To make the navigation items to be displayed in 1 row, you need to add custom CSS.
For that you need to go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
Here you need to copy and paste below custom CSS..evision-nav-right .main-navigation .nav-menu { width: 1170px; } .evision-nav-right .main-navigation ul { text-align: left; }
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!
wensolutions
KeymasterHello @Elisabeth
Sorry for misunderstanding you issue.
Unfortunately, the theme doesn’t support this customization and, as much as we would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation.But you may find some plugins that will fulfill your requirement.
But whichever plugin you use maybe / may not be compatible with the theme cause the theme is not tested with third party plugins.Alternatively if you don’t want to use any third party plugins then you can always hire a customizer to fulfill your requirement.
Fill up the form and send your details to hire a customizer http://wensolutions.com/#hire-customizer-form.Hope this will help you.
Best Regards!!!
wensolutions
KeymasterHello @Ricarda Heger
If you want to remove the title from the home slider you can simply do it from customization section.
First go to Admin Panel / Appearance / Customize / Home/Front Featured Slider / Slider Options.In this section you will see Enable Title check-box. Now you need to uncheck this check-box to disable title in the home slider.
Hope this will help to resolve your issue.
Best Regards!!
-
AuthorPosts