nathancoffey
Forum Replies Created
-
It is not resolved for me @sjaved
i did what @canelodigital suggested and I got the auth token but when I manually authenticated it still does not show the feature on the website.
Plugin version = 6.3.6
WP Version = 5.9.3
Plugins:- Admin Columns
- Advanced Custom Fields
- Advanced Custom Fields PRO
- Akismet Anti-Spam
- Classic Editor
- Contact Form 7
- Contact Form DB
- Duplicator
- Easy Social Feed
- Easy Updates Manager
- Enable Media Replace
- Force HTTPS
- Google Analytics for WordPress by MonsterInsights
- Honeypot for Contact Form 7
- PHP Compatibility Checker
- PublishPress Future
- Securimage-WP
- Simple History
- Simple Page Ordering
- UpdraftPlus – Backup/Restore
- Website Core Functionality
- Wordfence Security
- WP Instagram Widget
- WP Notification Bars
- WP Sync DB
- Yoast SEO
thanks for the feedback. I see in Instagram the connection to your plugin see https://prntscr.com/-vw2icqGv_pS but when I go to the website it isn’t displaying the IG feed – see towards the footer here https://www.gothammarketashland.com/
I will look at plugin conflicts.
I upgraded to 6.3.6 then deactivated the connection for IG. I click Activate then settings. Then on the next screen I click Connect My Instagram Account. On the popup I click Business > Connect. It wants me to connect via Facebook but i dont have access to the clients Facebook account so I go back and click Connect My Instagram Account > Business > Connect again. Then I get the IG Allow/Dont Allow screen. I click Allow and then I get a blank screen with this URL https://easysocialfeed.com/efbl/app-494132551291859/index.php?code=AQB7AMbemeCWhojo9ps6-hmNlNnpqa7AtlRPXIaIClvOpKazTt7csqQ2nJlAzM6YuQAZa1XUaw9BkaWylZF_jHyuKGy-1xThaKHanth8So-QPACqAA00cKn8hSE1B5GGLTCSMGEaqZI70JR4EOhIi_XtDHPJccj7yWEBNzwKfD9EVWEM2P-eZJwvtJi_dVZfK4kmd43txchspcy49ZeTlP32mZNZGfVAXI3gWDqpaR2e7w&state=https://www.gothammarketashland.com/wp-admin/admin.php?page=mif#_
if I then go back to the WordPress area and the site nothing updated. But if I go to the IG account settings I can see that there is a connection listed.
Thank you a million, Tobias! This was a great solution! I was able to add it for the 4 tables on the page and customize the CSS to blend with theme.https://www.danceusa.org/jobsandauditions#jobopps
Follow up: I have reverted the plugin back to the previous version so that it works for now. We still aren’t sure what the error was though. Is this dropdown working for others with the current plugin version, or is there a way to tell why dropdowns wouldn’t be working?
I too am having an issue with this not showing on mobile. I think i have narrowed it down to display: block in this element https://prntscr.com/zmhyxa – which is supposed to show the initial overlay and popup – is not working now. When you close the popup some js somewhere changes that form display:block to dislay: none.
This feature is not working. Whats the fix?
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Can’t Fix – Won’t Scroll to TopPERFECT fix Bruce! Thank you so much for the prompt replies!
- This reply was modified 4 years ago by nathancoffey. Reason: resolved
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Can’t Fix – Won’t Scroll to TopThanks Bruce – that worked, however because is it possible to get it to scroll up to the very top of the fieldset? For me it is offset 120px.
This is what the code does, where it takes me on the next page https://prntscr.com/z92wzg and this is where I want it to be: https://prntscr.com/z92za3
i can force it to show like that if I had margin-top:120px; to the code in dev console.
Forum: Plugins
In reply to: [The Events Calendar] Removing String of Text from Ticket Emailfor anyone who comes across this, here is the solution:
go to the functions file in your active theme and add this line at the bottom
add_filter(“wootickets_email_message”, “gswa_hide_tickets_message”);
function gswa_hide_tickets_message($message) {
return ”;
}Forum: Plugins
In reply to: [Admin Columns] ErrorThank you Tobias, I just updated core and this plugin and had the same issue as Valerio. Not sure why it didn’t update all of the files. I uploaded version 4.1.6 via FTP and it worked.
Forum: Plugins
In reply to: [Advanced Woo Search] Append Search Parameters to URLthanks! I was able to get it working right.
It worked. thanks!
I just got this plugin and am having the same issue to. what was the fix?
- This reply was modified 5 years, 8 months ago by nathancoffey.
Forum: Plugins
In reply to: [WP Bouncer - Limit Simultaneous Logins] No warning message displayedstill having same issue, please reply. any known plugins that would block this message?
@totlddesign you said you solved this after finding a logout redirect with MemberPress? We have MemberPress so I’d like to know what your fix was
- This reply was modified 5 years, 9 months ago by nathancoffey.
Joel, so the problem we are having is a few users are reporting that they were on the website and logged off. This morning, they went to log-in and received the error message. Cleared cache and history, then tried again but still no luck. So, they were not able to access the site at all today. We can manually log them out but it’s often that we have to do this.
Can we modify the plug in such that users are disconnected if they don’t use the site for X amount of time and/or that any connection is terminated if another user tries to log in. Make sense?