Kor
Forum Replies Created
-
AuthorPosts
-
Hi Paul,
Sorry to hear about the problem. Do you think you can share temp admin access to your site so we can play around with it? You can post the details here using the private reply option below. Meanwhile, please make sure the custom field is set as “active”.
Thanks!
Hi Richard,
Could you please share your Website URL with us so we could have a better look at your issue? You can post the details here using the private reply option below. Meanwhile, could you please check if you’ve created at least one category for your Custom Post Types like Places or Events, AND each listing has to be in at least one category, or your listings will not show on the frontend of your site. Let us know how it goes.
Thanks!
Hi Scott,
I’d like you to check out this article as it explains how you can achieve this http://docs.wpgeodirectory.com/customizing-your-style/ . If you need further help with it, do you think you share your Website URL with us so we could have a better look.
Thanks!
Hi Miku88,
Thanks for writing in and I’m sorry to hear about the problem. I’d like you to follow this answer from this URL as it covers this topic http://wordpress.stackexchange.com/questions/59763/how-to-fix-http-error-when-uploading-images . Let us know how it goes or if it helps.
Thanks!
Hi Roy,
Could you tell us a little bit more about what you’re trying to achieve? Are you trying to make the contents larger or smaller? Or do you mind sharing a screenshot of what you are trying to achieve?
Thanks!
Hi tkh2015,
We would need to check on the backend. Do you think you can share temp admin access to your site? Meanwhile, this could be caused by a plugin conflict, so try deactivating non-gd plugins and see if it works.
Thanks!
Hi Lynnette,
Could you please double check if you’ve inserted the correct shortcode? I’d like you to refer to this section of the documentation and see if it helps https://wpgeodirectory.com/docs/core-shortcodes/#listings . If the issue persists, do you think you can share 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!
Awesome! Let us know if you need anything further.
Hi Nao,
Try using the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Script > Custom Style CSS
.gd-star-rating.gd-fa-star-rating { max-width: 100%; }
Thanks!
Hi Tech,
Could you try the custom CSS code below and see if it fixes the responsive layout issue there? Insert into GD > Design > Scripts > Custom Style CSS
@media screen and (max-width: 480px) { div#geodir-bestof-places { margin-left:0px!important; } .geodir_category_list_view li .geodir-addinfo { width: 100%; } .geodir-rating { max-width: 100%!important; } }
Thanks!
Hi mellowbird,
Could you please grant us “admin” access to check further?
Thanks!
Hi Bluegnu,
Sorry to hear that the Peters Login plugin did not work well for you. I’d like you to try using the filter below and see if it works. I’d suggest creating a child theme and insert the code below into your functions.php file. Give it a try and let us know how it goes.
function my_login_redirect( $redirect_to, $request, $user ) { return "your url"; } add_filter( 'login_redirect', 'my_login_redirect', 10, 3 );
May 19, 2016 at 1:15 pm in reply to: Remove "WordPress Directory Theme by GeoDirectory" from footer #194207Hi Shari,
That can be removed inside the “functions.php” file at line 147 in the Geo 1280 Theme folder. If you need help, do you think you can share 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 Andreu,
Use the custom CSS code below to remove the author icon on the detail page. Insert into GD > Design > Scripts > Custom Style CSS
.sd .sd-detail-author { display: none; }
Thanks!
Hi Howard,
Yes, that’s possible, but I’d recommend using a page builder to help with the layouts. To begin with, create a page and add in GD modules using shortcodes. For more information regarding shortcodes, kindly refer to this section of the documentation https://wpgeodirectory.com/docs/core-shortcodes/ . Let us know how it goes.
Thanks!
-
AuthorPosts