Forum Replies Created
-
in reply to: Sticky Header Buggy
Hello,
Please remove this css code you have added:
.page-id-26 .header_wrapper { margin-bottom: -90px; }and add this code instead:
.home #content { padding-top: 0 !important; } .header_wrapper { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s; transition-duration: 0s; } #logo img { transition: height 0.4s cubic-bezier(0.4, 0, 1, 1); -moz- transition: height 0.4s cubic-bezier(0.4, 0, 1, 1); -webkit- transition: height 0.4s cubic-bezier(0.4, 0, 1, 1); }Best regards!
-
This reply was modified 9 years, 11 months ago by
Ruco.
in reply to: while template activation parse error is comingHello,
I logged in in your ftp account but can’t see any file. Please can you check it?
Also can you show me your site (wordpress) credentials?
Best regards!
in reply to: Responsive Issues: Header, Menu, SearchHello,
I can’t edit the responsive menu file from the WP dashboard. Pelase edit the file:
tower/includes/view/menu-small-side.php’ Add this code:<?php if($cl_redata['header_responsive_tools'] && ($cl_redata['show_search'] || class_exists('Woocommerce'))): ?> <!-- Tools --> <div class="header_tools"> <div class="vert_mid"> <?php if($cl_redata['show_search']): ?> <div class="search_field"> <?php get_search_form(); ?> </div> <?php endif; ?> <?php if(class_exists('Woocommerce')): ?> <?php get_template_part('includes/view/woocommerce', 'cart'); ?> <?php endif; ?> </div> </div> <!-- End Tools--> <?php endif; ?>after the logo like here:
Add these lines at custom css code:
.snap-drawer-left .search_field #search-form:after { /* content: " "; */ content: "\e1b7"; font-family: 'moon'; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; position: absolute; right: 15px; top: 11px; font-size: 16px; display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none; background-position: 0% 0%; background-repeat: repeat; margin-top: 0; color: #bbb; } .snap-drawer-left .search_field #search-form input#s{ width: 100%; height: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0px; background-color: #efefef; border: 1px solid #e4e4e4; display: inline-block; } .snap-drawer-left .header_tools_divider .header_tools { padding-left: 20px; float: left; display: block; left: 0; position: relative; }You must turn on header tools in responsive and search.
Let us know if you need further help.
Ps. These types of customization aren’t included in theme support.
Best regards!
-
This reply was modified 9 years, 11 months ago by
Ruco.
in reply to: Logo and Product Column IssuesHello,
Sorry, I have confused the topics.
The issue with the logo that seem to move on menu item hover is caused by this css you have added:
nav .menu li a:hover { font-weight: 500; }If you remove the code it will be fixed.
The woocommerce file is located here ‘tower/css/woocommerce.css’.
You can add the code directly at custom css box:
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin-right: 10px;
}We will launch very soon a theme update and include of the latest version of the woocommerce files, which will fix the issue.
I don’t see the calll to action element on top of products element. can you show us a screenshot?
Best regards!
in reply to: 500 Internal Server Error Installing PluginsHello,
There maybe many reasons why you get the error. Maybe you don;t have the sufficient permissions to do that, or you have installed the theme not correctly.
Please can you show us your site credentials so we can give it a closer look?Edit the file wp_config.php on your wp installation and change WP_DEBUG to true to make the errors display.
Best regards!
in reply to: Page header background image on Chrome/SafariHello,
The one not displaying is the CTA element from visual composer, which we have removed. The theme uses our custom CTA element which is the one displaying on your site.
If you want the first one, then you should make some modifications.
Edit the file ‘tower/include/core/codeless_elements.php’
Find the line:
vc_remove_element("vc_cta");and remove it.
Best regards!
in reply to: Staff behaviorHello,
Please refer to this topic about the staff member linking https://support.codeless.co/forums/topic/staff-pictures-and-links-to-pages/
Best regards!
in reply to: Page title clipped on mobileHello,
Please add this css code:
@media (max-width: 480px){ .header_page.centered h1 { font-size: 28px !important; } }Best regards!
in reply to: Menu Responsivness on iPadHello,
Please try this code:
@media (min-width: 979) and (max-width: 1225px){ #logo img { height: 38px; margin-top: -20px; } }This is how it should look:
https://www.clipular.com/c/4729561534693376.png?k=PQf5pnOnmUp4bsqia5GtV4RfQ4U
Best regards!in reply to: Onepage Menu linksThis reply has been marked as private.in reply to: Back to Top buttonHello,
Sorry, remove just display: block !important;. This is the code that should be added at custom css box:
.scrollup {
z-index: 99999999;
}Best regards!
in reply to: Max Execution Issues and uploading dummy ContentHello,
The import is split in small requests. But to import images you must have a bigger post size/time limit.
Let us know if you need further help.
Regards!
in reply to: Max Execution Issues and uploading dummy ContentHello,
The import is split in small requests. But to import images you must have a bigger post size/time limit.
Let us know if you need further help.
Regards!
in reply to: Change page header content for Posts pages?Hello,
Please edit the file ‘tower/includes/view/page_header.php’
After these lines:
if(is_404()) $title = __('404 Not Found', 'simple');Add these ones:
if(is_category()) $title= get_cat_name($id);Best regard!
in reply to: Import / Export Data ProblemHello,
You have uploaded the whole themes package folder into wpmain folder at themes. The correct folder you should have uploaded at themes is just ‘specular’. i fixed it. But still can’t import dummy data. It gives 500 Internal Server Error (more info: https://support.codeless.co/knowledge-base/500-internal-server-error/).
I can’t see if the files have the right access permissions or if you have enough memory. Please ask your host provider. Let us know.
Best regards!
-
This reply was modified 9 years, 11 months ago by