Forum Replies Created

Viewing 30 posts - 91 through 120 (of 157 total)
  • Author
    Posts
  • Please upgrade PHP version to minimum 5.6 or replace /wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0 to bring up backwards compatibility with older PHP versions. Please also see – https://kinsta.com/blog/php-7-hhvm-benchmarks/

    Try updating to PHP 5.6 or higher.
    I updated to the recommended PHP 7 and it fixed the problem.

    in reply to: HTTP ERROR 500 #924680

    I am not an expert buy you may have to upgrade your php to above 5.6.
    PHP 7 is recommended. I had the same error and it worked.

    in reply to: Home page is gone #924152

    Scratch this…found the issue with an index.php file.
    All good.
    Thank you.

    in reply to: Fatal Error after update…website won't load #924031

    Thank you! worked. Should i upgrade to php7?

    in reply to: Logo Spacing #811293

    It works but we want it to shrink…instead of stay the same size.
    “Shrinking Header” is checked in the header behavior area.

    in reply to: Logo Spacing #811276

    Hi Mike,

    Check the page…when scrolling it doesn’t shrink correctly.
    Below is all the current Quick CSS

    span.logo a img {max-height: 65px!important;}
    span.logo a img{
    margin-top:15px!important;
    }
    .header-scrolled .logo img {
    margin-top:0 !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    }

    in reply to: Logo Spacing #811275

    Perfect Thank!

    in reply to: header #798696

    Thanks Sarah!
    Next I want to remove all the white space around the black mega phone image.
    Want it to stretch from left to right with out white space on top or bottom or left or right.
    This is on the home page.
    So header area…then black megaphone image (no white space around it…then the color section below

    • This reply was modified 6 years ago by djsmbd.
    in reply to: header #798690

    Hi Jordan,
    The logo is centered but static. When I scroll it gets cut off.
    Shrinking header is checked in the settings.
    Shouldn’t it slide up and remain full instead of get cut off?

    • This reply was modified 6 years ago by djsmbd.
    in reply to: Terms of Service #771418

    Cheers!

    in reply to: Maps Not Working #736112

    Worked well. Thanks again!
    Just dropped the API directly in the Enfold designated area.

    Cheers!

    • This reply was modified 6 years, 4 months ago by djsmbd.
    in reply to: Maps Not Working #736054

    Wow! Fast response. Thanks.

    in reply to: mobile #723178

    Hello,
    I cleared all transients on the site and the update is complete, however, the page in mobile is still not resizing when a category is selected.
    Please advise.

    Kind regards,

    David

    in reply to: update #723154

    Worked great thanks!

    in reply to: update #722723

    Thank you!

    in reply to: mobile #722264

    Please see the link and download the image…the site is not properly resizing in iphone.
    I think I found the issue…my enfold is not up to date when I try to update it in wordpress it redirects me to the update page for wordpress instead of enfold. Any thoughts? All my other sites update it correctly.

    in reply to: Home Page Slider Image #593772

    Hi Rikard,

    Thank you for your help.
    Please see the download links for images. One is a screen shot of mobile iphone and the second is a screen shot on desktop.
    When we resize the desktop browser, it cuts off the right side of the image just like in mobile.
    Basically, the image in the slider is not responsive.
    We tested firefox, chrome, IE, and safari. Cache and cookies cleared. Still cuts off the right side of the image during resize.
    Same happens on iphone and ipad.

    Cheers!

    David

    in reply to: Layer Slider #592766

    Hi Rikard,

    Thank you for your help.
    Please see the download links. One is a screen shot of mobile iphone and the second is a screen shot on desktop.
    When we resize the desktop browser, it cuts off the right side of the image just like in mobile.
    We tested firefox, chrome, IE, and safari. Cache and cookies cleared. Still cuts off the right side of the image during resize.
    Same happens on iphone and ipad.

    Cheers!

    David

    in reply to: Blog Pages #584252

    Thanks Yigit! Transient cleaner did the trick.

    Cheers!

    in reply to: Blog Pages #584221

    Hello,

    I went into Enfold Child / Theme Update / Check Manually
    It says I am running the latest version.How do I update?
    Normally, I just do that and it updates automatically.

    in reply to: Blog Pages #583626

    Thanks!

    in reply to: Logo Padding #578197

    Thank you!

    in reply to: widget icons #568807

    Cheers! You guys are outstanding!

    in reply to: widget icons #568122

    Hi Vinay,

    Please see private content.

    in reply to: widget icons #565881

    Hi Vinay.
    I added it and it did not work
    Here is all the code in quick css:

    .header_color .main_menu ul{
    background-color: rgba(255,255,255,.6) !important;
    }
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (max-width: 767px) {
    .phone-info{
    text-align: center;
    float: none !important;
    height:55px;
    }
    .phone-info span{
    position: relative;
    left: -8px;
    top: 4px;
    }
    }
    .avia_transform .avia_animated_image {
    opacity: 1;
    }
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; }}
    @media only screen and (max-width: 767px) {
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    }
    #top .iconbox_top {
    margin-top: 50px!important;
    }

    in reply to: widget icons #565875

    Thanks Vinay!

    in reply to: Mobile Scrolling #433592

    Thanks

    in reply to: iPhone 6 #338599

    Hi Ismael,

    Here is a screen shot of what I am seeing on my Iphone 5…the menu overlaps the logo.
    http://musicbydesign.com/wp-content/uploads/2014/10/IMG_2284.png

    in reply to: iPhone 6 #337474

    Hi!

    I added your code and the logo resolution is perfect, however the placement still overlaps.
    Below is all the code in the Quick CSS, including the most recent code you wanted me to add.

    .header_color .main_menu ul{
    background-color: rgba(255,255,255,.6) !important;
    }
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (max-width: 767px) {
    .phone-info{
    text-align: center;
    float: none !important;
    height:55px;
    }
    .phone-info span{
    position: relative;
    left: -8px;
    top: 4px;
    }
    }
    .avia_transform .avia_animated_image {
    opacity: 1;
    }
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; }}

Viewing 30 posts - 91 through 120 (of 157 total)