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

    Hello after last theme update the transparent menu disappear. Now instead of it there is black menu.
    I did some test starting from a functioning versione of the website and I discovered that the problem appear after the last theme upgrade.

    I meet also problem width entypo-fontello. I don’t know why before all was ok and now the console give me several errors concerning the decode of downloaded fonts: “Failed to decode downloaded font: http://www.clubmotus.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello……”.

    I changed also htacces as you suggested in your forum without success.
    I tried also to charge the font with css (located in child theme) but withou success.

    I hope you can help me.

    Many thanks in advance
    Marzio Bresciani

    • This topic was modified 9 years, 6 months ago by davidegranti.
    #493177

    Hi davidegranti!

    If you want the menu to be transparent then edit your page and in the header style set it to transparent.

    For the icons try this out, http://kriesi.at/documentation/enfold/enable-cors/.

    Cheers!
    Elliott

    #493180

    Hi Elliot as I explained in my request the menu is set as transparent. Infact before the last theme update was correct.
    Now the menu is set as transparent but it is not transparent.

    Regarding the topics http://kriesi.at/documentation/enfold/enable-cors/ I already did but without success

    Best regards
    Marzio

    #493196

    Hi Elliot I found an error into htaccess redirect that went in conflit with version query information of entypo-fontello.

    The problem on transparent menu remain

    thank you
    marzio

    #493452

    Hi Elliot.

    The problem with transparent manu still remain and this appear after last theme upgrading.

    I hope you can help me

    Kind Regards

    #493672

    Hey!

    I’d like to login and check it but the captcha you have is in another language so I can’t get past it.

    Best regards,
    Elliott

    #493689

    I’am sorry Elliot. Now I disabled it!

    Kind Regards
    Marzio

    #494146

    Hey!

    login info from your first post does not work for me. Please check and let us know when we can access your backend.

    Best regards,
    Andy

    #494234

    Hello Andy, I am really sorry.
    I attached in private content the new crredentials

    Many thanks in advance
    Marzio

    #494805

    Hey!

    try to deactivate all plugins to see which one is causing this issue. Are you using any caching (plugin)?

    Best regards,
    Andy

    #494905

    Hi Andy.

    I already did this test. I tried again: now all the caches were flushed.

    I disabled all the cache server side.

    I tried to disable all plugin but the problem still remain.

    Before to ask you an help I tried to start from a functioning version of the transparent menu. Afeter that:
    1) I updated all the plugin one per time to verify every changes. The menu was ok.
    2) I updated to the last wordpress version and the menu was still ok.
    3) The last think I did has been to update the enfold theme to the last version: when I did it the transparent menu disapeared.

    Therefore the problem must be into the last theme updating.

    Actually the website is without any caching system, there is only lazy load plugin.
    I hope you can help me.

    Kind regards
    Marzio

    #495633

    Hey!

    You have this css code in the style.css file which creates a gradient effect:

    #header {
    	position: relative;
    	overflow: hidden;
    	display: block;
    	font-family: Helvetica,Arial,sans-serif;
    	color: #FFFFFF;
    	font-weight: bold;
    	text-shadow: 0 -1px 1px #000000;
    	border:1px solid #2a2a2a;
      	background:#111;
      	color:#fff;
      	font-weight:bold;
      	text-shadow:0 -1px 1px #000;
      	background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));
      	background-image:-webkit-linear-gradient(#3c3c3c,#111);
      	background-image:-moz-linear-gradient(#3c3c3c,#111);
      	background-image:-ms-linear-gradient(#3c3c3c,#111);
      	background-image:-o-linear-gradient(#3c3c3c,#111);
      	background-image:linear-gradient(#3c3c3c,#111)
    	
    }

    Remove it then test the page again.

    Best regards,
    Ismael

    #495704

    Thank you Ismael, I am really sorry to have disturbed you for a my mistake.

    Kind regards
    Marzio

    #495733

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Transparent Menu disappear after last Enfold theme update’ is closed to new replies.