Viewing 30 results - 5,011 through 5,040 (of 142,863 total)
  • Author
    Search Results
  • #1442449

    In reply to: Enfold 407

    Hey Aldar,

    No it’s not, that theme version is very old. The update to 5.7 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    Thanks, I guess I fixed my css by coping each code one by one back in.
    On Desktop everything looks good again.
    But the button on the mobile slider just won’t change.
    Here is my current full css.

    /* Header mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 50px !important;
    }
    .responsive .logo a {
        vertical-align: top !important;
    }
    .responsive .logo img {
        max-height: 50px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: -15px;
        height: 45px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
    }
    }
    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 50px !important;
        }
    }
    /* Farbe Nachrichtenversand */
    h3.avia-form-success{
     color:#99a502!important;	
    }
    /* Text mit Foto*/
    .avia_textblock p img {
    	  border-radius: 100%;
    	  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
    }
    .avia_textblock img.alignleft {
      margin-right: 40px;
    margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }
    /* ScrollDown Pfeil */
    #top .scroll-down-link {
    	color: #a47654;
    }
    /* Blog Leerzeile entfernen */
    .page-id-691 #after_section_2 {
      display: none; 
    }
    /* Blog Postdatum entfernen */
    .page-id-691 .av-masonry .av-masonry-date {
      display: none; 
    }
    /* SocialMedia Icons*/
    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: #c82161;
    }
    /* Icon Circle schneller*/
    .avia_start_animation .avia-icon-circles-inner {
      transition: all 0.2s cubic-bezier(0.175,0.885,0.320,1.275);
    }
    /* Desktop Menu*/
    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }
    /* Header Button Desktop*/
    @media only screen and (max-width: 450px) { 
    .slideshow_inner_caption {
    	top: -40px;
    }
    }
    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 500px;
        height: 56px;
        font-size: 22px;
    }
    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -125px;
    }
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
        background-color: #c79a52;
        color: white;
        border-radius: 15px;
    }
    /* Header Button Mobile*/
    @media only screen and (max-width: 767px) {
    .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 250px;
    }
    .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    }
    #1442417

    Vielen Dank, die Pfeile sind nun mobil auch sichtbar, aber leider nicht anklickbar – nur in der Desktopversion.

    Kauch_01
    Participant

    Hello,

    I came from this:

    – Updated the theme from 4.7.6.4 to 5.7 (just on staging site)
    – Updated WordPress to 6.5.2 (on both sites)
    – I also made a stage site

    But now a few problems have occurred.

    1. On almost every page (frontend) i have text displayed “array” -> see picture 1
    2. I updated the theme just on stage site. Now my prefooter is gone -> see picture 2, picture 3 is the original state.
    I do still have content in widgets footer columns.
    3. My forms got deformed -> see picture 4
    4. On some buttons and form links (i agree with terms and conditions links) i got additional line (so now they are two) -> see picture 5 (more in private).

    Also in private i have shared access to both live and stage site.

    Can you please take a look at these problems?
    Thank you,

    #1442413

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 989px) {
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a {
        padding: 5px 15%;
      }
      .sticky_placeholder {
        height: 0;
      }
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before {
        top: 5px;
      }
    }

    Best regards,
    Rikard

    Hi,

    I’m not sure exactly what you need help with, but it looks like there are some extra ending brackets, and some missing ending brackets. The last one here seems like it can be removed:

    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }

    And this media query is not closed:

    /* SlideShow Button Desktop*/
    @media only screen and (min-width: 768px) { 

    Best regards,
    Rikard

    #1442390

    Hi,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
        color: #000;
        opacity: 1 !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1442377
    webmonnik
    Participant

    Hi ,

    I use a background video in the header of a page (background content-section) on the desktop version. During the page load, there is a delay before the video starts, and initially, a white background is visible. Is there an option to load the video immediately, so that it is visible right when the page opens? The video is hosted on YouTube.
    Thanks

    Best regards, Rogier

    #1442357
    clbdcnpafe
    Participant

    Hello,

    In the Private Content section, we are providing two links, one which in the smartphone version shows body text without the fold/unfold feature turned on, and the other with that feature turned on. That second page version includes the word “defect” in the link. You will see that in the second version, the page does not set up correctly; the right side of the body text extends beyond the limits of the screen.. We have tried making text font size smaller but that does not solve the problem.

    NOTE: The fold/unfold feature works fine on laptop/desktop screens.

    Please let us know if this can be fixed without quick css; the goal here is to make sure that the “Read More” text works on smartphones with different screen sizes, not just one size.

    Let us know if screenshots will help; not sure how to send them here.

    Thanks,

    Cliff

    This reply has been marked as private.
    peterolle
    Participant

    I had everything correctly and I went to test some different colors in the general styles.

    Click and save, click and save, click and save.

    Then I returned to the one I was using previously.

    Now the nav menu text is black in the transparent headers, the text colors I chose only appear when scrolling and the nav collapses with the defined background color.

    I tried and tried and nothing.

    Now inspecting I see this:

    
    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text,{
    color: var(--enfold-header_replacement_menu_color);
    }
    

    The only difference I see between browser is that safari uses bold and chrome not, but the black text is used when the header is transparent.

    Thanks.

    by the way: you are using on desktop version a svg logo. Why don’t you use an edited svg file for mobile too.

    The font is lufga i guess. So it is easy to get in illustrator.
    you can find your mobile logo here: Link
    upload that – and on list view inside the media library look for the ID of that file. f.e. 456

    then replace it via:

    function av_change_mobile_logo($logo){
        if(wp_is_mobile()){
          $logo = 456;
        }
        return $logo;
    }
    add_filter('avf_logo','av_change_mobile_logo');

    Your png file got a bit different color – is that a wanted style – i styled it now like your desktop svg file.
    But you can fill it a different way by quick css.

    and btw. you decided to preseve the header visible on mobile view.
    then adjust the padding-top of main to

    @media only screen and (max-width: 767px) {
      .responsive #top #main {
        padding-top: 80px !important;
      }
    }

    Firstly – to get your content back: What do you see in the top right editor of the page – are there any revisions to this page?
    If so – click on the link : browse.
    If you now hover the timeline you will see the backup times. Then choose the one that restores your old content (the time just before the text was edited)

    #1442310

    Hi,
    For mobile width I see that your grid is two columns wide and the items in the right column have a right margin, so try adding this css for mobile devices, it will remove the margin and adjust the width of the items to fill the grid width like above.

    @media only screen and (max-width: 767px) { 
    	.responsive #top #main .container_wrap_first.shop_columns_3 .products .product:nth-child(even) {
        margin-right: 0;
    }
    .responsive #top #main .container_wrap_first.shop_columns_3 .products .product {
            width: 46%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    I also checked the tablet sizes when the columns first become three wide and it looks good there.

    In case you are checking the css on a iPhone, please note that iPhones can be hard to clear the cache, often you also need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    I’m just not looking through in my css anymore. I’m afraid to make it worse
    Can you please help me?

    /* Header mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 50px !important;
    }
    .responsive .logo a {
        vertical-align: top !important;
    }
    .responsive .logo img {
        max-height: 50px !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: -15px;
        height: 45px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
    }
    }
    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 50px !important;
        }
    }
    /* Farbe Nachrichtenversand */
    h3.avia-form-success{
     color:#99a502!important;	
    }
    /* Text mit Foto*/
    .avia_textblock p img {
    	  border-radius: 100%;
    	  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
    }
    .avia_textblock img.alignleft {
      margin-right: 40px;
    margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }
    /* ScrollDown Pfeil */
    #top .scroll-down-link {
    	color: #a47654;
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }
    @media only screen and (max-width: 767px) { 
    	#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
    	padding: 10px 6px;
    	font-size: 10px;
    }
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }
    /* SlideShow Button Desktop*/
    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 500px;
        height: 56px;
        font-size: 22px;
    }
    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -125px;
    }
    }
    /* SlideShow Button Mobil */
    @media only screen and (max-width: 767px) {
    .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 250px;
    }
    .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
        background-color: #a37652;
        color: white;
        border-radius: 10px;
    }
    }
    /* SocialMedia Icons*/
    #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus {
        color: #fff;
        background-color: #c82161;
    }
    .page-id-691 .av-masonry .av-masonry-date {
      display: none; 
    }
    .avia_start_animation .avia-icon-circles-inner {
      transition: all 0.2s cubic-bezier(0.175,0.885,0.320,1.275);
    }
    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }
    .page-id-691 #after_section_2 {
      display: none; 
    }
    #1442252
    Christy
    Participant

    I created a pricing table and the first column is not aligning unless I stretch the window to a very specific size. I created a completely different table for mobile, but the desktop table needs to align up correctly otherwise it doesn’t make sense at all.

    hm – if i use the code snippet from here
    this is the result all tags are closing the right way – but only with div.

    if i use f.e. the p-tag:

    or – the way you noted the snippet and that is the way i learned it too:

    but i guess it is only a problem here with the p-tag ( span is working )
    a remove of the filter wpautop does not bring success.
    – i can live with the div!

    #1442203

    In reply to: Full page overlay menu

    Hi,
    Thanks for the screenshot, so you want to move the burger menu “X” over the logo, are you sure you want to do this, each time you open and close the burger menu on mobile there is going to be a big “jump”. Right now the burger menu icon stays in the same place when open or closed.
    Nonetheless, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
      #top #av-burger-menu-ul {
        vertical-align: top !important;
        padding: 130px 0 !important;
      }
      .responsive.av-burger-overlay-active #top #wrap_all .main_menu {
        top: -90px;
      }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1442194

    In reply to: Full page overlay menu

    Hi,
    when I check your mobile menu the top line is almost on the burger menu “X” please see the screenshot in the Private Content area to ensure that this is what you see also.
    If not then perhaps your mobile device cache is showing you an old version, if this is what you see and you want it even higher try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
        vertical-align: top;
        padding: 190px 0 !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1442187

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1442177

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1442175

    Hey jamesbarrell,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-text {
    	color: #afbf36;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1442174

    Hi,
    Please see your other thread about showing woocommerce product categories
    You will need to use the shortcode instead of the masonry element.

    Best regards,
    Mike

    #1442148

    go to the editor and open the first 1/3 column – you can find there on “Row Margins” : custom margins – and a negative value.
    the whole column line is now shiftet to top by that amount ( 60px). For the effect to make sense, they will have a higher z-index, overlapping your heading.

    If you like to preserve that behaviour – pull your Heading into a 1/1 container and shift this to top. And get rid of the settings on your first 1/3 column. To obtain this looking i guess there is a no “Space Between Columns” defined.

    Now I seem to have destroyed evertything.
    I’m just not seeing through in the css anymore and now the desktop version is destroyed and mobile doesn’t change.

    I’m frustrated

    My Header meu is destroyed as well.
    Can anyone help me to fix everything and to structure the css? I am lost

    • This reply was modified 1 year, 11 months ago by northorie.
    #1442146
    MORTULGAAH
    Participant

    Hello, is there a way to style mega menu section titles with color and box size look like some sort of heading?

    Example in link.

    #1442107

    In reply to: Full page overlay menu

    Thanks, this is almost it. I need the menu to be -120 only when it’s opened. The burger icon is good in place as it is, then when opened I would like the menu to be more to the top.

    #1442106
    bemodesign
    Participant

    Hello, could you please help me. I’m having a problem for mobile view that looks completely different than desktop nview. See attachment below and login

    https://bemodesign.com/

    #1442105

    I think I have a lot of extra unneeded CSS code. Could you take a look and fix this for me?

    .phone-info {
    font-size: 30px;
    }

    #header_meta a, #header_meta span {
    font-size:17px !important;
    }

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 130px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li.menu-item { display: none; }
    .av-main-nav > li.menu-item-avia-special { display: block; }
    }

    .phone-info {
    font-size: 18px;
    }

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 30px !important;
    }

    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 8px !important;
    line-height: 10px;
    }

    .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
    height: 20vh !important;
    }
    }

    @media only screen and (max-width: 767px) {
    #top #wrap_all #main .avia-section {
    background-image: none !important;
    }
    }

    .html_elegant-blog #top .post-entry .post-meta-infos,
    .html_elegant-blog .avia-content-slider .slide-meta,
    #top .news-time {
    display: none;
    }

    html, body {
    background-color: #04aef7 !important;
    }

    .page-id-2413 .slideshow_align_caption {
    vertical-align: top;
    }

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .avia-slideshow li {
    visibility: visible !important;
    opacity: 1 !important;
    }
    }

    #1442092

    Hi,

    Thanks for that. Please remove your previous CSS, then add this instead:

    #top .logo img {
      padding: 15px 0;
    }

    Best regards,
    Rikard

Viewing 30 results - 5,011 through 5,040 (of 142,863 total)