Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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

    #278760
    #280060

    Hi!

    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,
    Devin

    #280411

    Hi 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

    #281176

    Hey!

    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.
    #281218
    This reply has been marked as private.
    #281224

    Hi 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

    #281263

    Hey!

    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,
    Yigit

    #281539

    Yigit,

    What about the problem which color section lost its functionality?

    #281541

    Yigit, 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

    #282120

    Hi!

    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,
    Ismael

    #282121

    I did it now! It worked. Can you please check the problems related tickets I opened?

    #282331

    Hey!

    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,
    Ismael

    #282358
    This reply has been marked as private.
    #282408

    Hi 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

    #282449

    Hi 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

    #283102

    Hey!

    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,
    Devin

    #283111

    What 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,

    #283417

    Hey!

    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,
    Ismael

    #419211
    This reply has been marked as private.
Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Dark background problem’ is closed to new replies.