Alicia St Rose
Forum Replies Created
-
Okay,
Weird. On remote server the popup is centered. Can’t see the difference in settings on local machine?
If you could enlighten me as to what would cause the popup to NOT be centered, I can turn that off on my local install.Thanks!
This fix worked for me on 4.1.
Not sure why it’s happening. I am building a theme on my local machine with database from old site.Forum: Plugins
In reply to: [Event Organiser] Need to omit ended events from Posts 2 Posts connectionsThis worked:
<?php // Find connected pages $connected = new WP_Query( array( 'connected_type' => 'collaborator_to_event', 'connected_items' => get_queried_object(), 'nopaging' => true, 'event_start_after'=>'now', ) ); // Display connected pages if ( $connected->have_posts() ) : ?> <section> <ul> <?php while ( $connected->have_posts() ) : $connected->the_post(); ?> <li> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ul> </section> <?php // Prevent weirdness wp_reset_postdata(); endif; ?>
Thanks so much!
Forum: Fixing WordPress
In reply to: Where are my subscribers coming from?Go into Settings > General and uncheck Membership. Checking this box puts a Register link underneath your login and the spammers just LOVE it!
Forum: Plugins
In reply to: [WordPress Beta Tester] Still on 3.9.1 after upgradeSame thing is happening for me as well.
Hi Peter,
I disabled all plugins, changed theme the Twentythirteen. Still not working.
I did not check off having CSS/JS as external files.The only difference between the one working and the one not working is
one is on local machine version 3.9 Not working
one is on remote server version 3.8 WorkingI’ve imported the database and downloaded the them folder many times. Nothing changes.
A~
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Any idea why my error is showing up?
It’s odd, I’ll visit the site and see the images, then on refresh, I get the error.https://sandbox.intrepidrealist.com/lisa-citore
Thanks!
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Crap! now the error’s back again.
sigh
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Okay, it’s back now.
Gremlins at play?Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Well,
was working for a while, now I’m getting this error (mollyhahn):Warning: array_slice() expects parameter 1 to be array, string given in /home/intrepid/public_html/sandbox/lisa-citore/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 200
Warning: Invalid argument supplied for foreach() in /home/intrepid/public_html/sandbox/lisa-citore/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 115
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Yes!!!
We’re good.Thank you so much for your quick help and your amazing plugin!
You are truly a rockstar!Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?Hey, no worries, this is good news!!
That’s just a test. She hasn’t even created her instagram profil.
Let me try another one!Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?This is what I get from original widget:
Warning: file_get_contents(https://instagram.com/solfitadventure?) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/intrepid/public_html/sandbox/lisa-citore/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 166
Instagram has returned invalid data.
Follow UsI almost pulled my hair out over this whole change at instagram. I installed it on a site I’m building the DAY before all this and thought it was me when it didn’t work the next day! Then noticed any widget I tried had a problem…Then I got a clue and just waited to see who would update first!
You may be the only plugin dev who’s addressing it!
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?First of all, you are a rockstar for responding so quickly!!
So here’s what’s happening. When I install from WordPress Plugin directory, I get a widget, but I get an error when I use the wiget.
When I install the git zip by upload in WordPress admin, I don’t get a widget at all.
Forum: Plugins
In reply to: [WP Instagram Widget] No instagram pics showing in widget?I just installed plugin from github and don’t see a widget to choose in the admin? Is there something I’m missing.
I’m using it on a child theme.