perler
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] Header Color Changeunfortunately this doesn’t seem to have fixed it. here, the problem is still there: https://wolfgang-perler.c9users.io/
for the 1.0.7 I asked a programmer to hack a quick fix, here is the diff:
https://gist.github.com/perler/c71011240b1b1ff385a14690c644a8ea
maybe you can adapt it into a proper fix
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] Headline CSS problemthe same here with the menu size: https://wolfgang-perler.c9users.io/
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] remove date?It would be nice to have an option for each post to diasply only the year or the mont and the year or the exact date. this is important for historical timelines where you often don’t know the exact date.
mh.. I inserted this into page.php
if (is_page('contact')) { remove_filter('the_content', 'sfc_like_button_automatic', 30); } get_header(); ?>
but the fb like button is still there:
we don’t use a special template for the contact us page – so we need to put this code somewhere on this very page only – is there a way?
hello,
mhh. same problem here:
wordpress is at UTC+2 (Berlin)
facebook event:
https://www.facebook.com/events/234064520002853/
wp event:
https://blendermantheband.com/shows/everything is 3 hours earlier..
Forum: Fixing WordPress
In reply to: sorting categories returned by the_category() by parent categorythanks again, i extended and adjusted it to my site and one little problem came up, it looks like your loop shows only the first of each subcategories within a category (means, it shows only one author even if the post has multiple authors as categories attached). how could i solve this problem?
PAT
Forum: Fixing WordPress
In reply to: sorting categories returned by the_category() by parent categorythis works like a charm, thanks, your are the best!
PAT ??
Forum: Fixing WordPress
In reply to: sorting categories returned by the_category() by parent categoryok, i’m able to work with code, but rather pathetic ?? – but i’ll give it a try, i have a general direction now. if you feel like providing an example it would be very appreciated, though..
anyway, thanks,
PAT
Forum: Fixing WordPress
In reply to: number of posts in listin mode in backendah.. there we are.. thanks!
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedis there a way to replace all .mp3 files with the audio player but have an additional “download” link beside or below? (like μplayer)
i have a site, which got converted from another blog system and the mp3s are not included by the media library but are hard linked in the posts. i would like to offer them to download and habe a flash player..
PAT
Forum: Fixing WordPress
In reply to: Populating the Uploads with existing imageswill this get solved finaly? it’s very annoying especially when you switch from another blog and did a bulk transfer of all pictures with https://ftp..
Forum: Fixing WordPress
In reply to: importing from b2evolutioni never went to b2evo 2.0, but i think it should be enough to take the rss skin from b2evo 2.x and change the <category domain> to <category> – this should do it..
Forum: Themes and Templates
In reply to: Front Page Postsunfortunately, ACE does exactly the opposite, to accomplish blackfred’s (and mine btw) wish, you would need to exclude all categories but the one which should appeatr on the frontpage.
this is bad because
- if you display only articles from the category “frontpage”, if this article is in another category, which is excluded, the article gets excluded
- if you add a new category you need to go into ACE and manually hide it from the frontpgae, which is tedious
so, is there a plugin, which does exactly the opposite, an, advanced category INCLUDER?
PAT
Forum: Fixing WordPress
In reply to: importing from b2evolutiona quick follow up:
ignore step 3)
change step 4) to:goto https://yourblog.com/index.php?blog=YOURBLOGNUMBER&tempskin=wpimport&posts=1000 (EXAMPLE: https://falschgold.net/index.php?blog=13&tempskin=wpimport&posts=1000)