Forum Replies Created
-
AuthorPosts
-
August 13, 2020 at 12:36 am in reply to: Fatal error in class-avia-gutenberg.php on line 563 #1237191
OK, fixed it. I had to update the theme. I wasn’t notified because I didn’t install my Envato Token. Here’s the link for info:
August 13, 2020 at 12:05 am in reply to: Fatal error in class-avia-gutenberg.php on line 563 #1237186Read your reply. Is there an update to Enfold that I don’t know about?
Hi Rikard, thanks for your response. I’ve posted a link in the private section.
Bumping this thread. Any help would be greatly appreciated.
Jordan, it appears to have worked. I moved the code to the top of the quick css window and as of this morning it worked.
Here’s the weird part and I hope you can help explain why it takes a while for the changes to happen. I looked at the site on my iPhone this morning and I see the header is red, so your css code worked. Then, I changed the color to #FFFFFF and the header changes to white on all pages EXCEPT the home page no matter how many times I clear the cache. I think it might be missing a step somewhere.. I’m testing the site using Safari and Chrome on my iPhone but even after I clear the cache in each browser or use an Incognito window on Chrome, I don”t immediately see the changes. Am I missing something here? I know this isn’t exactly an Enfold issue but if you could help me out I’d appreciate it.
SOLVED: I’m posting this in case someone else has the same issue. I circled back to the WP option: Appearance/Menus and unchecked the Enfold Child secondary Menu option and the Home page menu immediately changed to white matching the other pages.
- This reply was modified 4 years, 6 months ago by Solan.
Hi Jordan, thanks fro your reply. Unfortunately it didn’t work. If there was a conflict regarding the mobile header color where of what could it be? FYI: here’s the code from my Quick CSS:
@media only screen and (max-width: 720px) {
.responsive #top #wrap_all #header_main .main_menu .social_bookmarks {
display: block !important;
}}
@media only screen and (max-width: 767px){
#top #wrap_all .av_header_transparency {
background:red!important;
}}#menu-item-search {
display: none;
}.big-preview img {
max-width: 60% !important;
height: auto !important;
}
.big-preview img {
display: block;
margin-left: auto;margin-right: auto;
}#top .social_bookmarks li a {
color: #808080 !important;
}
.avia-mailchimp-form input[type=’submit’] {
background-color: #11202a !important;
}Basilis, thanks for your reply. Are you saying that there is no way to configure the Enfold audio player to do what I’d like?
Rikard, thanks for your response but you did answer my question: How can I add this to the child theme as you suggested?
Thanks.
Vinay, I’ve installed the enfold child theme and is working fine. However, adding this code to the child theme style.css doesn’t work. It does work when added to the Quick css section. How can I add this to the child theme as you suggested? Thanks.
Basilis, thanks for your reply. I think what you saw loading was a popup I was playing with using the Layer Slider. Would you mind taking another look? Sorry for the confusion. Thanks.
Basilis, thanks for your reply. Your solution seems to be the way to go but I can’t get it to work. Can you please take a look? I sent over login info.
Here is the code from Mialchimp:
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us12.list-manage.com”,”uuid”:”dbe48cd19b069814f61930827″,”lid”:”1d2d4c600f”}) })</script>
Thanks,
Solan
Info attached below. FYI: I’m trying to add the Mail Chimp Pop Up to my Home page. Here’s the MC code:
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us12.list-manage.com”,”uuid”:”dbe48cd19b069814f61930827″,”lid”:”1d2d4c600f”}) })</script>
Rikard,
Thanks for your follow up. I removed the code from the wp-includes functions.php file and added it to the functions.php inside my theme folder (screen shot attached) but nothing happens. What am I missing? Thanks.
- This reply was modified 6 years, 8 months ago by Solan.
I’ll make the change. Also, do I need to add any other code to the site or just the code above at the very bottom of my functions.php file?
Rikard,
I’m having the exact same problem. I think I’m misunderstanding your directions above. I’m trying to add the Mail Chimp slider to my home (static) page. I tried adding the following to the very end of my functions.php inside my wp-includes file but it didn’t do anything.
{
function guruledc_add_custom_code(){ ?>
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us12.list-manage.com”,”uuid”:”dbe48cd19b069814f61930827″,”lid”:”1d2d4c600f”}) })</script>
<?php }
add_action(‘wp_head’, ‘guruledc_add_custom_code’);
}Here’s the code I received from Mail Chimp:
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us12.list-manage.com”,”uuid”:”dbe48cd19b069814f61930827″,”lid”:”1d2d4c600f”}) })</script>
Thanks in advance.
-
AuthorPosts