Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I did two things, i added some theme compatibility settings which you can find in GD>theme compat:
Here is the settings for import:
Also i added a snippet of code to the child them functions.php to add a class to the body tag when on the details page:
add_filter('body_class', 'gd_detal_body_class'); function gd_detal_body_class($classes) { if (function_exists('geodir_is_page') && geodir_is_page('detail')) { $classes[] = 'right-sidebar'; } return $classes; }Thanks,
Stiofan
@Jockys if you activated it on a dev domain it will not work if u moved site domain, u would need to deactivate then reactivate. Try updating from WP>Dahbaord>updates rather than the plugin menu.
Stiofan
This reply has been marked as private.Ahhhhhh, OK, this is for frontend use only…
Stiofan
Thanks for the info, that CPT does not have any categories, it looks like it might have and then maybe it was deleted or maybe you imported but had not added the category yet?
Stiofan
Please provide wp-admin details in a private reply and i will take a look.
Thanks,
Stiofan
It could be the rocketscript is messing the theme script up.
If you ca provide me with the following i will take a look:
wp-admin
FTP
CloudFlare loginThanks,
Stiofan
🙂
You are welcome 🙂
August 18, 2016 at 9:19 am in reply to: Remove link from company logo and make it show the whole image – Supreme theme #248937please provide wp-admin and will take a look at #1
Yes lightbox is supposed to be like that
Stiofan
Hi Betty,
I don’t see any 404’s but there is something weird going on, from some locations there is a 302 redirect but it seems to redirect to the exact same page:
http://www.host-tracker.com/InstantCheck/ResultComplete/f5c3899f-2265-e611-80c2-0003ff733473
I would ask your server admin if they know what is going on.Thanks,
Stiofan
This has been fixed and will be in the next release.
Thanks,
Stiofan
Hi dunja,
The GD Framework is a theme, themes are used for styling, the GD plugin is the core of GeoDirectory functionality, the functionality comes from the plugins.
You add the framework as a theme if that is what you want.
I hope this helps, if not please explain further.
Stiofan
Hi Viki,
It was in your child theme functions.php i have fixed it now 🙂
Stiofan
This reply has been marked as private. -
AuthorPosts