Forum Replies Created
-
in reply to: Latest theme update problems in home page
Hello,
Yes, you can send them in a private reply.
Best regards!
in reply to: site with multiple one-page scrolling pagesHello,
This is one of the penalties you get for wanting to keep both versions. The smooth scroll is a feature of one page. If the “One page” feature is not set on, the slow scrolling is not possible. And if you do set it ON, the links won’t work any more.
Best regards!
in reply to: Mobile menu settingHello,
Since the mobile width is limited to 480px, the logo too should be within this width. There isn’t a specific size set up for the logo. If you keep it under 250px wide.
-Theme gives the option to have two logos. The dark version, is usually a dark colored logo. Which is used in headers where the background is in light color.
And the light logo is the opposite. You upload a light colored logo which is used in cases when the header background is dark.
See the use of these two types here:
Dark logo in a white background: https://codeless.co/tower/default/business-corporate/
Light logo in transparent background: https://codeless.co/tower/default/To specify which version should a page use, go to the page’s General Settings > Page Options & Style > Header Color Style for Header. See screenshot.
Best regards!
in reply to: Previous/next blog buttonHello,
Sorry but can you please be more specific? The situation is not very clear now. If you can, send us some screenshots of the problem. So we can understand better what you need to do.
Best regards!
in reply to: Unable to Edit content in Portfolio ItemHello,
Can you please double check the url? I can not access it now. It gives DNS error: https://pho.to/Aeweb
Let us know.
Best regards!
in reply to: Please help change portfolio itemsHello,
This topic is raised in this other ticket of your: https://support.codeless.co/?topic=unable-to-edit-content-in-portfolio-item
Please do not duplicate topics. It will not solve it faster and it does overload the forum with useless tickets.I will closed this ticket. Please keep up the issue in the original ticket.
Best regards!
in reply to: alt tag and image description in mediaHello,
Please refer to this topic regarding this:
https://support.codeless.co/?topic=image-alt-tags-missing-on-home-pageLet us know if you need help.
Best regards!
in reply to: service small icon linkHello,
Please go to file vc_templates/services_small.php and find this line:
$output .= ' <i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i>';Edit to this:
$output .= ' <a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a>';
Save changes.
Let us know.Best regards!
in reply to: How to add more room for team / staff bio?Hello,
You have “Comming Soon” mode on so i can not see the page. However, please go to file vc_templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Number 25 is the limit of words to display. Increase it to your wish and save changes.
Refresh page.
Let us know.Best regards!
in reply to: Service Media VideoHello,
Please add the video in youtube and paste the youtube link into it. We will fix this in the next theme update. Sorry for the inconvenience!
Let us know.Best regards!
in reply to: Mobile menu settingHello,
Please add this code into your custom css box:
@media (max-width: 480px) { #logo img { max-width: 100% !important; margin-left: 8% !important; }}Result screenshot.
Best regards!
in reply to: Unable to Edit content in Portfolio ItemHello,
I understand your question. As i previously wrote: First make sure to have added custom fields in General Options > Portfolio Config > Custom fields Parameters.
If you do not add any custom fields, then there will be no fields in the single portfolio item showing for you to be able to add information.
Please watch carefully the video tutorial. All steps are there.
If you still can not manage, then send us your wp credentials in a private reply. So we can make an example for you.Best regards!
in reply to: Tower Theme Checkout not responsiveHello,
Sorry for the late reply.
You had a few errors in the code pasted in custom css box. I fixed it and added a few lines to change the mobile layout of cart. This is the code added:@media (max-width: 979px){ .woocommerce table.shop_table { margin-left: 0px !important;} td.product-thumbnail { display: none;} th.product-thumbnail { display: none;} td.product-price { display: none;} th.product-price { display: none;} td.product-quantity { width: 50px !important; }Please check your cart page and let us know.
Best regards!
in reply to: Unable to Edit content in Portfolio ItemHello,
First make sure to have added custom fields in General Options > Portfolio Config > Custom fields Parameters.
Then go to your portfolio item Single Portfolio Options > Custom Fields and add content here.
Watch this video tutorial for more details: https://www.youtube.com/watch?v=dpS6ldRLZSgBest regards!
in reply to: Import TemplateHello,
Please refer to this article regarding any issue with demo data import process:
https://codeless.co/import-of-dummy-data-stops-before-100/Best regards!