wannesd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Contextual column option not workingAfter three months, I’ve finally found the time to test my site. I disabled all of my plugins, I deactivated my hueman child theme and activated hueman pro theme, but the problem persists: I can’t change the column layout for a category in the customizer. Any help?
Forum: Themes and Templates
In reply to: [Hueman] Hueman slider post by tags (bis)Euhm, no, I didn’t. Oops.
But now I did. And now it works! Ten random posts, randomly chosen from a selection of about thirty tagged posts! I’m very happy now.
Thanks a lot!
Forum: Themes and Templates
In reply to: [Hueman] Hueman slider post by tags (bis)Hmm. I can see the logic behind that, but nothing changes. Still the 10 most recent posts in random order…
Let me know if you have other tips – in the meantime I’ll keep searching…Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Hueman slider post by tags (bis)Sure! Here it is:
jQuery('#flexslider-featured').flexslider({ animation: "slide", useCSS: false, // Fix iPad flickering issue slideshow: false, directionNav: true, controlNav: true, pauseOnHover: true, slideshowSpeed: 10000, animationSpeed: 400, smoothHeight: true, touch: false, randomize: trueI found that tip here: https://wordpress.org/support/topic/blog-slider-random-order?replies=3
Forum: Themes and Templates
In reply to: [Hueman] Hueman slider post by tags (bis)Crap. Another (minor) problem:
I’ve got the Featured Post Count at 10. So the slider shows 10 posts, which is perfect.
Also, I’ve got the randomize-parameter set to ‘true’ in featured.php.The slider is now set to take posts from a specific tag I created (‘hilite’). What it does now, is taking the 10 most recent posts with the ‘hilite’-tag, and showing them in random order in the slider.
However, I have more than 10 posts with the specified tag.
What I would like is for the slider to – randomly – take 10 posts from the list of ‘hilite’-tagged posts (so not just the 10 most recent), and put them in the slider.Do you think that’s possible? Thanks a lot!
Forum: Themes and Templates
In reply to: [Hueman] Hueman slider post by tags (bis)Thanks bdbrown! I managed to solve the problem!
1. I think there was a parenthesis (is that the correct term?) too much in your example:
I changed the parameter to
'tag' => 'my-tag-name',
instead of
'tag' => 'my-tag-name'),2. I did the same in the array in inc/featured.php
It worked!
Thanks again