Forum Replies Created
-
Hello,
Sorry for the late reply.
The Revolution Slider is indeed included in theme package and you can install and use it without needing to buy it on yourself. All the included plugins are bought by theme creators with a extended licence, meaning we uploaded it in theme package and you can use it. But it’s not possible to give you a purchase number.
In every theme update we update all plugins to their latest versions as well. If you must have a licence number, or want to update before theme update, then you have to buy it yourself.
All files located in ‘slider’ folder are available to upload. You can use them or download other free sliders from Themepunch.com/examples/.Best regards!
Hello,
Sorry for the late reply. I added this code into your custom css box:
@media (max-width: 480px){ .slider#slider-fullwidth { min-height: 150px !important;} .footer_wrapper footer#footer .inner .row-fluid .span4 { width: 100% !important;} .mobile_small_menu { display: block !important;} #logo img.dark {padding-left: 100px;} } @media (max-width: 767px){ .vc_col-sm-12.wpb_column.column_container.with_padding { padding-left: 10px !important; padding-right: 10px !important; }}The menu, slider and footer in mobile are displaying correctly now.
Let us know if you need any further assistance.Best regards!
in reply to: Column spacing helpHello,
Sorry that is not possible. But you can edit the layout from Row Settings > Type, set it to “Fullwidth Content”.
Best regards!
in reply to: Visual Composer Accordion not showing titlesHello,
It is expected to be released this upcoming week. You will be notified via email.
Thank you for the patience!Best regards!
Hello,
Yes, the navigation is set up by Page’s General Settings > Page Options & Style > Header Color Style. That does not have any issue on our side. Can you please send us your wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Twitter and blogging issuesHello,
Please make sure you have set up Twitter data correctly. Send us your wp credentials in a private reply. So we can give a closer look to the other issue.
Best regards!
in reply to: Page Header in mobile modeHello,
Here is the one of the portfolio items with breadcrumbs displayed, https://www.raam67.nl/projecten/sluis-weurt/
Best regards!
in reply to: Page Header in mobile modeHello,
1-I reduce the page header height in mobile, i edited the code above to this:
@media (max-width:480px){ .home .header_page { display: none !important;} .header_1.fullwidth_slider_page .top_wrapper{ padding-top: 0 !important;} }Please check your site.
2-You had not set ON active page header in portfolio item General Settings > Page Header Options. Also you have added some code making page header height 0(screenshot), or if you didn’t, then one of the third party plugins may have affected it.
Please update visual composer plugin as well, you have an old version.3-Sorry but is not possible to change portfolio item slider arrows layout via theme settings. You can change them with css.
Best regards!
in reply to: Media overlappingHello,
Please make sure to have set up row padding, in Row Settings > Padding Top/Padding Bottom.
Best regards!
in reply to: FAQ not allowing to choose categoryHello,
Sorry but i don’t have a date just yet. But you will be notified via email. Thank you for your patience!
Best regards!
in reply to: Datepicker in Woocommerce with Theme not workingHello,
Yes, to hide it i added this code:
input#delivery_date { cursor: pointer !important; }Best regards!
in reply to: White line between slider and footerHello,
Sorry for the late reply.
Please add this code into your custom css box:
.footer_wrapper { margin-top: -1px !important;}Best regards!
in reply to: problem with social icons in widgetHello,
Sorry for the late reply.
I don’t see any misplaced social icons in your site. Can you please show us a screenshot where is this happening?Best regards!
in reply to: Visual Composer Accordion not showing titlesHello,
Sorry for the inconvenience. We will fix the accordion issue in the next theme update. Which will be released soon.
Read this article for more information on how to redirect pages.Best regards!
in reply to: CSS code for blog headerHello,
Please add this code into your custom css box:
.header_page.normal h1 { line-height: 1; padding-top: 115px; font-size: 20px; } .header_page .page_parents { top: 70%;} .page_parents li:last-child { width: 50%; margin-right: -79px; }Best regards!