Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @saxena,
If you want the home content similar to the demo page then you have to add the content in Home page content area (Page assigned to display the front page) and upload your required image in the featured image section of the home page .
Refer to below screen shot :
https://image.prntscr.com/image/8cd2e31a56cf4f18b60262557d19ba6f.pngAlso make sure to enable the home content by going to Admin Panel > Appearance > Customize > Theme Options > Home Page Options .
Hope this helps.
Best Regards!!
June 5, 2017 at 7:26 am in reply to: Two home pages/links on the menu and limited links on the menu #44285wensolutions
KeymasterHello @goranstam,
For the home link which is shown in the nav bar you can go to Admin Panel > Appearance > Menus and remove the custom link Home from the menu.
Also, for the top menu first you have to create desired menu and add your required menu item into the menu you have created . Finally assign the created menu to Top Menu location from Admin Panel > Appearance > Menus or simply going to Admin Panel > Appearance > Customize > Menus > Menu Location . Int his way you will have have your desired menu item in top menu location .
Hoe this helps.
If you have any confusion further, please let us know .
Best regards!!
wensolutions
KeymasterHello @saxena,
If you don’t want the content in the home page you can simply disable the content by going to Admin Panel > Appearance > Customize > Theme Options > Home Page Options .
Also, you can create another page including the content that you had included in the Home page content area and have separate page .
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @timechart,
Glad that you have figured out your issue by your self .
If you have any issue further, please feel free to post them .
Best Regards!!
wensolutions
KeymasterHello @chatinpu,
As we inspecting your site we found that you have set your Front page displays to Your latest posts.
So to display the Carousel feature go to Admin panel > Appearance > Customize > Static Front Page and set Front page displays to A static page. Now assign the pages for front page display and posts page display .
As for mobile menu it is working fine when tested locally so the menu might have not worked due to the caching plugin.
So please once deactivate the caching plugin and verify the error.
If that does not solve the issue kindly let us know.
Best Regards!!
wensolutions
KeymasterHello @elviajeroaccidental,
Can you post your site URL so that we could give precise fix ??
Hope you understand .
Best Regards!!
wensolutions
KeymasterHello @elviajeroaccidental,
If the suggested plugin did not work you can definitely go through the child theme approach .
Child theme References:
https://codex.wordpress.org/Child_ThemesYou can also create 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:
https://gist.github.com/anonymous/f32b9ea583ad0597029dccb46be43ac8Hope this helps.
Best Regards!!
June 4, 2017 at 7:46 am in reply to: How to show featured image in grid style on search result page? #44235wensolutions
KeymasterHello @iamsherazkhan,
Thank you very much for the response .
As mentioned earlier if you any issue further please go ahead and post them here.
Best Regards!!
wensolutions
KeymasterHello @sserov,
Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/clean-commerce
Thank you .
Best Regards!!
wensolutions
KeymasterHello @sserov,
When we have inspected your site URL we found that the CSS you have placed is commented .
Please place the CSS in the Additional CSS by removing all the existing commented code . Refer to below screen shot :
https://image.prntscr.com/image/762d0a0e592b439f9b254ce5b5953be6.pngHope this helps.
Best Regards!!
wensolutions
KeymasterHello @sserov,
Please use below given CSS to adjust to one column.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media screen and (max-width: 768px) { .woocommerce.columns-3 .products li { width: 100%!important; } }Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @m_350cc,
The issue might have caused due to the older PHP version .
Please upgrade your PHP version to the latest and verify the issue .
You can also refer to below link for more info about the latest version requirement :
https://wordpress.org/about/requirements/Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @lol,
If you don’t have the Featured Image module on your Add New or Edit Post page, please make sure you’ve selected Featured Image option in your Screen Options at the top right corner .
Screen shot :
https://image.prntscr.com/image/7b0aba437c07442286b209803668cc45.pngAlso “Gallery View” is the post title . You can change the title of the post as per your post requirement . The featured image section is actually not the widget but the custom field provided by the WordPress. And to make them appear you have to check the field Feature Image in screen option as mentioned above .
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @saxena,
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.
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.
To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/
We hope it helps,
Best Regards.
wensolutions
KeymasterHello @elviajeroaccidental,
To make the main menu sticky you have to include the JS code as well CSS .
For this activate the plugin given below:
https://wordpress.org/plugins/custom-css-js/Now after activating the plugin add below given JS code :
jQuery(window).scroll(function($) { var scroll = jQuery(window).scrollTop(); //>=, not <= if (scroll >= 100) { //clearHeader, not clearheader - caps H jQuery("#masthead").addClass("header-sticky"); } else{ jQuery("#masthead").removeClass("header-sticky"); } }); //missing );Further more add below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS :
@media(min-width:993px){ .header-sticky { position:fixed; z-index : 99999; width : 100%; } }This will make your primary menu sticky.
Hope this helps.
Best Regards!!
-
AuthorPosts





