Tagged: 

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #183940

    I’m sorry to tell you that my website (is not yet finished) http://www.equipodemarketing.com the logo adaptation to the smartphone mode does not adapt themselves to the different wide formats. I looks like the logo .png, 340×156 is not responsive, it’s not flexible, it always remains at the same size.
    Have a look at – http://www.equipodemarketing.com
    I have used the last Enfold update: Version 2.4
    Tell me please what can I do, with instructions of how to repair the bug. Many thanks and regards from Madrid, Adolfo

    #183943

    maybe try version 2.42 (quite new…)

    #183957

    But. where can I found this version? The one I have installed was version Item ID: 4519990, which is version 4.2. the same I can download in http://themeforest.net/downloads?username=ahauber
    I cannot find version 2.42. Tel me please where. Many thanks Adolfo

    #183958

    Version Item ID: 4519990 is the one I have installed and the one that present the problem with the logo

    #183967

    Excuse me. The Current Enfold Theme i’m using is Version 2.4.2. ¡I have checked it rignt now!. This is the version who presents the problem with the logo, wich is not responsive. Many thank for the support, Adolfo

    #184276

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 768px) { .logo a { overflow:visible!important; }
    .responsive #top .mobileMenu { margin: 35px 0 10px 0!important; }}

    Best regards,
    Yigit

    • This reply was modified 11 years ago by Yigit.
    #184284

    Dear Yigit,
    Sorry, but your solution doesn’t work. See it in,…
    http://equipodemarketing.com/
    Keep in contact. Many thanks and regards from Madrid, Adolfo

    #184287

    Hey!

    I edited the code in my previous post, please try it now. After applying the code, please flush browser cache and reload page a few times.

    Cheers!
    Yigit

    #184345

    Now it works. I have also changed the header type to “small fixed header type” (this is my client that have asked so) and it works!!! Many thanks and regards from Madrid, Adolfo

    #184428

    Dear Yigit,
    I think something is already wrong with the logo. I can see it perfectly in a iPhone but I see the logo broken in a Windows Phone Nokia 925.
    How can I send for your information two screen captures made with my Nokia 925 of the two websites?
    http://equipodemarketing.responwebdesign.com/ and http://equipodemarketing.com/
    They are equal. The first made with Enfold Version 2.3.2 and the second with 2.4.2. So you can observe how the logo is broken with version 2.4.2 in http://equipodemarketing.com/
    Best regards from Madrid, Adolfo

    #184434

    Hi!

    You can upload screenshots on http://imgur.com/ or Dropbox and post links here. I do not see any difference in logos in both of the links you provided. They are just using different headers so heights are different.

    Regards,
    Yigit

    #184449

    Here you have and many thanks for everything. Regards, Adolfo

    http://imgur.com/nLi7vzn

    http://imgur.com/fuYT0Ov

    #184470

    Hey!

    Please flush browsers cache on your smartphone. I just checked on my iphone and it looks just fine.

    Cheers!
    Yigit

    #184555

    I have already done, I have flushed the cache but it does not work. I told you already ” I can see it perfectly in a iPhone but I see the logo broken in a Windows Phone Nokia 925.”
    I works in a iPhone, but not in a Nokia which have IE. Perhaps IE has something to do whit this,…
    I insist, in your version 2.4.2. something is not working properly.
    I dont get this problem with version 2.3.2. You have seen the images I enclosed.
    Regards, Adolfo

    #184585

    Hi!

    What is the version of IE on Nokia 925? The logo adjust properly when I check it on IE8 to IE10. You can check the look of your website on mobile view here: http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.com%2F

    Best regards,
    Ismael

    #184718

    Dear Ismael,
    The version should be IE Mobile, i’m not quite sure,…
    I have checked Responsinator.com and, sorry, I insist. the logo looks broken. See this,…
    http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.com%2F
    But should look like this,…
    http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.responwebdesign.com%2F
    What should we do? Many thanks for the support, Adolfo

    #185125

    Dear Ismael,
    You can even see how the logo is broken in Google Chrome in my computer, not event in my Nokia Windows Phone,…

    See here, http://equipodemarketing.com/contacto/

    Have you talk with Kriesi about this problem?. Please I need a solution, because my client starts to be angry.
    What reason this happens with Enfold version 2.4.2 and not whit 2.3.2.?

    See here, http://equipodemarketing.responwebdesign.com/contacto/

    Many thanks for everything, Adolfo

    #185246

    Dear Ismael,
    Another example of mine that works fantastic is http://corpopromo.com/ (and the logo is not broken) and also made with the Enfold version 2.3.2.
    Please, I need a solution to this point asap.
    Regards, Adolfo

    #185399

    Hey!

    Please try this:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .logo img, .logo a {
    width: 152px;
    max-width: 152px;
    min-width: 152px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    }
    }

    Best regards,
    Ismael

    #185533

    Hey Ismael, buenos días!!!
    Bravo and many thanks,… ¡It works now!!!!! The logo is not broken anymore and it is responsive!!!!!
    Only a little problem, the logo stay on the left instead in the middle of the screen. See it here –
    http://equipodemarketing.com/
    It is not centered. ¿Any idea? ¿Any solution to center the logo?
    I have to buy you a beer!!! ;-)
    With all my thanks and with my best regards from Madrid, Adolfo

    #185673

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo { margin-left: 50px; }}

    Regards,
    Yigit

    #185719

    Hi Yigit,
    No, if I add your last code the logo gets broken again like before.
    It doesn’t work, sorry.
    I have added again this and now it works again but logo it’s not centered,…

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .logo img, .logo a {
    width: 152px;
    max-width: 152px;
    min-width: 152px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    }
    }

    Perhaps a better mix of both pieces of codes,..???? Something like margin-left: somewhere,…
    Regards, Adolfo

    #185966

    Hey!

    Glad it worked. Please use this:

    @media only screen and (max-width: 767px) {
    .logo img, .logo a {
    width: 152px;
    max-width: 152px;
    min-width: 152px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    left: 30%;
    }
    }

    Regards,
    Ismael

    #186089

    Dear Ismael.
    So now the logo looks not broken. This is the god news.
    But the logo stay not quite in the middle, centered, but stay more on the right. See here,…

    http://responsinator.com/?url=equipodemarketing.com%2F

    Problematic, this,… Many thanks again for your efforts and best regards, Adolfo

    #186129

    Dear Kriesi,
    Congratulations for the great WYSIWIG and fully intuitive Enfold Theme you have developed.
    For me is clearly the best ever WP Theme, inclusive better than the Avada Theme, and the one which I better like to work with. Have not any doubt of it.
    I appreciate your efforts to increase the number and quality of design Layouts, Content and Media Elements you provide in all your Theme upgrades.
    For this reason I wrote to kindly ask you to improve the general look and characteristics of the Accordion and Tabs Menus you are offering in Enfold, which I utilice a lot in my website developments.
    Accordion Menus – Ideas,…
    http://theme-fusion.com/avada/accordion-toggles/
    Tabs Menus – Ideas,…
    http://theme-fusion.com/avada/tabs/
    More Divider Styles – Ideas,…
    http://theme-fusion.com/avada/dividers/
    Tell me please what do you think about my suggestion. Many thanks and best regards from Madrid, Adolfo

    #186132

    Hi!

    Please adjust the value of left: 30%; in Ismael’s code. You should decrease it to center it perfectly.
    As for your message to Kriesi, you can post your request as a feature request here https://kriesi.at/support/topic/enfold-feature-requests/
    or you can contact Kriesi directly using the contact form on contact page

    Best regards,
    Yigit

    #186153

    Hi Yigit,
    It appears than it works properly with 20%. Many thanks on both, you and Ismael.
    Tanks, really, for everything and best regards, Adolfo

    #186155

    Hi!

    You are welcome Adolfo, glad we could help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘Enfold Theme – Wrong Logo adaptation when viewing in smartphone mode’ is closed to new replies.