mhair
Forum Replies Created
-
You might look at the post in https://www.designsandcode.com/forums/topic/2-forms-work-together-in-one-archive-php/#post-105121 as I explained it a bit differently there.
Forum: Plugins
In reply to: [WP Back Button] Button not showing on any pageOK, looks like it might have been the disable floating option that allowed me to see it. Now I like others, would like the option of showing it on select pages, and preferably positioning it within my design rather than adjacent to the viewport. I assume the latter is possible but will have to experiment with styling…just mentioned it now since no documentation was found.
Thx.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Carousel doesn’t show up after last updateAwesome Matt! Thanks very much for making this happen, it solved my problem!!!
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Carousel doesn’t show up after last updateMatt,
Any insight on this yet? My site won’t be available on a live server for about a week, but you’ve had input from several people who do have live sites.
Thanks.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Carousel doesn’t show up after last updateHey Matt,
Not to hijack this thread, but I’m having the exact same issues since upgrading the carousel template, on my home page, with the carousel suddenly not showing up any more. I have some input.
Console Error:
Uncaught ReferenceError: fadeOut is not defined(…)
This is coming from the initialization script injected into the page.
$galleryContainer.owlCarousel({
animateOut: fadeOut, <====== Here ===================
animateIn: fadeIn,
items: 1,
nav: true,
margin: 0,
loop:true,
autoplay: false,
autoplaySpeed: 4000,
smartSpeed:250,
navSpeed: 1250,
navText: [‘prev’, ‘next’],
autoplayHoverPause: true,
lazyLoad: 1,
autoWidth: 0,
URLhashListener: false,
startPosition: ‘URLHash’,
dots: true,
responsiveClass: true,
responsive:{
0:{
items: 1,
},
480:{
items: 1,
},
960:{
items: 1,
}
},});
});Unfortunately this is still on a staging server behind a firewall. Let me know if I can provide any more input.
Thx,
Mark
Forum: Plugins
In reply to: [Search & Filter] Not respecting post_types. post_date affecting other loopAn update, I’ve found the evidence to what I was mentioning. Both report ‘no_found_rows’ => true.
I also noted ‘suppress_filters’ => false
but looking at the codes, normally defaults to true.
Is that what is allowing this filter to “leak” to other post types?
$wp_query->query_vars via pre_get_posts = array ( 'numberposts' => 5, 'category' => 0, 'orderby' => 'title', 'order' => 'ASC', 'include' => array ( ), 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => array ( 0 => 'boardmembers', ), 'suppress_filters' => false, 'offset' => 0, 'no_found_rows' => true, 'posts_per_page' => '-1', 'tag_id' => '', 'post_status' => 'publish', 'ignore_sticky_posts' => true, 'error' => '', 'm' => '', 'p' => 0, 'post_parent' => '', 'subpost' => '', 'subpost_id' => '', 'attachment' => '', 'attachment_id' => 0, 'name' => '', 'static' => '', 'pagename' => '', 'page_id' => 0, 'second' => '', 'minute' => '', 'hour' => '', 'day' => 0, 'monthnum' => 0, 'year' => 0, 'w' => 0, 'category_name' => '', 'tag' => '', 'cat' => '', 'author' => '', 'author_name' => '', 'feed' => '', 'tb' => '', 'paged' => 0, 'preview' => '', 's' => '', 'sentence' => '', 'title' => '', 'fields' => '', 'menu_order' => '', 'embed' => '', 'category__in' => array ( ), 'category__not_in' => array ( ), 'category__and' => array ( ), 'post__in' => array ( ), 'post__not_in' => array ( ), 'post_name__in' => array ( ), 'tag__in' => array ( ), 'tag__not_in' => array ( ), 'tag__and' => array ( ), 'tag_slug__in' => array ( ), 'tag_slug__and' => array ( ), 'post_parent__in' => array ( ), 'post_parent__not_in' => array ( ), 'author__in' => array ( ), 'author__not_in' => array ( ), ) $wp_query->query_vars via pre_get_posts = array ( 'numberposts' => 5, 'category' => 0, 'orderby' => 'none', 'order' => 'DESC', 'include' => array ( ), 'exclude' => array ( ), 'meta_key' => '_wp_attachment_is_custom_header', 'meta_value' => 'FoundationPress', 'post_type' => 'attachment', 'suppress_filters' => false, 'nopaging' => true, 'post_status' => 'inherit', 'posts_per_page' => 5, 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'error' => '', 'm' => '', 'p' => 0, 'post_parent' => '', 'subpost' => '', 'subpost_id' => '', 'attachment' => '', 'attachment_id' => 0, 'name' => '', 'static' => '', 'pagename' => '', 'page_id' => 0, 'second' => '', 'minute' => '', 'hour' => '', 'day' => 0, 'monthnum' => 0, 'year' => 0, 'w' => 0, 'category_name' => '', 'tag' => '', 'cat' => '', 'tag_id' => '', 'author' => '', 'author_name' => '', 'feed' => '', 'tb' => '', 'paged' => 0, 'preview' => '', 's' => '', 'sentence' => '', 'title' => '', 'fields' => '', 'menu_order' => '', 'embed' => '', 'category__in' => array ( ), 'category__not_in' => array ( ), 'category__and' => array ( ), 'post__in' => array ( ), 'post__not_in' => array ( ), 'post_name__in' => array ( ), 'tag__in' => array ( ), 'tag__not_in' => array ( ), 'tag__and' => array ( ), 'tag_slug__in' => array ( ), 'tag_slug__and' => array ( ), 'post_parent__in' => array ( ), 'post_parent__not_in' => array ( ), 'author__in' => array ( ), 'author__not_in' => array ( ), )
I’m on 4.6.1. But….
Strangely, this morning I can’t reproduce it. The gear icon I was referring to is on the edit widgets page, and it takes you to the sidebar page. It works fine this morning, as does creating a new sidebar. So sorry about that, I’m not sure what to think of this but will let you know if I see it again.
And when I try to add a new sidebar, “Invalid post type.”
Joachim,
I was thankful to find this as I was going a bit nuts with 3.3.3, not being able to save conditions, plus getting the ACF error. So now I can, but I have new problems. When I click on the wp-admin/widgets.php page for editing widgets and I click “gear” icon to edit the side bar, I get this error message.
“Sorry, you are not allowed to edit posts in this post type.”
Also, I’ve noticed that changes I’ve made to widgets, for example, changing the title of the Enhanced Text Widget, and the clicking Save on that widget, are not actually saved when the page with the sidebar in questions is rendered. It still shows the old title.
Can you reproduce this?
Thx.
- This reply was modified 8 years ago by mhair. Reason: typos
That was the trick, thanks!
I’m currently getting the same thing and it’s occasionally stopping me from native funcationality, such as saving a menu.
Why was this never responded to?
Andy,
As I said, I ended up not using your plugin after I found that native responsive custom headers work fine…once the conflicting plugin (the other mentioned) was deactivated.
Thx for the follow-up.
Turned out it was a plugin conflict. I had Responsify WP installed but thought it was deactivated. Wrong. Once I deactivated it the srcset attribute was popluated properly. Sorry about that, definitely not intentional!
OK, found it. Can’t believe it but I had a plugin activated that I was sure was not, Responsify WP, which definitely has everything to do with this. Out of curiosity, I want to see now if it would work without your plugin as well. It seems to work both ways, so perhaps my original theory about wordpress core not addressing the custom header image use case is incorrect.
Sorry if I lead you down the wrong path this weekend, I don’t know if you were experience the same thing as me or not!
Unfortunately, the URL is on a private server and I have nowhere to put it public.
Yes, definitely tried without the second parameter.
Yes, on 4.5.3
Have regenerated thumbnails and can see that they are there. Plugin conflict may very well be part of this. Unfortunately, disabling them is huge since I’m using so many, but may have to get there. That may be the only explanation. Will of course let you know if I have a breakthrough. Do let me know if you have more thoughts as I’ve burned too much time on this one and may need to move on if I can’t come up with something quickly.