coralthemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coral Dark] Using category links on the sliderIt’s not possible
Forum: Themes and Templates
In reply to: [Coral Dark] Using category links on the sliderIt’s possible in the pro version of the theme.
In the free version you can only apply some trick: use a plugin to redirect a page to a category.Forum: Themes and Templates
In reply to: [Coral Dark] Remove featured photo from blog postSecond solution: if you have inserted the image into the post, don’t use it as a featured image as well, because then it will be displayed twice.
Forum: Themes and Templates
In reply to: [Coral Dark] Remove featured photo from blog postI would like to know what causes the issue. If you have a featured image, don’t insert it again into the post! What happens in that case?
Forum: Themes and Templates
In reply to: [Coral Dark] Remove featured photo from blog postSorry, my code is not a solution.
Simply don’t insert the same image again, if you used it as a featured image!Forum: Themes and Templates
In reply to: [Coral Dark] Remove featured photo from blog postTry this CSS code in the customizer:
body.single-post div.post-thumbnail {display: none;}
Forum: Themes and Templates
In reply to: [Coral Light] where is the breadcrumbs options ?Hello,
You need either the Yoast SEO, or the NavXT plugin to have breadcrumbs.
The max logo height can be extended with css:
.custom-logo {max-height: 500px;}To increase the logo width it’s better to buy the pro version, or you need to copy and modify the header.php in the child theme (always when this file is updated in the parent theme).
Forum: Themes and Templates
In reply to: [Coral Dark] Removing side barYou can remove the sidebar only for pages: in the page editor, on the right, set Template: Full width page!
Forum: Themes and Templates
In reply to: [Coral Light] Excerpt quit working with last WP core updateHello,
Put this code into the child theme’s function.php:
add_post_type_support( ‘page’, ‘excerpt’ );
Then use a plugin to display the excerpt, see this article about it!
Thanks for the one star rating! In your email you wrote about some description field.
Forum: Reviews
In reply to: [Coral Light] Slow SupportIn an email your question was about some description field in the page editor that disappeared for you, but as I wrote you, the theme has no effect on such a field, so I could not help you. Now I see that you asked a question here in a support forum, but I don’t get notification about questions in that forum. The excerpt problem can be solved, I replied in the forum.
- This reply was modified 7 years, 8 months ago by coralthemes.