Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi xtradm,
This is a bug with some installs (not all), i have changed the way Avada inserts the headers and this will be in the next version.
If you want me to fix this for u now please provide FTP details in a private reply.
Thanks,
Stiofan
I would go with Guusts suggestion..
Stiofan
Hi Stephen, no not as yet for multinews, we will build this into core for next release but i think it should work on for now, just let us know if u have any problems.
Thanks,
Stiofan
ok. Thanks,
Stiofan
in ur child theme u need to find this line and remove in in ur styles
padding-bottom: 20px !important;in here:
#main { padding-top: 10px !important; padding-bottom: 20px !important; }Stiofan
February 3, 2015 at 8:21 pm in reply to: GDListings Right Sidebar appear at bottom after Upgrade #29803Great! Feel free to leave us a review https://wordpress.org/support/view/plugin-reviews/geodirectory 🙂
Thanks,
Stiofan
February 3, 2015 at 8:01 pm in reply to: GDListings Right Sidebar appear at bottom after Upgrade #29794Hi Dave,
Please go to GD>Desing>Search>Width of search right section and enter “30” and not % after…
Thanks,
Stiofan
Thanks, got it, will work on it tomorrow 🙂
Great! Feel free to leave us a review https://wordpress.org/support/view/plugin-reviews/geodirectory 🙂
Thanks,
Stiofan
thanks the problem is related to “Users Ultra Pro” plugin, i would ask the dev what the problem is as i have never seen this before.
Stiofan
This reply has been marked as private.ok to get both the GD items BEFORE the menu please remove the other bits of code and add this:
remove_filter('wp_nav_menu_items','geodir_menu_items', 100); add_filter('wp_nav_menu_items','geodir_menu_items_mycustom', 50,2); remove_filter('wp_nav_menu_items','geodir_location_menu_items', 110); add_filter('wp_nav_menu_items','geodir_location_menu_items_mycustom', 60, 2); function geodir_menu_items_mycustom($items, $args){ $location = $args->theme_location; $geodir_theme_location = get_option('geodir_theme_location_nav'); if ( has_nav_menu( $location )=='1' && is_array($geodir_theme_location) && in_array($location,$geodir_theme_location) ) { $items = geodir_add_nav_menu_items().$items; return $items; } else { return $items; } } function geodir_location_menu_items_mycustom($items, $args) { $location = $args->theme_location; $geodir_theme_location = get_option('geodir_theme_location_nav'); if ( has_nav_menu( $location )=='1' && is_array($geodir_theme_location) && in_array($location,$geodir_theme_location) ) { $items = add_nav_location_menu_items().$items; } return $items; }Thanks,
Stiofan
This reply has been marked as private.Hi,
Robert started a post, Robert’s problem was solved so it is marked resolved…
Roberts problems were small, it consisted of the map needing to be set 100% width and a small CSS change.
We rolled out this compatibility pack so things can be smoother in the future, the update should disable the other compatibility pack and use the new one, hopefully resulting in a seamless transition, it’s not always the case and we are here to help…
Stiofan
This reply has been marked as private. -
AuthorPosts