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, 3 months ago Mirela
    Participant
    in reply to: Problem with resposive in mobile and tablet.
    This reply has been marked as private.
    10 years, 3 months ago Mirela
    Participant
    in reply to: One pager with Sticky Nav

    Hello,

    The code i gave you in the previous reply is only for mobile. That is set by the @media attribute, which targets only 480px wide screens (aka mobile screens).
    Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Row ID, Section ID

    Hello,

    I understand what you wish to do, but that is not possible. You can only navigate thru site via row id. This is a feature of the “one page” site structure and will work only when the page is set as “one page”.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Media overlapping

    Hello,

    You have to set a value greater than 0. Try 50, it will make the content text more centered and similar to demo. I see one image and text has padding and the other two don’t. You need to do it for all elements, to make them will look the same.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Different colors for main navigation on different pages

    Hello,

    You have no issues on your site.
    The fact that you can not seem to change between dark and light versions, is due to both these versions have light logo set up for them and white menu font color.
    Upload a dark logo and change your menu font color for the dark version in Header Options > Menu Options > Menu Item Typography. I set it to dark gray for now. You can see the difference in this page: https://wordpress.hqlabs.de/hq-simplified-business/
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Recent news – Inline style horizontal not working on Tower theme 1.3.5

    Hello,

    That’s strange. There are no apparent errors in your site and theme version is the latest. Did you made any changes to theme files? Please send us the ftp as well. I need to check the files directly as i don’t see any problem from admin panel.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Blog layout stuck on "Creative"

    Hello,

    I can not save changes made in your Settings > Reading. Please perform the following steps:
    -update theme to it’s latest version (read here how to);
    -disable all third party plugins;
    -contact your host and make sure you have all necessary access rights on theme files;
    -Go to your wordpress installation and make a database repair operation. Find all (and more) information here;
    Then try again. Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Translate "Copyright Text in the end of footer"

    Hello,

    Sorry for the inconvenience but is not possible to translate copyright text with WPML. You can do it with the .PO/.MO files. Add the text in the .PO file, translate and save file.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Top Social Bar and Font Question.

    Hello,

    Glad to know you are having a good experience with Tower. If you are satisfied with theme and support, would you please rate us with 5 stars? It is important for us so that we can continue working hard to provide even more beautiful and codeless themes.

    Thank you & Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Strange text at the top

    Hello,

    Do you have pasted any code into your General Options > Tracking Code/Custom Js Code? Please make sure it is pasted correctly. To make a test, delete it and try again.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: One pager with Sticky Nav

    Hello,

    I added this code into your custom css box:

    @media (max-width: 480px){
        #logo img.dark { max-width: 69%;}
        #logo {  left: -38px !important;}
        .codeless_separator span.separator {  max-width: 100px !important;}
    }

    Please check your site.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Replace Slider with static image

    Hello,

    Are you referring to this site: https://s602262362.online.de/ ?
    This is what i see in mobile, screenshot. What do you need to change here? Let us know so we can provide the right code.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Masonry style size

    Hello,

    Even if you change the number of words to show, that will not help much with the alignment. You can set up a fixed height for them to be aligned in the bottom. Add this code into your custom css box:

    .cols3 .blog-article.grid-style, .blog-article.grid-style .gridbox {
        max-height: 500px !important;
    }

    Edit the value to your need. Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Rows

    Hello,

    A workaround it to make a 4-column row. And in each column, add another row. Divide the new one in 2 columns.
    Example:

    [vc_row][vc_column width="1/4"][vc_row_inner][vc_column_inner width="1/2"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/4"][vc_row_inner][vc_column_inner width="1/2"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/4"][vc_row_inner][vc_column_inner width="1/2"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/4"][vc_row_inner][vc_column_inner width="1/2"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

    screenshot.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Links in header and Contact page

    Hello,

    1-I added this code:
    .accordion.style_1 .accordion-heading.in_head .accordion-toggle, .accordion.style_1 .accordion-heading .accordion-toggle { color: #92B6BF !important;}
    2-I added this code:
    input, button, select, textarea { font-family: "Work Sans" !important;}
    3-I edited the responsible code in @media (max-width: 480px) and @media (max-width: 767px)
    4-I added this code: .menu-small ul.menu > li > a {color: #484747 !important;}
    I also edited the landscape view of slider.

    Please keep in mind that most of your latest requests are customization’s not included in theme support. (read more here).
    Let us know.

    Best regards!

Viewing 15 posts - 9,796 through 9,810 (of 12,542 total)
← 1 2 3 … 653 654 655 … 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