Forum Replies Created
-
in reply to: Mobile – Slider Responsive Bug
Hello,
Sorry for the late reply.
I fixed it. Please check your site and let us know.Best regards!
in reply to: New theme update – Visual Composer FIXin reply to: Codeless slider not responsiveHello,
Sorry for the late reply.
Did you manage to fix your issue? I see the page images are displaying ok in both portrait and landscape view (screenshot).
Let us know.Best regards!
in reply to: How to activate ‘Minimal’?Hello,
I am setting this topic as resolved for now. Let us know if you need our help while configuring template.
Best regards!
in reply to: background image in row – safari errorHello,
Can you please be more specific? I do see all background images in safari as well (screenshot).
Best regards!
in reply to: Service icon links brokenin reply to: Small problem in top left cornerHello,
This is not part of theme code. Did you add any custom code recently? Did you edit any of theme/plugins files? Please deactivate all third party plugins first. Then activate them one by one to find the one responsible for the additional text.
Let us know.Best regards!
in reply to: Masonry Portfolio for TowerHello,
There is not such a page available. The page you post, is a portfolio page. So it contains only portfolio items.
A workaround to your wish is to create a new page and add two elements in it. “Post Masonry Grid” and “Recent Portfolio” elements to it. Configure them with the masonry style.
Let us know.Best regards!
in reply to: How to change copyright content?Hello,
To edit/change copyright text please go to General Options > Footer Options > Copyright Text in the end of footer (screenshot). Please make sure you do have set ON the “Show Copyright” option below, so it will display in site front-end.
Let us know.Best regards!
in reply to: Translation not working in backendHello,
The option panel is build with redux framework. To translate it you just need to convert wordpress from current to your language. It will automatically translate all options.
Best regards!
Hello,
Sorry for the late reply.
I am glad you found the culprit. Although we had never had any issue with both plugins being active in the same time.
Thank you for sharing your solution. Let us know if we can help you with any thing.Best regards!
in reply to: portfolio subtitlesHello,
Sorry for the late reply.
Please add this code into your custom css box:.portfolio_single h4 { display: none; }Best regards!
in reply to: How to activate ‘Minimal’?Hello,
Sorry for the late reply.
You do not ‘activate’ a theme. You activate the main theme “Specular” and then import and configure the template you want. Di d the import finish successfully? If yes, then you should have already created the pages/posts/portfolio items of the demo you choose. You only need to configure it.
If you need our help to make it like the online demo, then send us your wp credentials in a private reply. We can help you with that.Best regards!
in reply to: can’t search this forumHello,
Sorry for the inconvenience. We are currently undertaking some major changes in the server. We will update forum very soon and the search feature as well. We require your patience till then.
Thank you for understanding.Best regards!
in reply to: responsive blogHello,
Sorry for the late reply.
I edited this line in.top_wrapper { min-width: 1200px !important;}file style.css, by removing the!important. This was causing the pages to keep a fixed minimal width and not adapt to the responsive layout.
This line does not exist in the original files so if you didn’t add it, then one of the installed plugins may have added it.
Also i added this code into your custom css box:@media (max-width: 979px){ .top_wrapper { min-width: 200px !important; }}I checked the pages, they look ok now (screenshot). Please check your site and let us know.
Best regards!