Viewing 30 results - 4,201 through 4,230 (of 142,854 total)
  • Author
    Search Results
  • #1462885

    In reply to: Purchase Code

    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

    #1462884

    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

    #1462857

    Hi Rikard!
    Sorry, I will open a new thread next time;-)
    I tried your approach but it didn’t help.
    I did some more testing and found out that there might be some connection with the “Farbsection” I use a “Farbsection at the top of the event which has a Background Image. as soon as I delete this “Farbsection”, the content is in the “wrapp_all” div and the styling is (nearly) as I expect it to be.
    Do you know of any conflicts with the “Farbsection” and the “theeventscalendar” plugin?
    Thanks and best regards, Clemens

    #1462851

    Hi Patrick,

    Thank you for your feedback.

    I did not change anything with animation. Mayby some browser/server cache issue.

    Enjoy the theme and have a great day.

    I will close this topic – feel free to open a new one when you need further assistance or find other bugs.

    Best regards,
    Günter

    #1462848

    Thank you Rikard,
    the problem was this bit of code

    How can I disable now correctly Enfold’s media element script?

    Thank you
    Mauro

    #1462845

    Hi Rikard, you can close – thanks for being on top of things.

    #1462844

    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

    #1462805

    do you know how to get the avia shortcodes for that element?
    Just style your partner logo element on a f.e. new page without any wrapper elements ( espacially color-section )

    copy that code – f.e.:

    [ av_partner heading='' type='slider' columns='1' navigation='arrows' control_layout='av-control-default' nav_visibility_desktop='' nav_arrow_color='' nav_arrow_bg_color='' nav_dots_color='' nav_dot_active_color='' size='no scaling' img_size_behave='no_stretch' border='' img_border='' img_border_width='' img_border_width_sync='true' img_border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' padding='' padding_sync='true' animation='slide' transition_speed='' autoplay='false' interval='5' heading_tag='' heading_class='' img_scrset='' lazy_loading='disabled' el_id='' custom_class='' template_class='' av_uid='av-lyyz7l6u' sc_version='1.0']
    [ av_partner_logo id='1225']
    [ av_partner_logo id='1224' id_dynamic='' hover='' link='' link_dynamic='' link_target='' linktitle='' av_uid='av-lyyz76rg' sc_version='1.0']
    [/av_partner]

    and insert that code to your footer widget. If you don’t use that element on your pages – it might be neccessary to activate that option on enfold – performance: “Scan Widgets For Theme Shortcodes”

    Attention: You must replace “[ av_…” with “[av_…” (remove space between “[” and “av_…” )

    • This reply was modified 1 year, 8 months ago by Günter.
    • This reply was modified 1 year, 8 months ago by Günter.
    #1462790

    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

    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

    #1462764
    Munford
    Participant

    HI
    I changed the events calendar “previous events” text when I built my site, but now I can’t find where that change was made!
    I am using a child theme. I added some text to the top (BEGIVENHEDER) but want to change the SENESTE AFSLUTTEDE BEGIVENHEDER text.
    Can you see where the change was made? I checked the functions.php and single-event.php files but didn’t see it there.
    thanks
    Nancy

    #1462754
    Jak73
    Participant

    Hi,
    i’m trying to make my this page responsible for smaller screen size.
    I added an image with some other elements.
    On my larger screen it looks nice, but on my laptop the image and the other elements on this page get cut of.
    How can i fix it?
    kind regards
    Jak

    #1462752

    Hey Vivek,

    We can’t say if you are going to run into problems or not unfortunately, but getting a valid theme license would be the first things to do. After you have access to the theme files, then the update to 6.0.2 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/

    Best regards,
    Rikard

    #1462737

    Hi,

    Try to use this css code to adjust the vertical position of the text block in the third column.

    section.av_textblock_section.av-lyscdi3s-bcd0fbae3857e0a950a84fdd1cf33281 {
        top: -5px;
        position: relative;
    }

    Instead of creating this slideshow manually, we recommend using the sliders available in the Advanced Layout Builder or creating one with the Layer Slider.

    Best regards,
    Ismael

    Hey ThiloKiefer,

    Thank you for the inquiry.

    According to the PageSpeed Insights tool, the site is significantly impacted by LCP (Largest Contentful Paint), which, in this case, is the first color section. This issue might be related to the background image, which is quite large at 3984×897 pixels for desktop and is definitely not recommended for mobile devices. We recommend reducing the width of the image to less than 1500 pixels for desktop and using even smaller dimensions for mobile devices. If possible, to further improve performance, consider upgrading your hosting plan or subscribing to a CDN provider.

    Best regards,
    Ismael

    #1462722

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

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

    feel free to adjust to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1462711
    Jak73
    Participant

    Hi,
    i added an image with 750x750px.
    It works well in desktop mode, but gets cut in responsive mode.
    How can i fix that?
    kind regards
    Jak

    Hi,
    Well, I don’t think that my solution above will work for you. I guess you will need to use the standard menu and try to customize it with css to look the way you want for desktop and then use the standard burger menu for mobile devices. So far I have not been successful at this, but I will keep trying.

    Best regards,
    Mike

    #1462684

    Hi,
    Often when a page is corrupt in this way, you can not correct it and save again, the error just returns, typically using the page Revisions will also not work, but perhaps if you go back far enough it might work, it might be worth a try. But please note to might not be able to recover if it breaks this page.
    I would recommend creating a staging copy of your site first to test on.
    I would draw your attention to the av_fullscreen shortcode in the beginning of the text elements, this is your full screen slider at the top of your page, but it shows in the text element below the slider:
    Enfold Support 6368
    Enfold Support 6370
    and it also shows in the last text element on the page:
    Enfold Support 6374
    Enfold Support 6372
    so this doesn’t match the frontend of your site, as you don’t have more than one full screen slider on your page, thus this page is corrupt and I don’t see a way to correct it,
    this is why I recommend either recreating the page in a new blank page, or using your server backup. I know you said that you would have to go back years, but it sounds like you have not been able to update the page in years, so the backup should be the same as the last time you edited the page. In my guess.

    Best regards,
    Mike

    #1462672

    In reply to: Advance Editor loss

    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

    #1462662

    Hi,

    If you enable debug mode under Enfold->Layout Builder->Show advanced options, then you can add this shortcode to a new page to see how it was made:

    [av_layout_row border='' min_height='15px' color='main_color' mobile='av-fixed-cells' id='welcome' av_uid='av-98dfif']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#719430' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-38ln3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#92bb46' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8vfxsn']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#acd464' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8r5rn3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#e1fbb2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8ggrav']
    
    [/av_cell_one_fourth]
    [/av_layout_row]

    Best regards,
    Rikard

    #1462661

    Hi, thanks for your answer!

    This is the code i put in header.php juste before </head>

    <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "LocalBusiness",
     "image": [
            "https://vernissageduvar.com/wp-content/uploads/2024/06/image-du-site-vernissage-du-var.jpg"
             ],
    
          "address": {
           "@type" : "PostalAddress",
        "streetAddress" : "13 Notre Dame des Anges",
        "addressLocality" : "Gonfaron",
        "addressRegion" : "Var",
        "addressCountry" : "FR",
        "postalCode" : "83590  "
          },
    
      "description": "Nous réalisons pour vous les travaux de ponçage, sablage, rénovations , petite ébénisterie, peintures et vernissage sur tous supports. ",
      "logo": "https://vernissageduvar.com/wp-content/uploads/2024/07/Logo-du-site-vernissage-du-var.png",
      "name": "Vernissage du Var",
    
    "openingHoursSpecification": [
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
          "Monday",
          "Tuesday",
          "Wednesday",
          "Thursday",
          "Friday"
        ],
        "opens": "08:00",
        "closes": "18:00"
      },
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
          "Saturday",
          "Sunday"
        ],
        "opens": "08:00",
        "closes": "12:00"
      }
    ],
          "priceRange": "$$",
         
    
          "telephone": "0686721473",
    
          "url": "https://vernissageduvar.com",
    
     "geo": {
            "@type": "GeoCoordinates",
            "latitude": 43.31818189354868,
            "longitude":  6.2900818092288 
            },
    
    "AggregateRating": {
            "@type": "AggregateRating",
            "itemReviewed": "Vernissage du Var",
            "ratingCount": 8,
            "ratingValue": 5
        },
        "review": [
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "Elisabeth Hecketsweiler"
                },
                "datePublished": "2024-06-21",
                "description": "Entreprise au top pour sa disponibilit\u00e9, son professionnalisme et  ses tr\u00e8s bons conseils! Vraiment tr\u00e8s satisfaite du travail effectu\u00e9! Je ne reconnais plus mes meubles de cuisine! Nous referons appel \u00e0 Vernissage du Var les yeux ferm\u00e9s si besoin et nous les recommanderons autour de nous.",
                "name": "Vernissage du Var",
                "reviewRating": {
                    "@type": "Rating",
                    "bestRating": 5,
                    "ratingValue": 5,
                    "worstRating": 1
                }
            },
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "Pierre MARTIN"
                },
                "datePublished": "2024-07-15",
                "description": "On voit tout de suite qu'on a affaire a un passionn\u00e9! un travail m\u00e9ticuleux  pour un tarif tr\u00e8s raisonnable, les d\u00e9lais ont \u00e9t\u00e9 respect\u00e9s, je recommande sans aucune h\u00e9sitation!",
                "name": "Vernissage du Var",
                "reviewRating": {
                    "@type": "Rating",
                    "bestRating": 5,
                    "ratingValue": 5,
                    "worstRating": 1
                }
            },
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "S\u00e9bastien Hazebroucq"
                },
                "datePublished": "2024-06-21",
                "description": "Au top.\nJe vous conseille vivement de jeter un oeil.\nTr\u00e8s beau boulot.",
                "name": "Vernissage du Var",
                "reviewRating": {
                    "@type": "Rating",
                    "bestRating": 5,
                    "ratingValue": 5,
                    "worstRating": 1
                }
            },
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "Djamila Sahki"
                },
                "datePublished": "2024-06-21",
                "description": "Travail tr\u00e8s s\u00e9rieux je suis contente de son professionnalisme et pontuel je le conseille",
                "name": "Vernissage du Var",
                "reviewRating": {
                    "@type": "Rating",
                    "bestRating": 5,
                    "ratingValue": 5,
                    "worstRating": 1
                }
            },
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "Sebastien Ramuscello"
                },
                "datePublished": "2024-06-21",
                "description": "Tres bon acceuil bon professionnel et tres reactif ! Je recommande sans hesitation.sebastien",
                "name": "Vernissage du Var",
                "reviewRating": {
                    "@type": "Rating",
                    "bestRating": 5,
                    "ratingValue": 5,
                    "worstRating": 1
                }
            }
        ]
    }    
     
    </script>

    I don’t have error when i test it with google tools but the problem is that i don’t find it in the search console

    Thanks for your help!

    #1462654

    Hi,

    Thank you for the update.

    To adjust the size and position of the image, you can try this css code:

    .layoutArea .column p img {
        width: 20px;
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

    Best regards,
    Ismael

    #1462653

    Hi Ismael!
    Perfect, that solved it!
    thank you!
    I think you can close the topic. If I have further questions, I will post it under a new thread!
    Best regards, Clemens

    #1462648
    #1462636
    pierremartin311
    Participant

    Hello,
    1 – I add my script json in header.php just before </head> on my site : vernissageduvar.com
    Everything is OK with the google testing tool of structured data but i can’t see my strucutured data in the Google search console..Why?

    2- Whats is the difference by making this : https://kriesi.at/support/topic/structured-data-html/#post-758419 or ading the script in header.php?

    Thanks!

    an other question: Whats is the difference by making this : https://kriesi.at/support/topic/structured-data-html/#post-758419 or ading the script in header.php?

    #1462621

    Hi,
    When you write:

    top:27%; is my live view in my smartphone good, but the view in the browser development is bad.

    it sounds like you are referring to this custom css:
    Enfold Support 6352
    because it is the only one that is a percentage, but this one should not change your device vew because it has the max-width of 736px, which is smaller than your device.
    This custom css should be the one that works on your device:
    Enfold Support 6354
    because it’s max-width is the same as your device, but I not sure if you are changing the top:16px; to top:27px; or 27%
    If I’m correct about this, change this css to:

    @media only screen and (max-width: 373px) {
        .inner-container {
            position: relative;
            top: 16px;
        }
    }

    so it stops working at 373px and then add this css for your device:

    @media only screen and (min-width: 374px) and (max-width: 379px) {
        .inner-container {
            position: relative;
            top: your-value;
        }
    }

    and adjust the your-value to what looks good on your device.
    This way other devices will still look correct, it get tricky when a single device doesn’t display correctly, but I think this will work for you.
    When I check with my iPhone 7 which has a screen width of 320px, the logo looks just like it does in the browser development tool for the same width.

    Best regards,
    Mike

    Hi,

    This is what is currently appyling:

    #main .avia_textblock.text-about {
      margin-top: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 19px;
      font-family: zen-kaku-gothic-new;
      font-weight: 500;
      word-spacing: 18px;
    }

    Changing the top and bottom padding values work when I test it in the browser.

    Best regards,
    Rikard

    #1462606

    Hi Mike,
    thanks for your help.

    But i think, you don’t understand what i mean.

    When i changing the top:41%; to top:27%; than is the view in the browser development tool good!!

    BUT not in my smartphone! The live view in my smartphone is bad. The logo is too deep.

    With top:27%; is my live view in my smartphone good, but the view in the browser development is bad.

    Belive me!

    Show in your iphone or other smartphone and you will see, that this logo on the right place is.

    I cannot explain this phenomenon.

    And now I can no longer trust the browser developer tool.

    Now do you understand what I mean?

    Thanks strumpel

Viewing 30 results - 4,201 through 4,230 (of 142,854 total)