wwershofen
Forum Replies Created
-
Thanks, Jeremy,
reconnecting to wordpress.com did the trick. I had to reconnect the social medias as well, but now its working again.
Kind Regards
WolfgangForum: Themes and Templates
In reply to: [Enigma] Making slideshow smaller@pervinsth:
Can you share with us, how you solved the problem?Forum: Themes and Templates
In reply to: [Enigma] Still issues with breadcrums in 1.8.3Hmmm,
but the Codex-Page for Child Themes states something different:TIP FOR THEME DEVELOPERS. The fact that a child theme’s functions.php is loaded first means that you can make the user functions of your theme pluggable —that is, replaceable by a child theme— by declaring them conditionally. E.g.:
if ( ! function_exists( 'theme_special_nav' ) ) { function theme_special_nav() { // Do something. } }In that way, a child theme can replace a PHP function of the parent by simply declaring it beforehand.
Kind Regards
WolfgangHi Ryan,
thanks for your testing efforts and quick reply. So it seems to be a facebook issue… :/I meanwhile got around that issue by deleting the picture facebook was choosing. It wasn’t linked to any post but had a name/description like “blog icon large” or something (don’t remember exactly…). Maybe the description or name mislead facebook…
Now that it’s gone, the featured image shows in the facebook post correctly.
Again thanks for your help. Case closed and resolved. 🙂
Regards
WolfgangForum: Themes and Templates
In reply to: [Enigma] Website fell apartI had the same issues after upgrading to 1.8.3 and using a quite heavily adapted child theme. The whole site was totally messed up!
I found out that the themes header.php had quite a few changes since the previous versions and the child themes header.php didn’t reflect those changes (how could it anyway… ).
After I copied the themes new header.php to the child theme directory and redid my changes to this new version, everything was fine again.
Forum: Plugins
In reply to: [Event Organiser] Limiting agendy widget to certain categoriesThx for your reply, Stephen. Do you have any timeline for releasing version 3.0?
For the time being, I’ll stick to the simple event list as it has the capability to limit the output according to categories.
Speaking of which – is it possible to assign the “normal” wordpress categories to events?
I’m currently building a website for my local sports club. Each of our soccer teams has its own category and I’d like to list only the teams schedule on its respective category page.I know, I could opt for using identical category names for the event categories, but that would double the effort. So I’d rather stick to a solution with minor overhead, if there is one.
Forum: Plugins
In reply to: [Event Organiser] Limiting agendy widget to certain categoriesJust stumbled upon this passage in the plugins readme.txt:
* **Shortcodes**: (...) * Event Agenda (similar to Event Agenda widget) (...)What is the shortcode for this? And may it be possible to limit the output of the agenda with this option?