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, 9 months ago Mirela
    Participant
    in reply to: Full Blog Masonry

    Hello,

    1-Do you mean to slim down the arrow block? In this case add this code into your custom css box:

    .blog-article.grid-style .content .link_grid {
        width: 5% !important;
    }

    Edit the width to your wish (this element doe snot have padding).

    2-Orange is the default color of theme. In the previous code we gave you, the color is changed in order for you to see the deference (also because you required to change it). So all you have to do is, find this code in your custom css box:

    .blog-article.grid-style .media .overlay .post_type_circle i:hover {
        color: #5f5f5f;
    }

    and change the color to your wish.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Sidebar widget compatability: Custom Menu Wizard

    Hello,

    As you may know, we do not offer support on third party plugins. However, i will notify the developer team regarding this.

    You can always suggest us new features in our “Suggest Us Features” forum.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Import Dummy Data Doesn't Work

    Hello,

    Are you trying to import attachments as well? Please read this article regarding this issue.
    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Responsive menu disappeared

    Hello,

    Did you edit (add) any custom css? Please add this code into your custom css box:

    @media (max-width: 480px){
    .mobile_small_menu {  display: block !important;}
    #logo { float: right !important;}
    }

    Result screenshot. Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Responsive Issues

    Hello,

    1-Ipad slider font size:
    I added this code into your custom css box:

    @media (min-width: 979px) {
    .codeless_slider .swiper-slide .content h1 {
        font-size: 20px !important;
    }
    }

    Result screenshot. Eit font size to your wish.

    2-Call to action element:
    I added this code into your custom css box:

    @media (max-width: 1100px) and (min-width: 981px){
    .textbar .btn-bt { left: 75% !important;}
    .textbar h2 { 
        margin-bottom: 10px !important;
        text-align: left !important;
    }
    }

    Please check your site and let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: WooCommerce product image

    Hello,

    Please note that this is not an issue. It is your personal preference.
    The product image gallery starts of with the featured image. If you click on it, it will pop up a window with the image. If you notice carefully, there are arrows to move to the next image of the gallery (if you have added images to product gallery). And so on, the user can see all images available for the product.

    What i can suggest you is to look up at the woo-commerce add-ons and plugins. See if any can help you get the layout you want.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: safari codeless slider

    Hello,

    You have way to many slides for the Safari browser to support it. When i open your site in my browser, it causes it to crash after 5-6 sec.
    I suggest you to limit the number of slides per slider.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Mobile full screen overlay

    Hello,

    I editet code in your custom css box. I removed these two lines from it:

    .home .top_wrapper {
        margin-top: -30px !important;
    }

    .. and added them into the home page’s custom css box. Also since the other pages need different css, added this code into the “Discover Australia” page’s custom css box (screenshot). Please add this at every page you will be using.

    Note:
    Please update theme so we can continue checking this. It is very old and some of the issues may come from it.

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Specular "Shop" demo content was not installed

    Hello,

    Apologies for the inconvenience with email reply.

    I set up the site just like the online demo. It does not have any issue, so please do not panic. we will help you customize it to your wish.
    The Demo data import, is half of the process. It imports pages, posts, portfolio items, and it setts up some main style configuration. But you need to keep customizing the already imported data.
    You have the included theme documentation to help you understand better all theme options. Also the video tutorials that show you how to build the main pages.

    I already set up some of the main features of shop demo. Please check your site and let us know how can we help you further.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: change image size display in single blog post

    Hello Danycaz,

    Normally the post images are optimized and this does not happen. Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: WooCommerce product image

    Hello,

    Sorry but this requires code customization that is not include din support service.
    Please read more about it in our Support Policy.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Use portfolio without ‘Read More’ link

    Hello,

    To hide the “Read More” button of “Post grid” element, please add this code into the page’s custom css box:

    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        display: none;
    }

    Sorry but disabling the read more link only for some items, is not possible.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: customizing call-to-action color

    Hello,

    The buttons have the same css class so the change in style will affect them all. If you want to differentiate them from one another, then add a new custom css class into the rows settings (screenshot). Then add it to the custom css to the page’s custom css box.

    PS: You will have to set the call-to-action elements in different rows.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: safari codeless slider

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Codeless slider doesn’t show images in Firefox

    Hello,

    Great to know it ok. Thanks for sharing.

    Best regards!

Viewing 15 posts - 7,726 through 7,740 (of 12,542 total)
← 1 2 3 … 515 516 517 … 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