Simone
Forum Replies Created
-
AuthorPosts
-
Hello, you can find the code in the geodirectory_template_actions.php around row 794
October 9, 2014 at 1:55 pm in reply to: Not able to change homepage title, description and keywords #17866Hello Prashasth,
For the title of the homepage, go to Pages and then to Blog, and below the editor you will fid Page Title (that’s part of the All In One Seo plugin). for now i just added HolidayMonk.I tried to use the “send to a friend” form, and it works, and I received the email. Please allows some seconds, it might be slow due to the server.
For the featured listings, when you add a listing, you can choose to set it as featured or not, to you can create a Price Package, and set it to be “featured” (but this requires the Price and Payment addon, here)
Hello, you can add the details with a functions, add this in your child theme, in functions.php
add_action( 'geodir_details_main_content', 'custom_details', 45 ); function custom_details() { global $post; global $wp_query; $postid = $wp_query->post->ID; $current_posttype = geodir_get_current_posttype(); $myauthor = get_the_author(); $myauthorlink = get_author_posts_url( get_the_author_meta( 'ID' ) ).'?post_type='.$current_posttype; echo '<p class="clearfix">Listed by <a href="' .$myauthorlink . '">' . $myauthor . '</a></p>'; $customtitle= geodir_get_post_meta($postid,'post_title',true); //title $customaddress= geodir_get_post_meta($postid,'post_address',true); //address $customphone= geodir_get_post_meta($postid,'geodir_contact',true); //phone $customemail=geodir_get_post_meta($postid,'geodir_email',true); //email echo '<h3>'.$customtitle.'</h3>'; echo '<p class="clearfix">Address: '.$customaddress.'</p>'; echo '<p class="clearfix">Phone: '.$customphone.'</p>'; echo '<p class="clearfix">Email: '.$customemail.'</p>'; //do_action( 'geodir_sidebar_detail_top', 'geodir_action_geodir_sidebar_detail_top','' ); do_action( 'geodir_action_details_slider'); }
This is not styled, so you should also need some CSS knowledge along with PHP
Edit: crossposted with Paolo 🙂
Hi,
there is a JS errorTypeError: jQuery.goMap.map is undefined
Could you try to disable all the plugins except for the GD ones?
Could you write down your login details in a private reply please?
Thanks,
S.For Google fonts, I believe you should add them in the CSS as well
all the things you made in the style.css in the child theme will be preserved.
October 8, 2014 at 6:18 pm in reply to: Not able to change homepage title, description and keywords #17788Where did you sent the login details? I did not received anything 🙁
Cool, thanks to let us know.
Hi Adam,
to prevent the loading of the map for a specified resolution, I believe you should add some conditions in the code, and that goes deeper than just hiding the divs in the CSS (a thing that you don’t want, as I read 🙂 ).
I don’t think there are plugins available, and a code would be overridden if a GD update will be released.
I’ll leave the final thoughts to Stiofan (notified now).Hi,
that depends where you want to add the font weight and what theme are you using, GDF can set 400 or 700 as font weight so I suggest you to customize your style.css inside your child theme, so it will exists after the updates)Hello, this style issue is on the to do list so it will be fixed in the next releases. This happens only on Safari web browsers, meanwhile you can use the following code in your style.css (inside your child theme)
.geodir_Star { width:115px !important; }
Hello Nicole,
the homepage and the listing pages have 2 different widget sections, could you please check if the widgets are set the same in both areas? Maybe one has a different sorting than the other.You should enable the Dashboard and then he can be able to edit his details going to /wp-admin/profile.php
Edit: crosspost with Paolo 🙂
That could be most probably the culprit, could you try to disable it and then to try to signup
ps- what plugin is it?Hi,
are you using some plugin that involves “sign up”?you’re welcome, anytime 🙂
-
AuthorPosts