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, 10 months ago Mirela
    Participant
    in reply to: Homepage

    Hello,

    The “Back to Top” button doe snot have any issue on our side. We have tested it. You have old copy of theme and Visual Composer, which may be causing this.
    Please follow our instructions first.
    -Disable all third party plugins;
    -Update theme and Visual Composer;
    -Enable plugins one at a time;

    Let us know if the issue persists.

    Best regards!

    • This reply was modified 9 years, 10 months ago by Mirela.
    9 years, 10 months ago Mirela
    Participant
    in reply to: Codeless slider not responsive

    Hello,

    I need the username as well.
    Please update your login data in your profile. Read this article for more information.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Overflow on mobile when layout set to Boxed

    Hello,

    Please send us your wp credentials in a private reply. So we can fix these issues.
    You can add the data in your profile settings in this support forum.
    Please read this article for more detailed guidance.

    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Bullets issue

    Hello,

    Please edit the code to this:

    .wpb_text_column.wpb_content_element li {
        float: left !important;
        width: 100% !important;
    }

    Result.
    If you have bullet list in only this page, you can ad the css code into this page’s custom css box (look for the gear icon at the right-top of your visual composer editor).

    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Single staff linking

    Hello,

    Please follow the below instructions:
    1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
    $output .= '<h5>'.esc_html(get_the_title()).'</h5>';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';

    2-To make the picture a link as well, in the same file find this line:
    $output .= '<img src="'.esc_url($featured).'" alt="">';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';

    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Team/Staff linking

    Hello,


    @chuckylose
    ,
    1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
    $output .= '<h5>'.esc_html(get_the_title()).'</h5>';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';

    2-To make the picture a link as well, in the same file find this line:
    $output .= '<img src="'.esc_url($featured).'" alt="">';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';

    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Team/Staff questions

    Hello,


    @chuckylose
    ,
    1-To make the staff name a link to it’s profile, please go to vc_templates\staff.php file and find this line:
    $output .= '<h5>'.esc_html(get_the_title()).'</h5>';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';

    2-To make the picture a link as well, in the same file find this line:
    $output .= '<img src="'.esc_url($featured).'" alt="">';

    Replace with this:
    $output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url($featured).'" alt=""></a>';

    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Page header background image on Chrome/Safari

    Hello,

    You can remove overlay effect by just removing any color value selected in page’s General Settings > Page Header Options > Page header background.

    We will investigate this further and include a fix in future theme updates.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: span tag in header

    Hello,

    The html was removed because it was not added correctly and was messing the topic. It was hard for us to understand what you had wrote.

    Please read this article on how to included html tags in support topics.
    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Social Media Buttons Larger?

    Hello,

    I removed the !important from the footer icon font-size, in style.css file.It was impeding the code in custom css box to take advantage. It’s ok now. Just edit the value of font size in Custom css box to your wish.

    Best regards!

    • This reply was modified 9 years, 10 months ago by Mirela.
    9 years, 10 months ago Mirela
    Participant
    in reply to: Homepage

    Hello,

    The plugin is included in theme package. Just download a fresh copy of theme files from your Envato account. Update theme, follow the instructions here. Then read this article for more information on how to update Visual Composer.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Page header background image on Chrome/Safari

    Hello,

    Sorry for the late reply.
    I fixed it.
    I edited the custom css code in your custom css box to this:

    @media (max-width: 480px) {
     .header_page.centered h1 {
        font-size: 30px !important;
    }
    .header_page.centered {
             opacity: 0.6 !important;
         }
    }

    The overlay shows in iphone device too now. Please check your site.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Homepage not responsive – Specular

    Hello,

    I see you have an old copy of theme. Please update theme first and then Visual Composer to their latest versions.
    The site is fully responsive so these are caused by other reasons.

    Did you add any custom css code? Or edited out some? I see that there is an auto-generated (or added) code that prevents the button to be responsive.
    It’s this:

    .vc_custom_1471253301897 {
        padding-bottom: 100px !important; 
        padding-left: 435px !important; 
    }

    Please see screenshot. when the padding-left is commented out, the button shows up in it’s right place. If you haven’t then some of your installed plugins may be generating it.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Staff picture size and link

    Hello,


    @hairyLemon
    ,
    This topic, as you can see is very old. The theme has been updated multiple times since then. The code may have changed or you may have edited it wrong.
    However, we have already replied you in this other topic of yours.
    Please keep up in your own topic.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Homepage

    Hello,

    You have an old version of theme and Visual Composer. Please update both first, to their latest versions (Tower 1.8.2 and VC 4.12).
    Let us know if the situation persists after it.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

Viewing 15 posts - 7,831 through 7,845 (of 12,542 total)
← 1 2 3 … 522 523 524 … 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