Forum Replies Created
-
in reply to: Import of Demo stops at 30%
Hello,
I imported the default theme with success. Please continue with further customization.
Let us know for anything.Best regards!
in reply to: White space on mobile siteHello,
Can i please see a link where is this running?
Best regards!
Hello,
You can customize any of the imported pages to the look you want, by drag-and-drop the Visual Composer elements. Add more or remove the unnecessary ones.
-By default you can upload two logos in your site. One for the dark version and one for the light. If you want another one, you could set it up with css.
-To have only the slider in the page, then remove all elements and leave just the slider full width. Set the height to your wish in page’s General Settings > Slider Options.
-Landing page is just a normal page that has some elements. It can be created, it does have no issues.
Please watch our video tutorials to understand more how to edit theme in order to have the most out of it.Best regards!
in reply to: background image in row – safari errorHello,
Sorry for the inconvenience. We did the necessary checks and you are right. We are working on this now and will get back to you soon. In the mean time please disable the parallax effect in both rows.
Best regards!
in reply to: Space between menu and slider revolutionHello,
You can easy remove it with some custom css. Please send us your site’s url so we can give you the exact code to add.
Best regards!
in reply to: Widgetised Sidebar option not availableHello,
Yes, you need to delete it. Or comment it (example: //vc_remove_element(“vc_widget_sidebar”);) The line is in codeless_elements.php file. you can find it faster with Ctrl+F keys pressed at the same time. Or send us your ftp credentials in a private reply. So we can do it for you.
Best regards!
in reply to: Revolution slider widthHello,
Please try and add this css into your custom css box:
@media (min-width: 1600px){ .slider#slider-fullwidth { width: 65%; margin-left: 17%; } .rev_slider li.tp-revslider-slidesli { width: 65% !important;} .tp-loop-wrap { margin-left: -117px;} }Result screenshot. Edit the value to your need.
Best regards!
in reply to: Animated counterHello,
You can do this with custom css. Add the code into your custom css box. Please note that the responsive one should be wrapped up the
@mediarule. If you send us your site’s url, we can help you with that.Best regards!
in reply to: revolution sliders not foundHello,
This is strange. What other plugins do you have installed? Please send us your site’s credentials in a private reply. So we can check this up.
Best regards!
in reply to: Darg and drop portfolio topics?Hello,
The portfolio posts are ordered according to their creation datetime. I suggest you to use a custom post order plugin to order them to your wish. A good one is “Post Types Order“. It has the drag-and-drop feature you want.
Best regards!
in reply to: Drop down menu font optionsHello,
I added this code into your custom css box:
.top_nav .row-fluid .span6 { margin-top: -44px; } .header_6 #navigation { margin-top: -39px; margin-bottom: 28px; width: 85% !important; z-index: 99; } nav .menu { margin-left: 50px !important;}This is the result.
Best regards!
in reply to: Visual Composer Does Not WorkHello,
These are the settings to change for your issue. You must have done something differently. Please check the credentials so i am able to login(still can’t, screenshot).
Also i need the ftp to check the codeless_elements.php file. Let us know.Best regards!
in reply to: Resize Issues with Boxed LayoutHello,
Sorry for the late reply.
I have edited the code to this:@media (min-width: 1600px){ #content { min-width: 1100px !important; }}We will fix this in future updates.
Best regards!
in reply to: Widgetised Sidebar option not availableHello,
I see you already fixed it. The widgetized side bar is removed from developer in the latest theme release. But you can add it by going to file includes/core/codeless_elements.php. Find and delete (or comment) this line:
vc_remove_element("vc_widget_sidebar");Best regards!
Hello,
Can i please see a link where are you running this? We do not get any space below header.
Best regards!