• Closed
  • Martin Diehl
    Spectator
    August 18, 2014 at 8:38 pm #8578

    Hello

    I use content_boxes layout=”icon-on-top”, but after the update I see the circle, but no icon.

    What is wrong?

    Regards Martin

    Alok Maheshwari
    Spectator
    Posts: 303
    August 19, 2014 at 12:01 am #10340

    What is your site url?

    Martin Diehl
    Spectator
    Posts: 6
    August 19, 2014 at 12:07 pm #10341
    Alok Maheshwari
    Spectator
    Posts: 303
    August 19, 2014 at 8:56 pm #10342

    Ok, can you provide the shortcode which is getting used so that I can test it on my system.

    Martin Diehl
    Spectator
    Posts: 6
    August 20, 2014 at 10:35 am #10345

    I think,, the problem is not my shortcode.

    Here the page Elements with the oirginal shortcodes from your Demosite:

    http://www.diehl-software.de/elements/

    Maybe it is a right issue?

    I removed the old 2.0 theme and copied the new with ftp to the Server.
    I updated the theme4press plugins.

    After the update, I saw the problem

    Alok Maheshwari
    Spectator
    Posts: 303
    August 20, 2014 at 11:21 pm #10348

    Ok, it seems the appropriate class is missing from the <i> elements in your site html. For eg.

    On the demo site this is what being used

    Code:
    <i class=”fontawesome-icon medium circle-yes fa fa-wrench”>

    but on your site

    Code:
    <i class=”fontawesome-icon medium circle-yes fa wrench”>

    so the “fa-” is missing from your site html before the item name (wrench in this case). If you can provide the site login details, then I can have a look around and figure out why this is happening. I will get back to you with the form submission url where you can submit your login details.

    Martin Diehl
    Spectator
    Posts: 6
    August 21, 2014 at 10:47 am #10352

    Hello Alok,

    OK.

    The “fa-” was the hint and I found a workaround.
    I changed icon=”gears” to icon=”fa-gears” and the icon shows up

    This problem is gone 🙂
    Thanks very much für Your assistance

    But unfortunately I found a second issue after the update from 2.0 to 2.5

    The background in the second menu is not anymore blue in mobil mode:

    Desktop
    SecondMenueDesktop.jpg

    Mobil menu
    SecondMenueMobil.jpg

    Mobil menu active
    SecondMenueMobilAktive.jpg

    Any idea why?

    Thanks in advance

    Alok Maheshwari
    Spectator
    Posts: 303
    August 21, 2014 at 8:27 pm #10353

    Not sure why you have so much embedded css code but the white background is because of the following line

    Code:
    .mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector,#mobile-nav { background-color: #ffffff!important; }
    Martin Diehl
    Spectator
    Posts: 6
    August 22, 2014 at 1:49 am #10358

    I removed the plugin Page Builder and Ninja Forms.

    I also don’t know, why I have so much css in my page. I have really no clue.

    Acctualy I have only Black Studio TinyMCE Widget as an extra plugin installed.

    How can I fix this problem?

    Some idea?

    Thanks

    Alok Maheshwari
    Spectator
    Posts: 303
    August 22, 2014 at 2:19 am #10359

    If possible, provide the login details at http://theme4press.com/contact/ and I will have a look around.

    Martin Diehl
    Spectator
    Posts: 6
    August 22, 2014 at 6:36 pm #10361

    You got a message from me and You have now access to a test site I provided You