Guust
Forum Replies Created
-
AuthorPosts
-
January 18, 2015 at 12:07 pm in reply to: Change font color by using the css class on custom fields #27862
What is it that you exactly want to change? What on what page?
Does this work?
.green {color: #006600 !important;}You want to give us your URL and admin details, then I can have a look.
The “;” does not matter, only if you want to separate 2 specifications.Do you mean for every review?
In that case, you could modify the comments template?That is usually done at the payment gateway, like Paypal etc.
But I’ll ask Stiofan as well.You need to set your permalinks to postname, I have done that for you:
http://docs.wpgeodirectory.com/basic-installation/#postnamesYour widgets area does not show the widgets that are actually on the page.
Do you some caching plugin enabled? If you do, can you disable that.Also, your theme is duplicating the maps, I’ll get Paolo to look at that.
You have quite a few plugins which might be interfering, so if you could turn some of them off while we wait for Paolo, that might correct some things. Just keep track of which one you turn off and keep checking, then we can see if there is a fix.
I’ll get Paolo to have a look.
It is a compatibility plugin, not a theme 🙂
There is no limitation to the number of listing you can upload via CSV. The only limit would be in case of hundreds of thousands of listings and a very limited execution time in your server.
There is most likely an error somewhere in the file, tripping things up.
It only needs one disallowed character to trip up.Easiest solution is to split your file in let’s say a 100 records at the time, and keep splitting until you find the error.
You can also post your file here in a private message and we will have a look to see whether there is an obvious error.
There are quite some people having problem with avada 3.7.1 and wp 4.1:
https://theme-fusion.com/?s=avada+3.7.1&post_type%5B%5D=topic&post_type%5B%5D=replyOnce you got Avada going, and need help with GD, we’ll be here
Have you activated GD already?
Give us your URL, WP admin details and FTP details in a private message and we will have a look.http://docs.wpgeodirectory.com/installing-addons/
It is always a good idea to do a backup.
There are a few plugins available for that, or a simple method is use your host’s backup tools. Most control panels allow you to backup a database and/or files.
To keep a backup of your files, you can also copy all files to your computer using FTP.January 18, 2015 at 12:23 am in reply to: Change font color by using the css class on custom fields #27845You would need to create your own class.
Add this to your stylesheet:.green {color: #006600}Then add green in the class field.
Hi Marius
Just post them in a private message in this topic.This reply has been marked as private.Thank you 😀
If you make any changes in the styling etc of a main theme, you will loose all these changes when the theme is updated for one reason or another.
A child theme is just like an extended version, where you tweak the style and functions etc outside the main theme, so you will never loose your changes.Best practice is to always use a child theme.
http://codex.wordpress.org/Child_Themes.site-logo {margin-bottom: -45px !important;}
.nav {margin-left: 200px !important; float: left;} -
AuthorPosts