Kor
Forum Replies Created
-
AuthorPosts
-
Hi Terry,
I’ll try to answer your questions accordingly.
#1 Unfortunately, you can’t place a text widget into a widget. For this, we’ll have to use custom CSS to achieve what you needed there. Please the custom CSS code into GD > Design > Scripts > Custom Style CSS
#shortcode-widget-3 .textwidget { position: absolute; top: 220px; left: 250px; }
#2 Try using the custom CSS code below and see if it works.
.gd-dropdown { display: block!important; }
Hi Mark,
Yes you can, just increase the number of posts in Settings > Reading > Blog pages show at most http://prntscr.com/d7mms5
Thanks!
Hi VT,
Sorry, I’m not getting this. Do you mind sharing a screenshot of how the issue looks like from your end?
Thanks!
Hi Tim,
You mean the custom CSS I’ve provided earlier did not work for you? Kindly, 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.
Hi Tim,
Try out the custom CSS code below and see if it helps.
.geodir-bubble_desc h4 { background-color: #000!important;/* Change BG color */ font-size:20px; /* Change font size */ height: 50px; /* Change box height */ } .geodir-bubble_desc h4 a{ color:#fff!important; /* Change font Color */ }
Thanks!
Hi Tariq,
I’d like you to know that you can’t remove the default places post type but instead you can change the default post type “Places” to “Solicitors” following the method from this section of the documentation https://wpgeodirectory.com/docs/faqs/how-do-i-change-place-and-places/ . Well, let us know how it goes.
Hi there,
Looks like an issue with the API key, check out this console error http://prntscr.com/d7hgpx . Refer to this section of the documentation and see if it helps. https://wpgeodirectory.com/docs/add-google-api-key/
Thanks!
Hi Alex,
Could you please share the entire Youtube embed code so that I could test it on my end?
Thanks!
Hi Karlos,
I’ve just spoken with a developer and there’s a workaround you can try. Copy the header.php to your child theme and manually add the links there. Which is somewhere around line #150 – #171 in the header.php file. Well, let us know how it goes.
Thanks!
Hi Karlos,
Unfortunately, this requires customization to achieve what you needed there which falls outside the scope of what we offer for support and I hope you understand.
Thanks!
Hi simplioweb,
By default, we do have a Lazy Load option and that can be found here GD > Design > Scripts > Enable lazy load images. Unfortunately, GD doesn’t support AJAX pagination in the meantime and I’d suggest that you add this to the “Featured Request” https://wpgeodirectory.com/requests/ so it can get reviewed for a future update by our development team.
Furthermore, you mentioned that the “front page styling just totally went widescreen”, could you tell us a little bit more about it? Probably some screenshots or a link?
Thanks!
Hi Manoj,
Regarding the “place information bar”, are you referring to the “Navigation Menu” link? If you are, check out the settings in GD > Design > Navigation or refer to this section of the documentation https://wpgeodirectory.com/docs/core-design/#navigation .
As listing page description, try adjusting the “Post Content Character count” as shown in this screenshot http://prntscr.com/d78ate .
Thanks!
Hi Ron,
Thanks for sharing the credentials, I’ve just reupload the whoop-stars.png into the GD > Design > Details > “Upload default rating star icon” http://prntscr.com/d77l7w and it seems to fix the issue there. Could you please check on it?
Hi Jimmy,
Sorry for the late response here. Not sure how I missed this ticket. I’ve just checked your Website and it looks like you’re using BeaverBuilder as the homepage, I’ve changed the page to full width using this option http://prntscr.com/d76isu to remove the sidebar space and if you would like to insert a sidebar to the page, you’ll have to use the “row layout” “Sidebar” module as shown in this screenshot http://prntscr.com/d76jfy . Then insert your preferred widgets on the sidebar layout. Since this is related to the functionality of the BeaverBuilders plugin, I’d suggest that you bring this question to their support channel. 🙂
Hi Edward,
That custom CSS only changes the image on the map popup. Check out this screenshot http://prntscr.com/d763mj . You can do the same to featured image on the listing using the custom CSS code below. Add this below the code you entered just now.
.geodir_category_list_view li .geodir-post-img .geodir_thumbnail { background-size: contain; }
Thanks!
-
AuthorPosts