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, 2 months ago Mirela
    Participant
    in reply to: Row height not working

    Hello,

    I don’t see any row with gray background in your home page. Can you please be more specific?

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Change color of the "Call to Action" Button and adding a new font

    Hello,

    Sorry for the late reply.
    We have replied you here.
    These are the respective css for the Read More button (normal and on hover):

    .btn-bt.default {
        color: #004a99;
        background: rgba(0,74,153, 0);
        border-color: rgba(0,74,153, 1);
    }
    .btn-bt.default:hover {
        color: #ffffff;
        background: rgba(0,74,153, 1);
    }

    Add this code into your custom css box and edit the values to your wish.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Adding a new font is not working

    Hello,

    Sorry for the late reply.
    I can’t log in with the ftp, but i did add the necessary code into your style.css file. Please look for it at the end of the file, you will see the custom font css declared there.
    To use this font now you only need to assign it with normal css code into your custom css box.
    Example: nav .menu > li > a {font-family: "Delicious Bold" !important;}

    but first, you need to upload the font files into your font folder(I couldn’t do it because of the ftp not connecting). Download the package we implemented here: https://jmp.sh/so0jrnG.
    If you have any issue with it not displaying, just check out the font’s url in style.css code. Make sure for it to point to the right direction.
    Let us know for anything.

    Best regards!

    • This reply was modified 9 years, 4 months ago by Mirela.
    10 years, 2 months ago Mirela
    Participant
    in reply to: Tablet Responsiveness & Carousel Looping

    Hello,

    1-Please read this related topic.

    2-Decrease the menu items padding and margin to decrease it’s width so that it won’t slide down when the screen gets smaller. edit these values in General Options > Header Options > Menu Options.

    3-If you have enabled the responsive mode, then you will have automatically the mobile menu on. Check it at General Options.

    4-Please send us a link so we can give specific css.

    *The custom css box has no issue and the code inserted will work. Please make sure first that you are modifying the right css classes.
    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Change Hover Colors Service Circle Icon

    Hello,

    You can do it with a little css code. Add these lines into your custom css box:

    .services_medium.style_1:hover .icon_wrapper i {
        color: #CE2727 !important;
    }
    .services_medium.style_1:hover .icon_wrapper {
        background: rgba(0, 100, 0, 0.74) !important;
    }

    Edit the colors to your wish.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Hero image header disappeared

    Hello,

    What theme version do you have? You probably need to make an update to both theme and Visual Composer. Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: mobile nav button on desktop

    Hello,

    That is the extra side bar menu button. You can remove it at General Options > Layout, set OFF the “Extra Side Navigation” feature.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: External link to Media Grid

    Hello,

    You have two copies of the same Tower theme, with the same version number. And are using a child theme. Most probably the child theme is calling the other theme’s options (where you did not made any changes). Please remove the second theme folder. leave just the one with the changes and try again. You should be able to see the link option in media element.
    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Issue with submenu

    Hello,

    That is not exactly an issue. The style of mobile sub-menu has been changed from the online demo version to the current one.
    I added this code into your custom css box:

    .menu-small ul.menu > li > a { color: #2a2a2a !important;}
    .menu-small ul.menu .codeless_custom_menu_mega_menu h6 {
        color: #2a2a2a !important;
    }
    .menu-small { background-color: #FDFCFC !important;}
    .menu-small ul li a {
        color: #524B4B !important;
         font-size: 14px !important;
        padding-left: 13% !important;
    }

    to make it just like the demo.
    Let us know if you need anything else.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: full blog element – TITLE DIMENSION

    Hello,

    1-Please add this code into your custom css box:

    .blog-article.grid-style .content h1 {
        font-size: 24px !important;
    }

    Edit font size to your wish.
    2-This is strange. I check it up in our side, but this does not happen.
    Please do this first, go to file js/main.js and find this line:
    $('.codeless_slider_wrapper', parent).removelass('skrollable');
    replace with this:
    $('.codeless_slider_wrapper', parent).removeClass('skrollable');
    Let us know how it will go.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Staff

    Hello,

    You have an old version of theme and Visual Composer. Many important changes has been made from this version to the current. Please update theme and plugins first.
    Then deactivate all third party plugins.
    Let us know if the issue persists.

    Please read more on how to update theme and Visual Composer.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Active Page Header

    Hello,

    I recommended to open a new ticket because you do have a different theme in use. In case that code wouldn’t work, we can keep up with the changes for this specific case in this ticket. It’s to keep a easy browsed forum as possible.
    I hope you understand.
    However, since you have already managed to set it up, i will set this ticked as solved. If you want, you can share your solution so that others viewing your ticket can make use of it.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Top Navigation Default Theme

    Hello,

    Glad to know you found it. That is the sticky header feature and is located under General Options > Header Options > Sticky Header.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: 404 Error when I change portfolio slug

    Hello,

    Please reset permalinks.
    If necessary, set them to default, find and rename the .htaccess file and then reset permalinks to ‘%postname%’. This will rewrite the url rules and eliminate the problem.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Social widget icons disappeared?

    Hello,


    @biekeuh
    ,
    Sorry but we can not offer support for every third party plugin outthere. You can try to find another one that does the same job and that is compatible with theme files.

    Best regards!

Viewing 15 posts - 9,211 through 9,225 (of 12,542 total)
← 1 2 3 … 614 615 616 … 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