Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #488247

    Hi,

    there are several errors on my website which are as follows:

    1. text that is highlighted by cursor disappears
    2. no hover icons on images anymore
    3. some headlines, table elements, buttons, links are invisible (all in theme color!)
    4. some pages don´t respond to footer and socket style settings, some do.

    example correct footer: http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey
    example wrong footer: http://www.eiweisspulver-test.com/whey-protein/optimum-nutrition-gold-standard-whey

    #488521

    Hi aph80,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #488530

    Hey aph80!

    Thank you for using Enfold.

    1.) Set the Primary color in the General Styling panel. Right now, it is set to #fcfcfc which is basically “white”.

    2.) Did you add any css modifications to the theme?

    3.) The table elements looks fine when I checked pages above.

    4.) Did you add any html codes in the page? Make sure that you closed the tags properly.

    Cheers!
    Ismael

    #488732

    Thank you for your replies! Setting the primary color right solved a lot of problems. That was my mistake..

    Problems that are still remaining are the following:

    1. some pages don´t respond to footer and socket style settings, some do. (actually the link color of the footer links changed to the primary color as well, but in footer settings the are set to #fcfcfc and thats what they are supposed to be. see http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey for a correct example) The problem applies to all pages I updated recently.

    2. More updating problems: On three specific pages there are even more severe problems occuring after I try to update them

    On these two the tables get completely messed up:

    http://www.eiweisspulver-test.com/casein/my-supps-100-natural-casein
    http://www.eiweisspulver-test.com/sojaprotein/my-supps-100-natural-soy-isolate

    On this one the middle section which has a 1/2-1/2 layout is displayed one below the other.

    http://www.eiweisspulver-test.com/whey-protein/body-attack-extreme-whey-deluxe

    I set all these three pages back to a version that is working but I need to be able to update them.

    There are some quick css modifications. With html codes I couldn´t find any problems.

    #489321

    Hey!

    1.) You footer seems fine to me. Clear browser cache and hard refresh a few times. Are you using any caching (plugin)?

    2.) Your tables seem totally fine to me. Can’t see any mess.

    3.) It is displayed next to each other for me and not below.

    Which OS and device are you using? Please check on another computer as well.

    Regards,
    Andy

    #489350

    Hi Andy! Thank you for your reply.

    I checked on several computers, Windows and Ubuntu, different browsers, cleared cache, no caching plugin and it´s the same everywhere. The footer on all updated pages features black headings and links in #2997ab. The headings are supposed to be white and the links #e1e1e1. On pages that haven´t been updated recently it is right e.g. http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey and all the other pages mentioned above as I haven´t been able to update them due to the other problems.

    2) and 3) Yeah now they are fine as I set them back to a state that worked, but after updating they are messed up.

    Cheers!

    Arkadi

    #489356

    Hi!

    please deactivate all plugins to check which one is causing a conflict. Afterwards clear browser cache and hard refresh.

    Cheers!
    Andy

    #489362

    Makes no difference regarding the footer

    #489364

    Updating the pages I haven´t checked without plugins. I can do that if you want me to but I don´t think it´s an issue with the plugins.

    #489371

    Hi!

    maybe your server is using some kind of caching? please ask your host about that. Otherwise I think there might be some corrupted files and in this case you need to delete all theme files and get a fresh copy from your themeforest account.

    Cheers!
    Andy

    #489408

    I asked the host about caching and waiting for a response. But I don´t think it´s caching either. See I can evoke changes in the footer. If I change the primary color in Main Content the color of the links in the footer changes in the updated pages (that´s most pages including the home page http://www.eiweisspulver-test.com/). All the non-updated pages respond to the regular footer settings.

    #489416

    Hi!

    did you implement any custom CSS inside of custom.css? try to remove all custom CSS codes and see if things get better for you. Otherwise I think you would need to delete all files and get a fresh copy.

    Regards,
    Andy

    #489502

    Hi!

    The host told me there was no caching on the server.

    For the footer problem I found the solution. I had previously added the following code to functions.php which caused the trouble. After removing it, it works:

    add_action(‘ava_after_content’, ‘avia_add_social_toolbars’, 10, 2);
    function avia_add_social_toolbars($id = “”, $context = “”)
    {
    if($context == “page” || $context == “single-portfolio” || $context == “product”)
    avia_social_share_links();

    }

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    $content .= ‘<div id=”custom_share_box” class=”avia-section main_color container_wrap”><div class=”container”>’;
    $content .= avia_social_share_links(array(), ”, ”, false);
    $content .= ‘</div>’;
    return $content;
    }

    However, I don´t have the social sharing function anymore and there are still three pages that can´t be updated.

    #489936

    Hi!

    as I already said several times, please delete all theme files and get a fresh copy from your themeforest account. Let us know when you are done and still need help.

    Cheers!
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.