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, 1 month ago Mirela
    Participant
    in reply to: mobile sticky

    Hello,

    1-Yes that’s right. That’s because the header position is set up to be sticky. If you do not want it, then remove the custom css suggested above.
    What you are requesting is to make the same element both sticky and non-sticky. Sorry but that’s not possible.

    a)Change the header color in Customize > Header > Main Header Row (screenshot)

    b)Please go to Customize > Header > Default Header Options, check the “Header Color” option. What option do you have selected?
    This code can help also to set the icons color to your wish:

    .extra_tools_wrapper .tool i {
        color: #fff !important;
    }

    Let us know.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: the social icons size – tower social widget

    Hey,

    That’s great!
    Let us know if you have further questions.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    This could be happening due to the large size of the slider background image. Please upload in the media a smaller version of it. Try to crop it to these dimensions, 375px x 367px.
    I have already adde this code into your Custom css box in General Options> Custom Css:

    @media (max-width: 420px){
    .swiper-slide.swiper-slide-visible.swiper-slide-active {
        background-image: url(https://parkerconsultinggroup.org/wp-content/uploads/2018/01/parkerconsulting.jpeg);
    }}

    Just change the background image url to the new cropped image.
    Let us know how it goes.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Remove Active Header / breadcrumb Folie

    Hello,

    Please go to Customizer > General > Custom Codes > Custom Css and add this code:

    .breadcrumbss {
        display: none;
    }

    it will hide the breadcrumbs from page header.

    Let us know.
    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Posts Showing Up As 'Admin' and Weird Layout

    Hello,

    That’s strange. I tested the same situation on my side (same theme version and Codeless Builder) and the author does show up the actual writer or the post.
    Can you please deactivate all third party plugins. Also please enable the ‘Post by’ feature so we can check it on you site.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: missing header menu and logo

    Hello,

    Yes, that’s right. You can set header to be transparent above the slider/page header in Page’s Settings > Page Options > Header over Content (screenshot).

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: June Theme – Wrong Prices & Currency Showing

    Hello,

    I checked the link you send. The currency is indeed $ as you wanted (screenshot). Are you not getting this?
    The prices currently showing in product grid, are not the ones you set up?
    Do you have any additional plugin installed other than the one’s included in theme?
    Please send us some screenshots where you see this and some valid wp credentials so we can give it a closer look.
    Read this article for more information.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Mega Menu problems

    Hello,

    1-When you set up a menu as mega-menu, the very first menu items under it will become the mega-menu column titles. And so they are not links to the original pages anymore.
    See screenshot: https://postimg.cc/image/6xsgbufzr/
    https://postimg.cc/image/edrpxpw07/
    The only menu items that keep the link to the page, are the sub-menu items under these columns.
    See screenshot of this: https://postimg.cc/image/tz91htd53/

    3-Please add this css into your Custom Css box:

    nav li > a {
        cursor: default !important;
    }

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: WPML page template problem on secondary language

    Hello,

    This is the look of your site in mobile: https://postimg.cc/image/64fuj89yv/ The distance left-right is a normal distance to differ the content area. Do you not want this? Do you want it full-width?

    I removed the arrows altogether for the entire site. I just copied the part of the css i previously gave you and added it in the General Options > Custom Css.

    I see the sidebars are showing up ok in both languages. See screenshots:
    https://postimg.cc/image/h5azobf3b/
    https://postimg.cc/image/voi4psl3r/
    Did you manage to fix this?

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    For the slider image in mobile, this custom css was messing it up:

    .swiper-slide.swiper-slide-visible{
    	background-position: center -150px !important;
    	}

    It’s located in Additional Css in Appearance > Customize. I see there is quite a lot of other custom css added there, and some in Tower > General Options as well. Please be careful when adding custom css.

    Another code i edited in the Additional Css box, is this:

    .slider#slider-fullwidth {
    	height: 450px;
    }

    I set the height to 322px.
    This is the result in mobile now: https://postimg.cc/image/el0nmo52f/

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: I can not download the templates from the library

    Hello,

    The templates in the Library are only available to the users that have purchased Visual Composer individually. With the extensive license we provide, you can use the elements and add your own templates.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Revolution slider not active

    Hello,

    Both sliders are included in theme. You can use Layerslider or Revolution slider just the same.
    The demo slider for Revolution slider are located in folder “sliders_dummy_data”. In this screenshot, is the second folder (right after Documentation) https://postimg.cc/image/htq832hc7/

    Just go to Revolution slider options from your wordpress dashboard > Import slider, upload one of the demo sliders (they are in the form of a zip file).
    That’s it! You have now a ready-to-go Revolution slider.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Template page

    Hello,

    Yes, you can install theme in a localhost. Import the other demo you want to get the page from and paste it’s shortcode content in your online site.
    This is the only way to get page’s from another template!

    -Please make sure to have selected the “Portfolio Entry_9999x9999” option in Portfolio element’s options > Image Size. See screenshot: https://ibb.co/nwAZuH

    Let us know how it goes.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Image Alt Tags missing on home page

    Hello,

    Not for all images in the site. Since some are in the media element, some in portfolio, some in posts. So the code that displays them is also different. But basically the code above is what get’s the alt of an image and displays it.
    The above code is for the latest blog: vc_templates/latest_blog.php

    You can edit out the other files (as listed here: https://ibb.co/kjpfic) by following the same way to grab the Alt’s of images.

    *Save a backup of edited files as this is not part of theme’s default layout and you will lose the changes in case of future theme update.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    I requested to have access on the files so i could check what the issue was and fix it.
    The only way to check the files is from Appearance > Editor menu in wordpress dashboard, or by a ftp account.
    Please provide at least one so we can help you on this. Otherwise there isn’t much we can do.

    You can create the ftp yourself or contact your host provider to create a ftp account for you if you do not have access on the domain’s cpanel.

    Best regards!

Viewing 15 posts - 3,361 through 3,375 (of 12,542 total)
← 1 2 3 … 224 225 226 … 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