Kor
Forum Replies Created
-
AuthorPosts
-
Hi Kala,
Sorry, I’m not getting this. Do you have an example or screenshot that explains more about this? You can use the private reply option below.
Thanks!
This reply has been marked as private.Hi Kala,
Could you provide an access to your WP admin? I’ll like to check and see if everything is configured correctly. Please use the private reply option below.
Thanks!
Hi Kala,
Ok, thanks. Please try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS.
#detail_page_map_canvas_wrapper p { color:#fff!important; }Hi Steve,
The option in the screenshot you’ve shared is not related to this. By default, all listing can be commented unless you’ve unchecked this option “Allow people to post comments on new articles” in Settings > Discussion . You can learn more about it here.
https://codex.wordpress.org/Comments_in_WordPress
Thanks!
Hi Kala,
Sorry, I’m not sure if I’m getting this. Could you tell me which texts are you trying to change the color?
Thanks!
December 18, 2017 at 8:58 am in reply to: pages on mobile are not stretched to full page width #409894Hi Javier,
“WP Super Cache”, and “Autoptimize” plugin is supported with GD. You just need to double check the settings. As for “WP Force SSL”, it seems to break GD backend when it is activated. Try another similar plugin and see if it works.
Thanks!
Hi Steve,
You’ll have to this manually. The reason it happens to your current listing is probably because you’ve ticked this options shown in the screenshot earlier.
December 18, 2017 at 8:11 am in reply to: problem with my dashboard on wordpress with geodirectory #409886Hi Javier,
Please refer to this thread https://wpgeodirectory.com/support/topic/pages-on-mobile-are-not-stretched-to-full-page-width/page/2/
Thanks!
December 18, 2017 at 8:11 am in reply to: pages on mobile are not stretched to full page width #409884This reply has been marked as private.December 18, 2017 at 8:03 am in reply to: pages on mobile are not stretched to full page width #409882Hi Javier,
I was away for a while just now. Let me check on your Website.
Thanks!
Hi Kala,
Could you tell which texts are you trying to change? Perhaps you can pinpoint it using a screenshot?
Thanks!
December 18, 2017 at 4:55 am in reply to: pages on mobile are not stretched to full page width #409869Hi Javier,
Yeah, it’s because you can’t add a custom CSS to the snippet. Share your FTP access and I’ll fix it for you. In private reply. 🙂
Thanks!
This reply has been marked as private.Hi there,
Just checked your Website and I think I know what you needed there. Unfortunately, there are currently no settings to achieve what you needed there but you can try the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS
.geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content { display: block; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview { width: 48%; width: -webkit-calc(50% - 4px); width: -moz-calc(50% - 4px); width: calc(50% - 4px); } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview:nth-child(2n+2) { margin-right: 0px; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview { border: 1px #e1e1e1 solid; margin-bottom: 15px; display: inline-block; vertical-align: top; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-post-img { width: 100%; border: none; margin: 0px; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-post-img .geodir_thumbnail { min-width: 100%; margin: 0%; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content { display: none; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content { display: block; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content { width: 90%; margin: 0px 0px 6px 5px; margin-left: 5%; margin-right: 5%; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-addinfo { width: 95%; margin-left: 5%; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-addinfo a { font-size: 12px; font-weight: normal; } .geodir_bestof_widget .geodir_category_list_view li.geodir-listview h3 { margin: 5px 0 0; font-size: 14px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } -
AuthorPosts