Kor
Forum Replies Created
-
AuthorPosts
-
February 20, 2017 at 4:36 pm in reply to: Colour of text inside the search box of the Category Windows in Map #362685
Hi jotomas,
Try using the custom CSS code below and see if it works. Please feel free to change the color to your liking.
.gd_home_map_map_category input, input[type="text"] { color:#fff!important }Sorry, please also provide FTP access just incase we needed it.
Thanks!
Hi Stephanie,
Please make sure all gd plugin and addons are uptodate and the if the issue persists, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Lance,
I’ve just changed the function name for the code that displays the flexslider in a details page. Could you please try again and see if it works now?
Thanks!
Hi Jonny,
Try using this custom CSS code and see if it works better.
.geodir-bubble_desc h4 { background: transparent!important; margin-top:100px!important; } .geodir-bubble_desc h4 a{ color:#000!important; } .geodir-bubble-meta-side { margin-top:20px!important }Hi Jonny,
Sorry for the late response. Looks like I overlooked this thread. I’ve just taken another look at your Website and this is how it looks like when I checked on it http://prntscr.com/eb2cgb . Have you tried clearing your browser cache?
February 20, 2017 at 11:19 am in reply to: How to hide Header Section in Home/Location page? #362616Hi Billy,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
February 20, 2017 at 8:51 am in reply to: Import Time of Facebook page with Social Importer Addon #362601Hi giuseppe,
I’ve just checked with a developer and pulling the “time” from Facebook into a “Time” custom field isn’t possible out of the box. But, we’ve already added this to the feature request and will be reviewed for a future update.
Thanks!
Hi Lance,
I’ve just consulted a developer and to enable flexslider in a details page, you’ll have to use the custom code below. I’ve inserted it for you into the code snippet plugin and it works now. Could you check?
// Enable listing images slider on detail page for Supreme Directory theme. function gddev_plugins_loaded() { add_action('geodir_details_main_content', 'geodir_action_details_slider', 0); } add_action( 'plugins_loaded', 'gddev_plugins_loaded' );Thanks!
This reply has been marked as private.Hi Joanne,
You can always use the same method from this article to edit any CSS on your Website. https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
This reply has been marked as private.Hi lance,
The flexslider is included in the GD plugin which is enabled by default. Are you having issues with it? Could you tell us a little bit more about it?
Thanks!
Hi there,
Could you try disabling all non-gd plugins and see if it fixes the issue there? If the issue persists, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi there,
Sorry, I’m not sure if I’m getting this. Since that container space is quite limited. Where do you wish to position it? Perhaps some screenshots of where you would like it to position?Or just center align? Try the code below.
.geodir-bubble_desc h4 { text-align: center!important; }Thanks!
-
AuthorPosts