Forum Replies Created

Viewing 30 posts - 23,461 through 23,490 (of 82,625 total)
  • Author
    Posts
  • in reply to: Enfold 4.0 Upgrade is buggy #752576

    Hey!

    I attached a screenshot in private content field that is how it looks on my end on Chrome, Safari and Firefox.

    And regarding LayerSlider images in media library, that is intended behaviour.
    I am quoting Kriesi’s input

    Previously the 2 demo sliders that shipped with the theme were added on theme activation. The images were located in the theme folder.
    Now the demo sliders are only installed if the demo is actually imported. Older sliders are updated so that they no longer require us to ship the images with the theme folder. The images are now imported into the WordPress media library, but only if the user has a LayerSlider with the old demo data installed. If the user has deleted those sliders nothing is imported.

    Regards,
    Yigit

    in reply to: Enfold 4.0 update breaks admin access #752556

    Hey!


    @edamon
    I updated the theme to the latest version 4.0.1 and that helped. Please review your website now

    Regards,
    Yigit

    in reply to: Enfold 4.0 Upgrade is buggy #752541

    Hi!

    Can you please post a screenshot and show the issue? Does it still happen only on Chrome on your end?

    Regards,
    Yigit

    in reply to: Enfold 4.0 update breaks admin access #752540

    Hi,

    Great! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    in reply to: Slowness #752538

    Hey!

    Thanks for your kind words :)

    Can you please try de-activating all active plugins and then activating them one by one to find the culprit?

    Cheers!
    Yigit

    in reply to: Error accessing admin on 4.0 update. #752534

    Hi!

    Can you please post FTP logins here privately as well? :)

    Best regards,
    Yigit

    in reply to: Error accessing admin on 4.0 update. #752528

    Hey!

    Can you please post FTP logins here privately as well so we can take a look into it right away?

    Cheers!
    Yigit

    in reply to: Enfold 4.0 update breaks admin access #752525

    Hey!


    @solarmediapro
    Thanks for your input. We have just released Enfold 4.0.1 which should fix the issue :)

    Cheers!
    Yigit

    in reply to: Enfold 4.0 Upgrade is buggy #752521

    Hey!

    I think it is caching related as well. I checked your website on Chrome, Safari and Firefox on OSX 10.11 and it does look the same on all these browser.
    If flushing cache does not help on your end, can you please post a screenshot and show the issue on front end as well?

    Cheers!
    Yigit

    in reply to: Enfold 4.0 Upgrade is buggy #752516

    Hi!

    It shows up fine on my end, attached a screenshot in private content field.
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

    in reply to: Error accessing admin on 4.0 update. #752515

    Hey!

    Enfold 4.0.1 will be available in few minutes. Can you please update to that version and check if that helps? :)

    Best regards,
    Yigit

    in reply to: Enfold 4.0 Upgrade is buggy #752503

    Hey Did,

    Can you please create a temporary admin login and post it here privately?

    Cheers!
    Yigit

    in reply to: Enfold 4.0 breaks admin access #752500

    Hey Lissasan!

    I logged in but i cannot see any errors in dashboard. Attached a screenshot in private content field.
    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

    in reply to: Error accessing admin on 4.0 update. #752495

    Hey Elmer,

    Some other users reported a similar issue. We will look into it on their installations since you have downgraded and let you know :)

    Best regards,
    Yigit

    in reply to: Enfold 4.0 update – blank admin screen #752490

    Hey!

    Can you please post a link to your website as well? I checked the other thread however apparently you edited your post and removed it :)

    Regards,
    Yigit

    in reply to: menu and footer stretched #752489

    Hi,

    Sorry for the late reply!

    I just checked your website but it seems like you have figured it out already? :)

    Best regards,
    Yigit

    in reply to: Media Queries don't work #752486

    Hi,

    Can you please create a temporary admin login and post it here privately so we can look into it?

    Best regards,
    Yigit

    in reply to: Make red background in menu blink? #752484

    Hey!

    You are welcome :)
    Replied already

    Regards,
    Yigit

    in reply to: add a picture beside icon list? #752483

    Hey!

    Please edit your element and give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class { 
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% 50%;
    }

    That to me seems to be the easiest solution in this case. I hope it helps :)

    Best regards,
    Yigit

    in reply to: Enfold 4.0 update – blank admin screen #752479

    Hey!

    Please post WP admin logins here privately as well

    Cheers!
    Yigit

    in reply to: Enfold 4.0 update breaks admin access #752477

    Hi!

    Yes, i could. Could you please post WP admin logins here privately as well?

    Regards,
    Yigit

    in reply to: Mobile Menu #752475

    Hey!

    Sorry for the late reply!
    Can you please try updating Enfold to the latest version 4.0 – kriesi.at/documentation/enfold/updating-your-theme-files/ and check if that helps? Also, please try de-activating all active plugins if updating does not help

    Cheers!
    Yigit

    in reply to: Make red background in menu blink? #752472

    Hi!

    Please change the code to following one

    @-webkit-keyframes blinker {
        0%   { background-color: transparent; }
        49% { background-color: transparent; }
        50% { background-color: #FF0000; }
        99% { background-color: #FF0000; }
        100% { background-color: transparent; }
      }
      @-moz-keyframes blinker {
        0%   { background-color: transparent; }
        49% { background-color: transparent; }
        50% { background-color: #FF0000; }
        99% { background-color: #FF0000; }
        100% { background-color: transparent; }
      }
      @keyframes blinker {
        0%   { background-color: transparent; }
        49% { background-color: transparent; }
        50% { background-color: #FF0000; }
        99% { background-color: #FF0000; }
        100% { background-color: transparent; }
      }
    .live>a>span.avia-menu-text:before {
      -webkit-animation: blinker 1s infinite;
      -moz-animation:    blinker 1s infinite;
      animation:         blinker 1s infinite;
    }

    Regards,
    Yigit

    in reply to: header and footer color. #752469

    Hey!

    Please add following code to Quick CSS

    #footer { background-color: white; } 
    #socket { background-color: white; }
    .header-scrolled #header_main { background-color: white; }
    .av-main-nav > li > a { color: #e2e2e2; }

    If that does not help, please post a link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    in reply to: Disable header site wide but keep extra elements bar? #752463

    Hi!

    You are welcome! Let us know if you have any other questions or issues!

    Regards,
    Yigit

    in reply to: Enfold 4.0 update breaks admin access #752462

    Hey!


    @edamon
    Can you please create a temporary admin login and FTP logins and post them here privately so we can look into it?


    @arlographic
    please start a new thread and attach temporary admin and FTP logins in private content field as well. If you post them here they will be visible to creator of this thread

    Cheers!
    Yigit

    in reply to: Make red background in menu blink? #752460

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .live>a>span.avia-menu-text:before {
      animation: blinker 1s linear infinite;
    }
    
    @keyframes blinker {  
      50% { opacity: 0; }
    }
    

    Best regards,
    Yigit

    in reply to: On Page Section Links not responding #752459

    Hey havi!

    Would you like to link your images to Grid Row elements below? If so, please refer to this post – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ and give your Grid Row elements a unique ID

    Cheers!
    Yigit

    in reply to: Disable header site wide but keep extra elements bar? #752456

    Hey!

    Please change the code to following one

    .html_boxed #main {
        width: 100%;
    }

    Cheers!
    Yigit

    in reply to: header and footer color. #752455

    Hey!

    Please go to Enfold theme options > General Styling and change header background color in Logo Area tab and change footer and socket background colors and text colors in “Footer” and “Socket” tabs.
    Then you can go to Enfold theme options > Advanced Styling and edit “Main menu links” to change menu font colors

    Cheers!
    Yigit

Viewing 30 posts - 23,461 through 23,490 (of 82,625 total)