Kor
Forum Replies Created
-
AuthorPosts
-
Hi there,
You’re Welcome and enjoy GD!
Thanks!
January 10, 2017 at 2:12 pm in reply to: PHP Fatal error: Cannot redeclare class geodir_loginwidget #340308Hi Jamie,
This looks like some kind of conflict here. Could you try disabling all non-gd plugins and try again? If the issue persists, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Leigh,
If you’re referring to the full-width image on top of the detail listings, kindly use the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Script > Custom Style CSS.
.entry-post-thumbnail { display:none!important; }
Hi Mark,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
January 10, 2017 at 8:49 am in reply to: This page didn't load Google Maps correctly. See the JavaScript console for tech #340170Hi Tom,
This looks like there is some type of conflict with another plugin. Could you try disabling all non-GD plugins and see if it works? Then reactivate each one and see which 3rd party plugin is causing this issue. Then let us know the results of your tests and we’ll see if we can possibly help you further.
Thanks!
Hi there,
Kindly use the custom CSS code below to change those colors. Insert into Gd > Design > Scripts > Custom Style CSS.
/* Text Colors */ .mm-list a { color: #000!important; } /* Text Hover Colors */ .mm-list a:hover { color: grey!important; } /* menu Background Color */ .mm-menu { background: cyan!important; }
Hi there,
I think it’s important that you understand the difference between a theme and a child theme. Go through this link from WordPress as it explains more about this https://developer.wordpress.org/themes/advanced-topics/child-themes/ .
So, now you should know the difference between the two Whoop files you see on the “Download Area”. If you’re more into customizing the looks and functionality of the theme, you should use a child theme. Well, let us know what you think.
Thanks!
Hi there,
Try using this custom CSS instead and see if it works.
#geodir_map_v3_home_map_5_cat:before { content: 'Hello World'; }
Thanks!
Hi Janine,
I get what you mean now thanks to the screenshot. Kindly insert this code below into your Website using the “Code Snippet” plugin. https://wpgeodirectory.com/docs/useful-plugins/#snippets
/** Customise the post info info function */ add_filter( 'genesis_post_info', 'genesischild_post_info' ); function genesischild_post_info($post_info) { if (!is_page()) { $post_info = 'Posted on [post_date] [post_comments] [post_edit]'; return $post_info; } }
Thanks!
Hi Antonio,
I’ve just checked that listing detail page and it seems to display all the information correctly. I think you are referring the width of the detail page. You can reduce it using the custom CSS code below. Kindly, insert it into GD > Design > Scripts > Custom Style CSS.
div#geodir-wrapper { padding: 0px 50px!important; }
Thanks!
This reply has been marked as private.Hi Dotty,
Since every listing has it’s author. You can just use the author link to get the list of listing from that author itself. Have you thought of this already?
Thanks!
Hi Michele,
Thanks for your thorough explanation. I’d like you to know that there is no membership system built in GD and to achieve what you needed requires a 3rd party plugin. I’d recommend S2 member and here’s the link for your reference. https://wordpress.org/plugins/s2member/ .
Thanks!
Hi there,
I’ve just spoken with a developer and he mentioned that it is possible to insert a title using a custom CSS. Try this code below by inserting it into GD > Design > > Scripts > Custom Style CSS. If it doesn’t work, share your Website login credentials and we’ll check on it.
#geodir_map_v3_home_map_3_cat:before { content: 'Hello World'; }
Thanks!
This reply has been marked as private. -
AuthorPosts