Forum Replies Created
-
in reply to: WPBakery not saving changes
Hello,
Sorry but can you please be more clear? I checked the form you have in homepage and it redirects me to the same link you send, when i hit “Send Now”. I also got the confirmation email in each time i tested the form.
Best regards!
Hello,
Which demo are you trying to import again?
Regards!
in reply to: change search text sizeHello,
I opened the site in mobile and do not get that big font. However, please edit the text in mobile with this custom css:@media (max-width: 480px){ .search-no-results h1.page-title { font-size: 20px; } }Change the value to your wish.
Best regards!
in reply to: Load More Button and Filter PortfolioHello,
Did you select the “Load more” pagination style in the portfolio element options? See screenshot: https://ibb.co/L8Ss717
Best regards!
in reply to: Problem with latest newsYou’re welcome!
If you are happy with our support, please rate the product with 5 stars under the Downloads tab of your Envato profile.
This is very important for us!Thank you!
in reply to: scroll to a specific slideThis reply has been marked as private.in reply to: Complete the lookHello,
I added some custom css in General > Custom css. Please go to file css / codeless-woocommerce.css and find this line:
.single-product .cl-complete-look .shop-products.name-cross-sells .product_item .cl-thumb-wrapper{ max-width: 120px !important; width:75% !important; }Edit max-width to 320px. Save changes.
Let me know.Best regards!
Hello,
First you have to add the fields in Tower > Portfolio Options > Custom fields Parameters. See screenshot: https://ibb.co/L0xMDr3
Please try again and let us know if you need further help.
Best regards!
in reply to: Upgrade to PHP 7.2 Errors – Tower ThemeHello,
Check theme profile in themeforest, there you have the latest version available (scroll at the very bottom) and all changes made in the update.
Theme profile: https://themeforest.net/item/tower-businessdriven-multipurpose-wp-theme/11941335?s_rank=6How to update theme: https://codeless.co/tower/documentation/main.html#update_theme
How to update included plugins: https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-versionAll plugins that are included in theme package are updated to their latest version at the time of theme update.
Best regards!
in reply to: Problem with latest newsHello,
I fixed it.
Please check your site.Best regards!
in reply to: Can't Install Specular On WordPressThis reply has been marked as private.in reply to: Complete the lookHello,
In the same file find this block:
<?php $woocommerce_loop['name'] = 'cross-sells'; $woocommerce_loop['columns'] = 2; // Handle orderby and limit results. //$orderby = apply_filters( 'woocommerce_cross_sells_orderby', $orderby ); //$cross_sells = wc_products_array_orderby( $cross_sells, $orderby, $order ); //$limit = apply_filters( 'woocommerce_cross_sells_total', $limit ); //$cross_sells = $limit > 0 ? array_slice( $cross_sells, 0, $limit ) : $cross_sells; wc_get_template( 'single-product/cross-sells.php', array( 'cross_sells' => $cross_sells, // Not used now, but used in previous version of up-sells.php. 'posts_per_page' => 4, 'columns' => 2, ) ); ?>Edit out the number 2, to 1. Save, clear cache and refresh page.
Best regards!
in reply to: Can't Install Specular On WordPressHello,
Please update the php version first. You have a warning message in your site: https://ibb.co/Czb06hk
Best regards!
in reply to: Complete the lookHello,
But i see the change is showing in the single product page: https://ibb.co/6wfJGTm
Is this not what you wanted?Regards!
Hello,
I deactivated theme and kirki plugin by renaming the respective folders in wp-content. I was able to login to dashboard without the error showing up again. You have a message here requiring the update of PHP. See screenshot: https://ibb.co/wWQV5QV
What PHP version do you have installed? Please update it in order for theme and other plugins to run properly. Ask your host about it. Check themes’ minimal requirements here: https://codeless.co/folie/documentation/main.html#requirements
Let us know.
Best regards!