Forum Replies Created
-
in reply to: Drop down menu problems
Hello,
Yes, if you can send us some valid wp credentials, that would be great. So we can check this out.
Send them as private reply by checking the “Set as private reply” box below.Best regards!
in reply to: Website looks bad on mobileHello,
Sorry for the late reply!
Please update theme. The newly released version 2.3 has many important changes in it. Let us know if the situation persists after the update.Best regards!
in reply to: Items list – distance space not workingHello,
You have very old versions of both theme and Codeless Builder plugin. Please update them first. There has been very important changes since your current version. The latest versions are Folie vs1.2.4 and Codeless Builder vs1.2.5. Just update theme first. Then delete the current builder plugins. Install again the included in theme, from the message in the dashboard.
Let us know if you have any issue then.Best regards!
in reply to: Automatic update failHello,
Very glad to help! If you are happy with the support, please show us love by voting 5 stars for theme in it’s ThemeForest profile. Follow the link:
https://themeforest.net/item/tower-businessdriven-multipurpose-wp-theme/11941335?s_rank=3
It’s very important for us to keep working hard and provide more premium themes!Thank you for being an awesome customer!
in reply to: Scrolling through the portfolioHello,
Please add this code into your Additional CSS menu in Theme options:
.cl-filters.cl-filter-fullwidth button.selected { display: none !important; } .cl-filters.cl-filter-fullwidth { padding-top: 20px !important; }Let us know.
Best regards!
in reply to: font-awesome iconHello,
Please refer to this topic regarding it:
https://support.codeless.co/?topic=icons-not-displayed-vc-buttons
Let us know.Best regards!
in reply to: Post grid with equal heightsHello,
The post grid is a Visual Composer element that doesn’t get overwritten by theme style.
I can suggest adding this custom css into your Custom Css box to align the gray background. But aligning the “Read more” button can not be done using css only..vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 { min-height: 475px !important; }I suggest you try adding the same amount of excerpt text in order to have the posts as aligned as possible.
Best regards!
in reply to: Items list – distance space not workingHello,
Can i please see a link of the site? Do you have any third party plugins installed? What version of theme and Codeless Builder?
Let us know.
Best regards!
in reply to: Some minor adjustment helpHello,
Done! I changed the image link in Widgets > Top Header Left. Please keep in mind that such customizations are not part of support service.
Best regards!
in reply to: Automatic update failHello,
I see you have two copies of the theme installed. The version 1.9 (which shows the message), and version 2.2.
The update was based in the 1.9 version and the theme folder name in the link was not correct. See screenshot: https://ibb.co/mPvw8b
However, i already updated it. Please check your site.Best regards!
-
This reply was modified 8 years, 5 months ago by
Mirela.
in reply to: delete single new slider inside codless sliderHello,
In file js/codeless-main.js i edited this line:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-link.lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'To this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-link.lightbox):not(.entry-lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'Please check out this screen recording of your books page: https://drive.google.com/file/d/10yZJkeJqvbIGlQk_SIAZTVqEhnJJMXxy/view
Let us know if you need anything else.
Best regards!
-
This reply was modified 8 years, 5 months ago by
Mirela.
in reply to: Tip page idleHello,
This is not common if you have the necessary requirements on your system. Please try to increase your wp memory limit to at least 256M. Lack of memory can cause the builder to not be able to fully load.
Let us know if the issue persists.
Best regards!
in reply to: Folio Layout problemsHello,
The portfolio items are sorted by default according to their creation time. Sorry but it’s not possible to change their order using only theme options.
But you can use a third party plugin such as “Post Type Order” to reorder the portfolio to your wish and by that the default order in the portfolio page will also change.Let us know.
Best regards!
in reply to: Blog Page TitleHello,
Please go to file includes/view/page_header.php and find this line(46):
<?php if( is_home() ) $title = esc_attr__('Blog', 'codeless'); ?>Replace with this:
<?php if( is_home() ) $title = esc_html($title) ?>
Save changes and refresh page.
Let us know.Best regards!
in reply to: Some minor adjustment helpHello,
Please clear cache and refresh pages. The tags do not show. See this screen recording of your site: https://drive.google.com/file/d/1lZDXJTJZO1agdeEU_1uHLFrk_XtxV-uJ/view
Best regards!
-
This reply was modified 8 years, 5 months ago by