Forum Replies Created
-
AuthorPosts
-
wensolutions
Keymasterwensolutions
KeymasterHello @idesanti01,
The issue has been noted as known issue and we are currently working on this. We will be releasing the update fixing the issue soon and we will let you know.
For the quick fix, you need to activate the child theme.
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 functions.php paste below-given code:
https://gist.github.com/anonymous/625e95d98f22542d59dac2793119f6de
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @hemo1234,
The issue is because if you have less PHP version. This won’t generates the error after the PHP version 5.5 .
So please update your version to the latest or greater than 5.5 to resolve the issue.
Also, you should always have the latest versions of everything you use as recommended by the WordPress itself.
https://wordpress.org/about/requirements/
Hope this hels.
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
To reduce the gap between the image and the primary menu at front page use below given CSS.
.home #content { padding: 0; } .home .entry-content { margin: 0px 0 0; } .home .widget-title, #footer-widgets .widget-title { margin-bottom: 0; }Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @sommtor,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/bizroot
Best regards !!
wensolutions
KeymasterWe revisited your site http://www.sauliusbudrikisfoto.pro and it does open now. Has your issue been resolved?
wensolutions
KeymasterHello @sharoncaren,
We strongly recommend using the child theme for any modifications in the theme because if you directly modify your original file then all of the modification will be lost once you update your theme to the latest one.
And the only way you could do this is by customizing a code little bit for which you need to go through the child theme.
Hope this clears the confusion.
Best Regards!!
wensolutions
KeymasterHello @sharoncaren,
To remove the account login use below given CSS.
div#login-section { display: none; }Hope this helps.
Best Regards!!
Have a good day 🙂 .
wensolutions
KeymasterHello @sharoncaren,
Glad we could help you.
If you have any issue further please feel free to post.
Best Regards!!
wensolutions
KeymasterHello lindaje,
You are getting such error may be because your feed URL starts with https. Feed URLs that start with “https://” will not work on the RSS Widget.
Hope this helps you.
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
It is always our pleasure to help you guys and the most important thing to us is to make our user happy.
Do not hesitate to contact us if you have any issue further.
Best Regards!!
wensolutions
KeymasterHello @yisushiforyou,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/yummy/reviews/
Best regards !!
wensolutions
KeymasterHello @hansvjensen,
We would like to apologize for misunderstanding your query.
To reduce the gap between the footer widget and content area use below given CSS.
#sidebar-front-page-bottom-widget-area { padding: 0px; } #content { padding: 5px; }Hope this helps 🙂 .
As for clean commerce pro theme, it is completely up to you to use the theme but in case if you need any help for that theme then please feel free to post.
Best Regards!!
wensolutions
KeymasterHello @tarek-elnazer,
To remove the link in the image that is displayed in the portfolio section paste below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
a.portfolio-thumb { pointer-events: none; } .construction_base_widget_portfolio .portfolio-item-title a { pointer-events: none; }You can also use the default Gallery widget if you only want to display the images without any effects.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @hemo1234,
Until and unless we know the exact error we cannot do anything further.
So list the issue by enabling WP_DEBUG: true in the wp-config file.
For your information, You cannot access the file from the backend. You have to use FTP to access the file to make the change.
Setting it true will list the error and please send us those errors so that we could inspect further.
To know about the debugging process you can refer to below link:
https://codex.wordpress.org/Debugging_in_WordPress
Hope this helps.
Best Regards!!
-
AuthorPosts





