Forum Replies Created
-
in reply to: Issue with Mega Menu and Child Menus
Hello,
Sorry for the inconvenience.
We will include this in the next update.Best regards!
in reply to: Custom Footer and Header Width?Hello,
Please add this code:
@media (min-width: 1101px){ footer#footer .inner .container { max-width: 1375px !important;} }Please send me a screenshot of the header you want to edit.
Best regards!
in reply to: Disabling portfolio navigation menuHello,
Sorry, i thought you where suggesting only the portfolio filter items. To remove the black row too, add these lines:
.content_portfolio.fullwidth .filter-row { display: none; }Best regards!
in reply to: Reorder PortfolioHello,
You can order portfolio items by editing their publication time. Or just install any custom post order plugin.
Best regards!
in reply to: HTML in Service Element TitleHello,
Yes, please go to file vc_templates/services_steps.php and find this line:
$output .= '<h4>'.esc_html($title).'</h4>';
replace it with this:
$output .= '<h4>'.$title.'</h4>';Save file.
Now go to the elements settings and include in<b>tags, the word of the title that you want bold.Best regards!
in reply to: Recent Portfolio shortcode not showing portfolioHello,
I can see the products in your site. Screenshot. Did you solve your issue? Please explain better if this is not what you asked for.
Best regards!
Hello,
Sorry for the late reply.
Please check your site as i try to access it but it generates an not found error.
Let us know.Best regards!
in reply to: Staff Carousel Don´t show Links IconsHello,
Did you make any changes to theme files? Please assign to the staff the “With White Box” style and let us know. If the issue persists, send us your wp credentials in a private reply. So we can check it.
Best regards!
in reply to: Shopping cart does not update my item listHello,
Sorry for the late reply.
Did you manage to fix your issue? Because i just tested your site and i was able to perfectly add/ edit/ remove items from my chart. And the changes took place immediately.
Let us know.Best regards!
in reply to: Blog page header reflecting latest post titleHello,
Sorry for the late reply.
Please refer to this topic regarding the blog header title.Best regards!
in reply to: Sidebar and Header BG Not WorkingHello,
Sorry for the late reply.
Did you made any changes recently? Did you take any update (theme ; plugins) or did you installed any new third party plugin? Please send us your site’s wp credentials in a private reply, so we can give it a closer look.Best regards!
in reply to: Date picker not functioning on front endHello,
This forum’s policy does not allow third party plugin support. However i check the page you send us and i see that the culprit is a wrong data type.
The date field type is declared as ‘text’, not as ‘date’. If you change that, the date picker will fish the date you want.
Screenshot.
We recommend you to try this out.Best regards!
in reply to: Embed external post in articleHello,
This plugin supports external urls: wordpress.org/plugins/responsive-lightbox-lite/
Use this sample code:
<a href="https://www.yoursite.com/" rel="lightbox" data-lightbox-type="iframe" />Link</a>Best regards!
in reply to: Content resizes not correctHello,
Sorry for the late reply.
Please add this code into your custom css box:@media (max-width: 767px) { .container { max-width: 490px !important;} .vc_col-sm-12 { padding-left: 0 !important; padding-right: 0 !important; } }Best regards!
in reply to: Codeless Slider not working with FirefoxHello,
I double checked your site, but there is no apparent issue. Please update parent theme to it’s latest version. And we will check it again if the issue persists.
Best regards!