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: Masonry home demo settings

    Hello,

    I understand you point. The demo home page contains a portfolio element displaying the portfolio items in masonry style. This style randomly orders the portfolio items in a page according to the number of rows you have set up.

    This is depended from the featured images sizes as well. The demo is using featured image sizes that when shown up in masonry mode, form that layout. Example:
    -demo featured image size: https://postimg.org/image/77zybx1np/
    -your post’s featured image size: https://postimg.org/image/5sydn835h/

    I suggest you start importing your own images and crop them to create the layout you want.
    Let us know.

    Best regards!

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

    Hello,

    The code added does not affect the row or header padding.
    In the “Children’s Magazine” page, in order to lower down the image in the content and keep the position of menu, i added a new empty row above the image. Looks ok now. Please check your site and let me know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Masonry home demo settings

    Hello,

    Can you please send a link of your site? So we can see better the difference.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Icons not displayed @ VC Buttons

    Hello,

    The font-awesome file is located in specular/css folder and specular/font folder. It is not a cross-origin issue as there is no such error message in your site’s console.
    Do you have any cache plugin installed? Please clear cache of both wordpress and server. Then refresh page an try again. Some times it takes a bit until the changes are displayed.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Icons not displayed @ VC Buttons

    Hello,

    Are you running an old version of theme? Please make sure to have the latest theme version and included plugins as well. Then deactivate all third party plugins and try again.
    Let me know if the situation persists after update. Read these articles to learn more on how to update theme and it’s included plugins:
    https://codeless.co/tower/documentation/main.html#update_theme
    https://support.codeless.co/?ht_kb=visual-composer-update

    Best regards!

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

    Hello,

    Please add this code into your custom css box:

    .blog-article.standard-style .media > *:not(.post_type) {
        width: auto !important;
    }

    It will set the image at it’s original width and not stretch it out.
    Let us know if you need further help.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Custom type posts in Blog element

    Hello,

    Sorry but this is a customization that requires coding that is outside of support reach. I suggest you hire a developer to further customize theme to your needs.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Scrolling through the portfolio

    Hello,

    Sorry i don’t understand what you mean by “pressed everything”. Please add some valid wp credentials in a private reply, or in your additional profile data. So we can check it out and set it up like the demo for you.
    Read this article for more information.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Scrolling through the portfolio

    Hello,

    The page you have now is just one simple post. You have to assign a page as homepage first. Do that in Folie > Homepage Settings (screenshot).
    In the homepage add the portfolio element. Edit out it’s options to your wish. See screenshot: https://postimg.org/image/ufbei6urp/
    Let us know if you need further help.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Blog Page

    Hello,

    Sorry but it’s not possible to add fb like button from theme options. You can install a custom plugin for this.
    To make your social icons open link in new tab, please go to file \includes\widgets\codeless_socialwidget.php and find these lines:
    https://codeshare.io/5DrMjE
    Replace with these:
    https://codeshare.io/5PXDV7

    Save and refresh pages.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Not possible to increase the font size

    Hello,

    This is an internal server error. Something is going on with your server settings. I suspect it could be a plugin conflict. Do you perhaps have Jetpack plugin installed? Please deactivate it and try again. If the issue persists, deactivate all plugins and try again.
    Then enable them one at a time to find the culprit.
    Let us know.

    Best regards!

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

    Hello,

    Glad to know that we were able to help. If you are happy with our support, please
    rate the product with 5 stars under the Downloads tab of your Envato
    profile.
    This is very important for us to be able to keep working hard and provide more
    awesome work.

    Thank you for being an awesome customer!

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

    Hello,

    1-You can change the menu style from boxed to fullwidth in Page Settings > Header Boxed/ Header background Color. See screenshot: https://postimg.org/image/ucda6olfp/
    2-I added this code into Additional Css, for the sticky header:

    .header_container.header-top.boxed-style.menu_style-simple.menu-full-style.menu-with_shadow.cl-transparent.cl-header-Array.cl-header-sticky.cl-header-sticky-shadow.cl-header-top-nav-sticky.cl-header-sticky-prepare.cl-header-sticky-ready.cl-header-sticky-active {
        width: 1600px !important;
    }

    Please check your site and let me know.

    Best regards!

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

    Hello,

    Sorry for the inconvenience!
    Please go to file handel\includes\codeless_builder\shortcodes\cl_toggle.php and find this line:
    <h6 class="title <?php echo esc_attr( $this->generateClasses('.cl_toggle .title') ) ?>"><?php echo esc_attr( wp_strip_all_tags( $title ) ) ?></h6>

    Edit to this:
    <h6 class="title <?php echo esc_attr( $this->generateClasses('.cl_toggle .title') ) ?>"><span><?php echo esc_attr( wp_strip_all_tags( $title ) ) ?></span></h6>
    Please try adding the toggles, they should be ok now.

    Let us know.

    Best regards!

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

    Hello,

    I see that the line defining the blog image size is completely missing in your functions.php file. See screenshot: https://postimg.org/image/tchxdz2k5/
    Did you made any changes to it? However, i added it back, and i also added some other element’s image sizes. They are currently set as comments (not active), if you wish to make use of any in the future just uncomment the specific line. Save changes and upload images again in order for the new set up to take place.

    Let us now.

    Best regards!

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