grafis
Forum Replies Created
-
Just had this issue for the first time ever, on a 10+ yr old WP site. I was attempting to upload five 500-700k PNG files.
Fix – I simply deleted all cookies for my domain and boom, all images uploaded.
Credit to @jdredhawk001 jdredhawk001 – she posted the easy route, it worked.
Weird issue….Forum: Plugins
In reply to: [Recent Posts Widget Extended] Undefined array key “cat” and “tag”Same issue here, appears the cat and tag warnings started after upgrading to PHP 8.2.3.
PHP Warning: Undefined array key “tag” in /var/www/user/public_html/wp-content/plugins/recent-posts-widget-extended/classes/class-rpwe-widget.php on line 177
PHP Warning: Undefined array key “cat” in /var/www/user/public_html/wp-content/plugins/recent-posts-widget-extended/classes/class-rpwe-widget.php on line 176
Forum: Fixing WordPress
In reply to: Google says I have 275 redirects – but I only have 6Thank you @mikes41720!
Thank you for the link, that’s exactly it – ‘X-Redirect-By WordPress’. I searched WordPress site looking for something like Automated redirects but failed to find it. No idea where all these partial URLs are coming from /test -> /test-post/ or /test-post -> /test-post/. Seems like Google itself may be doing this and not visitors? I’ve read it’s bad to have too many redirects, with 275(!) I was a bit concerned.
This all came to light with a recent formatting change to Google Search Console and I’d never seen Redirects listed.
https://i.imgur.com/9Zb3ksd.png- This reply was modified 1 year, 9 months ago by grafis.
Anyone? I love the Sydney Theme but def do not like stretched videos.
- Only happens with Sydney theme
- I do not have the FitVids plugin installed (never heard of it before this)
- The published method of disabling FitVids has no affect:
< div class=”fitvidsignore” >
Forum: Themes and Templates
In reply to: [Astrid] PHP Warning Errors – functions.php line 269@kharisblank – Thank you! That worked perfectly!
Forum: Themes and Templates
In reply to: [Astrid] PHP Warning Errors – functions.php line 269Anyone else experience this issue? It’s an endless stream in my error log.
@kharisblank fix posted above worked for the original error but created a new one.Forum: Themes and Templates
In reply to: [Astrid] PHP Warning Errors – functions.php line 269Appreciate the help! After updating the functions file the error on line 269 is gone but I have a new one on line 276 – Undefined variable $single_toggle in /var/www/domain.com/public_html/wp-content/themes/astrid/functions.php on line 276
/** * Header image check */ function astrid_has_header() { $front_header = get_theme_mod('front_header_type' ,'image'); $site_header = get_theme_mod('site_header_type', 'nothing'); global $post; if ( !is_404() || !is_search() ) { if ( is_singular() ) { $single_toggle = get_post_meta( $post->ID, '_astrid_single_header_shortcode', true ); } } else { $single_toggle = false; } if ($single_toggle != '') { return 'has-single'; } else { if ( get_header_image() && ( $front_header == 'image' && is_front_page() ) || ( $site_header == 'image' && !is_front_page() ) ) { return 'has-header'; } elseif ( ($front_header == 'shortcode' && is_front_page()) || ($site_header == 'shortcode' && !is_front_page()) ) { return 'has-shortcode'; } elseif ( ($front_header == 'video' && is_front_page()) || ($site_header == 'video' && !is_front_page()) ) { return 'has-video'; } } }
Forum: Plugins
In reply to: [Redirection] Unable to delete redirectDitto, cannot delete any redirects
Plugin – v3.1.1
WP – v4.9.2Forum: Plugins
In reply to: [Analyticator] Site Usage not Showing in My Admin DashboradSimilar problem here – stopped working last Monday Jan 9th, yesterday, 30 days and 60 days all stopped working. I can see usage, pages and referrers
Analyticator – Version 6.5.4
WordPress 4.9.1Forum: Plugins
In reply to: [Analyticator] Not working with latest WPNot working for me either – WordPress 4.8
Thanks! That did the trick. I’ve never used the green button…
I had this basic code (tiny thumbnails) – [album id=1?template=extend]
This is working using the green button and telling it to use 150×150 (even though everything is already 150) – <img class=”ngg_displayed_gallery mceItem” src=”https://www.domain.com/nextgen-attach_to_post/preview/id–2479″ alt=”” data-mce-placeholder=”1″ />Forum: Themes and Templates
In reply to: [OM Connect] Visual editor broken – no scrollingThanks Tareking – scrolling does not work for me with WP 4.1.1 unless I un-check “Enable full-height editor and distraction-free functionality”. With the default setting I have to switch to another theme to use the visual editor.
Forum: Plugins
In reply to: [Download Manager] Password issuesAnyone else using password protection? Issues? Solutions?
Forum: Plugins
In reply to: [Download Manager] Security issue: Allow access does not restrict.Just a note that the Allow Access field is working for me – latest plugin, latest WordPress. You could password protect your files as an option but passwords seem unstable on recent plugin versions (visitors may be able to download without the password since all password fields are now pre-populated).
Forum: Plugins
In reply to: [Download Manager] "Download link is expired. Please get new download link"If I post on your forums instead of here, will you then ask for my WordPress account?
Seems to be fairly common issue posted on the Pro forums which I cannot access: https://www.wpdownloadmanager.com/support/search/link-expired.txt/