Forum Replies Created
-
in reply to: Theme My Login or Profile Builder Layout
Hello,
Yes, a little css does the job. Can you please post the page’s url? So i can give the proper code.
Best regards!
in reply to: Updating Visual ComposerHello,
I don’t understand you very well, but however you should not have any issue updating the Visual Composer. To update the plugin, follow the steps:
-delete it’s folder located in wp-content/plugins/js_composer,
-go to your dashboard and there will be a message requiring to install neccesary plugins.
-follow the instructions to install it again
-That’s it, enjoy!When moving to another domain, if you face any issue, just re-install it again.
Let us know if you need further help.Best regards!
in reply to: testimonial carouselHello,
Please update theme to it’s latest version. The Visual Composer as well. Let us know if the issue persist.
Best regards!
Hello,
Please add this code into your custom css box:
@media (min-width: 480px) .codeless_separator .separator { margin-left: -152px !important; width: 304px !important; }}Let us know.
PS: Thanks for the documentation tip. We will take care of it.Best regards!
in reply to: Testimonials carouselHello,
Please update theme and Visual Composer to the latest version. Let us know if the issue persists after the update.
Best regards!
in reply to: Home Slider Not Showing FullyHello,
I see the slider is in full display (screenshot) Did you solve your issue?
Let us know.Best regards!
in reply to: Missing alpha-channel for transparent headerHello,
This is strange. I changed the header background transparency in the theme options, but it does not reflect the changes. This does not happen on our side, so i assume it maybe one of your other installed plugins that may be conflicting with the theme, or any other script you may have added. However, i added this code:
.sticky_header #header { background-color: rgba(247, 234, 210, 0.45) !important;} #header { background-color: rgba(247, 234, 210, 0.45) !important;}into your custom css box. The first line is responsible for the sticky header transparency and the second line for the header in slider. Edit/remove the ones you do not want.
Let us know for anything.Best regards!
in reply to: Header Widgetized area and "construction theme"Hello,
These are shortcodes you can provide them in from a simple text editor. Click on the shortcode icon (screenshot) and select the code you want.
The logo does show in all header styles. Can you please post your site’s url? So we can check this up.Best regards!
in reply to: Submenu, logo and topwidgets mobile devicesHello,
I checked the other pages in mobile, but the logo is centered. (screenshot). Can you send us the page where it is not? Try to clear your computers cache, as you may be seeing an un-updated copy of your site.
Best regards!
in reply to: Submenu, logo and topwidgets mobile devicesHello,
2-Sorry but that is not possible.
3-Please add this code into your custom css box:
@media (max-width: 480px){ .top_nav { display: block; border-bottom: 1px solid #E2D9D9; height: 76px !important; } .row-fluid .span6:nth-child(2) { display:none; } .mobile_small_menu { margin-left: 6px;} }Best regards!
in reply to: Missing Contact form 7Hello,
Please install plugin ‘Contact form 7’ first. Then create a contact form and use it. After installing, you will have a contact form element added in visual composer element too.
Best regards!
in reply to: Problems on Mobile DevicesHello,
Please send us your wp credentials in a private reply, so we can give these a closer look.
Best regards!
in reply to: Add Instagram to social widgetHello,
You are right and Thank you for noticing this. Please go to file specular\includes\widgets\codeless_socialwidget.php and find this line:
echo '<li class="email"><a href="mailto:'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';
Replace it with this:
echo '<li class="email"><a href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';
We will change this in the next update.Best regards!
in reply to: permalinks gives wrong pagesHello,
Glad to know is ok now and thank you for the feedback.
Best regards!
in reply to: Home Slider Not Showing FullyHello,
Can you please send us your site’s url? So we can give it a closer look.
Best regards!