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, 8 months ago Mirela
    Participant
    in reply to: Add mega menu at footer

    Hello,

    Sorry but this is not possible.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Extra Side Navigation

    Hello,

    You have to use custom css to edit them. Please add this code into your custom css box:

    .extra_navigation {
        background: rgba(185, 150, 82, 0.54);
    }
    .extra_navigation ul li a {
        color: azure;
    }

    Edit the values to your wish. Let us know if you need further help.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Spacing between contact number and email in contact us page

    Hello,

    Please add this code into your custom css box:
    .wpb_content_element.list.only_icon {
    width: 100% !important;
    }

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: switching header colors and logo on a page

    Hello,

    This is not possible using theme options, but you can achieve it with custom css. Add this code into the page you want to have the different logo and menu, custom css box. So it will affect only that page. Not other part of website.

    header#header { background-color: green;}
    .header_wrapper #logo {
     content: url("https://codeless.co/specular/default/wp-content/uploads/2014/10/logo.png");
    }

    Change the logo image url to your own and the color as you want.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Data Issue

    Hello,

    I have imported and updated theme as the demo business. Please continue with further customization.
    You can download images from the online demo if you must have them all. Or just import your own images.
    Let us know if you need further help.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Extend graphic element size on mobile

    Hello,

    The css you need in order to achieve this is :

    .wpb_single_image img {
        max-width: 109% !important;
        margin-left: -15px !important;
    }

    Result screenshot. But since there are other images in your page with the same css class, it will affect them as well. So i suggest you set the image a new custom css class and assign these attributes to the new css class. In this way it will target only the image you want. Not all page’s images.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Business 5 demo sliders missing

    Hello,

    In the Sliders_dummy_data folder are included the main sliders of all available demos. Please download these sliders here:

    https://jmp.sh/JE2OnKr

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Woocommerce: Sitewide notice covers header

    Hello,

    All you have to do is change the values until you get the result you want. I edited the code’s values to this:

    @media (max-width: 979px){
    .top_wrapper {
        padding-top: 126px !important;
    }
    .header_wrapper.header_11 {
        padding-top: 50px !important;
    }
    }

    This is the result, screenshot. Is this what you wanted?

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: How to add contact information in tower "with border top" style menu

    Hello,

    Yes, just add this code into your custom css box:

    #logo img {
        top: 5% !important;
    }

    Edit the value to your wish.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Visual Composer in Tower theme fixed?

    Hello,

    Can you please be more clear?
    What issues do you have with Visual Composer? Please read this article on how to update it in order to get the included in theme, version.
    Note that to get the latest included version of the plugin, you have to have the latest theme version installed first.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Testimonials for Specular

    Hello,

    The responsible files for testimonials are vc_templates/testimonial_carousel.php and vc_templates/testimonial_cycle.php.
    To add the break tag, go to the first file and find this line:
    $output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';

    Replace with this:
    $output .= '<h6>'.esc_html(get_the_title()).', </h6></br><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';

    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Share not working on posts

    Hello,

    1-You can remove the default text in file vc_templates/services_small.php in line:
    $data['description'] = 'Lorem ipsum dolor sit amet communitas erdum, lacus et vulputate, velit nulla commodo sem ipsum dolor sit amet.';

    I already deleted the text for you.

    2-Which page is having issues displaying the submenu in sidebar? I can see the menu is showing just ok, please see screenshot.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: portfolio display

    Hello,

    Please add this code into your custom css box:

    .four-cols .portfolio-item {
        min-height: 214px !important;
        padding-left: 22px !important;
    }

    Result screenshot. Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Data Issue
    This reply has been marked as private.
    9 years, 8 months ago Mirela
    Participant
    in reply to: Website layout is all messed up

    Hello,

    I have deactivated all third party plugins and now the site is displaying properly. The culprit was “Read more Without Refresh” plugin. I deactivated it and activated the rest. Please check your site, it’s ok now.

    Let us know if you need further help.

    Best regards!

Viewing 15 posts - 7,246 through 7,260 (of 12,542 total)
← 1 2 3 … 483 484 485 … 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