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

  • 8 years, 5 months ago Mirela
    Participant
    in reply to: Problems with team content

    Hello,

    The excerpt was being pulled out instead of the content. That is why even if you increase the number of words to show, there was still little text being displayed. I changed that in the same file vc_templates/staff.php. I edited this line:
    $output .= '<p>'.codeless_text_limit(get_the_excerpt(), 2000).'</p>';
    to this:
    $output .= '<p>'.codeless_text_limit(get_the_content(), 2000).'</p>';

    Then i added this custom css into your General Options > Custom Css box:

    .page-id-100 .tpl2 img {
        width: auto !important;
    }
    .page-id-100 .overlay.he-view {
        width: 78% !important;
    }

    To style the xing button and team photo size. Please check your site and let me know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Can't see my posts

    Hello,

    Do you have any third party plugin installed? Can you please add some valid wp credentials in your profile data? So we can give it a closer look.
    Read this article for more information.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Mobile Menu for Tower Theme Not Functioning

    Hello,

    That’s great!
    Let us know for anything.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Unable to upload theme

    Hello,

    First, you have to upload only the ‘specular’ zip file located inside the main zip file you downloaded from Envato. Not the entire file.
    This is happening because you do not have enough memory limit to upload such file size.
    To keep uploading theme from WordPress dashboard, you can increase it yourself by adding this line into your wp-config.php file :
    define('WP_MEMORY_LIMIT', '94M'); (Or ask your hosting provider to do it for you)
    If you still can not manage, try uploading theme directly from the server. Access the wp-content/themes/ folder in your server using a ftp account. Upload ‘specular’ folder there (should be not zipped).
    Then go back to WordPress dashboard > Appearance > Themes and activate theme here.

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Problems with team content

    Hello,

    Please send us some valid wp credentials in a private reply. So we can check this and edit it for you.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Toggle not displaying properly

    Hello,

    We are currently looking into this. We will update on a fix asap.

    Thank you for your patience!

    8 years, 5 months ago Mirela
    Participant
    in reply to: post featured image cropping incorrectly

    Hello,

    What version of theme are you currently running? This is still an valuable solution to this edit. We will check it if you want. Just send us some valid wp credentials in a private reply.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Automatic updates for tower

    Hello,

    Just install the Envato Market plugin (it is included in theme). Create an API key as instructed in the plugin options and get notifications for every theme (theme and plugins you have purchased) update and easy install the new versions.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: delete single new slider inside codless slider

    Hello,

    You had an additional row above the header that was stopping the main customization of the transparent header to take on. I removed that row and now the slider is under the header as in the demo.
    To change the header layout again, go to Page Settings and uncheck “Header over content” option (screenshot).
    I added this code into your Additional Css box:

    .cl_element .cl_control-btn:not(:first-child):not(.cl-slide-link):not(.cl_control-btn-add-slide) {
        display: block;
    }

    for the codeless slider options. We will double check and fix this in the next update.

    Let us know if you need further help.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: issues looking the page in horizontal way in a smartphone
    This reply has been marked as private.
    8 years, 5 months ago Mirela
    Participant
    in reply to: 2 Blog elements issue

    Hello,

    You can also use custom css for this. Reduce the width of the column to 32%. However, glad to know you found your solution.

    Thank you for sharing!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Cannot Activate With Purchase Code

    Hello,

    Please send us your purchase code in a private reply. So we can remove it from the database and so you can register again.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: How to edit the Search page

    Hello,

    We are very glad that you enjoy our theme!
    The ‘Search’ word is a placeholder of the search input field. To change it you will need to edit the functions.php file.
    Find this block:

    <form class="search__form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
      <input class="search__input" name="s" type="search" placeholder="Search" autocomplete="off" spellcheck="false" />
      <span class="search__info"><?php esc_html_e( 'Hit enter to search or ESC to close', 'folie' ) ?></span>
    </form>

    Change the ‘Search‘ string inside the placeholder="Search" Save changes and refresh your page.
    -To remove/ change the “May we suggest” text, in this same file, scroll more down and find this block:

    <div class="search__suggestion">
      <h3><?php esc_attr_e('May We Suggest?', 'folie' ) ?></h3>
          <?php echo codeless_all_tags_html() ?>
    </div>

    Let us know if you need further help.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Stuck loading Customise screen

    Hello,

    Well this is strange. Please see a video recording of your site when i open it from my side using chrome: https://drive.google.com/file/d/1hJI3UzLJkXU1bi40CUprPaZG-PHGrN47/view

    Do you have any add-ons installed in your browser? Deactivate then if yes and try again.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Fontcolour in header on special pages

    Hello,

    I added another chunk of code for the sticky header, this is the result code in your custom css box:

    .archive nav .menu > li > a {
        color: #fff;
    }
    .archive.sticky_header nav .menu > li > a {
        color: red;
    }

    Please clear cache and refresh page.

    Best regards!

Viewing 15 posts - 4,261 through 4,275 (of 12,542 total)
← 1 2 3 … 284 285 286 … 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