Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #879838

    hi guys

    I’ve follow the thread here

    And I have the number appearing above my logo, what I’d like is to have this to the right of the logo. The logo is currently in the middle but I’d like the space between the logo and telephone number to be the middle

    Please see http://livinginvogue.flywheelsites.com/contact/

    So I’m trying to achieve
    LOGO (MIDDLE OF PAGE) TELEPHONE NUMBER

    Here is an artist impression of mine in photoshop of what I am trying to achieve

    https://imgur.com/a/7gysv

    #880310

    Hey codecreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #text-7 p {
      font-size: 26px;
    }
    @media only screen and (min-width: 940px) {
      #header .widget {
        left: 60%;
        top: 12%;
      }
    .html_header_top.html_logo_center .logo {
        left: 35%;
    }
    }
    
    @media only screen and (min-width: 767px) and (max-width: 939px) {
      .html_header_top.html_logo_center .logo {
          left: 18%;
      }
        #header .widget {
        left: 60%;
        top: 12%;
      }
    }
    @media only screen and (min-width: 485px) and (max-width: 650px) {
      #header #text-7 .textwidget p {
         font-size: 18px;
      }
       #header .widget {
        left: 70%;
        top: 17%;
      }
    }
    
    @media only screen and (max-width: 479px) {
      #header #text-7  {
          display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #888412

    Wow great thank you that is amazing thank you!

    Is it possible to remove the 2pixel white line that is appearing below the site navigation bar and above the slide show

    I’ve been trying this and can’t figure it out

    #888448

    Hi codecreative,

    It’s the padding added in quick css that does that

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #888473

    thank you

    #888592

    Hi,

    Glad to hear that. Let us know if you need further assistance or if we can close the thread :)

    Best regards,
    Nikko

    #888908

    Hi Nikko

    Having a strange one for some reason the logo is appearing blurry on the site
    http://livinginvogue.flywheelsites.com

    I’m not to sure why if you go to the url of the logo at
    http://livinginvogue.flywheelsites.com/wp-content/uploads/2017/12/living-in-vogueHighQuality2.png

    You can see the differene
    Is it something to do with the above css we applied?

    • This reply was modified 6 years, 11 months ago by codecreative.
    #889001

    Hi codecreative,

    You should have a higher resolution for the logo, decrease image compression and upload the logo again
    http://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #889327

    I will try this now thank you Victoria

    Strangely never had to do this before, is this issue created by the server or the theme?

    #889328

    So strange this didn’t have an impact

    If you go to the absolute url path
    http://livinginvogue.flywheelsites.com/wp-content/uploads/2017/12/living-in-vogue2.png

    You can see the image appears crisp

    But the enfold theme is doing something so when it loads on the page it seems blury
    http://livinginvogue.flywheelsites.com

    Do you recommend anything else we can try?
    login information below

    • This reply was modified 6 years, 11 months ago by codecreative.
    #889642

    Hi codecreative,

    The rule in the article applies to jpeg, did you find the setting for the png?

    Best regards,
    Victoria

    #890794

    hi no is it the same but with png instead so like this?

    add_filter(‘png_quality’, function($arg){return 100;});

    #890800

    ive just tried it with a jpg at 100% quality and it is blurry still

    is it possible the above css modifications could be make it appear a bit fuzzy?

    To highlight the difference I have included the logo again at the top of the page immediately below the current logo at site navigation menu.

    Can you see how different they both are yet they are the same png image. I’m not sure what in the theme is doing this to make the logo image fuzzy.

    I don’t mind but my client has picked up on it and is wanting me to fix it

    • This reply was modified 6 years, 11 months ago by codecreative.
    #890876

    Hi codecreative,

    The above css does not affect the logo quality. You need to ask your designers or client to provide a hi-res big logo and use it on the website. If the logo is not transparent, try jpeg. Do you have a jpeg version in the media library?

    Best regards,
    Victoria

    #892176

    Hi Victoria

    Thank you for your support throughout this ticket.

    Yes I agree that in my experience css has nothing to do with it. So take a quick look if you can at

    View post on imgur.com

    You can see the difference between the two images. The one on the top bar is slightly fuzzy and pixelated but below that in the content area you can see the identical same image appearing crisp. You can also view this in real time at http://livinginvogue.flywheelsites.com/test-page/

    Both are of the same image, identical image, so what I am trying to figure out is why they appear differently? One appears lower quality, it must have something to do with the theme in some way. I’m sure anyone can agree there is a clear visible difference

    This screenshot rules out it being anything file related, would you agree?

    I hope we can figure this one out its confusing me

    • This reply was modified 6 years, 10 months ago by codecreative. Reason: amended the image to a test page for you to see the difference... Its quite drastic url to view http://livinginvogue.flywheelsites.com/test-page/
    #892873

    hi do you have any suggestions to why this is happening?

    ive just updated the theme to 4.2

    #893063

    Hi,

    Thank you for the info. Please try the following css code.

    .logo img {
        image-rendering: pixelated;
    }

    Best regards,
    Ismael

    #893383

    Wow that appears to have fixed it!

    So why did this happen on this site normally it isn’t needed to be applied? Just curious

    #893808

    Hi codecreative,

    Glad Ismael helped you to get it working for you! :)

    Normally, it’s quite the opposite.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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