Simone
Forum Replies Created
-
AuthorPosts
-
Hello Cory, did you run all the tasks in the GD Tool ?
If yes, please post your URL with login details, thanks.
SimoneHello, you should fix it by adding the CSS mentioned on the second link you posted above, copy/paste the blocks of code in your child theme’s style.css
Or post your url so I can have a look please
Multilocation tool corrects and updates all the old tables in the database
your custom fields are back in their place. You forgot to run the GD TOOLS after the upgrade.
Please provide login details, thanks
Hi login is not working,
ERROR: The password you entered for the username geodirectory is incorrect
That depends on your theme, Enfold put the title in the Grey bar (it is there).
If you want a bigger title, you can add this function in your child theme’s functions.php and it will display the title below the gallery (in H1)add_action( 'geodir_details_main_content', 'my_show_author_mod', 45 ); function my_show_author_mod() { global $post; global $wp_query; $postid = $wp_query->post->ID; $customtitle= geodir_get_post_meta($postid,'post_title',true); //title echo '<h1>'.$customtitle.'</h1>'; }
Hello, could you please post your url and login details so we can have a look?
thanks
SimoneHello, moved this in the Jobs board.
I also noticed that the map is missing from backend too.
Could you please deactivate all your plugin except for GD, empty your cache, and retry?maybe WPBakery Visual Composer could be the culpript
ok so I guess some of the plugins have added it.
I have notified Stiofan to be sure about that.I think the error happens because in your website Jquery is declared twice. one is in /wp-includes/js/jquery/jquery.js
.
Have you added this manually?Ok..I can’t test with IE (I’m on mac), I tested it in Chrome, FF and Safari and it works well with both http and https.
I will notify Stiofan about this issue.
sigh….I still don’t get it, sorry. What mechanisms are you talking about? Because I can see all the GD Facebook and social things working fine with https.
Also, do you have set your URL in the wordpress settings with https or http?
Are we talking about the share button on top right? because it seems to be working also when I visit the website with https
-
AuthorPosts