Forum replies created
Thank you for your feedback.
Hi,
Theme Options -> Blog -> Featured Image -> Enable featured images
Theme Options -> Blog -> Featured Image -> Enable featured image on Single Blog Posts
Make sure they are enabled.
Thank you.
Hi,
In your Theme Options -> Typography -> Headings
You had already set a color.
Please edit from the option.
Thank you.
Hi,
Please remove all your custom css and keep them in a text file.
Check if your slider is responsive now.
There could be codes in your custom css that affects the responsiveness, especially any modification that is for slider.
Please tell me how you want your menu to look like, we can try to redo the customization.
Thank you
Hi,
It’s easier to maintain, if we keep them separate in their own files.
For responsiveness, it makes no difference if they are kept in a single file or separate files.
To find any code, you can use your code editor’s search function, it will find any code in any file.
If you need to minify and combine them, you can find a suitable free plugin from WordPress.org
https://wordpress.org/plugins/
Keep the file loading sequence correct when you minify and combine them or it will cause issues.
Thank you.
Hi,
I cannot replicate your issues on my test site. It’s working properly for me.
Did you set a featured image for your post?
For category sidebar, the setting is in Theme Options -> Blog -> General -> Blog Archive/Category Sidebar
Check that your selected sidebar has widgets deployed to it.
If you have any cache plugin or server cache. Please clear it’s cache content after making updates.
Please clear your browser history too.
Thank you
Hi,
It should be as follows
h2{
color: #3c61a5 !important;
}
Depending on which element, it might not work if there is already specific css targeting that element.
It’s better, if you post me URL and tell me which element on that page you want to change it’s color.
Thank you.
You are welcome!
Hi,
As mention in previous reply.
Theme Options -> Custom CSS
If you are using a cache plugin or server cache, you will have to clear it’s cache content.
Clear your browser history.
If you are still unable to get it to work after clearing cache, you will have to check your previous custom css codes for syntax error.
Thank you
Denzel
Hi,
I read the description from the shortcode editor button.
When you set excerpt to no, it displays the full content.
This is the description.
Show excerpt or choose “no” for full content
Screenshot.
http://image.prntscr.com/image/42f597b378f84bd5bb3e2844710ed14f.png
We can try using css to hide your excerpt or content.
Please post your website URL to your blog shortcode.
Thank you.