Title: evens's Replies | WordPress.org

---

# evens

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

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

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Setting Yoast SEO fields via API for automated WordPress publishing](https://wordpress.org/support/topic/setting-yoast-seo-fields-via-api-for-automated-wordpress-publishing/)
 *  [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/setting-yoast-seo-fields-via-api-for-automated-wordpress-publishing/#post-18842500)
 * I can’t believe in 2026 yoast field can’t be editing via the API…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post to Google My Business (Google Business Profile)] default setup creates a covid-19 post](https://wordpress.org/support/topic/default-setup-creates-a-covid-19-post/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/default-setup-creates-a-covid-19-post/#post-14738866)
 * Thank you so much Koen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Social Post And Widget] Login page white](https://wordpress.org/support/topic/login-page-white/)
 *  [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [7 years ago](https://wordpress.org/support/topic/login-page-white/#post-11502317)
 * hey in case you haven’t figured it out yet. I came across the same error. I enable
   wp debug in wp-config.php temporarily and I noticed the server didn’t had exif
   module installed, after installation it worked fine!.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] How to show INLINE CONTENT(?)](https://wordpress.org/support/topic/how-to-show-inline-content/)
 *  [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-show-inline-content/#post-5030616)
 * Well I was having problems with this but I just figured the problem was that 
   I was using different ID’s for the link and the container… so in order to enable
   inline content you only need to add it like this :
 *     ```
       <a href="#team-member-0" rel="lightbox" data-lightbox-type="inline">
       image thumb or text... whatever you want people to click on
       </a>
   
       <div id="team-member-0" style="display: none;">
       <h2>Jane Doe</h2>
       <p>Biography of the team member</p>
       </div>
       ```
   
 * This code does the trick in case anyone else needs to know…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] How to show INLINE CONTENT(?)](https://wordpress.org/support/topic/how-to-show-inline-content/)
 *  [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-show-inline-content/#post-5030615)
 * I Think what o2pw_heir meant is if this plugin could be use to display inline
   html like they did here [http://demo.dev7studios.com/nivo-lightbox/](http://demo.dev7studios.com/nivo-lightbox/)
 * If you click on “Inline HTML” it opens a box with html… I’m trying to do that
   right now but it returns an error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] how to exclude events in shortcode](https://wordpress.org/support/topic/how-to-exclude-events-in-shortcode/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-exclude-events-in-shortcode/#post-4577248)
 * he removed the site from the network admin but I can tell you guys that I figured
   another way to fix this! The shortcode was just displaying one post which wasn’t
   suppose to be there so I added
    `offset=1`
 *  and it worked perfect. Thanks very much for taking the time guys!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] how to exclude events in shortcode](https://wordpress.org/support/topic/how-to-exclude-events-in-shortcode/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-exclude-events-in-shortcode/#post-4577220)
 * Hi thanks for your reply!
 * I tried that also but it didn’t hide it (and no, I don’t have any cache plugin
   on this server) it just throws the following on the error log:
 *     ```
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_19_options' doesn't exist for query SELECT option_value FROM arl_19_options WHERE option_name = 'arl_19_user_roles' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Events::get, em_get_event, EM_Event->__construct, get_blog_post, switch_to_blog, WP_Roles->reinit, get_option
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_19_posts' doesn't exist for query SELECT * FROM arl_19_posts WHERE ID = 9 LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Events::get, em_get_event, EM_Event->__construct, get_blog_post, get_post, WP_Post::get_instance
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_3_options' doesn't exist for query SELECT option_value FROM arl_3_options WHERE option_name = 'arl_3_user_roles' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Event->output, EM_Event->get_permalink, get_blog_permalink, switch_to_blog, WP_Roles->reinit, get_option
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_3_posts' doesn't exist for query SELECT * FROM arl_3_posts WHERE ID = 8 LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Event->output, EM_Event->get_permalink, get_blog_permalink, get_permalink, get_page_link, get_post, WP_Post::get_instance
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_3_options' doesn't exist for query SELECT option_value FROM arl_3_options WHERE option_name = 'show_on_front' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Event->output, EM_Event->get_permalink, get_blog_permalink, get_permalink, get_page_link, get_option
       [05-Feb-2014 09:39:03 UTC] WordPress database error Table 'arieljer_dtex.arl_3_options' doesn't exist for query SELECT option_value FROM arl_3_options WHERE option_name = 'home' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/ariel/page-events-of-the-year.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, em_get_events_list_shortcode, em_locate_template, include('/plugins/events-manager/templates/templates/events-list.php'), EM_Events::output, EM_Event->output, EM_Event->get_permalink, get_blog_permalink, get_permalink, get_page_link, _get_page_link, home_url, get_home_url, get_option
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [High CPU since 3.8](https://wordpress.org/support/topic/high-cpu-since-38/)
 *  [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/high-cpu-since-38/#post-4418478)
 * I’m having the same issue on all my sites, I have a vps with many sites and it
   crashes almost every day with processes eating up the cpu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] query events from a multisite installation by custom attribute](https://wordpress.org/support/topic/query-events-by-custom-attribute/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/query-events-by-custom-attribute/#post-4488133)
 * After a week or so now all make sense, the problem I was having is that attributes
   are hidden by default and I didn’t see events manager changes how is the structure
   of some custom fields key. By a mistake I manage to see the full list of custom
   fields and figure out how to resolve my problem.
 * I think it would be good if by default it displays the attributes instead of 
   depending on adding a tag to the settings area.
 * Great plugin! thanks all of your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] query events from a multisite installation by custom attribute](https://wordpress.org/support/topic/query-events-by-custom-attribute/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/query-events-by-custom-attribute/#post-4488071)
 * Yeah I know, what I was trying to say is if there is any way to include
    `'meta_key'
   => 'event_latest_gold', 'meta_value' => 'yes'`
 * in the shortcode to load the posts based on the custom field “event_latest_gold”
   what I want to do is display a post that has the event_latest_gold with value“
   yes”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] query events from a multisite installation by custom attribute](https://wordpress.org/support/topic/query-events-by-custom-attribute/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/query-events-by-custom-attribute/#post-4488032)
 * I’m still a bit confused I hope you could help me get it a bit clearer. I manage
   to make it load the post ok with a much simple shortcode (Thanks angelo, I understand
   a bit more of shortcodes and styling now).
 * I used:
 *     ```
       [events_list pagination=0  limit=1]
       #_EVENTIMAGE{334,321}
       <div class="heading">#_EVENTNAME</div>
       [/events_list]
       ```
   
 * and it loads the layout exactly how I wanted (and it search through subsites 
   too) but the problem I still can’t figure out even after reading [http://wp-events-plugin.com/tutorials/creating-custom-event-search-attributes/](http://wp-events-plugin.com/tutorials/creating-custom-event-search-attributes/)
   is how to query the posts by custom fields, I would normally use something like
   this
 * `$the_query = new WP_Query( array('meta_key' => 'event_latest_gold', 'meta_value'
   => 'yes') );`
 * But I have not been able to figure it out with the search example, I’m not that
   much good with php unffortunatetly 🙁
 * I would appreciate greatly if you could help me clarify this
 * Thaks!
 * Phil, appreciate your comment too, I didn’t know that was possible, This is the
   first multisite I have had setup.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] query events from a multisite installation by custom attribute](https://wordpress.org/support/topic/query-events-by-custom-attribute/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/query-events-by-custom-attribute/#post-4487996)
 * what should I use or is there a way to get the id of all sub sites? I need to
   perform a load of events from all sub sites based on the custom fields, is that
   possible?
 * Thanks for the time and help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] unable to see the menu in wordpress 3.8](https://wordpress.org/support/topic/unable-to-see-the-menu-in-wordpress-38/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/unable-to-see-the-menu-in-wordpress-38/#post-4466505)
 * well for now I solved it by disabling the contact form 7 when I’m working on 
   wp-invoice but it’s still broken
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] unable to see the menu in wordpress 3.8](https://wordpress.org/support/topic/unable-to-see-the-menu-in-wordpress-38/)
 *  Thread Starter [evens](https://wordpress.org/support/users/evens/)
 * (@evens)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/unable-to-see-the-menu-in-wordpress-38/#post-4466429)
 * Hi, forgot to update here, itsa. Conflict when contact form 7 is enable, the 
   problem i found is that the whole menu dissapears drom the dashboad menu on wordpress
   3.8

Viewing 14 replies - 1 through 14 (of 14 total)