Lars Eriksson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataAfter a lite change in worked!
span.wp-show-posts-terms.wp-show-posts-meta:last-child:before {
content: “, “;;
}Thanks! I am closing this now.
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataThe comma should be between the end of categories “?STERSUND” and the beginning of tags “1850”. But if it is not possible to do what a am Ok with that, Thank you!
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataNo, I have not inserted anything manually, they are all categories and tags. I have made two hooks, one for categories and one for tags, as you showed (https://wpshowposts.com/support/topic/bbpress-metadata-and-dates-in-wpshowposts/).
But at the presentation on one line, there is no space between them (“,”. Of course, it would be best if you could combine the two into one hook, but I’m not a programmer. If you would like to do this for me, I would be happy.
Lars Eriksson
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataSee picture below: To the left of the arrow is categories, to the right is terms. There is no ” , ” seperator between them.
https://drive.google.com/file/d/1fB7yRB38_xFG9_SS8lcrzuJftTnqmbu_/view?usp=sharing
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataThank you!
Two small things:
1) Is it possible to get a ‘, ‘ seperator between categories and terms? (https://fotografregistret.se/pionjarer/1850-tal/).2) Is this CSS functional?:
.wp-show-posts-entry-meta {
font-size: 14px;
font-style: italic;
color: rgba(0,0,0);
}Lars Eriksson
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataThe link: <a href=”https://fotografregistret.se/pionjarer/1850-tal/
Forum: Plugins
In reply to: [WP Show Posts] Displaying all meta dataForum: Plugins
In reply to: [Enhanced Media Library] No Search or Filter capability 2UPDATE
After deactivate the TinyMCE Advanced plugin the Media Library is showing up again.
But all media categories and sub-categories is listed in one row.https://drive.google.com/open?id=0Bxu_0DZoNqOrTE9sQlJodURZVWM
Forum: Plugins
In reply to: [WP Show Posts] Drop CapThank you Tom!
The deleted line in functions.php made the first letter visible again.
I wait for the next version.Lars E
Forum: Plugins
In reply to: [WP Show Posts] Drop CapYes, shortcodes is filtered out of the Excerpts, but in Excerpts made by the theme GeneratePress removes the shortcode but keeps the first letter intact but WP Show Post removes also the first letter in the shortcode, why?
Lars Eriksson
Forum: Plugins
In reply to: [WP Show Posts] Drop CapIn full post view the first letter is there:
https://www.fotografihistoria.se/fotografer-i-hudiksvall/Forum: Plugins
In reply to: [WP Show Posts] Drop CapSorry for the delay. As you can see in this test page the first letter is missing:
https://www.fotografihistoria.se/fotografer-i-hudiksvall/If you compare with this page, the first letter is there:
https://www.fotografihistoria.se/category/stationara/The problem must be what Drop Cap is making a code: [dropcap]F[/dropcap]otograf.
Lars E
Forum: Plugins
In reply to: [Event Organiser] Change colorI have a black background with white text on my site. I cant see the calendar dates because the text is in white with a white background. How can I easy change the white calender text to black? Can I change any calendar CSS ?
Lars
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Background colorOk, thanks!
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Background colorDid not function.
Should it not be:
.featherlight-content .caption {
color: #000000;
}
I tried what, but did also not function.
I am lost.