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

  • 7 years, 9 months ago Mirela
    Participant
    in reply to: Change post and page body text colour

    Hello,

    It seems like that, but this is one of the basic wordpress features, the font. And the font takes the default settings from theme settings. Here you can only change the main font used, main color etc. This is related to wordpress functions more than theme’s.

    I believe in the future with the growing and developing of WP, it’s features will continue to expand. But for now this is what we can get.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Top Bar Text

    Hello,

    I understand.
    Open Customize from Appearance menu.
    In header top bar, just hover over the text with the mouse and click on it to place the cursor. Now edit/remove the text. If you want to remove the element altogether, just go to the element’s controllers and click on the bin icon. See screenshot: https://postimg.cc/image/yyxw2pkuv/

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Floating Sidebar is fixed in one position, does not move

    Hello,

    Did you add the copy i send you? Please enable the wordpress credentials again. I can check it.
    There is no reason why this should not work on your side too. We are willing to debug it further!
    Let me know.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Header issues

    Hello,

    1-I see you currently have the menu style with menu in middle and logo positioned in left side. The sticky header is on.
    Did you refer to the sticky header menu? If yes, please know that it is this header default style (logo centered) that in sticky layout, only the logo remains and the menu items disappear.
    To change it you will need to edit theme files. This is not recommended as it will prevent you from taking future theme updates(or you’ll have to redo the changes in every theme update) .

    2-Please just add this css into your Custom Css box in General Options:

    .header_button {
        top: 20% !important;
    }

    Let me know if you need further help.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Blog image header color overlay

    Hello,

    Sorry for the late reply.
    Please go to Customize > General > Custom Codes > Custom Css and add this code:

    .single-post .cl_page_header .overlay {
        background-color: #161616;
        opacity: 0.8;
    }
    .single-post .cl_page_header .bg-layer {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }

    Change the values to your wish.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Issues Saving Theme Options in Options Panel
    This reply has been marked as private.
    7 years, 9 months ago Mirela
    Participant
    in reply to: How to make product quick view for Product image and name

    Hello,

    Sorry for the inconvenience.
    The developer is working on this. We will include the changed code in the next theme update that will be released soon.
    You will be notified for everything.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Quick view is not working in mobile

    Hello,

    Sorry for the inconvenience.
    Theme developer is working on this. We will include the changed code in the next theme update that will be released soon.
    You will be notified for everything.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Change Button size

    Hello,


    @Freedonut
    ,
    Please add this code:

    .page-id-798 .btn-bt.align-center {
        left: 25% !important;
        height: 15px !important;
        width: 57px !important;
    }

    Change the values to your wish.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Author Showing as Admin

    Hello,

    This is strange. i tested this and there is no problem.
    Please go to file includes/codeless_functions_blog.php, find this function: codeless_get_entry_meta_author()
    Replace all code with this:

    /**
     * Generate Post Entry Meta Author
     * 
     * @since 1.0.0
     */
    function codeless_get_entry_meta_author(){
        
        $author_name = get_the_author();
        
        // Sanitize to not show empty author on customize preview partial refresh
        if( empty( $author_name ) || is_customize_preview() )
            $author_name = __( 'admin', 'handel' );
        
        // Get the author name; wrap it in a link.
    	$author = sprintf(
    		/* translators: %s: post author */
    		__( '%s', 'handel' ),
    		'<span class="author"><a href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . $author_name . '</a></span>'
    	);
    	
    	return $author;
    }
    

    Please refresh posts and let us know.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Change post and page body text colour

    Hello,

    Actually this should work for page too. Try editing the above code to this:

    .page a {
        color: #ef8d0f !important;
    }
    .single-post a {
        color: #ef8d0f !important;
    }

    Let me know.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Issues With Theme

    Hello,

    Please add some valid wp credentials to your profile data. So we can check this. Read this article for more information.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Woocommerce Handel Page Error

    Hello,

    The page send is not available anymore. I checked the blog page in the menu and the header looks great. Did you manage to fix this?

    -We haven’t tested this plugin so i can’t confirm anything.
    Let us now.

    Best regards!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Header displaying off-screen

    Hello,

    Sorry but we do not support third party plugins.

    -Can you add some valid wp credentials in your profile data? So i can check the header situation closely. Read this article for more information.

    Thanks!

    7 years, 9 months ago Mirela
    Participant
    in reply to: Internet Explorer 11 support for June WordPress Theme
    This reply has been marked as private.
Viewing 15 posts - 2,476 through 2,490 (of 12,542 total)
← 1 2 3 … 165 166 167 … 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