-
AuthorPosts
-
June 13, 2014 at 10:14 pm #278743
Hi there!
I am using colored section in some of my pages. And after that colored section part, other my page elements are coming with white background. But this pages below has some problems. I don’t want it with dark background.
I need your help,
Thanks,
Orhan
June 13, 2014 at 11:13 pm #278760I forgot to share pages. Here they are:
https://www.insanayatirim.com/ekibimiz/
https://www.insanayatirim.com/sikca-sorulan-sorular/June 17, 2014 at 3:41 pm #280060Hi!
On that second page, the only one I see the issue, those individual elements have a white background set. Specifically its the .ac-container label rule.
Regards,
DevinJune 18, 2014 at 8:45 am #280411Hi Devin,
What I want to point is page background. It is dark. I dont want it to be dark. I want it to be white. I didn’t do what make it dark.
I am using Enfold Child Theme Default Layout for that page. And I am using same page layout for my other pages as well. Other pages background is white and why is this dark? :)
Thanks!
Orhan
June 19, 2014 at 12:33 pm #281176Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('div').hasClass('avia-section').removeClass('socket_color'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
and add following code to Quick CSS
div#av_section_3, #av_section_7 { background: white; }
Cheers!
Yigit- This reply was modified 10 years, 5 months ago by Yigit.
June 19, 2014 at 3:02 pm #281218This reply has been marked as private.June 19, 2014 at 3:16 pm #281224Hi Yigit,
I did it. But now, color section just under the header has lost its functionality. And it worked for one of the addresses which has problems. Can you please take a look for other address ( https://www.insanayatirim.com/sikca-sorulan-sorular/ )
And what will happen after theme update?
Thanks,
Orhan
June 19, 2014 at 5:18 pm #281263Hey!
I have updated the code i posted previously. Since you add the codes to your child theme, changes will remain the same when you update the parent theme
Best regards,
YigitJune 20, 2014 at 10:48 am #281539Yigit,
What about the problem which color section lost its functionality?
June 20, 2014 at 11:02 am #281541Yigit, can you please take a look FAQ styles difference between 2 pages shared below. Both of them have same FAQ style but they are not appear same. That’s the problem what I would like you to solve.
http://www.insanayatirim.com/sikca-sorulan-sorular/
http://www.insanayatirim.com/urun/online-mulakat-deneyimi/Thanks!
Orhan
June 22, 2014 at 10:27 am #282120Hi!
I’m sorry but I think the functions.php on your child theme folder hasn’t been replaced yet. Please follow the instruction here: https://kriesi.at/support/topic/homepage-layout-problem-occured/
If you’re not sure what to do, please post the ftp login credentials here. We’ll upload the functions.php on your child theme folder.
Regards,
IsmaelJune 22, 2014 at 10:30 am #282121I did it now! It worked. Can you please check the problems related tickets I opened?
June 23, 2014 at 9:31 am #282331Hey!
Glad it is working now. There’s something wrong with your installation, the header is being called twice somehow. The sections should be wrapped inside the main container but they’re not like that on your installation. Please deactivate all plugins then test it again. Is it ok if we deactivate all plugins while working on the site?
Best regards,
IsmaelJune 23, 2014 at 11:16 am #282358This reply has been marked as private.June 23, 2014 at 12:57 pm #282408Hi Ismael,
I tried to deactivate all plugins and it worked. It came back to original state. NGFB plugin makes it. What’s wrong with it?
Is it all (also background problem) related to this issue?Thanks!
Orhan
June 23, 2014 at 1:48 pm #282449Hi there!
I contacted NGFB support now and they send me a message. Please check the message and let me know about the issue.
http://support.ngfb.surniaulula.com/support/tickets/567
and the link describe the problem is: http://surniaulula.com/codex/plugins/nextgen-facebook/notes/debugging-and-problem-solving/
Thanks,
Orhan
June 24, 2014 at 4:05 pm #283102Hey!
We can’t see the response there since it requires a login. If you can paste the response here we’ll see if we can find a fix.
Regards,
DevinJune 24, 2014 at 4:13 pm #283111What they said is:
MESSAGE 1:
Orhan,Probably a badly coded filter in one of your plugins and/or theme.
See here for a possible work-around: http://surniaulula.com/codex/plugins/nextgen-facebook/notes/debugging-and-problem-solving/
MY MESSAGE:
I unchecked it and it resolved! Does it work I share this support page with theme’s support team?MESSAGE 2:
Orhan,Yes, you should definitely get that fixed — you can remind them that:
– WordPress filters must return their content, not echo it. Actions echo content, filters do not.
Thanks,
June 25, 2014 at 6:15 am #283417Hey!
Thank you for the info.
I’m sorry but we won’t be able to provide support for third party plugins such NGFB as stated on our support policy. If you insist on using the plugin, please hire a freelance developer to modify the plugin for you. Please visit Envato Studio or Werkpress for further customization.
Thank you for your understanding.
Best regards,
IsmaelMarch 27, 2015 at 11:25 am #419211This reply has been marked as private. -
AuthorPosts
- The topic ‘Dark background problem’ is closed to new replies.