daniego
Forum Replies Created
-
This problem appear after upgrade to wp 4.3
any idea?
Switched to Twenty Fifteen and default permalink in wp core and wpml setup.
The only active plugin are Events Manager, Events Manager and WPML Compatibility and WPML Multilingual CMS.
Tried to deactive ad active this 3 plugin.
Activated wp_debug in wpconfig but doesn’t appear any notice, warning or error.
One ambiguous thing is that in the fresh installation in the option page of event manager, if I’m not in the primary language appear this message “You have been redirected to the main language of your site for this settings page. All translatable settings can be translated here.”Tried right now without success.
the same problem appear with a fresh installation.
Please helpExcellent Angelo!!!
I replace
<div class="titolorulloeventi">#_EVENTLINK</div>
with
<div class="titolorulloeventi">#_EVENTNAME</div>Thanks
Simply I edit classes/em-event.php at line 1507
from
$replace = '<a href="'.$event_link.'" title="'.esc_attr($this->event_name).'">'.esc_attr($this->event_name).'</a>';
to
$replace = '<a href="'.$event_link.'" title="'.esc_attr($this->event_name).'">'.$this->event_name.'</a>';Is possible to add this mod to the next release so that I can update plugin safely?
Thanks
In the title box on the Add / Edit Event page
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] nofollow on wishlist linkSorry I miss the notification mail, exactly the line to edit is the 63 from:
$html .= '><a href="' . esc_url( $yith_wcwl->get_addtowishlist_url() ) . '" data-product-id="' . $product->id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';
to:
$html .= '><a href="' . esc_url( $yith_wcwl->get_addtowishlist_url() ) . '" rel="nofollow" data-product-id="' . $product->id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';Thanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PaginationSorry, I will post the code
<a href="/event/?pno=2" title="2">></a> <a href="/event/?pno=22" title="22">>></a>Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PaginationSorry, initially I think that the next and preview arrow was present in po file.
but a good thing is to apply different class for the next and last button, and customization for this field from backend<a href="/event/?pno=2" title="2">></a> <a href="/event/?pno=22" title="22">>></a>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Thanks
Give me your site link please, I use only FB and g+
Forum: Plugins
In reply to: [Facebook Like Box Widget] Language ?It work. you need edit line 93, 96, 98 and change plugin version number al file beginning from 2.6 to 112.6. This to prevent to lost change we you update the plugin.
cheers
Same problem…
Edit simple-social-buttons.php and replace line 179
fromdiv.simplesocialbutton { float: left; text-align: center;}
to
div.simplesocialbutton { float: left; text-align: center; margin-right: 20px;}
I hope the developer of this plugin insert di change in next release, otherwise when we update them, all change are lost.
cheers