Simone
Forum Replies Created
-
AuthorPosts
-
you’re welcome, enjoy your new shiny review tab 🙂
Hello, correct syntax for data-tabs is the following
dl.geodir-tab-head dd > [data-tab="#reviews"]{ background: #yourcolor; }
Hi, silly question: you don’t have a logout link? you can add it in the Login widget or manually..or ar you saying that when you logout, it remains “logged in” ?
Kiran, the developer, told me that this has been fixed in the newest release, and you were seeing that bug because you are using an old GDF version
I think some code is breaking the website and it might be due to your theme. Please provide url and login details in a private reply and I’ll have a look, thanks
Hello Daniele, this is not possible
no idea, without seeing the website is a guess-game..
can you try changing the slug for the add listing page to something else? have you disabled all the non-gd plugins?
try manually going to /add-listing/?listing_type=gd_place
Unfortunately without seeing a live website …we can just guess. What if you try to create a new page, and assign it as “add listing” page in the permalinks?
I tried on my demo site and it worked, I used this embed code
<iframe width="560" height="315" src="https://www.youtube.com/embed/pHs9Zv65skc" frameborder="0" allowfullscreen></iframe>
(you had a “)” more) try copy/pasting this embed code
Hello, have you tried to run the GD Tools then?
What if you go in the permalinks section(in GD)? Can you see the Add listing page in the dropdown?
Please provide url and login details so we can have a look, thanksyou’re welcome 🙂
Hello, to add the posted date, add the following code in your functions.php file inside your child theme
add_action('geodir_details_main_content', 'posted_gd',1); function posted_gd() { the_date('Y-m-d', 'Posted: ') ; }
About the views, are you referring to the view count? This is not part of the WordPress system, it maybe is a feature from your theme
This reply has been marked as private. -
AuthorPosts