mscon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a color “filter” in sidebarFrom watching the video about the plugin it looks like it’s usable for product variations. It’s possible I could use this in more ways, but I am not adding variatons of the same products. Just gathering all “blue shorts” to one page. They can be totally different products, but they are blue, red, green, etc.
Forum: Themes and Templates
In reply to: [Hestia] Fatal error on two websites with HestiaI managed to restore the databases and fixed it that way.
Thanks for the help!
Forum: Themes and Templates
In reply to: [Hestia] Fatal error on two websites with HestiaHi!
This happened during an automated update on both websites. So i’m not totally sure which update caused the error.
The websites are: Sparkontot.com and B?stamatkassen.com
Thanks alot!
Regards
JohanForum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"Never mind! It is solved now.
Thank you for your help mate!
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"It was solved when I removed another string… Thanks a lot for the help!
This solution made me a new problem.. I need to remove the author-name from the posts. But I dont want to remove any other data (date, etc)
.entry-author-link { display: none; } <- that dosnt work for me. And if i use .entry-meta { display: none; } everything disappeares.
Thanks again
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"I am using a custom css plugin? And it is working..
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"I added the code to Custom css.. but nothing happened..
Custom CSS now looks like this:
entry-meta {
display: none;
}.page .entry-title {
display: none;
}
.page .recent-content .entry-title {
display: block;
}Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"Thanks alot for the support.
I added that code but nothing happened. Anything else you think might work?
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"Hi,
No they probably disappeared when I changed the custom css to remove page titles.. The page is here: https://webbs.se/nyhetsarkiv/
Any other custom css to show post-titles might work?
This is the custom css that I use: (strange that post titles is showing on the home page but not on the page with recent posts type A?)
.entry-meta {
display: none;
}.page .entry-title {
display: none;
}Forum: Fixing WordPress
In reply to: Latest posts "page" translationAnyone? ??
Forum: Fixing WordPress
In reply to: Let "contributor" set "featured image"Ok thanks for the answer.
Is there any other role with the settings to make registered users write their own posts with featured image but not to publish it? Or do I have to use this plugin for role editing?
Cheers
Forum: Plugins
In reply to: [Advanced post slider] Text showing up twiceBoth texts go away if I deactivate it.. If possible id like to remove the top line.
Thanks!