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, 1 month ago Mirela
    Participant
    in reply to: ALT Tags Removed on Featured Images

    Hello,

    I edited it. Please check your site.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: "open with modale" Single image option no more working after update

    Hello,

    Please edit the file ‘js/main.js’

    Find the lines:

    $(".animsition").animsition({
    inClass : $(this).data('animsition-in'),
    outClass : $(this).data('animsition-out'),
    inDuration : $(this).data('animsition-in-duration'),
    outDuration : $(this).data('animsition-out-duration'),
    linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
    });

    Replace them with:

    $(".animsition").animsition({
    inClass : $(this).data('animsition-in'),
    outClass : $(this).data('animsition-out'),
    inDuration : $(this).data('animsition-in-duration'),
    outDuration : $(this).data('animsition-out-duration'),
    linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
    });

    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Dropdown Customize, Search Results, and Static Google Map

    Hello,

    1-Are you referring to the mobile menu drop-down or the desktop? The mentioned changes can be done with some css.
    Add this code for the on hover background color of desktop menu:

    nav .menu li > ul.sub-menu li:hover {
        background: rgba(239, 239, 239, 0.75) !important;
    }

    Add this for the mobile:

    @media (max-width: 979px){
    .snap-drawer #navigation nav .menu > li:hover {
     background: rgba(239, 239, 239, 0.75) !important;
    }}

    2-Do you mean the h1 titles color on hover? Add this code:

    .search-results h1 > a:hover {
        color: #9A2BE0 !important;
    }

    3-Sorry but this requires code modification that takes quite some time and it is not included in support. You could hire a developer to do it for you.
    A workaround is to remove the theme search at General Options > Header Options > and add woocommerce search widget. Add the widget in top header area.

    4-I added this code into your custom css box:
    .row-fluid.row-google-map { pointer-events: none;}
    Inside the @media (max-width: 480px) block.
    5-Add this code:

    .header_tools .cart {
        border: 2px solid #80296A;
        border-radius: 5px;
        width: 33px;
        height: 33px;
    }
    header#header .header_tools .cart .cart_icon {
        top: 9px;
        left: 2px;
    }

    To add a border to cart icon. Or you can add a background image too with css.

    6-This is strange. I checked it on our side and it does not happen. Please send us your ftp credentials in a private reply. We need to check the menu files.

    PS: I am happy to know you are satisfied with our support. Thank you for your appreciation!

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: resize image

    Hello,

    No need to be a programmer, we are here to help. Please go to General Options, scroll down to Tracking Code / Custom CSS / Custom JS > Custom css. Add here the css code i send you previously. See screenshot.
    Let us know if you need further help.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Several problems with my mobile website

    Hello,

    -For the centered logo, please add this code into your custom cs sbox:

    @media (max-width:480px){
    .header_11 #logo {
        margin-left: 0 !important;
        margin-right: 124px !important;
    }}

    You have an old version of theme. Please udpate theme and Visual Composer first, to their latest versions.
    Read here for more info on how to update theme.
    Read here for more info on how to update VC.
    Let us know if the issues persist.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: finishing issues

    Hello,

    1-Please go to “Ask for support” in our forum sidebar(screenshot) to write a new post.

    2-I can not find a “Risorse” page. Please send the link so i can check.

    3-Did you made any changes to portfolio files before? The default behavior of the portfolio custom fields is to not recognize html tags. Most probably you have edited this before and the recent update overwrote the changes.
    Browse your previous questions to find the change and do it again. We would suggest to save a backup of modified files for future updates.
    Let us know if you need help.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Can’t change Page header background and font color

    Hello,

    The home page gets the default setting set in your General Options > Header Options > Default Page Header. That is why changes made to it’s page option panel are not recognized.
    We are sorry if this caused you any inconvenience. I will let know the developer team regarding it, but i can’t promise anything.

    If you want you can suggest it at our Suggest Us Features forum.

    Best regards!

    • This reply was modified 5 years, 2 months ago by Ludjon.
    10 years, 1 month ago Mirela
    Participant
    in reply to: Visual Composer Design options

    Hello,

    Please add this code into your custom css box:

    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        color: #fff;
        background-color: #1C730C !important;
    }

    Change the “color” to edit the font color and “background-color” for the buttons background color.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: slide behind header

    Hello,

    Glad to know you set it up. Let us know for anything.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Megamenu and few questions

    Hello,

    Sorry for the late reply.
    1-How many colulmns do you have in your mega-menu? To change the width please add this code into your custom css box:

    nav .codeless_custom_menu_mega_menu.codeless_mega3 li {
        width: 185px !important;
    }

    If this won’t do, send us your site’s url so i can give you a more specific code.
    2- Do you mean the single article or the article in a blog page? Please send us a link where you want this edit.

    3-change the distance of sidebar from content, by setting padding to the span9 and span3. Add the custom css into your custom css box.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Update problem

    Hello,

    Please deactivate all third party plugins. Then update theme and Visual Composer to their latest versions. Start activating plugins one at a time to find the culprit.
    Let us know how it will go.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Visual Composer not working- Tower Theme

    Hello,

    Please update theme first to it’s latest version. It has VC updated as well. Then follow these instructions to update Visual Composer from theme (no license required).
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Visual Composer – Media Grids Not Showing

    Hello,

    It will not be necessary for this one. We will make the same edit in the next theme update so you will not have to worry about it again.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Can’t change Page header background and font color

    Hello,

    There is no restriction on editing the home page. You should be able to change it’s page header to your need anytime.
    I can’t make a test for you as your site requires a password to view the pages in front-end.
    Let us know if you still need our assistance.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: 404 Page

    Hello,

    Yes, you can change it by editing the 404.php file. It is located at the theme folder.

    Best regards!

Viewing 15 posts - 8,971 through 8,985 (of 12,542 total)
← 1 2 3 … 598 599 600 … 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