Digital experiences for all disciplines
Forum Replies Created
-
-
November 12, 2015 at 11:13 pm in reply to: Prevent the content from being wrapped in paragraph. #228429
Hi
No, are you thinking it could be the wpautop?
It seems that putting a SPB Section as the first element in the builder do this, or it might be a coincident. 🙂Thanks
Hi
I’ll do that myself, but it would be nice if this is a setting/option in the builder for my clients. 🙂
Thanks
Hi
On mobile I want the columns to stack like this:
Image
Text
Image
Text
Image
TextRight now the stacking order is:
Image
Text
Text
Image
Image
TextThanks
Hi
Please try again. It’s a live site, so I do hope it loads. Did you get an error you can share? 🙂
Thanks
This reply has been marked as private.Hi
I did this. 🙂
Do you want the code, and if yes, how?Thanks
Hi
No filters or hooks or anything? ;-(
(Can I add it to the code, and push it to you?)
Resolved! 🙂
Resolved! 🙂
Resolved! 🙂
Hi David
I could put anything in, and it would be doubled, but I think the latest update to the theme (updated today) fixed it! 🙂
Thanks
Thanks
I changed it to:
add_action( ‘wp_enqueue_scripts’, ‘sf_map_fix’, 100 );
function sf_map_fix () {
wp_deregister_script( ‘sf-maps’ );
wp_dequeue_script( ‘sf-maps’ );
wp_register_script( ‘sf-maps-new’, ‘//maps.google.com/maps/api/js?sensor=false&libraries=places’, ‘jquery’, null, true );
wp_enqueue_script( ‘sf-maps-new’ );
}Hi
1)
Yes, I had to remove them, but just try to enter anything, and you can see it will be outputted twice.2)
Thanks – that seems to do the trick!This reply has been marked as private.This reply has been marked as private. -
Posted in: Reply To: Hi