Guust
Forum Replies Created
-
AuthorPosts
-
You will have to edit the header.php after moving it to your child theme directory.
Change<div class='site-logo'> <a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><img src='<?php echo $gdf['site_logo']['url']; ?>' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a> </div>to
<div class='site-logo'> <a href='http://yoursite.com' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><img src='<?php echo $gdf['site_logo']['url']; ?>' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a> </div>You’re welcome 🙂
I am not sure what you want me to look at still, but we definitely will need your admin login details, there is no other way to get past your “coming soon” screen.
You’re welcome.
Don’t forget my advice: Remember that CSS will be deleted next time you update your theme. You should implement a child theme: http://codex.wordpress.org/Child_ThemesHave you tried clearing GD Booster and re-saving your wordpress permalinks?
Check now, I added a bit more to your CSS.
This will help you to do little tweaks like that yourself:
https://wpgeodirectory.com/docs/customizing-your-style/You need to make sure that users are allowed to add listings. Check your settings at GD > design > navigation.
https://wpgeodirectory.com/docs/core-design/#navigationStyling is done with your theme, depending on the theme you are using, you will find some styling options in “theme options”.
If you need us to have a look at anything, you will need to post your URL and WP admin details, you can do that in a private reply.
October 4, 2015 at 6:29 am in reply to: changed php versions – nightmare- had to change servers, etc. #55664I’ll escalate to the smart guys, but I am wondering why you needed to update URLs if you just moved server, I am guessing you kept the same domain name.
Anyway, I am sure Stiofan or Paolo will need URL, admin, FTP and phpMyAdmin details.Added this to style.css:
.geodir_full_page {max-width: 1280px; margin: auto}Changed your permalinks settings:
https://wpgeodirectory.com/docs/basic-installation/#postnamesDeleted all places. Best to use Places as your default custom post type and just rename.
I guess you can still do that. Way simpler than trying to hide the default post type.I cannot see any problem with your /gd-login page.
I added the address to the “more info” tab, moving the ratings is not that simple. I’ll leave that to Paolo.
This explains where you can show custom fields:
https://wpgeodirectory.com/docs/core-place-settings/#commonI also added the location switcher, that should assist with navigation. Adjust as required.
https://wpgeodirectory.com/docs/core-design/#navigationI’ll have to get Paolo to look at your lightbox problem.
There does not seem to be anything wrong with your htaccess file.
I’ll have to flag this for Stiofan.
Can you also post phpadmin details for him.You’re welcome 🙂
Please post your FTP details or control panel details so we can inspect the .htaccess file.
I have added this to your style.css file:
ul.rate-area-list li:not(.active) {
background: none !important
}
That seems to do the trick, but I am not sure that might not give you errors at other places.
Remember that CSS will be deleted next time you update your theme. You should implement a child theme: http://codex.wordpress.org/Child_ThemesPaolo, exactly what I meant 🙂 but without explaining that well.
Thanks for letting us know.
-
AuthorPosts