Forum Replies Created
-
AuthorPosts
-
No, Its still not working on my end. I’ve checked two macs and not working in chrome. I click the play buttons and nothing happens
- This reply was modified 5 years, 9 months ago by scientistsofmedia.
February 27, 2019 at 5:48 pm in reply to: Fatal error when updating to latest Enfold Version #1072317just letting you know I was able to figure this out. site is back online after updating to php 7.1
February 26, 2019 at 6:35 pm in reply to: Fatal error when updating to latest Enfold Version #1071910just following up on my issue. should the code provided above be updated somehow?
to provide more background, I updated to WordPress 5.1 first and everything was OK. I then ran Enfold 4.5.4 update and that’s when the fatal error happened.
February 26, 2019 at 1:07 am in reply to: Fatal error when updating to latest Enfold Version #1071572I was able to connect to FTP and open the helper-post-format.php. below is the code located around line 213.
/**
* Backwards comp. to checkbox prior v4.5.3 (now selectbox with ” or ‘1’)
*/
$hide_featured_image = empty( get_post_meta(get_the_ID(), ‘_avia_hide_featured_image’, true ) ) ? false : true;
if( is_single( get_the_ID() ) && $hide_featured_image )
{
$current_post[‘before_content’] = ”;
}return avia_default_title_filter($current_post);
}
}Thanks!! login has been provided in the private content area
that worked. thank you so much!!!
thank you so much. That worked!!
one more question for you. currently when clicking through the portfolio items, you click the grey button on the left to advance to the next portfolio item and the right button to go backwards. is it possible to switch it so that you click the grey button on the right to advance to the next item, the left to go backwards?
I was able to figure this out. You can disregard this post.
December 9, 2018 at 5:05 pm in reply to: Element Visibility not working, leaves empty space #1042761yes -thank you!!
December 8, 2018 at 9:13 pm in reply to: Element Visibility not working, leaves empty space #1042565no container involved. I used the css though and it worked. thanks!
-
AuthorPosts