darkmatter661
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Force resize?Thanks Takis.
Despite this, I’m still seeing the main logo or Paypal button not resizing on mobile. Not sure what’s going on.
Here are results: https://www.webpagetest.org/result/170314_EA_1AYM/
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Force resize?Thanks for taking a look!
I disabled Jetpack and made sure my site wasn’t caching with the host, turned off any related plugins, etc.
Despite this, I’m still seeing the main logo and the Paypal button on the front page not resizing as they should and they do not have the tail code for the resizing either.
Anything else you can suggest?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Force resize?It seems to be coding but, not the right size for the view. This was pulled from the DevTool on Chrome while viewing it in mobile testing. 1920px should not be the right value correct?
<img style="" alt="Logo" src="https://www.autismwithpassion.org/wp-content/uploads/2017/02/Logo-HEADER-Larg-e1489420781780.png?resolution=1920,1" data-adaptive-images="true">
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Force resize?Honestly I don’t know if it’s working or not. I see qty 0 cached images:
Calculate cache size
Total files in the adaptive images cache: 0
Total directories in the adaptive images cache: 0
Total size of the adaptive images cache: 0Take a look: https://www.autismwithpassion.org
- This reply was modified 8 years ago by darkmatter661.
Forum: Plugins
In reply to: [Advanced iFrame] body background margins and colorNevermind, I realized that it’s the content within the iframe that’s coded that way!
Forum: Plugins
In reply to: [iframe] Only getting “https://”I have all plugins off, and it looks like it’s a problem with the theme… Karma. Reverted to 2017 theme and it works. Not sure what the issue can be…
- This reply was modified 8 years, 1 month ago by darkmatter661.
Forum: Plugins
In reply to: [Redirection] Redirect only for non logged users?I found a different solution. No plugin, just add this to your functions.php
if ( !in_array($GLOBALS['pagenow'], array('wp-login.php', 'wp-register.php')) && !is_admin() && !is_user_logged_in() ) { wp_redirect('https://www.mysite.com/landingpage', 301); exit; }
Just replace https://www.mysite.com/landingpage with the URL you want your non-logged in users to be redirected to.
Since I’m also using WP Lockdown, I added ‘wpadmin’ (my custom URL for logging in) to the array.
- This reply was modified 8 years, 6 months ago by darkmatter661.
- This reply was modified 8 years, 6 months ago by darkmatter661.
Yes it is working now, I really don’t know what happened, could have been a cache issue after I updated the Theme. Thanks for looking into it anyway ??
Thank you. What does a function calling to bbpress have anything to do with the calendar?
I updated the theme to its latest version and still have the same problem. This used to work before until I updated Timely.
@aristotel_timely, it never worked on 2016. What is the link format to the ics file? I can try adding it manually to see if that works first.
When attempting to subscribe to the calendar with Outlook 2016, a window pops up showing an attempt to connect to the server then goes away, but no new calendar is added to Outlook.
Submitted, thank you.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Work with WP-eMember?All settings are correct. I need to show the entries that the logged in user created. What would be the correct shortcode then?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Work with WP-eMember?I added [stickylist id=”1″ showto=”creator”] to a page. I only want the creator of the entry to see their own entries. This shows no entries at all even though I know I created some with a specific login. Am I missing something?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Work with WP-eMember?Nevermind, I completely missed the addition of the shortcode ??