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: Visual Composer not working & asks me to pay for a new licence

    Hello,

    Please update theme first. Updating Visual Composer from theme, means you will keep on installing the included version that in your case is an outdated version.
    The latest theme version 2.3.2 has Visual Composer vs 5.0.1 included. It is fully compatible with theme and the latest WordPress.

    Note: All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You can not update it on your own terms with this type of licence.
    The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.

    If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
    You are free to make the choice that best fits your needs.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Tower Theme – remove "comments" from post pages

    Hello,

    Please add this code into your custom css box:

    .single-post #comments { display: none;}
    .single-post #respond { display: none;}

    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: homepage image link target blank

    Hello,

    This is not an option. You will have to edit the responsible file for it. Please go to file vc_templates/media.php and find this line:
    $output .= '<a href="'.$link.'" target="_blank"><img src="'.esc_url($image).'" alt="" class="type_image animated fadeIn'.esc_attr($animation).' alignment_'.esc_attr($alignment).'" '.$width_style.' /></a>';
    Either remove the target="_blank" at all or edit it to target="_self"
    Save changes and refresh page.
    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: more accounts for codeless support

    Hello,

    Yes, you can use just one account for all your licenses. Just make sure to include the site’s link for which you are asking the question. So we do not go and check the wrong website and lose your time and ours.
    If you plan on working with one website at a time, then consider updating the login credentials of your profile data, to your current work.
    We always check it out to find the site’s link for reference.
    Let us know if you have further questions.

    Best regards!

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

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. So i can do it for you.

    Read this article for more information.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Change Defect Words PORTFOLIO

    Hello,

    You can change the “Project Description” and “Project Details” in these files:
    \includes\view\portfolio\single-container.php
    includes\view\portfolio\single-floating.php
    \includes\view\portfolio\single-fullwidth.php
    \includes\view\portfolio\single-gallery.php

    according to the type of portfolio you have chosen.

    -Sorry but is not possible to have slider in single portfolio items.

    Let us know if there is anything else we can help with.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Codeless Banner line break

    Hello,

    1-Sorry but that is not possible. I suggest you create the banner you want with photoshop and add it as your logo.

    2-Yes, that can be achieved using custom css. Find the right css class via inspect element and add the code into your custom css box in General Options.

    3-Sorry but i don’t understand. I don’t see any dots in this page. Anyway, this is a personal customization and it’s not included in support service.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: not installing correctly

    Hello,

    I see you have managed to import demo data. All you need now is some little customization to make it the same as the online demo.

    -Since you have tried several times to import, the menu items have duplicated-triplicated. I removed the extra items and left only the normal menu items.

    -Assigns a slider to home page in General Settings > Slider Options.
    -Installed Contact Form 7 plugin.
    That’s it. Let us know if you need further help.

    Best regards!

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

    Hey,

    That’s great to know you manage to fix your issue. Please let us know if we can help with any thing else.

    Kind regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Responsiveness issue with browser resize and/or dropping down mobile menu

    Hello,


    @utopiaupshire
    ,
    Please add this code into your custom css box:

    .menu-small ul.menu > li > a { color: #1f1e1e !important;}
    nav .menu li > ul.sub-menu li, .menu-small ul li a { color: #1f1e1e !important;}

    Change the color to your wish. Let us know.

    Best regards!

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

    Hello,

    Please go to your root folder and rename(delete) the .htaccess file. Then reset permalinks once again.
    If the issue persists, fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Paid Support & Header Image

    Hello,

    1-Slider in home page:
    As you may have seen the slider options are not the same for both pages (home and test). In home page General Settings > Sliders Options > Select Slider layout, there is no option selected. In test page it’s the “Boxed” layout selected.
    I changed it for you now.
    Another wrong setting is the Page Header height. You have set a negative number (-20px). This is not correct. There are no negative height. You can set it to 0 if you do not want any page header shown but not set a negative number.
    I changed it too.
    To remove the space between menu bar and slider i added this code into the page’s custom css box:

    .slider#slider-fixed {
        padding-top: 0 !important;
    }

    If you want to keep the default, just delete the code or change it’s value to your wish.
    I added this code:

    .flexslider {
        width: 80% !important;
        padding-left: 10% !important;
    }

    to narrow down by 20% the slider. And added padding to center it. Please check your site.

    -As for the pages you are not able to show the page header, you had not activated page header in first place. In General Settings > Page Header options > Active Page Header, i set it ON. Now it will recognize the settings you have set up for page header.
    Please check the pages.
    Let us know.

    Best regards!

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

    Hello,

    These are widgets in the top header area containing text with information. Please go to your Appearance > Widgets > Top Header Left/Right, find and change the text here to your wish.
    Let us know.

    Best regards!

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

    Hello,

    Please refer to this topic regarding it:
    https://support.codeless.co/?topic=change-order-of-portfolio-items-2

    Best regards!

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

    Hello,

    I opened your site from a mobile device and in desktop while resizing the window, but the footer kept it’s position. See screenshots: mobile, window resize.
    Did you fix your issue?
    Let us know.

    Best regards!

Viewing 15 posts - 6,046 through 6,060 (of 12,542 total)
← 1 2 3 … 403 404 405 … 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