HerveSLT
Forum Replies Created
-
Forum: Plugins
In reply to: [GEO my WP] City name and Single Location shortcodeFound the solution ! To disable the link, add to the shortcode this attribute :
disable_linked_address="1"Forum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Radom flip boxThanks for your answer.
My title wasn’t right, the good one : “Random flip box”.
I want to create several flip boxes but I want to display only one at a time randomly. Then when refreshing page, another flip box would appear…
Hello,
Sorry, I wasn’t clear.
In the Elementor builder, there’s the “Login with Ajax” widget.
The label on the content settings of this widget are inverted in French (maybe in others languages)Forum: Plugins
In reply to: [Post Grid] Bug – plugin replacing the page titleMore information :
The plugin take the title from the last post of the grid loop to use it to replace the title of the page in wordpress backend.Forum: Plugins
In reply to: [Ocean Posts Slider] Custom template sliderThanks 🙂
Do i have to use a sub-directory in my child theme to put the file ?
In other words, where do i have to put it ?!Forum: Plugins
In reply to: [Ocean Posts Slider] Custom template sliderThanks for your answer. yes, i’m working on a OceanWP theme.
I’d like to know if i could copy/paste includes/posts-slider.php file in my theme child directory to have my own custom slider ?
In fact, i would like to have an advanced dot navigation : grab the title of articles to navigate within.
- This reply was modified 8 years, 2 months ago by HerveSLT.
Ok, so let’s resolve this topic 😉
Well, i realize that the default setting for map generated by shortcode is made by /includes/js/events-manager.js file at line 835.
And for global location maps, the zoom is fit to the bounds.
Wich is not really a good thing for a single location.So, i add this code im my own scripts file :
jQuery(document).bind('em_maps_locations_hook', function( e, map, infowindow, marker ){ google.maps.event.addListenerOnce(map, 'bounds_changed', function(event) { if (this.getZoom()) { this.setZoom(15); } }); });It works 🙂
What do you think ? Is there a better way ?
Ok, i’m ready.
Can you give me a run ?
No, i’m french 😉
Other idea ?
Thanks for your answer.
But this doc talks about general search attribute.
I can’t make it work with a custom attribute :
<?php echo do_shortcode('[locations_map type="Entreprise" ]'); ?>How can i do ?
Thanks, that’s ok 🙂
Well,
It seems we have to check “edit_events” too to allow locations edition.
Do you confirm ?
Yep !
Forum: Plugins
In reply to: [Document Gallery] Description in hover tooltip😉
Anothers informations that could be cool to display : the file type and the size !