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: Recent news – Inline style horizontal not working on Tower theme 1.3.5

    Hello,

    What theme version do you have? Do you have any third party plugin installed? This style does not appear to have any issue on our side. Please send us your site’s url. So we can give it closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: LayerSlider Needs Purchase Code

    Hello,

    No, it is not the same code.
    The purchase code you got with the theme is for registering in this forum. The included plugins have a extended licence, thus you can use them. But it is not possible to get you a licence code for further update.
    We update all supported plugins in every theme update. If you wish to update before it, then you will have to buy the plugin by yourself.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Bad responsive Image behavior in Firefox

    Hello,

    Glad to know it’s alright now. Thanks for sharing!

    Best regards!

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

    Hello,

    1-You can edit top header area dimensions with a little css. Add these line sinto your custom css box:

    .top_nav, .top_nav .widget {
        height: 50px !important;
    }

    Edit the value to your need.
    2-You can search up the icons to use in every vc element that uses the icons(example: services element, location icon list screenshot)
    Then use them in your shortcode, example:

    [icon_text icon="moon-location"]Brooklyn, NY[/icon_text]
    [icon_text icon="moon-location-2"]Brooklyn, NY[/icon_text]
    [icon_text icon="moon-location-3"]Brooklyn, NY[/icon_text]
    [icon_text icon="moon-location-4"]Brooklyn, NY[/icon_text]
    [icon_text icon="moon-compass"]Brooklyn, NY[/icon_text]

    Phone icons example screenshot.
    Here are the icons used in theme:

    https://icomoon.io/#preview-ultimate

    https://icomoon.io/#linearicons

    https://fortawesome.github.io/Font-Awesome/

    https://steadysets.com/

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
    10 years, 3 months ago Mirela
    Participant
    in reply to: Trojan Found in Tower WordPress Theme

    Hello,

    We are currently checking this with high priority and will let you know asap.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Blog – Medium Image Size

    Hello,

    The blog post image sizes are set in file functions.php. Find these lines:

    function codeless_images_sizes(){
        
        add_image_size( 'port3', 600, 600, true );
        add_image_size( 'port3_2', 550, 265, true );
        --- / / ---
        add_image_size( 'blog', 625, 340, true );

    This line: add_image_size( 'blog', 625, 340, true ); set’s up the blog post featured image sizes. Edit this to the dimensions you want. Save file and upload again the images.
    You can further edit it by adding this cod einto you custom css box:

    .blog-article.standard-style .media > *:not(.post_type) {
        width: 100%;
    }

    and edit the value to you need.
    The size we have chosen as best, is 820x340px, but you can set it to what best fits your needs.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: ALT Tags Removed on Featured Images

    Hello,

    Sorry for the late reply.
    Please go to file includes/view/blog/loop-index.php and find these lines:

    <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog', 'url')) ?>" alt="">

    And replace with these:

    
     
    

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
    10 years, 3 months ago Mirela
    Participant
    in reply to: With Slider off on Mobile top of page is cut off

    Hello,

    To add padding to top wrapper, add this code into your custom cs sbox:
    .top_wrapper { padding-top: 100px !important;}
    Edit the value to your need.
    The Revolution slider does not have any issue in mobile. If you want, you can send us a link of a page where you have it so we can give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Remove Hamburger Menu

    Hello,

    Please go to General Options > Layout > Extra Side Navigation, set it OFF.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Pricing Plan not working

    Hello,

    Sorry for the inconvenience. The accordion titles will be fixed in the upcoming update. Please be patient as we are making our best to release as soon as possible.
    -Can i please see a link where are you having this? The price list does not have any issue on our side.
    Let us now.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: "you are here"

    Hello,

    -To remove the page header, go to page’s General Options > Page Header Options > Active Page Header, set it OFF.
    -Please send us your site’s url, so we can provide the correct code.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Widgetised Sidebar in Visual Composer Missing?

    Hello,


    @akrall
    ,
    Sorry for the inconvenience. As previously stated, the accordion titles will be fixed in the upcoming update. Please be patient as we are making our best to release as soon as possible.
    Thank you for understanding.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Revolution Slider error: Slider with alias business1 not found

    Hello,

    The reason for this message it’s because when importing dummy data, the pre-created page have set up a slider in it’s page options. When this slider name does not correspond to any of the current sliders (you may not have imported/created any slider at all; or they have been created with a different name), this message appear.
    Just go to the page’s General Settings > Slider Options, and select one of the sliders in the drop-down list.
    Save changes and it’s all set.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: One page menu

    Hello,

    I tried to open your site several times, but with no success. It gives: “This webpage is not available – ERR_NAME_NOT_RESOLVED” error. Can you please check?

    Best regards!

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

    Hello,

    Please add this code into your custom css box:

    #logo {
        opacity: 1;
        visibility: visible;
    }

    The logo is there, but is not visible.

    Best regards!

Viewing 15 posts - 9,826 through 9,840 (of 12,542 total)
← 1 2 3 … 655 656 657 … 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