evens
Forum Replies Created
-
Thank you so much Koen.
Forum: Plugins
In reply to: [WP Social Post And Widget] Login page whitehey 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
In reply to: [Responsive Lightbox & Gallery] How to show INLINE CONTENT(?)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
In reply to: [Responsive Lightbox & Gallery] How to show INLINE CONTENT(?)I Think what o2pw_heir meant is if this plugin could be use to display inline html like they did here https://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.
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!
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
In reply to: High CPU since 3.8I’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
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
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”
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 https://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.
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!
well for now I solved it by disabling the contact form 7 when I’m working on wp-invoice but it’s still broken
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