Forum Replies Created
-
AuthorPosts
-
I have downgraded PHP to 7.3 and updated Enfold. The problem is solved. I’ll reverse to 7.4 later.
I found the problem
[video src="https://i.gyazo.com/b6d13f381376e805437753d8aa99e07c.mp4" /]There are some extra spaces in the text. When I put my cursor behind the last word and use the backspace a couple of times. The first 1 or 2 times the backspace doesn’t work, but then it removes the last visible character. Then saved it again. It solves the problem.
Anytime soon? For mobile use, using a thumbnail slider is a lot more compact than creating new rows thumbnails.
Yes, I understand, I was trying to find the root cause of the problem.
I also noticed that “Load jQuery in your footer” under Performance breaks the datepicker.
I have the same problem. It looks like the date field gives the error. Without this field, my form works.
Did some tests with the notation dd/mm/yy or mm/dd/yy but doesn’t seem to be the problem.Thanks for the great support! You can close the topic.
Finally I came up with this solution:
// Register and enqueue scripts add_action( 'wp_footer', 'my_custom_scripts' ); function my_custom_scripts() { if( is_home() || is_front_page() ){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/js/scripts.js', array( 'jquery' )); } } add_action( 'wp_enqueue_scripts', 'edit_css', 9999 ); function edit_css() { if( is_home() || is_front_page() ){ wp_dequeue_style( 'avia-base' ); wp_deregister_style( 'avia-base' ); wp_dequeue_style( 'avia-dynamic' ); wp_deregister_style( 'avia-dynamic' ); wp_dequeue_style( 'avia-grid' ); wp_deregister_style( 'avia-grid' ); wp_register_style( 'bootstrap', get_stylesheet_directory_uri() .'/css/bootstrap.min.css'); wp_enqueue_style( 'bootstrap' ); wp_register_style( 'animate', get_stylesheet_directory_uri() .'/css/animate.css','style'); wp_enqueue_style( 'animate' ); wp_register_style( 'homepage', get_stylesheet_directory_uri() .'/css/homepage.css','style'); wp_enqueue_style( 'homepage' ); } }
Thanks, this works like a charm!
Thanks to Enfold, we created this website for a food production consultancy:
- This reply was modified 6 years, 3 months ago by tijshensen.
August 21, 2018 at 10:13 am in reply to: Mailchimp integration – Final Welcome mail not send if single opt-in is used #999717Is double Opt-in part of the GDPR law?
MailChimp offers a GDPR notification, but as far as I can see it’s not integrated within the Enfold Mail Chimp API.https://www.dropbox.com/preview/Screenshots/Captura%20de%20pantalla%202018-08-21%2010.06.56.png
Ok thanks I’ll give it a try!
I copied magazine.php into shortcodes/ and it’s working!
- This reply was modified 6 years, 3 months ago by tijshensen.
July 13, 2018 at 12:31 pm in reply to: Featured image with the same dimension shows different thumb in blog overview #985133Thanks for your reply.
We decided to create a new overview pages. I think part of the problem lies in the fact that the previous ‘portfolio’ images where cropped in another way then the Enfold theme does.July 9, 2018 at 2:58 pm in reply to: Featured image with the same dimension shows different thumb in blog overview #983119The ‘portfolio’ size seams correct.
But in the original thumbnails it’s scaled back to 495px X 160px. Where the new thumbnails are cropped 495px X 280px.So when/where does the cropping takes place and how can I avoid cropping?
July 4, 2018 at 1:36 pm in reply to: The links in the Social Share Buttons (Avia builder) are not clickable #981175Thanks, I thought I only missed the 4.4 release. Since it has been updated the links work again.
Thanks it works now
See the movie below, there is inconsistency with the overviews of the blogs.
https://gyazo.com/a1b07c474d85c9bc0192dbd57a2d0333
Link in footer: https://greywise.redfactory.nl/verdiepingen – Good url – Good view
Link in breadcrumb: https://greywise.redfactory.nl/category/verdiepingen/ -> should be https://greywise.redfactory.nl/verdiepingen/Link in footer: https://greywise.redfactory.nl/cases/ Good url, but wrong view
Link in breadcrumb: https://greywise.redfactory.nl/category/cases/, Wrong url, but good view -
AuthorPosts