-
Author
-
January 16, 2018 at 12:09 #185919bingoenvatoParticipant
Hi,
seems part of KLEO-CSS for GD is not full integrated. Please see attached screenshot.
How can I manage to get those buttons shown with your demo for the category widget in side bar?
Attachments:
You must be logged in to view attached files.January 16, 2018 at 20:53 #185975LauraModeratorHello, please share access so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 18, 2018 at 02:44 #186129LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODEli.gd-cptcat-li.gd-cptcat-li-main { list-style: none !important; border: 1px solid #e5e5e5; padding: 10px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 18, 2018 at 09:21 #186151bingoenvatoParticipantHi,
added Code to GD- CSS (please see attached pictures), but nothin changed.
What about an import json file for GD-theme?Attachments:
You must be logged in to view attached files.January 18, 2018 at 22:48 #186228LauraModeratorHello, please try by clearing website cache. I am trying to access again but its not letting me. Let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 12, 2018 at 11:54 #188407LauraModeratorHello, please check, added to quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 13, 2018 at 01:39 #188485LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 13, 2018 at 17:14 #188530RaduModeratorHI,
The original select (dropdown) it’s hidden via display:none not sure why, you have chosen a certain style of selects from somewhere like widgets ? or geodir settings ?
If you de-activate rest of the plugins and child theme they re shown as it should ?
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 16, 2018 at 14:10 #188855bingoenvatoParticipantThanks for the hint.
FYI: GeoMyWP overrides the CSS.February 16, 2018 at 16:20 #188874RaduModeratorHi,
Did you had handled that ?
Where i can see again that behaviour ?
Id you are using some cache or css optimization that may be a cause , how can i reproduce that issue in steps ?Just install the GeoMyWP and theme ? frmo what i know they are compatible
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 19, 2018 at 13:15 #189142bingoenvatoParticipantTry to add this
COPY CODEfunction dequeue_my_css() { wp_dequeue_style('gmw-style-css'); wp_deregister_style('gmw-style-css'); } add_action('wp_enqueue_scripts','dequeue_my_css');
to disable GeoMyWP-CSS, but does not work. Seems there are two CSS files loaded from the GEoMy WP-PlugIn:
COPY CODE<link rel="stylesheet" id="gmw-style-css" href="https://vanagogo.de/wp-content/plugins/geo-my-wp/assets/css/style.css" type="text/css" media="all"> <link rel="stylesheet" id="gmw-cl-style-dep-css" href="https://vanagogo.de/wp-content/plugins/geo-my-wp/assets/css/gmw-cl-style-dep.css" type="text/css" media="all">
So, I just need to disable this for the listing templates of Geo Directory to solves.
Can you help me on this?
February 19, 2018 at 18:39 #189181RaduModeratorHi,
Where, in what page the sidebar with that widgets that shows the issue appears ? cuz cannot find it please
this image: https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2018/01/Bildschirmfoto-2018-01-18-um-08.13.06.jpgCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 19, 2018 at 18:47 #189183RaduModeratorHi,
Tried to switch to default theme to test something and a internal 500 error occurred, can you please provide also the FTP to can see what debug says ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 19, 2018 at 18:48 #189184RaduModeratorAt this moment on any page it says “502 Bad Gateway”
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2018 at 11:10 #189335bingoenvatoParticipantPage is working again. Sorry for the inconvinience.
February 21, 2018 at 17:36 #189371RaduModeratorHi,
I’ve noticed the issue comes from javascript not from CSS, if i de-activate the JS the button looks ok.
Ask them for a snippet that prevents the js, also try to see if this issue happens using default wp theme.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2018 at 12:40 #191059bingoenvatoParticipantHi Radu,
tried this:
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ( is_page_template( 'geodir-listing.php' ) ) { wp_deregister_script( 'gmw-js' ); } }
and this:
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ( is_page( 1 ) ) { wp_deregister_script( 'gmw-js' ); } }
The second one with page ID works, but the listings called with an Geo Directory-archive template ( 1. snippet above ) does not work.
But this is, what I need. Do you have any further suggestion?
March 9, 2018 at 17:09 #191109RaduModeratorHi,
I see,
TRy like this
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ('gd_place' == get_post_type()) { wp_deregister_script('gmw-js'); } if ('gd_second_place' == get_post_type()) { wp_deregister_script('gmw-js'); } }
Where gd_place it’s your cpt slug
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2018 at 18:09 #191350bingoenvatoParticipantHi Radu,
thank you for the hint, but unfortunately this does not work, but I found this
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ( ! is_singular( array('page', 'attachment', 'post') ) ) { wp_deregister_script( 'gmw-js' ); } }
So far GeoMyWP CSS in Geodirectory is right.
Perhaps you have a more elegant solution to this.
March 11, 2018 at 18:52 #191357bingoenvatoParticipantStrange behaviour:
This disabled Lightbox on certain CPT (product, bullishow) too.
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ( ! is_singular( array('page', 'attachment', 'post') ) ) { wp_deregister_script( 'gmw-js' ); } }
This solves the issue:
COPY CODEadd_action( 'wp_print_scripts', 'vanagogo_javascript', 100 ); function vanagogo_javascript() { if ( ! is_singular( array('page', 'attachment', 'post', 'product', 'bullishow') ) ) { wp_deregister_script( 'gmw-js' ); } }
March 12, 2018 at 16:02 #191478RaduModeratorHi,
Great if you had solved
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.