Forum Replies Created
-
in reply to: Purchase code not working
Hello,
Please send us the purchase code in a private reply. We will check it asap.
Best regards!
in reply to: OnePage MenuHello,
That’s strange. Please send us some valid wp credentials in a private reply. So we can check on the configurations.
Best regards!
in reply to: Parallax background image on iPad is too zoomed inHello,
Sorry for the late reply.
I added this code into the page’s custom css box:@media (min-width: 768px) and (max-width: 1024px){ .section-style.parallax_section{ background-size: contain !important; -webkit-background-size: cover !important; background-position: center !important; background-attachment: inherit !important; } }Please check it in ipad. The parallax effect is removed but the image is responsive and showing up well.
Let us know.
Best regards!
in reply to: Visual Composer Settings boxes not loadingHello,
I see you are using the latest Visual Composer vs 5.2.1 which is not yet tested with theme and may result in having incompatibility. Please use the included in theme version of the plugin. Find it in your wp-content\themes\specular\plugins folder and activate it for the time being.
I have notified the developers and we will check this out asap.Let us know.
Best regards!
in reply to: Website not working since 1.1.0 updateHello,
Please go to file folie/includes/codeless_builder/header-elements/cl_header_text.php and replace the existing code with the below:
<?php extract($element['params']); $output = ''; $output = ''; $text_id = 'cl_text_' . uniqid(); if( (int) $margin_paragraphs != 10 ){ ?> <style type="text/css"> #<?php echo esc_attr( $text_id ) ?> p{ margin-top: <?php echo esc_attr( $margin_paragraphs ) ?>; margin-bottom:<?php echo esc_attr( $margin_paragraphs ) ?>; } </style> <?php } ?> <div id="<?php echo esc_attr( $text_id ) ?>" class="cl-text <?php echo esc_attr( $this->generateClasses('.cl-text') ) ?>" <?php $this->generateStyle('.cl-text', true ) ?>> <?php echo cl_remove_wpautop($content, true); ?> </div>Save changes and check your site.
Let us know.PS: We are pushing on an immediate update for this fix. So you do not have to worry for future updates.
Best regards!
Hello,
Please go to file folie/includes/codeless_builder/header-elements/cl_header_text.php and replace the existing code with the below:
<?php extract($element['params']); $output = ''; $output = ''; $text_id = 'cl_text_' . uniqid(); if( (int) $margin_paragraphs != 10 ){ ?> <style type="text/css"> #<?php echo esc_attr( $text_id ) ?> p{ margin-top: <?php echo esc_attr( $margin_paragraphs ) ?>; margin-bottom:<?php echo esc_attr( $margin_paragraphs ) ?>; } </style> <?php } ?> <div id="<?php echo esc_attr( $text_id ) ?>" class="cl-text <?php echo esc_attr( $this->generateClasses('.cl-text') ) ?>" <?php $this->generateStyle('.cl-text', true ) ?>> <?php echo cl_remove_wpautop($content, true); ?> </div>Save changes and check your site.
@brightestspark i already made the change for you using the given ftp credentials. You only need to rename back to original the file and refresh site.
Let us know.PS: We are pushing on an immediate update for this fix. So you do not have to worry for future updates.
Best regards!
in reply to: Website not working since 1.1.0 updateHello,
Sorry for your inconvenience!
Can you please send us some valid wp and ftp credentials in a private reply? So we can check this out. The Codeless Builder has been tested before launch and this error did not happen. We need to give this a deeper look.Best regards!
in reply to: new licenseHello,
You need to register again using the new code. That’s because you have bought a new licence, not support time.
Let us know.Best regards!
in reply to: Minimal LayoutHello,
Did you made the import of the demo? Yes, sure we can help you set it up. Just add some valid wp credentials in a private reply. or fill in your extra information fields in your profile.
Read this article for more information.Best regards!
in reply to: Codeless Slider DisableHello,
You can add them into your profile extra fields. Read this article for more information.
Best regards!
in reply to: Portfolio Items – CategoriesHello,
Sorry but that is not possible. You can check out the available options you can customize for a portfolio item within the builder, by clicking on the little icon at the right-bottom of the portfolio item. See screenshot: https://postimg.org/image/en7cec56d/
Let us know if this is what you where referring to.Best regards!
in reply to: Main Header Transparency on mobile (reponsive)Hello,
I added this code into your custom css box in General > Custom Codes:
@media (max-width: 480px){ .header_container { background-color: rgba(0,10,25,0.29) !important; }}The style of header you have selected has a different layout in mobile. The image below the header is not underneath the header in mobile as well. But it’s positioned after the header bar. This means that under the header there is only a white stripe. By adding the gradient like in desktop version, you will only see a gray header in mobile.
I already added the code needed (the above). Let us know if you need further help.Best regards!
Hello,
Can you please add some valid wp login credentials into your profile data extra fields?
So we can give it a closer look.
Read this article for more information.Best regards!
in reply to: Visual Composer Settings boxes not loadingHello,
Yes, please add them into your profile extra fields. Read this article for more information.
Best regards!
in reply to: Demo data and other problemsHello,
Sorry but that is not possible.
The buttons have a certain distance from the description text. In order to modify it, you need to give different css to each different product. This is not possible as they all all have the same css classes.Best regards!