77 comments found.
Hi, We have a problem with translating solis with wpml. Solis elements are duplicated in original language and not translated. Can you please provide information which fields should be added to translatable or an xml confoguration. Issue is reported here: https://wpml.org/forums/topic/elementor-widgets-werden-nicht-uebersetzt/
Hi CharlotteRosprich,
The Solis elements you’re trying to translate come from the Solis Core plugin, not from the theme itself. These custom Elementor widgets require their own WPML XML configuration and translation via the plugin’s .po files.
Please follow WPML’s guide to register custom Elementor widgets: https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/Full WPML compatibility isn’t included by default, so additional configuration will be needed on your end.
Thanks for understanding!
In fase dell’importazione DEMO mi da un errore 503
Hello hypeconsultingsrl,
Sorry for the inconvenience. A 503 error during demo import usually means the server is timing out or doesn’t have enough resources. Please go to:
Admin → Theme Panel → Theme Dashboard → System Information
and check if any server settings are below the minimum recommended values. If needed, ask your hosting provider to increase them and then try the import again.
If this doesn’t solve the issue, please send your website admin login details via our profile page contact form ( https://themeforest.net/user/softwebmedia ) so we can check and help you fix it.
Thank you.
Risolto.
Hi, I have a problem in Solis main.css file line: 67:
svg:not(:root) { overflow: hidden; width: 1em; height: 1em; position: relative; }
I need to remove width and height parameters. I delete them, but they sill adding effect on the website, I am using plugin (Image Map Pro) that need this to be undefine. Why this is happening and how I can fix it ?
I cleared the cache and all local memory, didn’t helped.
Hi VytautasKumpis,
The width/height values in that SVG rule are part of the theme’s global styling, and they’re used for many icons and elements across the site. If you remove them directly, the theme re-loads the original file, so the changes won’t stay — and removing them globally can break layouts.
Since Image Map Pro is a third-party plugin with its own SVG requirements, the safest approach is to override the rule only inside the plugin area. You can add custom CSS like:
.your-plugin-wrapper svg {
width: auto !important;
height: auto !important;
}
(Replace the wrapper class with the plugin’s container.)
This way the plugin works correctly without affecting the rest of the site. Let me know the page URL or wrapper class if you want the exact selector.
Thank you.
Hi! I have a question. I’d like to buy your theme, but I’m hesitant because your last update was four months ago.
Hello btdesigner,
Thank you for your interest in our theme.
The last update you see is from July because that was our initial release, and the theme has been fully compatible with the latest WordPress versions since then. No update was required so far, as everything is working smoothly. We actively monitor WordPress changes and will release updates whenever needed.
You can confidently proceed—your site will work perfectly.
Thank you.
Hi everyone, I have an issue with my Solis WordPress theme and I hope someone can help.
I duplicated the “Scenic Motion” portfolio item to create a new one, and started editing it. However, I’m unable to change the cover image on this new portfolio item- and actually, I can’t change the cover image on any portfolio item in the theme.
I followed the documentation step by step, but the cover image option either doesn’t update or doesn’t appear at all. Has anyone encountered this issue or knows what might be causing it?
Thanks in advance!
Hi jkmvskj98k,
Thank you for choosing our theme.
Please follow the steps shown in the screenshot to change the container’s background parallax image:
Edit Container → Advanced → Custom – Parallax (Basic)
Here is the reference link: https://snipboard.io/rLw4ze.jpg
Thank you.
Thank you so much for your help! I really appreciate the quick support and clear explanation.
Project Horizontal scroll not working but when I open page in Elementor editor in works in editor but not on live page also about us page does not have that image zoom effect when i try to scroll the page that is available in demo
Hello farhansolkar98,
Thank you for choosing our theme. To assist you better with the horizontal scroll issue and the missing image zoom effect on the About Us page, please share your website URL and temporary admin access via our profile page contact form – https://themeforest.net/user/softwebmedia (if possible). This will help us inspect the setup directly and provide an accurate solution.
Looking forward to your response.,
Thank you.
Hello, I just purchased your Solis theme. After installing it in WordPress, I don’t have any demos/website templates as advertised. Where can I find them, or what do I need to do to edit a template website you created?
Hello sebistadler,
Thank you for choosing our theme!
Please make sure all required plugins are installed and activated. Once done, you can use the One-Click Demo Import feature -this will automatically clone the demo website onto your site.
For detailed instructions, please refer to our setup guide here: https://premiumthemes.in/docs/solis/#4-one-click-demo-import
Thank you.
The video tutorial worked. I selected the Creative Agency homepage. However, not all style elements are available there, unlike on the demo website. Do I need to adjust any settings?
Hello sebistadler,
Thank you for your message! No additional settings are required — the theme will look exactly like the demo once everything is imported correctly.
It seems the demo content may not have been fully imported. Please go to Admin > Theme Panel > Theme Dashboard > System Information and check the minimum required server settings. If anything needs adjustment, kindly update those values and then re-import the demo content.
Thank you.
Hello, I remove the images that I imported from the demos, but now I need one. Where I can find? On the document download I can not find the images of the demos. Could you help me? Thanks!
Hello atxim,
The demo images are used only for preview purposes and are not included in the theme download due to licensing restrictions. However, you can easily use the same image again by visiting the live demo site, right-clicking to save the image, and then uploading it to your WordPress media library.
Thank you.
Could you tell me why after some days…some images, or same logos on the menu…are broken, and not appear the image? What happen this? I need to update the imagen again and save…not make sense. Why the links of images will be broken? check now atxim.cat. I need to understand what is the problem! Please I need help.
Hello atxim,
This seems to be a mixed content issue. The image was likely uploaded using an HTTP URL instead of HTTPS. When you open the same image URL with HTTP, it displays correctly. ( http://atxim.cat/ )
To resolve the mixed content issue, you can refer to online tutorials. Simply search for “how to fix mixed content issue in WordPress” on YouTube, and you’ll find several helpful guides.
Example plugin: https://wordpress.org/plugins/ssl-insecure-content-fixer/#description
Youtube video search: https://www.youtube.com/results?search_query=mixed+content%2C+image+display+issue+http
Example video to issue fix: https://www.youtube.com/watch?v=o8vjVauEWGY
Thank you.
Subject: Display and Loading Issues with Creative Agency Theme Hello,
I’m experiencing two technical issues with the Creative Agency theme on my WordPress site: https://entrelacer.quentinserrure.fr/
1. Display Issue — Moving Buttons with Hover Image On smaller desktop screens, the images linked to the animated buttons (“Moving Buttons with Hover Image”) are cut off at the bottom by the container.
➡️ How can I fix this behavior so the images are fully visible and not clipped by the container on smaller resolutions?
2. Site Loading Animation When the site loads, the images underneath briefly appear, then disappear as the animation (text + image) takes over.
➡️ How can I resolve this issue? Is it related to preloading?
Thank you in advance for your help, Best regards,
Quentin.
Hello Quentin,
Thank you for choosing our theme.
1. To fix the issue of images being cut off, please add the following CSS in your WordPress Dashboard under Appearance → Customize → Additional CSS:
.mk-mbhi-container-inner-wrapper { overflow:visible; }
2. For the loading animation issue (where images appear and disappear), please share the exact page URL where this occurs so that we can review it and provide you with an accurate solution.
Thank you.
Hello,
Thank you for your feedback.
1. OK, that seems to be sorted! Great!
2. Regarding point 2, it’s on the home page when the page loads. The images appear and then disappear, before reappearing with the title animation. > https://entrelacer.quentinserrure.fr/
Thank you in advance for your help. Best regards. Quentin.
Hello Quentin,
I checked your homepage on my side and I’m not seeing this issue. In the hero section (the large text with the dual animation), the sequence loads as expected: the initial loading animation appears first, then the main titles animate in, and after the titles slide left and right, the images appear. At no point do the images appear before that animation sequence, so everything seems to be working normally here.
Thank you.
Hello,
Understood, thank you for your feedback.
Have a nice day. Quentin.
Hello,
I’m currently using the Solis theme with WordPress version 6.8.3, and I’m experiencing an issue where the “Add Gallery Items” button does not appear when editing portfolio items.
I’ve already tried the following troubleshooting steps:
Deactivated all other plugins to rule out conflicts. Switched to the Classic Editor plugin to avoid Gutenberg-related issues.
Despite these efforts, the button remains missing. Could you please advise if there’s a required plugin or configuration I might be overlooking?
Thank you in advance for your assistance.
Best regards,
Hello darema,
Thank you for your purchase, and we sincerely apologize for the inconvenience caused.
The “Portfolio” section is a custom post type that uses “Featured Images” for displaying items. Please refer to the documentation page, which provides full details on how to add a new portfolio item and edit the custom image accordingly.
Documentation: https://premiumthemes.in/docs/solis/#portfolio-category
If your issue is different from this, kindly share a screenshot so we can better understand and assist you. You can easily upload and share screenshots via https://snipboard.io/
We truly appreciate your patience and understanding, and we’ll do our best to resolve this for you quickly.
Thank you.
Thank you for your prompt response. As you can see in the screenshot, the gallery options do not appear when creating a new portfolio item, so I’m unable to upload images.
Best
Hello darema,
1. Its Gutenberg editor, please click on “Edit with Elementor” blue color button on the top – https://snipboard.io/J0YaLD.jpg
2. In Elementor page builder, right side bar drag and drop “Portfolio Main” widget – https://snipboard.io/GM1SK4.jpg
3. If you want to add portfolio item, please refer documentation – https://premiumthemes.in/docs/solis/#portfolio-single-page
Thank you.
Thank you for your prompt response! I truly recommend purchasing this theme — it’s excellent. Just one last question: when I try to display three image columns in the portfolio, as shown on your demo site (https://snipboard.io/Bi375N.jpg), it only shows a single column. (https://snipboard.io/uirjmw.jpg) Best!
Hello darema,
Please click on “Apply” button after changing options. – https://snipboard.io/hnMICD.jpg
Also check minimum server requirement from Admin > Theme Panel > Theme Dashboard > System Information — check PHP Max Input Vars and PHP Memory Limit . If both are below the recommended settings, please increase them.
If the above steps are done and you are still facing the issue, please send your website admin login details via our profile page contact form so we can check the issue and fix it. ( https://themeforest.net/user/softwebmedia )
Thank you.
il tema non funziona più. le modifiche di elemento e le animazioni funzionano ma sula visualizzazione web no. non è possibile
Hello farostudio1,
Thank you for your purchase. Please ensure that your server meets the minimum requirements to run smoothly with the Elementor plugin by checking from Admin > Theme Panel > Theme Dashboard > System Information.
If all settings appear correct and you are still experiencing the issue, kindly send your website admin login details via our Profile Page Contact Form, along with the page URL where the issue occurs, so our team can directly access the page builder editor and investigate the problem.
Thank you.
There’s a number of small bugs with the widgets. Do you have plans to release an update?
Hello jrudy,
Thank you for your message. Could you please share more details about the bugs you’ve noticed with the widgets? This will help us understand the issues clearly and provide you with an accurate solution or include fixes in the next update if needed.
Thank you.
Is the Elementor Pro plugin required for the theme to work properly? I know it says “compatible,” but I want to know if it’s necessary.
Hello a_designe,
Thanks for reaching out to us. Elementor Pro is not required for the theme to function – our entire demo site was built using the free version of Elementor, and all features listed on the item details page work perfectly without Elementor Pro.
That said, if you choose to use Elementor Pro, you’ll simply unlock its extra features (such as advanced widgets and templates), but it’s completely optional. The theme itself does not depend on it.
Thank you.
Hi,
I’m currently working on a WordPress site and I’m having trouble removing a popup that appears on the Contact page. Even though I’ve deleted the popup section in the editor, it still shows up on the front end. I’ve also looked through the settings but couldn’t find where it’s coming from.
Could you please assist me in locating and completely removing or disabling this popup?
Thanks in advance for your help!
Best regards,
Hi hikmuscompany,
You can remove the popup feature by deleting the popup widget from the Contact Us page. Edit the Contact page in Elementor, click on the popup icon, right-click, and click on “Delete”( https://snipboard.io/IsgS8y.jpg ).
Thank you.
I had your theme Solis installed on my website droneflyingcompany.ca. I recently moved my website to a different hosting provider but my backup from old host got corrupted.
I am setting up the website from ground up at the moment. Upon installing your theme from scratch on droneflyingcompany.ca, I lost the option of admin toolbar on the front end of the website and therefore unable to customize. I can confirm that under user profile Show Toolbar when viewing site is checked.
I also can’t revert back to any other themes even after changing the theme in Wordpress.
Hello droneflyingcompany,
Thank you for reaching out. The missing admin toolbar issue usually happens due to WordPress core or hosting migration conflicts. Please try the following:
- Clear your browser and server cache.
- Temporarily disable all plugins to rule out conflicts.
- Re-install the latest WordPress core files in case any were corrupted during migration.
Thank you.
Dear Support, how can I get access to Elementor Pro?
Kind regards, Jeroen
Dear Jeroen,
Thank you for your message. To run the theme with all described features and make your site look like the demo, you do not need the Elementor Pro plugin. However, if you would like to use additional Elementor Pro features, you can purchase it separately from the elementor.com
Thank you.
Ok thank you
Hi, I bought the theme again because I really liked it. I’m working with Firefox and Chrome, but when I try to view the website in Safari, it doesn’t display completely. It just cuts out. What can I do? Thanks.
Hi miera65,
Please share your website URL so we can check it directly in Safari. Once we review the site, we’ll be able to identify what’s happening and provide you with the right guidance.
Thank you.
Of corurse,
https://www.academiaideas.es/Hi miera65,
It seems to be a conflict with a third-party plugin that uses fixed positioning. Please try disabling all plugins that are not included or recommended with the theme, then clear your browser cookies/cache and check again.
If the issue persists, kindly send us your website admin login details via our profile page contact form, and we will create a test page in Safari to identify the cause.
Thank you.
Ok, thanks
I fixed it, thanks a lot. How can I give you 5 starts, I really don’t know how
Hi miera65,
Glad to hear the issue is fixed, thank you for letting us know!
If you’d like to leave a 5-star rating, you can do so by going to your ThemeForest Downloads page, finding our theme, and clicking on the ★★★★★ rating option.
https://help.market.envato.com/hc/en-us/articles/203269490-Giving-Feedback-On-ItemsWe truly appreciate your support!
Thank you.
Hi, I bought the Solis Wordpress theme, downloaded and installed it. I’m working with my daughter (they/them), building their website. They want to use the Design Studio demo. We cannot access it. We have downloaded the zip file to our computer, and uploaded it and installed it to our Wordpress site, but when we go to select it as our homepage it is not there. All the other demos are there (Main Homepage, Creative Agency, Digital Agency, Sticky Projects, Interactive Projects, Horizontal Showcase, Horizontal Slider), but not Design Studio. I have reloaded and installed from the zip file several times, and can’t get it.
Hello sharperaven,
Thank you for choosing our theme, and sorry for the trouble you’re facing. Please send us your website admin login details via our profile page contact form so we can check this issue and fix it quickly ( https://themeforest.net/user/softwebmedia ). Also, kindly check under Pages > Trash, as the Design Studio page may already be there.
Thank you.
Yes, it is already in the trash. It is broken. How can it be replaced or repaired?
I’ve restored the Design Studio page using “WordPress Revisions”, and you can now use this page.
Could you tell me why after some days…some images, or same logos on the menu…are broken, and not appear the image? What happen this? I need to update the imagen again and save…not make sense. Why the links of images will be broken? check now atxim.cat
I deactivate the plugin WPBakery Page Builder, and work again. Make sense this?
Hello atxim,
It’s possible that WPBakery Page Builder is causing the issue. We recommend using only one page builder at a time, as having multiple builders active can affect the layout structure and cause broken images. Another common reason is mixed content — for example, if you log in with http and upload an image but later check the site with https, those images may not display correctly.
Thank you.