Forum Replies Created
-
in reply to: Social Media Icons
Hello,
1-What issue do you have with the social icons? I can see them and they are working ok.
2-Add this code into your custom css box:
.wpcf7-form-control-wrap input { border: 1px solid rgba(0, 0, 0, 0.42) !important; }Best regards!
in reply to: Unable to change portfolio category layoutHello,
Sorry for the inconvenience.
I have notified the developers team and we will edit it in the next theme update. Thank you for the patience.Best regards!
in reply to: visual composer read moreHello,
Please send us your wp credentials in a private reply. So we can check if the edits you made in codeless_elements.php file are correctly done and also fix the issue.
Best regards!
in reply to: Image alt, title, caption ?Hello,
Sorry for the late reply.
Please go to file include/view/portfolio/single-gallery.php and find these lines:<a class="lightbox-gallery" href="<?php echo esc_url($slide['image']) ?>" title=""> <div class="visual lightbox"> <img src="<?php echo esc_url(codeless_image_by_id($slide['attachment_id'], 'port3', 'url')) ?>" alt=""> <span class="moon-zoom"></span> </div> </a>Replace with these:
<a class="lightbox-gallery" href="<?php echo esc_url($slide['image']) ?>" title="<?php echo $slide['title'] ?>"> <div class="visual lightbox"> <img src="<?php echo esc_url($slide['image']) ?>" alt="<?php echo $slide['description'] ?>"> <span class="moon-zoom"></span> </div> </a>Best regards!
in reply to: Specular – MinimalHello,
Please send us your wp credentials in a private reply. We will do it for you.
Best regards!
in reply to: Dummy data – Not workingHello,
Please send us your wp credentials in a private reply. So we can check this out.
Best regards!
in reply to: Style Sheet overwritten?Hello,
There are two ways to set up your page header. One- at General Options > Header Options > Default Header options. And the second in the page’s General Settings > Page Header Options. The second one is for you to style specifically the selected page. In case you want a different style from the overall style. Or you can disable it and keep the first setup.
This does not affect your entire website style. If you have experienced something like that, than something else could be the defining it.
If you want you can send us your wp credentials in a private reply and we can give it a closer look.Best regards!
in reply to: Visual Composer Accordion not showing titlesHello,
I need to create a page, add the element with visual composer and then view this page(the least). Right now there isn’t a option to open/view a page.
Best regards!
in reply to: Redux framwork WarningHello,
@richardpenny,
Please open up a new ticket and send us your wp credentials in a private reply. This topic has another author and he will be able to view your credentials if you post them here. So we can give it a closer look.Best regards!
in reply to: FAQ not allowing to choose categoryHello,
Sorry for the inconvenience. We will fix this in the next theme update. Thank you for the patience.
Best regards!
in reply to: Unable to get responsive header images on pagesHello,
Sorry but that is the max you can shrink the image in order not to lose the parallax effect.
Best regards!
in reply to: my theme doesn't display properlyHello,
Please recreate accordion element once again. For the contact form, go to Plugins > Add New. Find and install free plugin “Contact Form 7”. Refresh contact page, go to contact form element in Visual Composer and select the created one.
Best regards!
in reply to: Logo light missingHello,
I get error 503: Service Temporarily Unavailable. Please check your site and let us know.
Best regards!
in reply to: Hide Percent on Skill CounterHello,
Please go to file vc_templates/chart_skills.php and find this line:
$output .= '<span class="text" style="">'.esc_attr($percent).'%</span>';
Replace with this:
$output .= '<span class="text" style="">'.esc_attr($percent).'</span>';Best regards!