Forum replies created
Hi,
No apologizes needed. Sorry if I sound too harsh. 🙂
You are welcome.
Thank you
Hi,
I will inform my employer now.
Ask him to login and take a look, maybe he can spot the cause of this issue.
Thank you
Hi,
I had login to take a look.
Can’t find what’s causing this issue.
I used my test site portfolio setting as a reference, and I am still unable to get it working.
There is no javacript error in browser error console. Therefore no clue as to why the script is positioning all portfolio items with left 0. The calculation is “broken”.
May I know if you had modified the theme?
If not, can you try re-installing Evolve plus theme?
Can you try disabling all plugins except theme4press core and reduxframework plugin? and check if your portfolio page works properly?
Thank you
Hi,
Please fix your custom css syntax before we proceed any further.
Nothing will work properly if there is syntax error in your custom css.
Thank you
Hi,
I always write my css in firebug, make sure they work before I provide to customer.
Please see my screen-cast, the code works on your website.
http://screencast-o-matic.com/watch/cDj0j1iRfP
Please check all your custom css.
By looking at your webpage source code, I can see a lot of missing “closing” semi colons.
And there need to be spacing before !important declaration.
You need to fix css syntax errors, if not it will break subsequent added css code.
Thank you.
Hi,
You can use following in Theme Options -> Custom CSS
for the slider background color. Give it a solid color will remove the gradient.
.sliderblock {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
Use the following to remove the white band at the bottom.
.da-slider {
margin: 0 !important;
}
Thank you
Hi,
You need to sign up for an API key.
Please refer to Theme Options -> Contact -> Google Maps API
https://developers.google.com/maps/documentation/javascript/get-api-key
Thank you
Hi,
If you are sure that you had enabled visual editor.
Please proceed to check for plugin conflict by disabling one plugin at a time, clear any cache plugin’s cache, and browser cache before re-visiting your visual editor.
Thank you
Hi,
Please provide URL to your content box shortcode.
Need to see your website source code in order to provide a solution.
Thank you.