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

  • 10 years, 7 months ago Mirela
    Participant
    in reply to: Submenu, logo and topwidgets mobile devices

    Hello,

    2- It is not that simple though and it requires some time, which i can not give to it since it is a customization not included in support. Please read here our support policy.

    3-If you send us your wp credentials in a private reply, i can do it for you.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Device Layout Problems

    Hello,

    1-Please go to the row containing the google maps, go to settings and enable “Full height row?”.

    Please enable admin rights to the user, whom credentials you send us. So we can check all your requests and fix them.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Theme My Login or Profile Builder Layout

    Hello,

    Please add this code into your custom css box:

    .text-input, .input {
       min-height: 30px !important;
    }

    Let us know.

    Best regards!

    • This reply was modified 10 years, 7 months ago by Mirela.
    10 years, 7 months ago Mirela
    Participant
    in reply to: Making Service Square Icon clickable

    Hello,

    To make the services circle icons links too, please go to file vc_template/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 file and refresh.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Layout is allways changing + 1 question

    Hello,

    Please add these lines into your custom css box:

    .btn-bt.gradient {
        background: #eaa133;
        color: #fff;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
    }
    .btn-bt.gradient:hover {
    background: #eaa133;
        color: #fff;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
    }

    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Contact Form 7 Problems

    Hello,

    The Contact Form 7 is a great contact plugin and it is incorporated with the theme. But of course if you want, you can use any other plugin.
    If you decide to keep it, add this code:
    .wpcf7-validation-errors, .wpcf7-mail-sent-ok { border: none !important; }

    into your custom css box, to remove the borders.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Menu always visible

    Hello,

    Can you please be more specific? The sticky header does that. It keeps the menu visible even when you scroll down. Let us know what do you need to change about it.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: White space behind header on scroll up

    Hello,

    Please update theme and Visual Composer to their latest versions. Let us know if the issue persists.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Changing button colors…

    Hello,

    I edited the code above by adding an !important at the end of the attributes. It’s ok now. Please check your site.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Side Menu Issue

    Hello,

    Yes it does, but the sub-items (from ‘Pre-transactional Due Diligence’ to ‘Cyber Due Diligence’) are all under the ‘Due Diligence’ item.So when we add a border to it, it will follow the parent’s border size. I don’t know if i’m explaining this well, the thing is that you can not have different length border in both ‘under first parent item’ and above second parent item.
    I edited the code again. Please check your site.
    Please keep in mind that these are customizations not included in this support.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: mobile layout – pages not centering or have huge right padding

    Hello,

    Please update theme and Visual Composer to their latest versions. If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    • This reply was modified 10 years, 8 months ago by Mirela.
    10 years, 8 months ago Mirela
    Participant
    in reply to: Layout is allways changing + 1 question

    Hello,

    1-Disable all plugins, I have seen many plugins cause this issue. Once done, try to update the pages and see if it shows. If so, then enable one plugin at a time until you find the culprit. Usually it is some type of Caching plugin that causes the problem.
    If disabling plugins doesn’t resolve the issue, you may need to repair the database. Access your WordPress database via phpMyAdmin (most hosting providers offer this in their control panel), check all of the tables, and choose “Repair tables” from the pull-down menu.

    2-Can you please show us what element are you using the button on?

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Making Service Square Icon clickable

    Hello,

    1- To make the services boxed icons links too, please go to file vc_template/services_large.php and find this line:
    $output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div>';
    Replace with this:
    $output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'"></i></a></div>';
    Save file and refresh page.

    2-Sorry but this is not possible.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: MENU ISSUE

    Hello,

    Does this happen with other pages? Please reset permalinks and make sure you have all necessary rights to access files. If you send us your wp credentials in a private reply, we can give it a closer look.

    Best regards!

    10 years, 8 months ago Mirela
    Participant
    in reply to: Problems on Mobile Devices

    Hello,

    For the problem 4 and 7 i edited and organized the css in your custom css box and now they are ok. Please check and let us know.
    8- I opened the site from a Samsung Galaxy S4 device and this is what i get: screenshot. The first character does display as it is.
    9- Services in home page. I edited the css and added this new class:.align_button { padding-top: 24px;} in your home page custom css section , but please keep in mind that this kind of customizations are not included in theme support.

    Best regards!

Viewing 15 posts - 11,146 through 11,160 (of 12,542 total)
← 1 2 3 … 743 744 745 … 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