Forum replies created
Hi,
We do not provide third party plugin compatibility support.
You can contact us for customization service via https://theme4press.com/theme-customization-service/
Thank you
Hi,
The sidebar is #secondary, then contant area is #primary
Use #primary with the css code that you had posted in this thread.
Thank you
Hi,
Sorry, I am unable to replicate your issue on my test site.
Comments are showing up properly for me.
Are you using a spam protection plugin? Maybe they are removed as spam.
You can also check for other plugin conflict by disabling one plugin at a time.
Thank you
You are welcome!
Have a nice day.
Hi,
I had logged in and fixed for you.
One of your previous block of custom css is missing a closing curly bracket.
This is syntax error. It will break other css codes added after it.
I had fixed it for you.
Thank you
Hi,
You can use a diff tool to compare files or folders.
https://sourcegear.com/diffmerge/
Thank you
Hi,
I am able to get preview to work properly.
Please see my screen-cast.
http://screencast-o-matic.com/watch/cDh2n81SqA
Please check for plugin conflict, by disabling one plugin at a time and clear browser cache.
It can also be your computer not having enough processing power.
Thank you
You are welcome!
Hi,
Use the following in your Theme Options -> Custom CSS
Your form inputs text color will become black.
.gform_widget ul li {
color: #000 !important;
}
.gform_title {
color: #000 !important;
}
Thank you.
Hi,
Please use a contact form plugin.
A form does not send email, it can only post to your website, which in turn process it and send the mail to your email address. You will need the codes for the processing part.
What you need is a contact form plugin.
A contact form plugin, will have the form and the processing scripts.
Thank you