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, 6 months ago Mirela
    Participant
    in reply to: Put text into the slider for mobile view

    Hello,

    To update theme, just go to your Envato account and download theme again. Like you did the first time. Unzip the main folder and you will find theme folder(tower) inside. You can either upload it directly into your wp-content/themes folder using ftp, or zip tower folder and upload it from your wordpress dashboard (Appearance > Themes > Add New). But you will have to delete the previous theme folder.
    All your settings and options will not be affected by the update. Nor will the css code you added at your custom css box. But if you have made direct changes to theme files, they will be overwritten.
    Read here for more information.
    We suggest you to always keep a backup of previous versions.
    -If the code you added in custom css box, is not affecting the site layout, please check that you have selected the right css class.
    Let us know if you need help.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Error with new theme update

    Hello,

    -For the Fax icon, i added the code i suggested you in this topic of your.
    -The staff received the text in excerpt. I changed it to show the text in content. It it displaying all now. If you want to get the excerpt text again, just go to file staff.php and find this line:
    $output .= '<p>'.codeless_text_limit(get_the_content(), 400).'</p>';
    replace “get_the_content()” with “get_the_excerpt()“.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: LOGO MOBILE – LOGO WEB

    Hello,

    Please add this code into your custom css box:

    @media (max-width:480px){
    #logo img.dark {
        content: url("https://timeandglam.com/time/wp-content/uploads/2015/11/logo_90px.png");
    }}

    Change the content url to your need.
    Let us know.

    Best regards!

    • This reply was modified 10 years, 6 months ago by Mirela.
    10 years, 6 months ago Mirela
    Participant
    in reply to: WIDGET OR MODULE – SUBSCRIBE NEWSLETTER – TOWER

    Hello,

    Glad to know you found the answer. To others with the same question, you can use the Mailchimp Sign-up Form widget.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Tower 1.3: Page Options and Styles do not work anymore

    Hello,

    Dark and light header can be switched if you add page header with image background or a slider. In pages without page header or slider the header changes don’t work.

    This is how it works.

    I added an image in page header as an example here https://www.max-amous.com/test/

    Best regards!

    • This reply was modified 10 years, 6 months ago by Ruco.
    10 years, 6 months ago Mirela
    Participant
    in reply to: Bug with Clients Carousel

    Hello,

    Sorry for the late reply.
    Please go to file includes/widgets/codeless_socialwidget.php and find this line:
    echo '<li class="email"><a href="mailto:'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';
    Replace with this:
    echo '<li class="email"><a href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>';

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Full height row doesn't work

    Hello,

    Sorry for the late reply.
    Can you please send us a link where you have this?

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Weird Header when window is small

    Hello,

    Sorry for the late reply.
    I have added this code into your custom css box:

    #logo { margin-left: -10px;}
    /*.top_nav {display: none;}*/

    Inside the @media (max-width: 1100px) block. What do you mean by “the top beam is turned off too late”? The top navigation bar is supposed to show in iPad dimensions. Do you not want it? if so, then just remove the comment signs (/*code*/) from the second line of code i added this time (.top_nav {display: none;}).
    Let us know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Landing Page design (no navigation)

    Hello,

    Ok then please edit the code above to this:

    .page-id-1459 .header_wrapper.transparent.header_9 { display: none;}
    .page-id-1459 .top_nav { display: none;}
    .page-id-1459 .footer_wrapper { display: none;}

    Best regards!

    • This reply was modified 10 years, 6 months ago by Mirela.
    10 years, 6 months ago Mirela
    Participant
    in reply to: Portfolio Area Not Working

    Hello,

    Please go to portfolio page’s Portfolio Options > Portfolio Categories (screenshot). If you click on the categories bar, a drop down list with all your current categories will show. Choose the ones you want.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: !!!CTA no longer being recognized by visual composer!

    Hello,

    The CTA does not have any issue in the latest theme version. Did you updated Visual Composer too? What version do you have? You have some errors in your site (screenshot), please disable third party plugins, make sure to have the latest Visual Composer too and try again.
    If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
    Let us know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Tower 1.3: Page Options and Styles do not work anymore

    Hello,

    No, i didn’t said that. I made the test in a different page so i would not interfere with your work, and so that you could delete it easily after checking it.
    The logo swithch does not have any issue. Please try again.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: View Cart Dropdown Conflicts with Navigation

    Hello,

    You have some js errors in your site. I see you do have installed a lot of third party plugins. Please update theme to it’s latest version (1.3) and delete all third party plugins you do not use. Let us know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Put text into the slider for mobile view

    Hello,

    Sorry but i wrote about fonts in slider, not the mobile menu icon.
    When the header width is too small for the menu, either you decrease the menu item’s padding or enable the responsive menu(hamburger menu). It does display correctly now even in iPad landscape(screenshot). Do you want it shown or not?
    The latest theme version is 1.3, you have 1.2.7.

    1-I added this code into your custom css box:

    ul li span.s2 a {
        color: #FF605D !important;
    }

    Change the color to your wish.

    2-Yes, i edited the css in your custom css box. Result.
    3-Can you please be more clear on this? I do see the same text in slider, in mobile just as in desktop (screenshot)
    Let us know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Tower Theme Installation Issues

    Hello,

    Please unzip the file “themeforest-11941335-tower-businessdriven-multipurpose-wp-theme-wordpress-theme.zip”. Inside the decompressed folder you will find the documentation folder, Licensing, tower theme, tower-child theme. Zip the tower theme folder and upload it into your wordpress Appearance > Themes.
    Make sure to have set up enough memory and execution time limit, because the folder is quite big and may require some time to upload.
    Let us know if you need further help.

    Best regards!

Viewing 15 posts - 10,786 through 10,800 (of 12,542 total)
← 1 2 3 … 719 720 721 … 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