Forum Replies Created
-
Hello,
All the css is generated according to the settings you have set up in the option panel. Or any custom cs it may be added. This is custom, not every site using Specular has this specific css. So you need to check your settings, find the option and remove it.
If you send us your site’s credentials in a private reply, we could help you with that.Best regards!
in reply to: How to make widgetised sidebar into sticky sidebarHello,
Sorry but this requires code editing that is not included in support forum. Please read more regarding our support policy.
Best regards!
in reply to: Container not responsiveHello,
Sorry for the late reply.
I added this code into your custom css box:#content { min-width: 1100px;} .slider#slider-fullwidth { min-width: 1100px;} .rev_slider >ul { width: 1100px;}Please check your site.
Best regards!
in reply to: Layout Responsivenessin reply to: Background image in slider of Agency 2 doesn’t showHello,
You should find the correct css class of slider image, try it via inspect element (press F12 in your keyboard). Make the changes in the css sidebar at the right. If it works, add that css into your custom css box.
Try out this:.codeless_slider .swiper-slide { z-index: 9999; }Let us know.
Best regards!
in reply to: Mega menu column widthHello,
The css added is all in the page’s custom css box (screenshot). Any code added here is available only for this page and it will not be lost in case of a theme update (if added in style.css, would be overwritten by future updates).
Since the services are all the same element, we need another css class to distinguish them in order to give different background colors. So i added a extra css class in the column settings of each. The result css code is in the page’s custom css box.
Please check and let us know.PS: Thank you very much for your words! I really appreciate it! :)
Best regards!
in reply to: Big Problem with Safari BrowserHello,
I added this code into your home page’s custom css box:
@media (max-width: 767px){ .slider#slider-fullwidth ,.codeless_slider .swiper-slide, .swiper-wrapper, .codeless-slider-container, .codeless_slider_wrapper, .codeless_slider_swiper { height: 667px !important;} }It’s ok now. Please check your site.
Best regards!
in reply to: Demo Data not importedThis reply has been marked as private.in reply to: Visual Composer Does Not WorkHello,
Please go to file includes/core/codeless_elements.php and find this line:
vc_remove_element("vc_widget_sidebar");
Either comment it out or delete it.To remove/edit the “A sample page description” title, go to the page’s General Settings > Page Header Options > Subtitle for this page ?, set it OFF.
Best regards!
in reply to: Dummy Data Import stops at 65%in reply to: How to delete the built in themes?Hello,
Those themes are for the dummy data import. An action you do when you first install theme and have no pages/settings set up. After importing the desired demo, you do not need to access it again anymore. So “editing default theme” does not have really a meaning as you do not edit templates.
If you want the client to not have access to this area then it is better to install a role management plugin and assign what menu items to let him have access to, and which not (in this case forbidding to see/access the “Import/Export (Dummy Data)” menu item).
Or add a custom css in your custom css box, deleting the ones you don’t want to see.Best regards!
in reply to: Links to portfolio pages go to 404Hello,
Please reset permalinks first. It should fix the 404 issue. You can edit the portfolio slug, but is not possible to delete it completely.
Best regards!
in reply to: Create post like a pageHello,
As i said in the last reply, the posts, unlike pages take the page header settings from the site’s Default Page Header. So you have to set it up from General Options > Header Options > Default Page Header.
Best regards!
in reply to: WPML + Slider RevolutionHello,
The slider you have for English version is still in Russian. You need to create a new one for the english version. Please watch this tutorial for guidance.
To add the english version of slider, go to slider and click on the blue plus sign (screenshot), select the language. Then proceed with content translation. In the english page, the english version of slider will be displayed.
I translated for demonstration purpose the first slide of slider in home page, english version (link).Best regards!