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, 4 months ago Mirela
    Participant
    in reply to: Problem with text scaling properly when adjusting browser
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Not able to add or edit any Services Small Icon sections suddenly

    You’re welcome!:)

    8 years, 4 months ago Mirela
    Participant
    in reply to: Responsive menu not working

    Hello,

    Do you want to use the hamburger menu style for your site? If so, then go to Header Options > Header Style and select this style “Fullscreen Overlay” from the drop-down.
    The mobile menu is designed to show up only when a certain screen width has been reached. That includes the mobile screen, portrait and landscape, ipad portrait layout. To change the current desktop menu to mobile requires css customization that is actually not needed knowing that you do have an option to achieve this.
    Please try the above first and let us know if it’s ok.

    Best regards!

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

    Hello,

    In file includes/widgets/codeless_socials.php i edited this line:
    echo '<li class="email"><a href="'.esc_url($cl_redata['email']).'" target="_blank"><i class="icon-envelope"></i></a></li>';

    to this:
    echo '<li class="email"><a href="mailto:'.$cl_redata['email'].'"><i class="icon-envelope"></i></a></li>';
    Please check your mail icon now.
    Let us know.

    PS: Thank you very much for the kind words!

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Codeless Builder broke down :/

    Hello,

    Theme’s main builder is the Codeless Builder. The entire theme was build on it. That is why we strongly suggest to keep this builder instead of the included plugin. However, we are in the process of fully integrating the Visual composer so this won’t happen again.
    We will include these changes in the next theme releases (near future). Please look forward to it.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Wishlist issue

    Hello,

    The ERR_CONNECTION_RESET error is not caused from theme. You need to check your server connection. Contact your host about it. Here is an good article: https://appuals.com/best-fix-err_connection_reset/ to give more insight on this.

    You had not set a wishlist page in the YITH Plugin > Wishlist > General Settings >Wishlist Page. I set it and now the wishlist page is showing up ok. See screenshot: https://postimg.org/image/bxp3w792t/

    Let us know if you need further help.

    Best regards!

    • This reply was modified 8 years, 4 months ago by Mirela.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Translation issue

    Hello,

    You can translate the string using included .pot files. And you can change it to just ‘Search’ by editing this file: \includes\codeless_builder\header-elements\cl_header_search.php
    Find this line:
    <input type="search" id="<?php echo esc_attr( $unique_id ); ?>" class="search-field input-search-field" <?php $this->generateStyle( '.search-element .input-search-field', true ); ?> placeholder="<?php echo esc_attr__( 'Search Your Style', 'june' ); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s" />

    I tried to change that for you, but the saving is taking to long, so i suggest you contact your host and make sure to allocate more memory to your WordPress installation. So you won’t have any issue later on.
    Let us know if you need further help.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Responsive menu not working

    Hello,

    The second three bars icon, is not a menu. It’s the Extra Navigation sidebar. You can remove it at Specular > Layout > Extra Nav Bar. Set it OFF.

    Let me know.

    Best regards!

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

    Hello,

    Sorry for the late reply.
    -I already did the changes needed in the given file;

    1-I set up the gallery page in 4 columns, but there is no gap visible. See screenshot: https://postimg.org/image/6tssb44kl/ did you manage to fix it?

    2-What version of Internet explorer are you using? Can you please send a screenshot of what you get?

    3-This is a known issue with Safari. We are working on it and will try to include a fix in future theme updates.

    4-This code in Custom Css box is affecting the responsive form of the News page in mobile:

    .fullwidth .blog-article.alternate-style .content {
        width: 540px !important;
        float: right !important;
    }

    So i added this code to fix it:

    @media (max-width: 480px){
     .fullwidth .blog-article.alternate-style .content {
        width: 315px !important;
        float: none !important;
    }
    .fullwidth .blog-article.alternate-style .media {
        width: 300px !important;
    }
    }

    The add_image_size() function is used to alter image sizes of all images you upload according to the place they will be used.
    So the add_image_size( ‘port3’, 600, 600, true ); is to set up image sizes used for portfolio with three columns. The “true” statement means that the image will be forcefully cropped to fulfill the given dimensions. If set to false, it will keep the original image proportions.

    add_image_size( ‘port3_grayscale’, 627, 470, true ); ->portfolio 3 columns, with grayscale style;
    add_image_size( ‘port2’, 460, 275, true ); ->portfolio with two columns;
    add_image_size( ‘port2_grayscale’, 940, 470, true ); ->portfolio 2 columns, with grayscale style;
    add_image_size( ‘port4’, 600, 600, true ); ->portfolio 4 columns;
    add_image_size( ‘blog’, 825, 340, true ); ->blog page images;
    add_image_size( ‘alternate_blog’, 440, 195, true ); ->alternate blog style, page images;
    add_image_size( ‘alternate_blog_side’, 355, 235, true ); ->like the above but with sidebar layout;
    add_image_size( ‘blog_grid’, 350, 350, true ); ->the image size used for single blog posts;
    add_image_size( ‘staff’, 400, 270, true ); ->single staff featured image size;
    add_image_size( ‘staff_full’, 500, 340, true ); ->staff carousel or when used in a portfolio page;

    Let us know.

    Best regards!

    • This reply was modified 8 years, 4 months ago by Mirela.
    8 years, 4 months ago Mirela
    Participant
    in reply to: A little help please :)
    This reply has been marked as private.
    8 years, 4 months ago Mirela
    Participant
    in reply to: Responsive menu not working

    Hello,

    Please go to Specular > Header Options > Show header tools in responsive (Mobile), and make sure to have set it ON.
    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Problem with text scaling properly when adjusting browser

    Hello,

    Please add this code into your custom css box:

    @media only screen and (max-width: 1280px) and (min-width: 760px){
    .wpb_content_element:last-child {
        line-height: 25px !important;
        font-size: 15px !important;
    }}

    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Remove author from blog grid page

    Hello,

    You got the css right. The only change you need to do is remove the “:last-child” from it. It will become like this:

    .blog-article.grid-style .info li {
    display: none;
    }

    See result screenshot: https://postimg.org/image/ijoc956ad/
    Let us know.

    Best regards!

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

    Hello,

    You can get such effect on hover, via css. The example you send is using this css:

    @media screen and (min-width: 1025px){
    #pricePlans #plans .plan:hover {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }}

    Where scale defines the scale of zooming. Please keep in mind that these are personal styling customization and are not included in support.

    Please open new ticket for other questions. This topic it’s getting overloaded and is already far from it’s original issue. In order to keep an easy to browser forum, it’s best to have a one ticket per topic.
    Thank you for understanding!

    Best regards!

Viewing 15 posts - 4,111 through 4,125 (of 12,542 total)
← 1 2 3 … 274 275 276 … 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