Simone
Forum Replies Created
-
AuthorPosts
-
I see it working all fine, please check your cache in your browser.
Hi Cory, that depends on your theme. IN GDF for example there is a widget area called GD Header Right
Hello, I’m afraid but I think this is not possible
Hello please post url and login details in a private reply
Hello, you can add the following code in your functions.php (inside your child theme’s folder)
add_action( 'geodir_details_main_content', 'my_custom', 45 ); function my_custom() { global $post; global $wp_query; $postid = $wp_query->post->ID; $customfield= geodir_get_post_meta($postid,'geodir_customfield',true); echo '<p class="clearfix"> '.$customfield.'</p>'; }
change this to whatever is the name of your custom field (HTML variable name) remember to append geodir_ first
Hello, what you can do is to put a little “air”, you have set the width of the homepage to 85% and then the content to 60% and the sidebar to 35%. You can either choose to increase the full width to a value higher than 85% (in the GDF option) or to decrease sidebar/content in Geodirectory/Design
“images limit” had a blank value in the price package.
Ok im kinda lost here. i do see the heart icon at the top bar (this is the direct link to that plugin) but where also should I see the heart icon?
add this in your style.css inside your child theme’s folder
.geodir_post_taxomomies .geodir-tags, span.geodir-category { display: none; }
Hi Stacey, how have you added that links in the topbar? You said it is not a widget (and not a GD widget either) so it must be a manual url added by you or the theme.
Hi Brian, in the custom fields settings, you can add a Fieldset before the custom field, making sure it has the “Show in sidebar” enabled. This will be an heading text for the custom fields.
To show the custom fields with the text and not with Yes or No, I believe the only way is adding a Multiselect field
Please update Geodirectory to the latest version and test it back, thanks
hello,
I can’t see this icon, could you post the url of the page with the heart icon?April 14, 2015 at 12:17 pm in reply to: AVada Child theme error since Version 3.8 – April 13th, 2015 #37119Could you please post also FTP details? thanks
April 14, 2015 at 11:58 am in reply to: AVada Child theme error since Version 3.8 – April 13th, 2015 #37115Hello Matthijs, could you post url and login details so we can have a look? thanks
-
AuthorPosts