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

    Hello Nikko,

    The same problem is also with the header “Phone Number or small info text” section, which is behaving the same way as the titles that changed bold.

    Can you please help me to fix this too.

    Thanks.

    #717590

    Hello,

    Also the same thing is with the contact form text fields, the same error after the Enfold update.

    Please check that also, I will let you know, If I find any other errors from the page.

    Thanks.

    #718382

    Hi,

    providing a random number as thread title does not work for us, as this number is not unique. Please use a precise link instead or even better explain to us what’s the issue is about here.

    Best regards,
    Andy

    #718636

    Hello Andy,

    Ok no problem, here is the thread: https://kriesi.at/support/topic/after-the-enfold-newest-update-the-text-changes-after-website-gets-fully-loaded/

    And the problem is that sumome plugin creates some clitches as some parts of the text will go bold after the page loads like the page titles, Phone Number or small info text and contact forn fields. Nikko managed to fix the issue with the titles as you can read from the thread but I noticed, that there are still issues.

    NB: The issues occured after I updated the Enfold theme and Nikko said, that this is the first time he sees this happening. The login credentsials are in the private of the thread above.

    Thanks.

    #720238

    Can maybe Nikko look at it because he helped me with the similar issue?

    #720249

    Hey!

    Can you please post us your web site again, we would really appreciate.

    Thanks a lot

    Cheers!
    Basilis

    #720313

    Hello Basilis,

    Sure, the details are in the private.

    #720381

    Hello,

    The problem is not only with the “Phone Number or small info text” and the contact form fields but also the sidebar menu.

    If you look closely you could see, that some parts of the text, which is regular goes bold, after the browser loads the page.

    THE PROBLEM OCCURS ONLY, WHEN YOU ACTIVATE THE SUMOME PLUGIN.

    In the thread I posted above you can read, that Nikko added the code:

    b, strong {
    font-weight: 600;
    }

    and after that the heading of the pages is fixed (they are not going bold anymore) but like I said other elements are going bold when page loads and sumome plugin is activated.

    Thanks.

    #720568

    Hi,

    Sorry for delayed response, I have added this code in your Quick CSS:

    .phone-info,
    #top label,
    .widget_nav_menu .current-menu-item>a, 
    .widget_nav_menu .current_page_item>a,
    #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    Should fix the issue you have pointed, let us know if there are still issues in other areas, it would really help if you can also give the link where the issue show.

    Best regards,
    Nikko

    #720645

    Hello Nikko,

    Thanks but some of the issues are still or came after you applied the code:

    1. The fullwith submenu items are now in bold: http://imgur.com/a/bqS7C
    2. The fullwith easy-sliders caption button label text goes into bold (the same issue with the sumome) http://imgur.com/a/WCszH

    Thanks.

    #720924

    Hello Nikko,

    Also the problem is in this page: http://dreammarketing.ee/hinnakiri/

    #721024

    Hi!

    I have added this code in your functions.php:

    add_action('wp_head','hook_font');
    function hook_font() {
    	$output="<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:300,700' type='text/css' media='all'/> ";
    	echo $output;
    }

    This should fix it, I have checked the pages you have listed and it seems everything is good, let us know if this is also fixed on your end :)

    Cheers!
    Nikko

    #721884

    Hello Nikko,

    All the problems caused by the sumome plugin seems to be fine now.

    Thanks!

    #721898

    Hey pimroll,

    You’re very much welcome. Glad we could help :)

    Regards,
    Nikko

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