Forum replies created
Hi,
Your HTML table is breaking the layout.
Please use columns shortcode instead of table.
Thank you
Hi,
You will see that notice when woocommerce updates their plugin version, but our theme’s template has not change the version number to reflect this update.
It does not necessary mean the templates are outdated and not working, just the version numbers don’t match.
I will let our developers know about this issue.
They should update the template and provide a new theme version for update.
At the moment, if you are not experiencing any issues with your woocommerce, you can ignore that notice.
If there is any problem with your woocommerce, please let me know, I will report to our developer.
Thank you
Hi,
This screen-shot.
http://prnt.sc/d1n2kt
Shows what you see when you are logged in.
Please log out of your admin, and clear browser history.
You will see that your menu is perfectly centered.
http://image.prntscr.com/image/fb197b8143c149538364af0546850d17.png
There is no need to center your menu.
The following is for your menu background color.
.container.nacked-menu.container-menu {
background: #ff0000 none repeat scroll 0 0 !important;
}
The following is for your widget border color.
.widget-content {
border: 1px solid #000000 !important;
}
The following is for your mail button color
#subscribe-submit input {
background: #ff0000 none repeat scroll 0 0 !important;
}
The following is for your read more button color
.read-more {
background: #00ff00 none repeat scroll 0 0 !important;
}
Please use the following colorpicker to pick the color you require and replace the color hex codes in the above solutions.
http://colorpicker.com
Thank you
Hi,
You can see that the css code I provided are for HTML p tag only, which is what you requested.
There is p tags all over the website.
If you only want to change p tags within certain part of your website.
Please post me the URL and a screen-shot with annotation, pointing to the area that you need to make the change.
Thank you
You are welcome.
Thank you
Hi,
Please provide URL that shows your post.
Thank you
You are welcome!
Thank you
Hi,
Please ask your web hosting company to help in getting your server error log.
In your server error log, find the Fatal Error message and post here.
Note: Please do not post the whole log here. post only Fatal Error message and do not post duplicated message.
The error message will tell us what’s wrong with your website.
If it’s a memory exhausted message, you will need to get your web hosting company to increase your PHP memory. If it’s other type of fatal error, we will look into it.
Thank you
Hi,
Please use this plugin.
https://wordpress.org/plugins/loco-translate/
You can search for the text in the Theme and Theme4Press core plugin to translate.
Thank you
Hi,
It’s done.
Please take a look in Theme Options -> Custom CSS
Just copy the code I provide, don’t copy the source
Thank you