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, 1 month ago Mirela
    Participant
    in reply to: Free template slider revolution
    This reply has been marked as private.
    10 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Menu on the right

    Hello,

    You can do it with some css. If you send us a link where are you running this, we can help you with the code.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Device Layouts Broken

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    .header_1.fullwidth_slider_page .top_wrapper { padding-top: 0 !important;}
    #logo { left: -35px !important;}
    footer .inner .widget { margin-left: 9% !important;}
    }

    Result screenshots (1), (2). Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Tower 1.6 – Visual composer 4.11.1.2 – WordPress 4.5

    Hello,

    Please send us your wp and ftp credentials in a private reply. So we can give a closer look to these.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Visual Composer Broken with Wordfence

    Hello,

    What version of theme and VC do you have? Visual Composer does not have any incompatibility issue with Wordfence. The latest WordPress 4.5 is not compatible with any VC with version older than 4.11.
    So you need to update theme and VC first. Download a copy of the latest versions from your Envato account.
    Follow the steps described in this article to update Visual Composer.
    Let us know if the issue persists.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Layout – Bugs and Responsive Menus

    Hello,

    1-The side space is due to an element that is wider that the responsive layout of the theme. Causing it to scroll horizontally. This does not happen on our side so it must be some third party element causing it. Please try to disable all third party plugins and try again.

    2-Add this code into your custom css box, to hide that row in mobile:

    @media (max-width: 480px){
    #fws_571102a89de8f {  display: none;}
    }

    3-Do you mean the socials in footer? Or the ones above footer? The above footer doesn’t seem to need any centering. However you can edit them with a little css code.

    4-The side bars do show up in responsive mode. They are located at the end of the page. if you have removed it before, you can undo the changes.

    7-the issue with slider did not happen before(when i checked your site) Did you made any changes to files? Or installed a new plugin?

    8-You have a non-transparent header now, and that is the normal responsive layout of it. Maybe you are confusing it with the transparent header style.

    9-By default it is not sticky on mobile.

    Note: Please update Visual Composer too. Follow the instructions in this article.
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Detail Page Navigation Backwards

    Hello,

    Can you please be more clear? I see the navigation arrows placed in the direction they should be (screenshot). What do you want to change?

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Codeless Slider Responsive/Mobile View

    Hello,

    The site looks just like the screenshot i send you. Please clear cache and try again. I added this code for the white space on top of slider:

    @media (max-width: 979px){
    .top_wrapper {
        padding-top: 0 !important;
    }}

    Assign the speed in page’s General Settings > Sliders options > Codeless Slider Speed.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Show header and footer in fullscreen blog

    Hello,

    The two pages you are comparing have different layout styles. The second one is a Fullscreen Innovative post layout. Which has this specific style. The header on top of slider and then right after slider slides down it turns in a normal page and displays the content and footer too.
    If you want the style of the first page then it is only necessary to deactivate this at the posts Blog Options > Active Fullscreen Innovative Single Post, set it off (screenshot).

    Sorry but editing it is a customization not included in support service.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Tower 1.6 – Visual composer 4.11.1.2 – WordPress 4.5

    Hello,

    Please go to file includes/core/codeless_elements.php. Find and delete (or comment out) this line: vc_remove_element("vc_posts_grid");
    Save and refresh.

    PS: We have replied you here as well.

    Best regards!

    • This reply was modified 10 years, 1 month ago by Mirela.
    10 years, 1 month ago Mirela
    Participant
    in reply to: WordPress 4.5 – Visual Composer

    Hello,


    @RobertoSL
    ,
    Please go to file includes/core/codeless_elements.php. Find and delete (or comment out) this line: vc_remove_element("vc_posts_grid");
    Save and refresh.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Content disappears when reloading page in Chrome browsers

    Hello,

    Happy to help. Thank you for keep supporting us!

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Comment reply brings me to the top of the page

    Hello,

    Sorry but i am not able to login with these credentials. Please go to file js/main.js and find these lines:

    function scrollUpBinding(){
    	"use strict";
    	$('.scrollup').click(function(){
            $("html, body").animate({ scrollTop: 0 }, 600);
            return false;
        });
    }

    Replace with these:

    function scrollUpBinding(){
    	"use strict";
    	$('.scrollup').click(function(){
            $("html, body").animate({ scrollTop: 0 }, 600);
            e.preventDefault();
            return false;
        });
    }

    Let us know.

    Best regards!

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

    Hello,


    @pyantus
    ,
    I still can not connect. Please go to file includes/view/blog/loop-grid.php and find this line:
    <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')) ?>" alt="">
    Replace with this:
    <?php echo codeless_image_by_id(get_post_thumbnail_id(), '', 'alt') ?>

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Changing the layout for portfolio pages

    Hello,


    @luanalamas
    ,
    Can you please be more specific? What can you not do? Change the layout or import demo data?

    Best regards!

Viewing 15 posts - 9,061 through 9,075 (of 12,542 total)
← 1 2 3 … 604 605 606 … 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