Forum Replies Created
-
AuthorPosts
-
Ahhhh – thank you for pinpointing the source. We use this plugin as part of our layout. Do you have another tab plugin that you recommend? Many Thanks!!
Hi, Nikko. I have converted the environment to PHP8 so you should be able to trigger the failure now. Thank you for the assistance!
Hi, Nikko. I have set you up as admin and shared sftp access to our staging server. Thanks!!
Thanks, Rikard. This all worked perfectly!
1. Did a manual update
2. Registered token.
3. Ran the primary update to v5
4. Fixed a few issues post-upgrade (replacing header/footer files and adding the extra function to the functions.php page)As my final step, we are trying to transition to php8, but every time I try, I get the same “Critical Error” warning from wordpress. When we dug into the logs, this was the error message:
26 PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /nas/content/live/blink2stg/wp-content/themes/enfold/functions-enfold.php on line 293
How do we resolve this particular issue?
August 28, 2017 at 4:46 pm in reply to: Unwanted menu showed up in header after theme update #844875This fixed it! Thank you for your help.
Sorry about that, the permissions have been updated to admin. Thanks!
Thank you for your response! I have followed these instructions- deactivated all plugins, updated all plugins, updated Enfold (WordPress was already up to date). With all of the plugins inactive, and the theme update in place, the sliders were still broken in the same way described above. I’ve reactivated the plugins now and the result is the same. Please advise on next steps. Thank you!
November 6, 2014 at 11:03 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #347442This reply has been marked as private.November 5, 2014 at 10:01 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #346777This reply has been marked as private.November 4, 2014 at 10:43 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #346187This reply has been marked as private.October 30, 2014 at 2:53 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #343423This reply has been marked as private.October 29, 2014 at 10:08 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #343020Please help.
I followed these instructions and put in my pixel code for my Facebook ad campaign. Now my site is completly blank. I cannot log in on the admin side, nor can I navigate to any part of the page.
PLEASE HELP!!!! Thank you,Elizabeth
if ( is_page( 3556 )) {
echo ‘<!– Facebook Conversion Code forhttp://captix.com/3556-2/ –>
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement(‘script’);
fbds.async = true;
fbds.src = ‘//connect.facebook.net/en_US/fbds.js’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
window._fbq.push([‘track’, ‘6018719701150’, {‘value’:’0.01′,’currency’:’USD’}]);
</script>
<noscript></noscript>
‘;
} -
AuthorPosts