Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Map My Locations] Feature RequestsHi Lewis,
Any chance the you could do at least the alphabetical order for the side list?
Thanks,
Mark
Forum: Plugins
In reply to: [Map My Locations] Zoom in – zoom out doesn’t work with FirefoxHi Lewis,
Forgot to reply to this one.
The err was on my end, one of the FF plugins caused this. Unfortunately, I cannot tell you which one.
I marked it as resolved, thanks!Mark
Forum: Plugins
In reply to: [Map My Locations] Zoom in – zoom out doesn’t work with FirefoxMaybe if you add on the Zoom in-out buttons to the map it would be a solution, too.
Forum: Plugins
In reply to: [Map My Locations] Limitation on the list of LocationsHi Lewis,
Thanks for the speedy update! Works superbly!
Kind regards,
Mark
Forum: Plugins
In reply to: [Eventbrite API] Event's are not showing at allHi automattic,
Sure, thanks for the answer.
Actually, I already disconnected and reconnected the plugin a few time – didn’t help.
Then I started to test other plugins for Eventbrite, like the one that is a service package for the Eventbrite official templates.
Then now, I turned that off and on again your plugin. I did the reconnection and voila! The page is now picking up the events.Thanks for your help with this, I am not exactly sure what resolved the problem.
Mark
Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listI have the exactly same issue: the connection is working alright, the event is set to public, template is set on the page – yet I get the message that nothing is found. Even when previewed from a default theme.
Please advise…
Thanks,
Mark
Forum: Plugins
In reply to: [Email Address Encoder] Does not work with Divi-Theme?Hi Till,
Thanks for your reply!
Interestingly putting that into functions.php with Divi brakes the theme: it just doesn’t work, I get a white screen.
I use a child-theme, so my changes won’t disappear with the updates, however I like you solution suggestion better, here is the code from custom-functions.phpCheers,
Mark
if ( ! function_exists( ‘et_get_option’ ) ){
function et_get_option( $option_name, $default_value = ”, $used_for_object = ” ){
global $et_theme_options, $shortname;if ( et_options_stored_in_one_row() ){
$et_theme_options_name = ‘et_’ . $shortname;if ( ! isset( $et_theme_options ) ) $et_theme_options = get_option( $et_theme_options_name );
$option_value = isset ( $et_theme_options[$option_name] ) ? $et_theme_options[$option_name] : false;
} else {
$option_value = get_option( $option_name );
}// option value might be equal to false, so check if the option is not set in the database
if ( ! isset ( $et_theme_options[$option_name] ) && ” != $default_value ) {
$option_value = $default_value;
}if ( ” != $used_for_object && in_array( $used_for_object, array( ‘page’, ‘category’ ) ) && is_array( $option_value ) )
$option_value = et_generate_wpml_ids( $option_value, $used_for_object );return $option_value;
}
}Forum: Plugins
In reply to: [Email Address Encoder] Does not work with Divi-Theme?Hello Guys,
My other solution for Divi was to put the
<?php $et_email = eae_encode_emails($et_email);?>
code to the header.php, right after the line:
<?php if ( ” !== ( $et_email = et_get_option( ‘header_email’ ) ) ) : ?>
I hope it helps.Also my question, where do you put the aforementioned add_filter( ‘the_content’, ‘eae_encode_emails’ ); code in the solution above?
Thanks,
MarkHey,
When I made a zip file of the content via cpanel and unzipped that one the file names were okay. This hints the file names get changed when they got zipped (or unzipped?) by the plugin. Maybe there is a way to set the encoding in the zipping part of the plugin to make it sure it handles UTF-8 properly?
Cheers,
MarkThank you, looking forward to it!
HTC one, Android 4.4, Firefox.
It works under Dolphin, though.Thanks,
Mark
Hi,
I can confirm even switching to 2013 theme doesn’t help – the gallery doesn’t render on Android.
Could you please advise?
Thanks,
MarkHi John,
I sent you a PM with the URL on Google+ I hope that’s okay with you.
Thank you,
Mark
Hey John, thanks for the quick reply. Can I send you that in a PM? How can I contact you?
Thanks,
Mark