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, 9 months ago Kris
    Participant
    in reply to: FAQ accordion scroll

    Hello,

    I see that you have an old version of visual composer. Please update it to the latest version 4.12. The old one has issues. Read this article for more information vc update.
    Let us know if the issue persist even after update.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Issues with header

    Hello,

    Please go to your theme files –>\wp-content\themes\tower\css and open bootstrap-responsive.css. Find this line

    .header_button{display:none !important;} and remove !important from it. This conflicts with the code that we gave you. I've paste it right on your custom CSS box, so after deleting !important, it should work and can display the button on the header area.
    Let us know.
    
    Best regards!
    9 years, 9 months ago Kris
    Participant
    in reply to: Overflow on mobile when layout set to Boxed

    Hello,

    Please check your site, we fixed. Just added this code to your custom CSS box:

    @media (max-width: 320px){
    #logo img {
        
        margin-left: -185px;
    }
    .mobile_small_menu {
        margin-left: 20px;
    }
    }

    Let us know.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Issues with header

    Hello,

    I see that you haven’t pasted right this code:

    @media (max-width: 767px) {
    a.btn-bt.business.header_button {
        top: -35px;
    }
     }

    Did you add the codes above to you CSS box?
    Send us your wp credentials to give it a closer look.
    Just fill the profile user information, read this article for more information.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Different Sized Media File On Different Sized Laptop Monitor

    Hello,

    Did you manage to fix the issue? I don’t see any problem with the page being responsive even on macbook pro view see screenshot.
    Let us know.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Single staff linking

    Hello,

    If you followed the instructions of the topic i have sent you, you will get this screenshot 1 and choose the link you want to be directed, to display the profile screenshot 2. It doesn’t direct you to the blog post page (only if you choose to). Anyway if you want to not display the sidebars at you single post page, go to General Options > Blog Config > Single Blog Layout and choose the first layour (without sidebar) see screenshot.
    If you need us to provide the instructions again step by step, let us know.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Homepage

    Hello,

    Sorry for the delay, we are working on resolving these issues.
    You will be updated as soon as we fix it.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Overflow on mobile when layout set to Boxed

    Hello,

    Sorry for the delay. We are working on resolving this issue.
    You will be updated as soon as we fix it.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Skill, chart Skill, single staff don't work properly on my web site

    Hello,

    I didn’t see any issue with your page, neither with the chart skill and staff elements. If they were working fine the moment you have created them, and suddenly started to have issue, than it may be due to the plugins you have installed (third party plugins mostly). What plugin have you installed for chart skill? Maybe one of them conflicts.
    What version of theme and visual composer do you have? On every release we make improvements, so you should keep the theme and plugins included with theme updated.
    Let us know.
    Or if the issues persist, send us your wp credentials to give a closer look.
    Just update the profile user information for that (read this article).

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Change colour of font in menu

    Hello,

    To change the font color of the menu go to Header Options > Menu Options (see screenshot). Here you can configure the styles of menu (and the dropdown menu –> Header Options > Dropdown Options) as you wish.
    Let us know if you need further help.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Single staff linking

    Hello,

    If you followed the instructions above, you will be able to click on the staff name and picture and be directed to their profile as staff entry. The page you see after clicking on their names is their staff entry you have created for them. If you want to be directed to a specific page by clicking on them, refer to this topic.
    It is a tested solution. You will be able to add a profile link to the chain of social links in staff element and be redirected to the page you choose to be the profile page.
    Let us know.

    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Demo not being applied

    Hello,

    Of course if should look like the demo, but i see that you have made huge changes to your theme. You can customize it as you wish, specular theme offers many possibilities to create the website you want. But as we told you in the first reply, you need to read the documentation and watch the tutorials on how to use it.
    I see that you have removed the menus and made other changes, that’s why the menu doesn’t appear. To edit menus go to Apperance > Menus.

    Let us know.

    Regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Alignment Issues

    Hello,

    The codes that we added don’t affect the other section of your page. The spaces you are seeing are because you have added so much padding at your columns and settings (Services, animated counter) so almost every element on your page has a padding.
    These paddings and spaces were there before we even added the codes, we just fixed the issues. Remove or decrease the padding as you like if you do not want that much space shown between the elements. See here is an example that you still have padding on your rows.
    Also you have installed many third party plugins. Maybe one of them conflict with the theme, that doesn’t mean that the theme has issues about alignment. It is a well tested theme, we are sorry if you find it frustrating.
    Anyway we are here to help so let us know.

    Regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Typekit

    Hello,

    Typekit is a third party plugin and testing it with our theme requires time, which is not included in theme support. Also it is not recommended to use this plugin to change the fonts of theme. because it may cause other issues.
    But you can always change the fonts in your site, tower offers many possibilities for customization. Just choose the fonts you want at General options > Typography options. As for the menu font styles go to General options > Menu options and use one of the fonts you like. Please watch this video tutorial for more detailed information on how to use the fonts and other options of theme.
    Let us know.

    Note: Please write us at Tower support to avoid the misleading that may occur.
    Best regards!

    9 years, 9 months ago Kris
    Participant
    in reply to: Remove comments text and bubble

    Hello,

    Please add this code to your custom CSS box:

    .fullscreen-single .info li:nth-child(3) {
        display: none;
    }

    Let us know.

    Best regards!

Viewing 15 posts - 256 through 270 (of 427 total)
← 1 2 3 … 17 18 19 … 27 28 29 →

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