Title: bekee's Replies | WordPress.org

---

# bekee

  [  ](https://wordpress.org/support/users/bekee/)

 *   [Profile](https://wordpress.org/support/users/bekee/)
 *   [Topics Started](https://wordpress.org/support/users/bekee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bekee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bekee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bekee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bekee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bekee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/bekee/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bekee/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Accordion Gutenberg Block – Create Beautiful FAQs, Content Accordions & Interactive Tabs] Problems after eeeeevery update](https://wordpress.org/support/topic/problems-after-eeeeevery-update/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/problems-after-eeeeevery-update/page/2/#post-18203554)
 * Thanks for your quick reply [@spiderthemes247](https://wordpress.org/support/users/spiderthemes247/)
   Every accordion following “Health & Human Performance” is affected on this page.
   [https://www.uwsuper.edu/campaigns/programs/](https://www.uwsuper.edu/campaigns/programs/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Accordion Gutenberg Block – Create Beautiful FAQs, Content Accordions & Interactive Tabs] Problems after eeeeevery update](https://wordpress.org/support/topic/problems-after-eeeeevery-update/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/problems-after-eeeeevery-update/page/2/#post-18203381)
 * [@spiderthemes247](https://wordpress.org/support/users/spiderthemes247/) The 
   issue on the front end is that all the content inside the accordions disappears
   and is replaced by “Content 1” making it difficult to notice if you’re editing
   the part of a long page that doesn’t have anything to do with the accordions.
   I have a client with 10-30 accordions on hundreds of pages, and they’re looking
   at having to rebuild every single one of them because of the new format.
 * Do you have a projected timeline for the release of the next version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Accordion Gutenberg Block – Create Beautiful FAQs, Content Accordions & Interactive Tabs] Problems after eeeeevery update](https://wordpress.org/support/topic/problems-after-eeeeevery-update/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/problems-after-eeeeevery-update/#post-18201871)
 * The update to 4.7.4 broke accordions on several of my client’s sites. You really
   should have a red alert in the admin telling people there are breaking changes,
   and they need to prepare to rebuild every “old” accordion to accommodate the 
   code changes in this version. Not having done this is irresponsible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Bug with Screen Options](https://wordpress.org/support/topic/bug-with-screen-options/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/bug-with-screen-options/#post-18106155)
 * This bug is preventing the Ticket metabox from appearing on my Events posts. 
   I had to reset the metaboxhidden_tribe_events meta_key to a:0:{} in the usermeta
   table to be able to use the Event Tickets plugin. This should be fixed as soon
   as possible!
    -  This reply was modified 1 year, 9 months ago by [bekee](https://wordpress.org/support/users/bekee/).
      Reason: Clarity
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] WFU and s2member: Not allowed to upload to target folder](https://wordpress.org/support/topic/wfu-and-s2member-not-allowed-to-upload-to-target-folder/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [3 years ago](https://wordpress.org/support/topic/wfu-and-s2member-not-allowed-to-upload-to-target-folder/#post-16957354)
 * Awesome, thank you for this! I appreciate your support. Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] WFU and s2member: Not allowed to upload to target folder](https://wordpress.org/support/topic/wfu-and-s2member-not-allowed-to-upload-to-target-folder/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [3 years ago](https://wordpress.org/support/topic/wfu-and-s2member-not-allowed-to-upload-to-target-folder/#post-16955656)
 * Sorry, I wasn’t explicit about the problem. Yes, I need to be able to upload 
   files to this folder but I get an error that it is not allowed.
 * Here are the contents of .htaccess from s2member. I’m using the free version 
   if you want to test with the plugin.
 *     ```wp-block-code
       <IfModule env_module>
       # No GZIP for script-based file downloads.
       	SetEnv no-gzip 1
       </IfModule>
   
       <IfModule rewrite_module>
       # Enable symlinks (required for rewrites).
       	Options +FollowSymLinks
   
       # Enable rewrite and configure base.
       	RewriteEngine On
       	RewriteBase /
   
       # Initialize all environment variables we're using below.
       	RewriteCond %{ENV:s2member_file_download_setup} !^complete$
       	RewriteRule ^(.*)$ - [E=s2member_file_download_wp_vdir:0,E=s2member_file_download:$1,E=s2member_file_stream:0,E=s2member_file_inline:0,E=s2member_file_storage:0,E=s2member_file_remote:0,E=s2member_file_ssl:0,E=s2member_file_download_key:0,E=s2member_skip_confirmation:0,E=s2member_file_download_setup:complete]
   
       # Handle virtual directories, common on multisite networks.
       	RewriteCond %{ENV:s2member_file_download_wp_vdir_check} !^complete$
       	RewriteCond %{THE_REQUEST} ^(?:GET|HEAD)(?:[\ ]+)(?:/)([_0-9a-zA-Z\-]+/)(?:wp-content/)
       	RewriteRule ^(.*)$ - [E=s2member_file_download_wp_vdir:,E=s2member_file_download_wp_vdir:%1,E=s2member_file_download_wp_vdir_check:complete]
   
       # Handle streaming download requests via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-stream/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%2,E=s2member_file_stream:,E=s2member_file_stream:&s2member_file_stream=yes]
   
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-stream-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_stream:,E=s2member_file_stream:&s2member_file_stream=%2]
   
       # Handle inline file requests via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-inline/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%2,E=s2member_file_inline:,E=s2member_file_inline:&s2member_file_inline=yes]
   
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-inline-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_inline:,E=s2member_file_inline:&s2member_file_inline=%2]
   
       # Handle storage specifications via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-storage-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_storage:,E=s2member_file_storage:&s2member_file_storage=%2]
   
       # Handle remote authorization requests via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-remote/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%2,E=s2member_file_remote:,E=s2member_file_remote:&s2member_file_remote=yes]
   
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-remote-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_remote:,E=s2member_file_remote:&s2member_file_remote=%2]
   
       # Handle SSL file requests via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-ssl/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%2,E=s2member_file_ssl:,E=s2member_file_ssl:&s2member_file_ssl=yes]
   
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-ssl-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_ssl:,E=s2member_file_ssl:&s2member_file_ssl=%2]
   
       # Handle file download keys via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-file-download-key-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_file_download_key:,E=s2member_file_download_key:&s2member_file_download_key=%2]
   
       # Handle confirmations having beek skipped via the rewrite engine.
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-skip-confirmation/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%2,E=s2member_skip_confirmation:,E=s2member_skip_confirmation:&s2member_skip_confirmation=yes]
   
       	RewriteCond %{ENV:s2member_file_download} ^(.*?)(?:s2member-skip-confirmation-(.+?)/)(.+)$
       	RewriteRule ^(.*)$ - [N,E=s2member_file_download:,E=s2member_file_download:%1%3,E=s2member_skip_confirmation:,E=s2member_skip_confirmation:&s2member_skip_confirmation=%2]
   
       # Cleanup variables not used in this request. Looking for 0 values.
       	RewriteCond %{ENV:s2member_file_download_wp_vdir} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_download_wp_vdir:]
   
       	RewriteCond %{ENV:s2member_file_stream} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_stream:]
   
       	RewriteCond %{ENV:s2member_file_inline} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_inline:]
   
       	RewriteCond %{ENV:s2member_file_storage} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_storage:]
   
       	RewriteCond %{ENV:s2member_file_remote} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_remote:]
   
       	RewriteCond %{ENV:s2member_file_ssl} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_ssl:]
   
       	RewriteCond %{ENV:s2member_file_download_key} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_file_download_key:]
   
       	RewriteCond %{ENV:s2member_skip_confirmation} ^0$
       	RewriteRule ^(.*)$ - [E=s2member_skip_confirmation:]
   
       # Put everything together now and process the internal rewrite.
       	RewriteRule ^(.*)$ %{ENV:s2member_file_download_wp_vdir}?s2member_file_download=%{ENV:s2member_file_download}%{ENV:s2member_file_stream}%{ENV:s2member_file_inline}%{ENV:s2member_file_storage}%{ENV:s2member_file_remote}%{ENV:s2member_file_ssl}%{ENV:s2member_file_download_key}%{ENV:s2member_skip_confirmation} [QSA,L]
       </IfModule>
   
       <IfModule !rewrite_module>
       	<IfModule authz_core_module>
       		Require all denied
       	</IfModule>
       	<IfModule !authz_core_module>
       		deny from all
       	</IfModule>
       </IfModule>
       ```
   
 * Thank you for taking the time to look at this. I appreciate it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Property Listings] Archive Template Help!](https://wordpress.org/support/topic/archive-template-help-2/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/archive-template-help-2/#post-13826817)
 * Merv,
 * Thank you so much! I’m using the Total theme, so this is good news. 🙂
 * I appreciate your help!
 * -Bekee
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Helpful] FacetWP Sort By?](https://wordpress.org/support/topic/facetwp-sort-by/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/facetwp-sort-by/#post-11983332)
 * [@pixelbart](https://wordpress.org/support/users/pixelbart/)
 * Wow! Thank you so much for your speedy reply. I appreciate it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reading Time WP] Custom Fields](https://wordpress.org/support/topic/custom-fields-290/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-290/#post-11161417)
 * [@yingling017](https://wordpress.org/support/users/yingling017/) Thanks so much!
   That helps a lot.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reading Time WP] Custom Fields](https://wordpress.org/support/topic/custom-fields-290/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-290/#post-11155470)
 * [@yingling017](https://wordpress.org/support/users/yingling017/) can you provide
   further direction on how to use that filter?
    -  This reply was modified 7 years, 6 months ago by [bekee](https://wordpress.org/support/users/bekee/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] The directory supplied in Path to Log Files cannot be used as a valid directory.](https://wordpress.org/support/topic/the-directory-supplied-in-path-to-log-files-cannot-be-used-as-a-valid-directory/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/the-directory-supplied-in-path-to-log-files-cannot-be-used-as-a-valid-directory/#post-9298681)
 * Two thumbs up to [@cvc1968](https://wordpress.org/support/users/cvc1968/) for
   the solution! My dev and prod server names were just so similar that I missed
   this important distinction.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Unblock IP address from Admin](https://wordpress.org/support/topic/unblock-ip-address-from-admin/)
 *  [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/unblock-ip-address-from-admin/#post-9278037)
 * I, too, am running into this issue. The user is locked out but “No active lockouts”
   appears in the admin. Accessing the DB to remove the lock is inconvenient and
   certainly not something all users have access to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Accordion Shortcodes] Click to close not working](https://wordpress.org/support/topic/click-to-close-not-working/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/click-to-close-not-working/#post-6949416)
 * That worked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Accordion Shortcodes] Click to close not working](https://wordpress.org/support/topic/click-to-close-not-working/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/click-to-close-not-working/#post-6949415)
 * Thanks, Paul! I’ll get that updated. I appreciate your help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Accordion Shortcodes] Click to close not working](https://wordpress.org/support/topic/click-to-close-not-working/)
 *  Thread Starter [bekee](https://wordpress.org/support/users/bekee/)
 * (@bekee)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/click-to-close-not-working/#post-6949410)
 * Paul,
 * The plugin is in use and on this page:
 * [http://adyadvantage.com/who-we-work-for/agribusiness/](http://adyadvantage.com/who-we-work-for/agribusiness/)
 * Thanks for any help or insight you can offer!

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/bekee/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bekee/replies/page/2/?output_format=md)