Viewing 30 results - 3,361 through 3,390 (of 142,852 total)
  • Author
    Search Results
  • Hi,

    Thank you for the update.

    Why do you need a sticky header on mobile view? Users can easily return to the navigation by double-tapping the top edge of their phone, making sticky headers unnecessary. Unfortunately, implementing this requires modifications that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1469721

    Hey Paolo,

    Thank you for the inquiry.

    We updated the value of the Leaflet Map > Settings > Map Tile URL field to https://tile.openstreetmap.org/{z}/{x}/{y}.png. Please make sure to purge the cache before checking the page.+

    Related thread: https://kriesi.at/support/topic/openstreet-map-problem/#post-1468347

    Best regards,
    Ismael

    #1469713
    Sherie
    Guest

    Accidentally bought theme multiple times. You can check the date to see they happened at the same time. We have three purchases on record in Envato. We’re using the purchase code of the topmost purchase on the list. Need refunds for the second 2. Would share screenshot but don’t see option to upload a file.

    #1469686

    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

    #1469678
    SHR Design
    Participant

    Hi

    A general problem is that hovering an image on the frontend will show its title. An example:

    Moving the cursor around the image this will show up: rotina420r_rgb
    I tested with the default theme of Twenty Twenty Four and the image title is not seen on hover there.
    https://bluewinddesign.com/ (Contains a cover block with an image and has an image title.)

    Do I have to add a Code Snippet plugin on very site with the following code?

    jQuery(document).ready(function($) {
      $('img[title]').each(function() { $(this).removeAttr('title'); });
    });

    I noticed another thread mention these things as well:

    When will this issue be fixed?

    Thank you!

    • This topic was modified 1 year, 5 months ago by SHR Design.
    • This topic was modified 1 year, 5 months ago by SHR Design. Reason: Additional information
    #1469674
    This reply has been marked as private.
    #1469665

    Hey Eduardo,

    Thank you for the inquiry.

    You can use this css code to apply rounded corners to the Image and Masonry Gallery element:

    #top .av-inner-masonry {
        border-radius: 20px;
        overflow: hidden;
    }
    
    #top .avia-image-container img {
        border-radius: 30px;
    }
    

    Best regards,
    Ismael

    #1469662

    Hey zimbo,

    Thank you for the inquiry.

    What happens when you remove the srcset and sizes attribute from the image? The size 180×101px should be good enough for desktop and mobile view.

    <img loading="lazy" decoding="async" aria-describedby="caption-attachment-7644" class="size-square wp-image-7644" src="https://www.americanroadtrips.net/wp-content/uploads/2019/11/Hotel-Nevada-180x101.jpg" alt="Hotel Nevada at night" width="180" height="101">
    

    Best regards,
    Ismael

    #1469651

    In reply to: Mega menu (2)

    Hi,

    Thank you for the update.

    Try to replace the css with the following code:

    #top .header_color .avia_mega_div,
    #top .header_color .main_menu ul ul,
    #top .header_color .main_menu .menu ul li a {
    	background-color: rgba(255,255,255,0.5);
    }

    Best regards,
    Ismael

    woogie07
    Participant

    Hi

    I am running Enfold.

    When I try to add a new page, it defaults to Block WP page builder and I can no longer see the Advanced Layout Builder as an option.

    Is there a way I can use the Advanced Layout Builder as a default?

    Thanks

    #1469633

    In reply to: Mega menu (2)

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

    #top .header_color .avia_mega_div,
    #top .header_color .main_menu ul ul,
    #top .header_color .main_menu .menu ul li a {
    	background-color: transparent;
    }

    Best regards,
    Mike

    #1469613

    In reply to: Logo springt

    Next:
    ich sagte Dir ja bezüglich der Zentrierung des Logs, das du mit dem Media Query probieren musst bis wann das noch gut aussieht.

    Du könntest also dieses css durch aus so verändern:

    @media only screen and (min-width:449px) {
      .responsive #top .logo {
        display:inline-block;
        width:100%
      }
      .responsive .logo a {
        display:inline-block
      }
      .av-contains-svg {
        left:50%;
        transform:translateX(-50%)
      }
    }

    zusätzlich könntest du für alle Weiten folgendes setzen:

    .responsive #top .logo img, 
    .responsive #top .logo svg {
      width: 250px;
    }
    #1469611

    In reply to: Logo springt

    den “Jump” wirst du ja nur an Desktop Browsern sehen. Ein Mobiles Endgerät wird nur in der Lage sein beide Zustände zu sehen, wenn die Größe des Displays im Querformat mehr als diese 768px beträgt. Durch das Kippen ist aber ohnehin soviel optisch im Umbruch, dass man das Springen hier kaum wahrnehmen kann. Das Phänomen tritt ja nur auf, bei Desktop Browsern, deren Größe durch ziehen des Fensters verkleinert wird.

    Ich finde das Verhalten des Hintergrundbildes im responsiven Fall der ersten color-section da viel schlimmer.

    ___________

    You will only see the “jump” on desktop browsers. A mobile device will only be able to see both states if the size of the display in landscape format is more than 768px. Due to the tilting, however, there is so much visual change anyway that you can hardly notice the jumping here. The phenomenon only occurs with desktop browsers whose size is reduced by dragging the window.

    I find the behavior of the background image in the responsive case of the first color section much worse.

    #1469571

    In reply to: Mega menu (2)

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

    #top #header .mega_menu_title,
    #top #header .mega_menu_title a {
        font-size: 12px;
    }

    Best regards,
    Mike

    Hi,
    Please add this css, and also keep the css Ismael posted:

    #top a:hover:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
        color: #d97d1a!important;
    }

    Best regards,
    Mike

    #1469566

    In reply to: Burger Menu right

    sorry ist ja jetzt anders …

    .av-contains-svg {
      padding-top: 10px;
    }

    Du hast gesehen, was dieser code macht: https://kriesi.at/support/topic/burger-menu-right/#post-1469564

    #1469562

    In reply to: Burger Menu right

    ich denke mit Dir kann ich das gerade in deutsch erledigen.
    Wie gesagt Logo links – Navigation rechts. – Dadurch haben wir den Burger schon mal rechtsseitig.
    Dann:

    @media only screen and (min-width: 768px) {
      .responsive #top .logo {
        display: inline-block;
        width: 100%;
      }
      .responsive .logo a {
        display: inline-block;
      }
      .av-contains-svg {
        left: 50%;
        transform: translateX(-50%);
      }
    }

    Warum im Media-Query: irgendwann ist der Screen so klein, das es nicht mehr funktioniert. Daher – schau mal bis wann das noch gut funktioniert und gehe dann zurück zur normalen links – rechts relation.

    #1469559

    looking to your svg now ( a former topic got the link to your page)
    the “Ideen” text is black because its class st8 is not set in the defs/style – every not referenced fill will be black.

    i do not know how you use the path, circles etc in your illustrator.
    first : there are other elements inside that svg ( your scetch for example is inside the svg – that is the reason for its big file-size)
    next: why clip-path settings ? do you edit your svg in another program?

    look at this svg code on my example page:
    it has unique classes without any clip-path need. It has a size of 5kb due to only using vector elements.
    https://webers-testseite.de/ausgesonnen/

    btw: you can see here how you can determine other classes (graphic-styles) in illustrator.: https://kriesi.at/support/topic/transparent-logo/#post-1459268

    #1469552

    In reply to: SVG transparent

    The logo is an inline svg file – is your svg inside the color-section an inline svg too?
    – Why asking this: if you got two inline svg files with the same classes inside ( and that often happens if you use illustrator – because if you do not set the grafic styles – illustrator uses in former times st as class – now it is : cls ).
    now your logo is often the first svg on your DOM – if now the next svg has a different color setting for that standard class – it will determine the color for all those classes for the whole page – (cascading style sheet).

    eg: if the class inside the logo there is : .st1{fill:#EB5F3D;}
    and another st1 is on that page – this will determine the fill color.

    so – be more specific in your selectors:
    e.g.:

    #top.page-id-123 .avia-svg-logo .st1 {
      fill: #FFFFFF;
    }
    #1469551

    In reply to: SVG transparent

    So yes, I only want the orange circle to be transparent, not the logo at the top. How can i do this?

    #1469550

    Topic: SVG transparent

    in forum Enfold
    ausgesonnen
    Participant

    Hello,

    suddenly the LOGO SVG at the top has gone grey. It is supposed to be black. It happened after I added the SVG image to the color section. What could that be?

    #1469547
    ausgesonnen
    Participant

    Hello,
    i am trying to add colums to a color section with a background image. Is that not possible? It neither lets me add columns nor can I add an image element on top of the background image. How else can I achieve this ?

    the round orange image should come on top of the color section with the background. See image. https://ibb.co/mvLV0g2

    How can I do this. Please send code or other solution.

    Best
    Pete.

    #1469545
    ausgesonnen
    Participant

    Hi there,
    how can i reduce the space at the top of the color section? Please send CSS.

    Best
    Pete

    #1469528

    Hey sgkeil,

    Please continue here: https://kriesi.at/support/topic/bullets-on-showing-in-woocommerce-short-description-2/

    Best regards,
    Ismael

    #1469527

    Hey sgkeil,

    Thank you for the inquiry.

    The list is now bulleted. Did you figure this out?

    .woocommerce-tabs #tab-description ul, #top .woocommerce-tabs .commentlist .description ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    Best regards,
    Ismael

    #1469524

    In reply to: Change font using CSS

    Hey Dzimnikov,

    Thank you for the inquiry.

    What do you mean by categories? You can apply a unique class name (e.g., av-google-bad-script) to the h2 element either by defining the attribute manually or by using the Advanced > Developer Settings > Custom CSS Class field if you’re using a Special Element.

    .responsive #top .av-google-bad-script {
        font-family: 'Bad Script', cursive;
    }
    

    However, before that, you need to manually load the font:

    function ava_enqueue_google_fonts() {
        wp_enqueue_style( 'av-google-font-bad-script', 'https://fonts.googleapis.com/css2?family=Bad+Script&display=swap', false );
    }
    add_action( 'wp_enqueue_scripts', 'ava_enqueue_google_fonts' );
    
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You can remove both css rules and replace them with the code @Mike provided above:

    .main_color a { color: #f1f1f1; text-decoration: underline }
    .alternate_color a { color: #f1f1f1; text-decoration: underline !important;}
    

    Use this if you need to adjust the text color:

    #top a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
        color: #f1f1f1 !important;
    }
    

    Best regards,
    Ismael

    #1469516
    sgkeil
    Participant

    Hello,
    My bullets don’t show up in the short description from woocommerce. My test product page is here:

    I’ve checked your forums and tried different CSS snippits from previous posts, and when i post them in the enfold quick css section, the bullets how up, but the entire formating of the page breaks. Some of the things i tried are:

    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }

    and:

    .summary.entry-summary ul {
    list-style: disc outside;
    }

    and:

    .woocommerce-product-details__short-description ul {
    list-style-type: disc;
    list-style-position: inside;
    }

    When i try adding these, the entire page formatting breaks…

    #1469515
    sgkeil
    Participant

    Hello,
    My bullets don’t show up in the short description from woocommerce. My test product page is here:

    I’ve checked your forums and tried different CSS snippits from previous posts, and when i post them in the enfold quick css section, the bullets how up, but the entire formating of the page breaks. Some of the things i tried are:

    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }

    and:

    .summary.entry-summary ul {
    list-style: disc outside;
    }

    and:

    .woocommerce-product-details__short-description ul {
    list-style-type: disc;
    list-style-position: inside;
    }

    When i try adding these, the entire page formatting breaks…

    Hi,
    Please use this instead for the result in my screenshot:

    #top a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

Viewing 30 results - 3,361 through 3,390 (of 142,852 total)