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: Date on image + changes not saving on blog styles

    Hello,

    The date on the blog page, on top of the post featured image is due to the blog style selected. Minimal style. To hide it just add this custom css in Additional Css menu:

    #blog-entries .minimal-style .entry-media-wrapper .time {
    display: none !important;
    }

    Can you please send us some valid wp credentials in a private reply? So we can check the saving issue.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Contact form 7 issue

    Hello,

    First, please know that this is third partly plugin you are using. It’s free and very good so we often recommend it. But the layout and style of the contact form 7 is not created from us.
    We can only help you customize it using custom css. Try this code instead:

    .wpcf7-form p {
        margin-top: 34px !important;
        margin-left: 26px !important;
    }

    This is the result screenshot: https://postimg.org/image/ngjg0cn7p/
    Note: This will affect other <p> tags.

    -If you see this screenshot: https://postimg.org/image/c46uidrbp/
    The code for the checkbox (of terms & conditions) is an independent line of code. It comes after the line configuring the ‘terms & conditions’ text. So to take it before the text, you will need to access the code and place the checkbox code before the text.
    This is not recommended as it will keep you from updating the plugin in the future.

    Best regards!

    • This reply was modified 8 years, 5 months ago by Mirela.
    8 years, 5 months ago Mirela
    Participant
    in reply to: Scrolling through the portfolio

    Hello,

    Please see here a screen recording of the test page: https://drive.google.com/file/d/1Np9mitXjnn3GMvq_OvN1sS2t_porjlDA/view

    Are you now getting this? Please clear cache and refresh page. We have tested this already and it’s ok.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Contact form 7 issue

    Helo,

    Please add this code into your custom css box:

    div.wpcf7-validation-errors {
        border: none !important;
    }
    div.wpcf7-response-output {
        margin: 9em 9.5em !important;
    }

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Date on image + changes not saving on blog styles

    Hello,

    Where are you trying to add the date? What options are you using? To add the date you need to edit the blog options. Go to Customize > Blog > Remove Blog Meta (screenshot), set it ON in order for the meta tags to show up.

    What version of theme and Codeless Builder are you running? Please make sure to have everything to it’s latest version in order for the site to work well.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Some minor adjustment help

    Hello,

    Sorry i didn’t understand well: ‘the copy is still showing up is these pages’ -what copy are you referring to?
    We can center the logo with custom css. I added this code into your custom css box:

    .top_nav .aligncenter {
        margin-left: 60px !important;
    }

    Edit the value to your wish.
    Let me know.

    Best regards!

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

    Hello,

    We updated the necessary script files in folder js and edited this block:

     /**
         * Initialize Lightbox Elements
         * @since 1.0.0
         */
        CL_FRONT.itemILightBox = function(){
            "use strict";
            var el = $( '.entry-lightbox, .cl_media .lightbox' );
    
            if( el.length > 0 ){
                CL_FRONT.components.LightBox( el );
            }    
        }

    To this:

     /**
         * Initialize Lightbox Elements
         * @since 1.0.0
         */
        CL_FRONT.itemILightBox = function(){
            "use strict";
            var el = $( '.entry-lightbox, .portfolio_item .entry-link.lightbox, .cl_media .lightbox' );
    
            if( el.length > 0 ){
                CL_FRONT.components.LightBox( el );
            }    
        }

    The lightbox is ok now, as you can test here: https://selt50hp.beget.tech/test/
    But you must keep in mind that for the lightbox to take action, there must be at least 5 items in a portfolio page and all portfolio items should have been set the featured image.

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Folio Layout problems

    Hello,

    I checked your site but i don’t see any difference in the layout, except of course the width difference of the screen. In the option panel, due to the options sidebar in the left, the page’s elements have less space than the live page.

    The portfolio too, is set to show up to 6 items and it is displaying in the live page 6 of your current portfolio items.
    Let us know for more.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile

    Hello,

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

    Read this article for more information.

    Best regards!

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

    Hello,

    We are currently taking care of this. I will update you asap.

    Thank you for the patience!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Second menu

    Hello,

    You can assign as many menus you want in the header. By adding the “menu” element (screenshot), but this is not possible to be added under the header row. This is an element available only for the header area.

    Best regards!

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

    Hello,

    I have forwarded your topic to our developers for a more professional insight. We will gate back to you asap.

    Thank you for your patience!
    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Responsive issues

    Hello,

    Do you have any animation set up for the main text?
    Can you please send us some valid wp credentials in a private reply? So we can give a closer look to all your requests.

    Thank you!

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

    Hello,

    Sorry for the late reply.
    I added a test post with a custom image using media element. The image has dimensions 820 x 490px just like the dimensions set in the blog post in function.php file. As you can see yourself here: https://www.brighter-connections.com/test/
    The image is still the same. If you have upload image with these dimensions, due to the “false” value in the function ‘Crop’ option, the images will not get cropped to fit the given dimensions but will keep their original aspect ratio. (read more here)
    Please try adding images again. Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile

    Hello,

    Please clear cache and refresh page. See this screenshot on how it looks with the changes made:
    https://postimg.org/image/otj21nx6t/

    Let us know.

    Best regards!

Viewing 15 posts - 4,201 through 4,215 (of 12,542 total)
← 1 2 3 … 280 281 282 … 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