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

  • 9 years ago Mirela
    Participant
    in reply to: Multilingual Specular

    Hello,

    I checked your site and every page has a completed with content counterpart in the other language. Please refresh the login details in your profile data so we can give ti a closer look.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Title Attributes

    Hello,

    Can you please send us a link where are you getting this?

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Image Gallery Captions/Next Buttons

    Hello,

    1-You got the right code for the nivo caption. Just add an !important to it:

    .nivo-caption {
        display: none !important;
    }

    2-I tested the slider on my side but i don’t get the same result. Can you post a link of this as well?
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Flexslider homepage alt tags + height

    Hello,

    Please refer to this topic regarding the alt tags in images:
    https://support.codeless.co/?topic=image-alt-tags-missing-on-home-page

    Add this code into your custom css box to change the slider height:

    .flexslider { height: 400px !important;}
    li.slide_element { height: 400px !important;}

    Change the value to your wish.

    Let us know if you need help.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Insane Page Bloat in "View Page Source"?

    Hello,

    Do you have any other third party plugins installed? There are many reasons for the site to have a lot of generated code. The amount of elements showed in the page plays little role in that. That’s because the many features you have implemented in the site and the many plugins you have, all of them generate code at the start (loading time) of the website.
    Please disable all third party plugins and try again.
    You can read this great article on how to boost your site’s speed.
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Portfolio Categories

    Hello,

    I opened the responsive file using the ftp credentials provided and there was no change made to that file. I edited it with the suggested changes. Please check your portfolio page. It’s ok now.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Homepage slider

    Hello,

    You have already raised a ticked regarding this. Open the link: https://support.codeless.co/?topic=homepage-slider
    Please keep up with the news in the older ticket. I will close this as duplicate of an existing topic.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Homepage slider

    Hello,

    Sorry for the late reply.
    All included sliders can be used in a full width version or boxed. It is recommended to have high resolution images so it will transition better into other layouts.
    The width is based upon the site’s boxed width so i can suggest 1100x550px.
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: columns gap

    Hello,

    Please add this code too, it will fix the mobile view of the element:

    @media (max-width: 480px){
    .vc_col-sm-4.add_shadow.wpb_column.column_container.with_padding {
        width: 100% !important;
    }}
    @media (max-width: 480px){
    .vc_col-sm-4.add_shadow.wpb_column.column_container.with_padding {
        width: 80% !important;
        margin-left: 10% !important;
        margin-top: 5% !important;
        margin-right: 10% !important;
    }}

    Result screenshot: iphone; ipad
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Setup wizard fails to configure the theme in a remotely usable way

    Hello,

    I set up the site as Business 2 demo. Please check your site.
    I edited out the menu styling in General Options > Header Options > Menu Options and sub-menu items style in General Options > Header Options > Dropdown Options & Mobile Menu.
    -I changed the header style to “Menu item with border bottom” in General Options > Header Options. And added a shadow in the “Header Shadow” option in the same page (down the list).
    -I set ON the top header area in General Options > Header Options > Top Widgetized Area and added widgets to it in Appearance > Widgets.
    -I added some sample clients and social links in General Options > Clients and General Options > Social media.

    Note: One of the installed third party plugins are conflicting with theme as some fields can not be edited out. Check out the menu items font size number in General Options > Menu Options > Menu Item Typography. I suggest you disable all third party plugins to find the culprit.

    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: columns gap

    Hello,

    Sorry for the inconvenience. We will check these up and include a fix in the next theme update. In the mean time i suggest you add this code into your custom css box:

    .vc_col-sm-4.add_shadow.wpb_column.column_container.with_padding {
        width: 30%;
        margin-left: 1% !important;
        margin-right: 1% !important;
        min-height: 585px !important;
    }

    Result screenshot: https://pho.to/AifcB
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Client widget

    Hello,

    We have responded you regarding this in this other topic of yours: https://support.codeless.co/?topic=client-widget-2

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Blog help

    Hello,

    1-Please refer to this useful article:
    https://www.wpbeginner.com/beginners-guide/how-to-change-the-author-of-a-post-in-wordpress/

    2-Add this code into your custom css box:

    .blog aside#widgetarea-sidebar {
        padding-top: 27px !important;
    }

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Portfolio Categories

    Hello,

    1-You can access any file that is not listed under the Appearance > Editor (screenshot), from a ftp account or cpanel. Go to theme folder and follow the path described above (screenshot).

    3-Go to the portfolio page options, Portfolio Options > Select the pagination method > Without pagination method. See screenshot: https://pho.to/Aienr

    4-At the portfolio page. Scroll down. Screenshot: https://pho.to/AieoA
    Let us know.

    Best regards!

    9 years ago Mirela
    Participant
    in reply to: Change copy displayed in Google

    Hello,

    This is not controlled by theme. Please read this article to understand more regarding this.

    You can use schema markup to change this. Structured data is added directly to a page’s HTML markup. Search engines use structured data to generate rich snippets, which are small pieces of information that will then appear in search results.
    Read more here:
    How to Boost Your SEO by Using Schema Markup
    How to Use Schema Markup for SEO: Making Your Site Easier to Find for Stupid Machines
    How to add item prop schema markup to theme

    Best regards!

    • This reply was modified 9 years ago by Mirela.
Viewing 15 posts - 5,656 through 5,670 (of 12,542 total)
← 1 2 3 … 377 378 379 … 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