meeee2
Forum Replies Created
-
I got the poster image working – I must have had a conflict somewhere.
All works great thanks, so I can use this until you get around to your next update that uses the Vimeo plugin.
Thanks πForum: Reviews
In reply to: [Thumbnail Cleaner] 5 year later works perfectly@thaikolja, I think the OP might mean that you should update the “Tested up to:” version here on ww.wp.xz.cn π
I wasn’t going to try the plugin at all until I saw this review from @jubilo because I didn’t think it would work with newer versions of WPThat’s great, thank you!
Do you know when the next plugin update will be, so I can schedule the go-live for our site?Also, how will the size of the thumbnail be determined e.g. will it detect the screen-size?
Or we’re quite happy to use the poster image instead if that would work π@phillcoxon, thanks for your reply.
How can I use that code example in WordPress? The WP plugin automatically adds the foobox links so is there a hook or some way I can add thedata-modal-classto the links in WordPress?I’m so sorry!!! That was a typo, I’m actually using the latest version 5.4.1. Sorry to have put you through the hassle of installing the test site for nothing.
Yes, I have full access to the hosting and control panel, so I can access the error logs or anything else that might help.
And sorry again for the typo πThanks for your detailed reply and sorry for the delay in replying, we needed to get the site live so I just left the plugin installed in the end.
To answer your questions:
Changing the date on my images: Yes, it was the Upload date that I changed. I went into MLA, selected all the images and changed all the images in one go. They were all given the same date which was in the previous month.“the items appear in the WordPress Media/Library admin screen, but not in the Add Media popup window; is that right” Yes, that is right.
Try restoring their original dates I did change them back to the current date, which was the original date for some of the photos but not all. I couldn’t remember the original date for all of them π
Change it from βAll datesβ to a month/year that includes the missing items I can’t try this out right now, but I know I tried this at the time and took note of all my results, but I didn’t mention it in my original post so I assume I must have got the same number of results as unfiltered.
Sorry that’s probably not very helpful! You mention the various screens all use different database queries… would it help if I was to output these queries to the screen so you can compare? The dev site is down now but I can resurrect it if it would help. If could you let me know where to add the code to echo them, I’m a developer myself so I’d be comfortable enough with the code (and if I break anything its only the dev site).
No rush on this as the site is live now with MLA, but it’d be great if I could figure it out at some stage. Thanks!ADDITIONAL INFORMATION: The issues seems to be to do with “Enable Media Manager Enhancements”
“Enable Media Manager Enhancements” must be checked in the settings for the Add Media window to work properly.
If it is unchecked, only some images appear in the “Add Media” window. When it is checked, they all appear.I’ve tried all the other settings and this is the only one that seems to affect the issue.
Why is this happening and how can it be resolved?Just to add some more info that might help the developer debug this issue:
I am also experiencing the same issue, but it depends on the number of items in the last row.
It seems that (for me anyway) if the last row has one image less than the rest of the rows, It doesn’t matter what option I choose for “last row”… the last row is always justified.For example, I’ve a gallery with 7 images and the following settings:
Thumb Height: 250 Row Height: 250 Max Row Height: 100%This displays the 7 photos as 4 in the top row and 3 in the bottom, and the bottom row is always justified, no matter what.
However if I remove one photo (so there are just 2 on the bottom) the “last row” setting works as expected.I’ve replicated this behaviour with different settings & number of photos that result in the last row having one less photo. e.g.
if I change the settings toThumb Height: 200andRow Height: 200, this puts 5 photos on top and 2 on the bottom, and the last row displays as per the option in the settings.
Adding 1 more photo (8 in total: 5 on top, 3 on the bottom) still works.
However adding another (9 in total: 5 on top, 4 on bottom) causes the last row to be justified.
10, 11, 12 and 13 photos all work fine, 14 results in the last row being justified again, etc. Some other results:- All rows have 4 photos except last row has 1 or 2 => as expected
- All rows have 4 photos except last row has 3 => last row is always justified
- All rows have 5 photos except last row has 1, 2 or 3 => as expected
- All rows have 5 photos except last row has 3 => last row is always justified
- All rows have 6 photos except last row has 1, 2, 3 or 4 => as expected
- All rows have 6 photos except last row has 5 => last row is always justified
- etc.
This is a on new install of Foo Gallery 1.8.18 on a brand new site using the latest version of WP (5.3.2).
@devnihil Thanks for your response.
The issue doesn’t appear to be specific to my site because (1) a number of other people have also posted here experiencing this very same issue, and (2) I have reverted to a default theme and disabled all other plugins and the issue still occurs.
To answer your questions:
1. Obviously disabling the Yoast plugin will not help, because the issue is with the plugin admin area!
2. There are no conflicts
3. There are no errors in the console.CURRENT SETUP:
WP version: 4.9.6
Theme: Twenty Seventeen
Plugins: The only active plugin (except for Yoast) is a simple plugin that does nothing but register a CPT called “News.With Yoast v7.7.3 installed
- My “News” CPT appears in the Content Types tab, with options for “Settings for single News URLs”
- However there is no “Custom Content Post Archives”
After Rolling back to Yoast v7.6.1
- News CPT appears
- “Custom Content Post Archives” appears and has the News CPT.
- N.B. The title & metadescription values that had been set for the News Archive have been lost and are reset to the default values.
Custom Code:
The only custom code in the site installation now is the plugin code to register the CPT, as follows:function register_news_CPT_test() { $args = array( 'label' => "News", 'public' => true, 'show_ui' => true, 'rewrite' => true, 'publicly_queryable' => true, 'exclude_from_search' => false, 'query_var' => true, 'show_in_menu' => true, 'rewrite' => true, 'has_archive' => "news" ); register_post_type("news" , $args ); } add_action('init', 'register_news_CPT_test');@mazedulislamkhan I see below the Single Content Types in 7.6.1, but it disappeared when I upgraded to 7.7.1 & 7.7.2
@mikes41720 Just want to say that I’m having the exact same issue.
I upgraded from v7.6.1 to v7.7.1 on our test server this morning and the “Custom Content Type Archives” disappeared from the Content Types tab.
The live site is still running 7.6.1 and the “Custom Content Type Archives” are still there in that version (both sites are WP4.9.6) , so its definitely an issue with the new version and its not just a one-off issue for the OP. With the upgrade, the site has reverted to the default title & description so a fix would be greatly appreciated!
- This reply was modified 7 years, 11 months ago by meeee2.
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel height with content displayed belowThat’s exactly what I need, thanks!
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel height with content displayed belowHi teastudio.pl,
I’ve just installed this plugin and it looks pretty good so far, but I too would need the functionality that the OP asked for regarding the height (for me its when its added using a shortcode).
Thanks in advance π
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Reload Google Map in a tab to make map appearThanks for the quick response.
That looks like a good plugin, but unfortunately is isn’t suitable for me – I’m displaying map with multiple custom markers.Any idea why I can’t capture the click event outside the plugin? (I can capture click events on other elements on the page, but not the tabs)
We are having the exact same issue. The share buttons shoe on custom post types created before we set up AddThis, but not on ones created since. Disabling all other plugins didn’t make any difference.
Using the element inspector, we can see that the javascript is being added but the inline <div> tags aren’t being rendered – just like Venzor.
We also do not have “Show AddThis Sharing Buttons” in Screen Options for the custom post type. Would this be because support must be explicitly allowed in custom post types for features in the post edit screen, i.e.
'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'sticky','page-attributes', 'post-formats'?Is there a way of adding support for the “Show AddThis Sharing Buttons” feature?