Forum Replies Created
-
in reply to: 404 for all pages after install
Hello,
Let us know if we can help you further. I think sometimes the options in the Specular Options don’t load properly so you have to set the home page manually.
Best Regards!
in reply to: Hamburger menu in MobileHello,
We have just fixed the issue you have with the menu.
Please check it now and let us know.
Best Regards!
in reply to: How to adjust the size on blog page?Hello,
Please check our documentation on how to change the blog layout options: https://codeless.co/folie/documentation/main.html#blog-options
Let us know if you want further help.
Regards!
in reply to: Media Upload is missing in Folie ThemeHello Daniel,
Please can you download the latest version of the theme 2.3. In this version this bug it is fixed.
Try to replace the new folder download “folie” into wp-content/themes/folie/.
I also recommend you to delete the Codeless Builder and install it again. So you will get the updated version of codeless builder too.
Best Regards!
in reply to: Refund PleaseHello,
There are some conditions to receive refund.
1. First you have to request help before
2. Authors doesn’t help you.
3. Bugs on the theme not resolved.We can refund you only if one of the points above will be fulfilled.
Let us know.
Best Regards!
in reply to: Background images on iphone safariHello,
Please check it now. I have fixed your issue.
Best Regards!
in reply to: update templateHello,
The only thing that i doubt is the PHP Post Max Size variable to larger.
Please try to disable all third-party plugins that aren’t part of our theme.
Check it again.
Regards!
in reply to: Updated SubscriptionHello,
Sorry we will resolve this issue asap. It’s our mistake.
Best Regards!
in reply to: RevSlider Error: DepreciatedHello,
Ah sorry we will try to update you status, it was my mistake.
Regards!
in reply to: WooCommerce Add to Cart ProblemHello,
Sorry but i’m pretty sure that the issue is not caused by our theme. I have just checked 1.6.3 and none of this deprecated hooks are present.
Maybe you are using any WooCommerce extension that cause this issue.
June 1.6.3 don’t use get_checkout_url but the updated version: wc_get_checkout_url and also we don’t even use this hook woocommerce_add_to_cart_redirect or add_to_cart_redirect.
I would recommend you to disable any other third-party plugin and check again.
Best Regards!
in reply to: WooCommerce Add to Cart ProblemHello,
Please update the theme to the latest version 1.6.3 to resolve this issue.
Regards!
in reply to: Codeless Visual Composer BackendHello,
I recommend you to switch false the wp_debug contant on wp-config.php file.
define('WP_DEBUG', true);replace with:
define('WP_DEBUG', false);I also recommend you to update the theme to the latest version 1.6.3.
Regards!
in reply to: RevSlider Error: DepreciatedHello,
Have you tried to update your theme to the latest version 1.6.3. Please try to replace the new june folder. After the update please delete the plugin Revolution Slider and install it again or click on the Update link you will see at bottom.
P.S In order to receive further support please renew your license.
Best Regards!
in reply to: Tower Portfolio FullWidthHello,
Please check it now.
I think you have installed non the right demo.
Anyway now seems everything ok.
Regards!
Hello,
If you want to remove the the two icons from the portfolio page you have to edit the portfolio page style;
Check the documentation: https://codeless.co/tower/documentation/main.html#portfolio_page
You have to set the Portfolio Style : Overlay with base color and effect
Also to add a custom link you have to edit the Portfolio Items and on the Page Styles: Switch on the “Overwrite the link with your custom link” option and write down your link.
In case you want to maintain the basic style and remove the two icons you have to add this css code:
.portfolio-item.basic .bg { display:none }To link the image you and not only the title on the basic style you have to edit the file themes\tower\includes\view\portfolio\loop-grid.php.
Find the lines below:
if($style == 'basic'){ ?> <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?> <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>"> <div class="he-wrap tpl2"> <?php if($columns == 5) $columns = 4; ?> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt="">and replace with:
if($style == 'basic'){ ?> <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?> <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>"> <div class="he-wrap tpl2"> <?php if($columns == 5) $columns = 4; ?> <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt=""></a>Save the file and everything will be ok.
Best Regards!