Forum Replies Created
-
in reply to: Make widgetized area stay in mobile view
Hello,
Please check this topic:
https://support.codeless.co/?topic=keep-widgetized-area-in-mobile-viewBest regards!
in reply to: Keep widgetized area in mobile viewHello,
I have already replied you regarding this topic in this other ticket: https://support.codeless.co/?topic=keeping-tower-widgitized-area-in-mobile-view
Please keep up the topic in the other ticket, where i already send the code so we can keep a better track of changes made.PS: Please do not duplicate topics. We respond to each one so there is no need to post more than once to get help.
Best regards!
in reply to: Use menu as one page menuHello,
Technically you can’t use both structures in the same time. A workaround is to make the links as full links: https://xyz.tawasultele.com/testservices/#proact not just the section id. And disable the “One page menu” feature in the parent page.
Some features of one page will be lost but there is no option to keep them both.Best regards!
in reply to: Portfolio Image SizingHello,
You can change the image size of portfolio page items in file functions.php. Read this article for more details: https://support.codeless.co/?ht_kb=ideal-image-size
Let us know if you have further questions.
Best regards!
in reply to: team section telephone linkHello,
Please go to file vc_templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Replace with this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 25).'</p>';
Save changes.Best regards!
in reply to: Activate Icon link for Service Circle IconHello,
Please go to file vc_templates/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
Replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
Save changes. Let us know.Best regards!
in reply to: Footer menu uncentered and rollover colorHello,
1-Can i please see a link where is this running?
2-Add this custom css code into your Custom Css box:footer#footer a:hover { color: #e5af5a !important; }Change the color to your wish.
Let us know.Best regards!
in reply to: Portfolio Linking to DemoHello,
Can you please be more specific? The menu items link is set in Appearance > Menus. You select here the pages you want to show in the menu bar.
If you have set up a page as a portfolio page, then it will display all portfolio items. The items (depending on the style set for them) will link to the single portfolio item preview.What link do you want to change here?
Best regards!
in reply to: Keeping Tower widgitized area in mobile viewHello,
By theme’s default responsive layout the top navigation area is not shown in mobile. To make it appear again, please add this code into your custom css box:
@media (max-width: 480px){ .top_nav { display: block;} .top_nav .container { width: 345px !important; margin-left: -55px !important; } }Let us know.
Best regards!
in reply to: Latest theme update problems in home pageHello,
1-Please add this code into your custom css box:
.top_nav .row-fluid .pull-left { width: 110% !important; }2-Add this code into your custom css box:
.slider#slider-fullwidth { margin-top: 120px !important; }Result screenshot. Let us know.
Best regards!
in reply to: how to add link rel="publisher"Hello,
Please go to file \includes\widgets\codeless_socialwidget.php. Find these lines:
echo '<ul class="footer_social_icons '.esc_attr($style).'">'; if( !empty($cl_redata['facebook']) ) echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>'; if( !empty($cl_redata['twitter']) ) echo '<li class="twitter"><a href="'.esc_url($cl_redata['twitter']).'"><i class="icon-twitter"></i></a></li>'; ...Find the google social and add the custom code. Save changes.
Best regards!
in reply to: codeless slider image cut at bottomHello,
Yes, change slider’s options Background > Background Image / Color > Background Size back to cover and set the slider height the same as the image’s height.
Best regards!
in reply to: Social Media IconsHello,
By removing the social link (or # if there isn’t a specific link), the social will not appear anymore in the site preview.
What else do you want to change here? Let us know.Best regards!
in reply to: Sticky MenuHello,
Please refer to this topic regarding this: https://support.codeless.co/?topic=sticky-nav-scroll-offset
Let us know.
Best regards!
in reply to: Local Font on Child ThemeHello,
Sorry but it’s not possible adding a custom font in the child theme. You have to make the changes in the parent theme files.
Best regards!