Rotozaza
Forum Replies Created
-
Forum: Plugins
In reply to: [Zoho CRM Lead Magnet] Lead OwnerAnother good way is using Assignemt Rules, if Lead-Source is Web X and Region is X, than Rep X
https://www.zoho.com/crm/help/automation/assignment-rules.html
Forum: Plugins
In reply to: [Drift] Drift identify checkbox?This is a good question ?? in need of an answer…
https://devdocs.drift.com/docs/contact-properties
from text of plugin here I assume this text may be linked to this flag.
If a $current_user is present, we use their email as an identifier in the widget.
Otherwise the widget operates in aquisition mode and prompts anonymous users for their email address. This allows you to talk with anonymous visitors on your WordPress site.- This reply was modified 6 years, 5 months ago by Rotozaza.
Forum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Plug-in doesn’t workIs this maybe the same issue?
https://www.ads-software.com/support/topic/flipboxes-editor-shows-only-title/
Forum: Plugins
In reply to: [Complete Open Graph] Title twice encoded for get_the_titlesorry diff was in wrong direction
get_the_title()
returns enocded HTML, if there are special signs you get &, which is encoded again by
$content = preg_replace( "/\r|\n/", "", htmlentities($data['value']));
- This reply was modified 7 years, 3 months ago by Rotozaza.
Forum: Plugins
In reply to: [Complete Open Graph] Define which Size is used on og:imageAnswering myself…
As code is using 1200 x 1200, as extract of OpenGraph.php shows, all is fine.
public function add_og_image_size() { add_theme_support('post-thumbnails'); add_image_size('complete_open_graph', 1200, 1200, false); }
User must select an image with width at least of 1200px, uploaded after COG install or upload a new.
I’ve tested images with width of 1100px where Media Settings ‘Large size’ is set to 1024 x 1024, and it still falls back to ‘Medium size’?
- This reply was modified 7 years, 3 months ago by Rotozaza.
Forum: Plugins
In reply to: [The Events Calendar] Simple RSVP registration at eventsThanks. Do you have a roadmap on this?
But facebook integration is key and reason to pay licenses. So am I correct to assume that FB is master and we’ll have all events in ‘The Event Calendar’? So in such a scenario there is no need for built in simple events management.
THX, I overseen it, nice!
If I look at my clients, who want such, I recommend to sell it at a low price per site, if only one map is used.
No way to ask them, and no process to invoice such.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Custom Marker LabelWell done!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Not Comaptible witrh Snazzy Plugin?We like Google Maps Builder, right approach.
Our designers we need easy selection of other Snazzy map design(any designs, doesn’t have to use Snazzy).
It must be easier to edit marker label, text image on marker; and have ready to use links as ‘Director from/to here)-
It would be great if UI upload of custom markers per map would work.
Realistic for next release? When?
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Major Development Beginning NowGreat, if you have working copy where my graphic designs can change marker label with image themselves, plus choosing any Snazzy map until next week, we’ll use it…
Maybe add required styles, also own styles, by editing ‘google-maps-builder/admin/assets/js/snazzy.json’
At least it should… but list in config box doesn’t get updated. Wouldn’t know a switch, as the JSON list is anyway larger than list in admin UI.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Custom marker not showingI need better Google Maps JS API plugin… any recommendation.
me too