Forum Replies Created
-
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!
in reply to: Top Bar TextHello,
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!
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!
in reply to: Header issuesHello,
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!
in reply to: Blog image header color overlayHello,
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!
in reply to: Issues Saving Theme Options in Options PanelThis reply has been marked as private.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!
in reply to: Quick view is not working in mobileHello,
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!
in reply to: Change Button sizeHello,
@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!
in reply to: Author Showing as AdminHello,
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!
in reply to: Change post and page body text colourHello,
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!
in reply to: Issues With ThemeHello,
Please add some valid wp credentials to your profile data. So we can check this. Read this article for more information.
Best regards!
in reply to: Woocommerce Handel Page ErrorHello,
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!
in reply to: Header displaying off-screenHello,
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!
This reply has been marked as private.