mmmmagnus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different style in #respond14.01 for Ubuntu.
Forum: Themes and Templates
In reply to: Different style in #respondSo you see it’s not only the hyperlink “Inga kompletteringar”, it’s the whole post content, including the comments form.
Forum: Themes and Templates
In reply to: Different style in #respondThis is how I want it to look:
https://jonsviktors.se/antavla/wp-content/uploads/2012/08/respond_style.jpgAnd this is how it looks:
https://jonsviktors.se/antavla/wp-content/uploads/2012/08/respond_error.jpgThanks Andrew!
Forum: Themes and Templates
In reply to: Different style in #respondIt changes the whole post styling viewing it after clicking “Inga kompletteringar”. Only the header and footer keeps the 50px padding, the content moves to the left to 0px.
Forum: Themes and Templates
In reply to: Different style in #respondNo, the link behind “Inga kompletteringar” – https://jonsviktors.se/antavla/?p=889#respond
Forum: Themes and Templates
In reply to: Different style in #respondThe styling when viewing #respond in Firefox is not the same as on the actual post (the left padding seems to be 0px but should be 50px).
Forum: Themes and Templates
In reply to: Different style in #respondNo child theme but a modified Clear. But I’ve just noticed that the error only shows up in Firefox.
Here’s an URL: https://jonsviktors.se/antavla/?p=889
You have to add the mother, father or spouse as a post in your family tree category first. After that they will show up in the fields!
I have the same experience. It seems likes there’s only an AND function, not OR like you and me want it. Part from that a great plugin!
Forum: Fixing WordPress
In reply to: query_posts in sidebar for post categoryWow! Thanks!! That worked great ??
Is it possible to display posts from a certain category AND with a certain tag? It doesn’t seem to work expanding your code like this:
global $post; $args = array( 'posts_per_page' => 5, //limit the post numbers,or use -1 for all 'post__not_in' => array($post->ID), //exclude current post 'category__in' => wp_get_post_categories( $post->ID ), //use categories of current post 'tag__in' => wp_get_post_tags( $post->ID ) //use tags of current post? ); query_posts( $args );
Forum: Fixing WordPress
In reply to: PHP in Advanced Text Widget doesn't work on single.phpThanks!
Your PHP works, of course… The error must be somewhere else. It would have been easier if it didn’t work at all but now it’s only in single posts it doesn’t. I reallyt don’t get it!
…and the missing semicolon didn’t do the trick ??
I really want to use the shortcode instead of PHP but it only works in posts or pages, not in text widgets. Therefore I had to install Advanced Text widget to use PHP which made it almost all the way…
Thanks for your help! I guess we won’t come any further in this ??
My initial solution was to add an mp3 player with some kind of pop up interface showing up after clicking the link (like the picture in the link “Ungdomars servicebehov i glesbygd kartl?ggs” does). But I couldn’t find one.
Forum: Fixing WordPress
In reply to: PHP in Advanced Text Widget doesn't work on single.phpTrying the code again:
Forum: Fixing WordPress
In reply to: PHP in Advanced Text Widget doesn't work on single.phpThis is the player: https://www.ads-software.com/extend/plugins/mp3-jplayer/ It’s not really a radio link, it just plays an mp3 I’ve uploaded to the media library. I use the text player [mp3t] to achive what I want – basically a hidden player that won’t show until you click the link.
For me it works in Firefox, Epiphany and the default Android browser on my phone, but unfortunately not in Chromium (but that’s another problem).
And here’s the code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Thanks!!
Forum: Fixing WordPress
In reply to: PHP in Advanced Text Widget doesn't work on single.phpThat’s the strange thing here. The text is still visible but on single posts there is no link to the mp3 player as everywhere else ??