Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Compatible Plugins › Geo my WP does not adopt theme styles (forms and results)
- This topic has 9 replies, 3 voices, and was last updated 2 weeks, 3 days ago by
Manathan.
-
AuthorPosts
-
clifer leandroParticipant@cliferleandro
- 4 Topics
- 15 Posts
Hi, I’m having a problem with the pages where I use Geo my WP. The search form and results list don’t inherit the Armadon look: inputs and selects don’t respect the theme’s height/spacing/border settings, buttons display a different color/font, and results cards appear in a “raw” style, without Armadon’s card/spacing. Misalignments are noticeable at certain resolutions. I’ve reviewed the documentation and forums without finding a solution.
September 10, 2025 at 23:03 #49334@themodactyl- 0 Topics
- 6796 Posts
Hi Clifer,
Thank you for reaching out to us!
It’s best if we take a quick look at this…
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
September 11, 2025 at 10:56 #49336clifer leandroParticipant@cliferleandro- 4 Topics
- 15 Posts
This reply has been marked as private.September 11, 2025 at 18:55 #49339clifer leandroParticipant@cliferleandro- 4 Topics
- 15 Posts
This reply has been marked as private.September 12, 2025 at 17:23 #49349@themodactyl- 0 Topics
- 6796 Posts
Hi Clifer,
Thanks. To change this, simply add the following code snippet to your website:
/** * FEATURE : Integrate Armadon Style on Geo My WP Features */ #site .gmw-element-template .gmw-single-item, #site .gmw-element-template:not(.gmw-blocks-element) .gmw-form, #site .gmw-results div.gmw-results-message, #site div.gmw-no-results, #site div.gmw-no-results-wrapper, #site div.gmw-current-location-wrapper[id*="gmw-current-location-wrapper"] div.gmw-cl-form-wrapper p.gmw-cl-message.locating, #site div.gmw-current-location-wrapper[id*="gmw-current-location-wrapper"] div.gmw-cl-form-wrapper p.gmw-cl-message.success, #site div.widget div.gmw-current-location-wrapper[id*="gmw-current-location-wrapper"] div.gmw-cl-form-wrapper p.gmw-cl-message.locating, #site div.widget div.gmw-current-location-wrapper[id*="gmw-current-location-wrapper"] div.gmw-cl-form-wrapper p.gmw-cl-message.success, #site div.gmw-single-location-wrapper[id*="gmw-single-location-wrapper"] .no-location, #site div.widget div.gmw-single-location-wrapper[id*="gmw-single-location-wrapper"] .no-location, #site .gmw-directions-panel-wrapper[id*="gmw-directions-panel-wrapper"] #error-message, #site .gmw-directions-panel-wrapper div.warnbox-content, #site div#gmw-location-form-wrapper.gmw-location-form-wrapper .gmw-lf-form-actions p.gmw-lf-field.message, #site .gmw-sl-single-bp_member-wrapper .no-location, div.gmw-results-wrapper .gmw-results-view-toggle-wrapper{ background-color: var(--grimlock-archive-post-background-color) !important; border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color) !important; border-radius: var(--grimlock-archive-post-border-radius); box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color); color: var(--grimlock-archive-post-color) !important; } #site .gmw-element-template h3.gmw-item-title, #site .gmw-element-template .activity, #site .gmw-element-template a{ color:inherit; } #site div.gmw-results-wrapper .gmw-results-list .friendship-button a, #site div.gmw-results-wrapper .gmw-results-list .group-button a{ border-color:var(--grimlock-button-primary-border-color) !important; color:var(--grimlock-button-primary-border-color) !important; background:transparent !important; padding:0.25rem 1rem } .gmw-element-template .gmw-item-footer{ background:transparent !important; border-top-color:rgba(255,255,255,0.05) !important; } .gmw-element-template .gmw-item-address i, div.gmw-results-wrapper .gmw-results-view-toggle-wrapper>*{ color:var(--grimlock-button-primary-border-color) !important; } .gmw-element-template .gmw-image-wrapper img{ background-color:var(--grimlock-button-primary-background-color) !important; border:none !important; border-radius: calc(var(--grimlock-archive-post-border-radius) * 2.5) !important; } .gmw-element-wrapper .gmw-action-button, .gmw-form-wrapper .gmw-form-button{ background-color:var(--grimlock-button-primary-background-color) !important; } .gmw-element-wrapper .gmw-action-button:hover, .gmw-form-wrapper .gmw-form-button:hover{ background-color:var(--grimlock-button-primary-hover-background-color) !important; } #site .gmw-element-wrapper input[type=number], #site .gmw-element-wrapper input[type=text], #site .gmw-form-wrapper input[type=number], #site .gmw-form-wrapper input[type=search], #site .gmw-form-wrapper input[type=text], #site .gmw-form-wrapper textarea, body #site .gmw-fields-enhanced div.fs-label-wrap .fs-label, body #site .gmw-fields-enhanced select, #site .gmw-element-template .gmw-map-wrapper, #site .gmw-element-template .gmw-results-message{ border-radius: 0.5rem; border-width: 1px; border-color: rgba(255, 255, 255, .07); background-color: #2b2f40; color: #BFC0C4; } body #site .gmw-fields-enhanced div.fs-label-wrap .fs-label, body #site .gmw-fields-enhanced select{ background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; } #site .gmw-element-template .gmw-map-wrapper{ margin:1rem 0px; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
September 13, 2025 at 09:37 #49351clifer leandroParticipant@cliferleandro- 4 Topics
- 15 Posts
Hi, thanks for your help.
However, the CSS snippet you shared does not match the layout and design that was promoted in your demo (screenshot attached).
Could you please provide me with the exact CSS or setup so that the members map and cards look exactly like in your promotional design?
This was one of the reasons I purchased, so I would like to have the same style as shown in your official demo.
Thanks in advance.
September 14, 2025 at 16:27 #49357@roboraptor- 0 Topics
- 428 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
September 14, 2025 at 16:27 #49358@themodactyl- 0 Topics
- 6796 Posts
Hi,
Please be aware that Geo, my WP plugin, made some modifications to some CSS classes. This is why the Armadon Style isn’t used anymore. I reported this to our dev team so they’ll work on this for the next update. 🙂
This CSS fix is temporary. Once the update is released, I suggest you delete this CSS snippet.
Best,
September 15, 2025 at 09:25 #49360@themodactyl- 0 Topics
- 6796 Posts
Hi Clifer,
First — thank you. Thank you for choosing a Themosaurus theme and for the trust you’ve placed in our products over the months. We really appreciate.
I’m writing with an important update about our activity on ThemeForest. After a lot of thought, we’ve decided to stop selling themes on ThemeForest. Over time we realised we no longer have the bandwidth to keep developing and supporting our themes at the professional level you deserve, and we don’t want to keep selling something we cannot maintain properly. This was a very difficult decision for us.
What this means for you
- New sales: We’re stopping new theme sales on ThemeForest.
- Existing purchases: If you already purchased one of our themes, your license remains valid.
- Support: We will continue to provide support for users who still have a valid support license. To get help, please continue to open ticket on our support site. Be sure our usual response time remains one business day!
- Updates & future development: We can no longer commit to ongoing feature development or long-term updates. We’ll do our best to help with critical issues for active license holders, but please understand we can’t maintain the same development cadence going forward.
We know this change may be frustrating. If you prefer a refund, we completely understand. You can start a refund process and we’ll accept it.
We’re genuinely sorry for any inconvenience this causes. This decision wasn’t taken lightly — we’d rather step back cleanly than continue something we can’t maintain well. Thank you again for your support and for being part of the Themosaurus community.
Sincerely,
Themosaurus TeamSeptember 16, 2025 at 10:41 #49361 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Geo my WP does not adopt theme styles (forms and results)’ is closed to new replies.