Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 3 months ago Mirela
    Participant
    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-view

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Keep widgetized area in mobile view

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Use menu as one page menu

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio Image Sizing

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: team section telephone link

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Activate Icon link for Service Circle Icon

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Footer menu uncentered and rollover color

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio Linking to Demo

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Keeping Tower widgitized area in mobile view

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Latest theme update problems in home page

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: codeless slider image cut at bottom

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Social Media Icons

    Hello,

    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!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Sticky Menu

    Hello,

    Please refer to this topic regarding this: https://support.codeless.co/?topic=sticky-nav-scroll-offset

    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Local Font on Child Theme

    Hello,

    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!

Viewing 15 posts - 6,061 through 6,075 (of 12,542 total)
← 1 2 3 … 404 405 406 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password