Hello
i have problem.
any html or js code or even sidebar with code i add it to the home page its become like this
and nithing appers on homepage..
any advice please?
this is my site
http://www.autosport.me
-
This topic was modified 10 years by
Lewis.
Hello Lewis,
I’ve checked your site and I saw that you use and old version of Newsmag (1.5). First of all, please try to disable all the active plugins and install only the plugins that come bundled with our theme. You should update to your Visual Composer to ultimate version (4.8.1). After this changes, if your problem is still there, please try to update your theme to ultimate version (2.3.2).
Before to update, please backup the whole current theme installation as well as the database and wp install: https://codex.wordpress.org/WordPress_Backups
After this, you can use the ftp method from theme’s update guide to uploading theme’s files and remove the previous theme files before uploading the most recent ones then test this again and let us know how it goes.
You can find a video tutorial on how to do this in theme’s update guide here: http://screencast.com/t/jNFnYQ0ONo – https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thank you for the message!
Hello Lewis,
You can hide that weird black point if you use a bit of Css. Please, place the code below in your Theme panel->Custom Css area.
.wpb_wrapper li {
list-style: none;
}
The result you should see here: http://screencast.com/t/zueLqE7r
Thank you for the message!