Forum Replies Created
-
in reply to: top level menu page links not working
Hello,
The sub-menu “LASERTEMPLATING” links to a section id not to a normal page. Is this section in the current page? Is the current page set as One page? This is not an issue but a mis-configuration.
Please watch this video tutorial to understand better how to set up a one page:
https://www.youtube.com/watch?v=kmu7eFKY8qEPlease know that the one page is designed to have the entire site set in one single page. It is not it’s default structure to have external pages as well.
Check out these related topics for reference:
https://support.codeless.co/?topic=site-with-multiple-one-page-scrolling-pages
https://support.codeless.co/?topic=use-menu-as-one-page-menu
Let us know.Best regards!
in reply to: Cart Layout, Buttons, & Product TypographyHello,
1-I added this custom code into your custom css box:
.woocommerce-cart .woocommerce form { width: 100% !important;} .woocommerce-cart .woocommerce .cart-collaterals { width: 100% !important;}Please check your cart page.
2-I added this code:
.btn-bt.default { border-radius: 20px !important; -webkit-border-radius: 20px!important; -moz-border-radius: 20px!important; }3-This is really strange. Can you please try deactivating all third party plugins first(leave only the main/basic woocommerce plugin on). Then try again. One of the additional woocommerce plugin add-ons may be conflicting somehow with it’s style.
4-I added this code:
h1.product_title.entry-title { text-transform: lowercase !important; }-The ‘outdated’ woocommmerce files actually do not have any functional changes from the last version. Only the version number. If it bothers you, you can access these files and just change the version number to the one indicated in the notice message. All the files that actually have important changes made from the last version to the current, have already been checked and updated.
PS: Although this is not really an issue, i have already notified the developers to make these changes in the next update.Let us know.
Best regards!
in reply to: Clone a pageHello,
These are the default options in the Page’s list. Did you perhaps use any other plugin to clone the templates? Sorry but there is no cloning option available with this theme.
Best regards!
in reply to: iPad Portrait Not ScrollingHello,
I suggest you use other sliders like Revolution or Layer slider. Let us know for anything.
Best regards!
in reply to: Mobile menu is to wideHello,
That’s great! :) I am happy to help.
Let us know if you need further help.Best regards!
in reply to: Footer font colorsHello,
In the Custom Css box located in your General Options. See screenshot of it: https://pho.to/AgOEQ
Let us know.
Best regards!
in reply to: issue with responsiveHello,
-I edited this line in the custom css box:
.codeless_slider .swiper-slide .content h1 { padding-left: 55px !important; }to
margin-left: 55px !important;, the white box of the next H1 is gone now.(screenshot)-The blog does not have the issue presented in the screenshot. I tested in the browser’s mobile layout and in actual device. This is the result: https://pho.to/AgO9i
-The mail form in the footer was wider than mobile layout and was causing the site to move horizontally. I added this code to correct it:
#mc_embed_signup { width: 300px !important; }Let us know.
Best regards!
in reply to: issue with responsiveHello,
I added this code into your custom css box:
@media(max-width: 480px){ .codeless_slider .swiper-slide .content h1 { padding-left: 55px !important; }}To add padding to the slider’s titles. I don’t see any other issue with the slider(screenshot). It is resizing ok in mobile. Are you not referring to this? Can i see a screenshot of it?
-I added this code:
.menu-small ul.menu > li > a { color: #0c0707 !important; }to change the color of mobile menu titles.
There is a js error in your site. Please deactivate all third party plugins and try again. Let us know if the issues persists.PS: Yes, i can guarantee that the information is private. To test this, just check other users profiles (click on the name), you will see that you will not be able to see any login data in no one of them.
Best regards!
in reply to: 2 parent themesHello,
This is no issue for your site. Just make sure that the active theme is the latest one(vs 2.0) and proceed in deleting the old one. I don’t understand the message in theme as it is in german(i suppose). However, you can remove the old theme using ftp connection without problem.
-I checked and your site has version 2.0 installed so you should not have any problem deleting the files of Tower1.8.1.
Best regards!
in reply to: Tower theme UpdateHello,
How did you update theme? What settings did you lose? Theme update affects only the theme files. If you have made direct changes to them, they will be overwritten. The content however, is stored in the database and does not change.
You can import the new copy of theme in your wp-content/themes folder directly using a ftp connection. Read more about it here: https://codeless.co/documentation/main.html#update_theme
Let us know if you need help.
Best regards!
in reply to: How to customize this theme?Hello,
Yes, add this code into your custom css box:
.header_page.normal h1 { display: none; }Let us know.
Best regards!
in reply to: Change pages that appear in mobile menuHello,
Yes you can. Use this rule
@media (max-width: 1024px)for ipad screen width.Best regards!
in reply to: Viability of removing Hover attributeHello,
If you haven’t seen any when you first commented it out, then no. This edit will not make any damage to your site style.
Best regards!
in reply to: Mobile menu is to wideHello,
2-You had an error in your custom css code in General options. That was stopping the rest of the code to take effect. Also the snipped code i send you in last reply (point 2) which takes care of the horizontal scrolling, was not present. I added it now and the issue is gone.
3-I added other code to reposition the logo. But for it to take effect you have to go to file css/bootstrap-responsive.css and find these lines:
#logo{ float:right; left:0 !important; right:0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }Edit this line:
left:0 !important;to this:left:0;and save.4-I added this code into your custom css box:
@media (max-width: 480px){ .viewport { overflow-x: hidden !important; } #logo { top: -44px !important; left: 9% !important; width: 87% !important; } .mobile_small_menu { color: white; margin-top: -32px !important; } nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul { display: block !important;} .snap-drawer nav .menu li > ul.sub-menu li { padding-left: 0px !important;} }Please check your site.
Best regards!
in reply to: iPad Portrait Not ScrollingHello,
The ipad used for the test has iOS 10.2.1. I see you already added back the slider. I can suggest you use another type of the available sliders.
Let us know.Best regards!