Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
Have you changed the site url? Moved to https?
When licenses are initially activated they are activated on the site at a specific URL, and changing the URL requires re-activating the license.
To reactivate the license: copy the license key, deactivate the license, click license (again) and paste the license, then activate again.
If we need to check on the site please include WP Admin details in a private reply
This reply has been marked as private.🙂
Excellent!
We also have a task to take another look at this, thanks for letting us know
Excellent!
It’s a really powerful tool/skill, and empowering. Especially useful for overriding existing styles.
Reference: https://www.developeracademy.io/blog/css-important-rule-use-correctly/
When you switch themes there are several settings to check.
One of them is at
GD – Design – Detail – Disable theme featured image output. (I unchecked)
You had that checked when you were running a different theme, but now it should be unchecked to take advantage of the current theme’s featured image options.
Please check the page now
Hello,
cloudways URLs get caught by spam on some occasions.
Please provide an example and we will try to clarify the situation.
URL for Tag Search results:
URL for listing with the tag:Instructions for the footer are here: https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/
On what page do you want to remove the featured image? Please send a link.
That should not be the case, though, did you try opening it in LibreOffice?
We can take a look if you would like to write back with WP Admin credentials and site URL in a private reply.
I see. Theb you should use GD’s built in export at
GD – Import and Export – Export Listings
That should get you a CSV files with all the data for your listings.
It looks like some CSS might be interfering with the buttons themselves. They are hard to press, have to do a sort of long click.
Please send over WP Admin details so we can check on that.
Well, Supreme’s content areas are ‘boxed width’ based on the desktop container or the width of the various built in break points.
What are you using for the desktop container setting in the customizer?
Hello,
please try the following CSS:
.page-template-page_full-width .container, .page-template-page_full-width .geodir-common, .page-template-page_full-width .geodir-breadcrumb, .page-template-page_full-width .geodir_full_page .widget { padding-right: 0; padding-left: 0; margin-right: 0; margin-left: 0; }You can add that in the customizer in the additional css section.
When the Supreme details page map tab is hidden, then Supreme has a feature to automatically place a map at the top of the right sidebar.
The map can be hidden with CSS:
.sd-map-in-sidebar-detail { display: none !important; } -
AuthorPosts