Viewing 30 results - 2,221 through 2,250 (of 18,728 total)
  • Author
    Search Results
  • #1338131

    Hi,

    Thanks for that, let’s try to figure out one problem at a time. I checked the page in private and I see that you haven’t selected any font sizes except for desktop for some slides, like the first two slides. If you only select a font size for desktop, then that font size will apply on the other screen sizes as well. If you want to keep the default sizes, then please remove your font size selections. I checked the second slider, since the first one is hidden for small screen sizes.

    Best regards,
    Rikard

    #1338109

    Hey Peter,

    This is WordPress problem unfortunately: https://core.trac.wordpress.org/ticket/54902. It will be fixed in the next WordPress release. If you need this working quicker, then please try this in your functions.php file:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Best regards,
    Rikard

    #1337989

    Hi,

    Thank you for your patience.

    Adding this code in the functions.php file should fix the gallery sorting.

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
     }
     add_action('admin_head', 'ava_custom_css_admin_mod');
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The above filter is supposed to disable the modification that the theme applies to the ampersand character and the css modifies the default style of the “special_amp” element. Please keep the css modification for now.

    If you want to directly apply the default font to the ampersand, please use this css code.

    .responsive #top .special_amp {
        font-size: 15px;
        font-weight: 400;
        font-family: 'rubik',Helvetica,Arial,sans-serif;
        font-style: normal;
    }
    

    Best regards,
    Ismael

    maybe you only deactivate the ampersand filter – try in your child-theme functions.php:

    add_filter('avia_ampersand','__return_false');
    

    or you can set the class inserted by that filter to be not special:

    .special_amp {
      font-family: inherit;
      font-style: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
    }

    Hi,
    Thank you for the link to your page and the screenshots, when I check your page I see this, so it seems that the hiding of the quantity section is working
    2022-01-29_003.jpg
    please try this css instead:

    #top.single-product .price span.woocommerce-Price-amount,
    #top.single-product .price span.woocommerce-Price-currencySymbol{ 
         font-size: 20px;
    }
    #top.single-product .quantity { 
        display: none; 
    }
    #top.single-product .av-woo-purchase-button .cart {
    	float: none;
        display: inline-flex;
        margin-bottom: 0;
    }
    #top.single-product .first-payment-date {
    	margin: 0;
    }

    the expected results:
    2022-01-29_004.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1337835
    tammiviestinta
    Participant

    Hi,
    after updating Enfold 4.8.9 (and WordPress) the font size on mobile changed in special heading and caption titles. All the headings which were as default size, became bigger – and so did caption titles, too. They don’t fit on mobile screen at all.
    Is there any easy fix or do I need to open every single page on every site and change those? I have 83 sites done with Enfold…

    #1337799

    In reply to: Design / Layout

    Hi Rikard,

    Thank you so much for your guidance on this, very helpful! As you can see #1 and #2 look great now!

    I am still struggling with point #3. I have played around with the Grid Row element – please see the current version (https://negotiations-masterclass.com/) – and am encountering the following 2 issues:

    a. While I managed to increase the font size through HTML code snippets for desktop, it looks off on mobile (it’s a good size for desktop however looks oversized on mobile). In addition, the line spacing doesn’t work on neither desktop and mobile.
    How would you recommend changing it so it looks good?

    b. Based on the current layout/design, the image is displayed based on the text size and volume on the left hand side. However, I would like the full image to be displayed. I selected “Stretch Image”, however then the image isn’t fully visible. When I select other options, the space isn’t filled on the right.
    Displaying the full image is also important for Mobile. If you have a look at the mobile layout right now, the image currently fills almost the entire first page. It should only fill about 25-35%, which would be the case if the entire image was displayed.
    What would you recommend?

    As it may be helpful for you, I’m trying to adapt a design that is similar to this website to start with: https://online.hbs.edu/courses/negotiation/

    Thank you,
    Markus

    Hi Rikard,
    ok, where I change the body text in the font size is now clear.

    Problem still:
    I set Times New Roman for the headlines in the backend, but it doesn’t show up in the frontend. See 3 pictures
    Greeting Holger
    https://die-organisationsberater.de/index.php/s/srSZfPHRfoNwEEF
    https://die-organisationsberater.de/index.php/s/JMwnoYKXEX4q5eF
    https://die-organisationsberater.de/index.php/s/NCQPp5s9FXp92wT

    #1337639

    Hey furkanbutt,

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

    @media only screen and (max-width: 767px) {
    #socket .social_bookmarks {
        margin: -90px 40% 0 30px;
    }
    #socket .social_bookmarks a:before {
        font-size: 16px;
    }
    }

    Best regards,
    Rikard

    Hi,

    I checked your settings and they seem to be working as they should, could try to be a bit more specific as to which setting is not working? If you use Standard, then a default theme font size will apply.

    Please read this to know when each setting is active:

    Default: all screensizes (no media query)
    Medium: between 768px and 989px – eg: Tablet Landscape
    Small: between 480px and 767px – eg: Tablet Portrait
    Very Small: smaller than 479px – eg: Smartphone Portrait

    Best regards,
    Rikard

    Holger-Germany
    Participant

    Hello from Germany,
    1.)
    problem fonts
    I’m using Enfold 4.8.9 and WordPress 5.9
    Headings H1 – H6 do not show font changes. Domain was re-registered and WordPress re-launched. There are only 2 plugins installed maintenance and Real Cookie Banner and both disabled.
    Despite many attempts it does not work.
    Where could the problem be?
    2.)
    Where do I change the font size of the body text?
    a).)
    default content fonts, do I need to enable that? when I activate it, STANDARD – MEDIUM – SMALL – VERY SMALL appears, which one is active? How do I achieve that e.g. Medium is active? totally unclear…
    b.)
    what if I don’t activate this? Then he takes standard? But where can I change the default size? Completely unclear

    it was all so easy, now unfortunately not anymore or I just don’t understand it
    thanks Holger

    #1337551

    Hi Till,

    I apolgize for the delayed response.
    #1. We would need to have admin access in order to check the theme options.

    #2. Do you mean removing the summary of posts/pages on the search results?

    #3. I don’t see any overlap of the title in the blog page https://www.tt-bewerbungsservice.de/bewerbungsblog.html is this already fixed? the title seems a bit long, so I think reducing the font size would help, please add this in Enfold > General Styling > Quick CSS (just adjust the font size value):

    #top .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    #4 & #5 Please add this CSS code in Quick CSS:

    @media only screen and (max-width:960px) and (min-width:480px) {
        #socket #avia3-menu li {
            padding-left: 6px;
            padding-right: 6px;
        }
    }
    
    @media only screen and (max-width:479px) {
        h1 {
            font-size: 26px;
        }
    
        #socket .copyright {
            width: 100%;
            text-align: center;
            margin-bottom: -12px;
        }
    
        #socket .sub_menu_socket {
            margin: 0 !important;
        }
    
        #socket #avia3-menu li {
            line-height: 1.3;
            margin-bottom: 4px;
            text-align: center;
            width: 50%;
        }
    }

    #6 For the blockquote font attributes go to Enfold > Advanced Styling and select < blockquote >, as for removing border and adding a quote, please add this to Quick CSS:

    #top .all_colors blockquote {
        border: none;
        margin-right: 0;
        padding-left: 0;
        position: relative;
    }
    
    #top .all_colors blockquote:before {
        content: '\e833';
        font-family: 'entypo-fontello';
        position: absolute;
        left: 0;
        top: -8px;
        font-size: 28px;
        transform: rotate(180deg);
    }

    #7. Please add this to Quick CSS:

    .page-id-41 .pricing-table li:nth-child(2) {
        min-height: 112px;
    }

    Best regards,
    Nikko

    #1337479

    Hi Yigit,

    pls see screenshots.
    1 topic: changes on timeline
    I inserted already timeline developer settings:
    ID: time-line-id
    Class: time-line-class-1

    pls see what I would like to change here:
    https://josk-design.de/timline-1.png
    Comments to screenshot:
    1) I just realized that the size of fonts are editable in timeline settings, but I would like to change font weight.)
    2) I also discovered that I can change the icon into positive (pink icon, white bg)

    Thanks in advance and best regards!

    Josephine

    • This reply was modified 4 years, 1 month ago by josk-design.

    Hey ftt123,

    The screenshot you posted is not loading, but please try this in Quick CSS:

    .av-masonry-sort a {
        font-size: 20px;
        color: red;
    }

    Best regards,
    Rikard

    ftt123
    Participant

    Hello,
    I need to increase the font size and change the colour of the filter categories …is it possible?
    I am sending you below the link to the page below and a screenshot where hichlighted what to change.
    Thanks in advance!

    #1337246

    Hi
    We have a plugin which generates Enfold shorcodes from a database and put them on a page of a website.

    The shortcode is generated like this:

    [av_one_fourth first min_height="" vertical_alignment="" space="" custom_margin="" margin="0px" padding="0px" border="" border_color="" radius="0px" background_color="" src="" background_position="top left" background_repeat="no-repeat" animation="" mobile_breaking="" mobile_display="" av_uid="av-5ca50s"]
    [av_team_member name="Aerni Mike" job="" src="/wp-content/uploads/2019/02/aerni-mike.jpg" attachment="11198" attachment_size="portfolio" image_width="" description="blablabla" font_color="custom" custom_title="#cb2323" custom_content="#000000" av_uid="av-55esp8" admin_preview_bg="rgb(241, 241, 241)"]
    [av_team_icon title="Facebook" link="https://www.facebook.com/MikeAerni" link_target="_blank" icon="ue8f4" font="entypo-fontello" av_uid="av-2it3rg"]
    [av_team_icon title="Instagram" link="https://www.instagram.com/michael_aerni" link_target="_blank" icon="ue909" font="entypo-fontello" av_uid="av-9ao3o"]
    [/av_team_member]
    [/av_one_fourth]

    The following attributes of the team member are from the database:

    • name
    • src
    • description

    The other stuff is for every entry the same.

    Now, I think since the last Enfold update, all entries have the same picture. It’s always the picture of the first entry.
    What we can do for that it will work again?
    Is it a problem, that this attributes have the same value?

    • attachment
    • av_uid

    You find the link of the website in the private content section.

    Thanks very much.

    Best regards
    Mike

    #1337242

    Hi,

    thank you, I adjusted the font size and it worked.

    You can close the topic. Thank you so much

    and kind regards, Sabine

    #1337190

    Hi,

    According to the following thread, wrapping a long text will not work in an input element. Adding a line break will not work either. You may need to shorten the input value or text, or adjust its font size on mobile view.

    // https://stackoverflow.com/questions/5286663/wrapping-text-inside-input-type-text-element-html-css

    To adjust the font size, use this css.

    .modified_width .button {
        font-size: 11px;
    }
    

    Best regards,
    Ismael

    #1337134

    In reply to: Logo + Menu

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #menu-item-19902 .av-icon-char {
      font-size: 20px;
      position: relative;
      top: 2px;
    }
    

    Best regards,
    Yigit

    #1337066

    In reply to: Logo + Menu

    Hi,
    When I check your menu item Alle Kategorien I see the burger icon, try clearing your browser cache.
    To apply the above css to the button try this css:

    #header_main #menu-item-19902.av-menu-button > a > span.avia-menu-text {
    	border: 2px solid grey;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
    }

    screenshot of the expected results:
    2022-01-25_001.jpg

    Best regards,
    Mike

    #1337045

    In reply to: Logo + Menu

    I want to customize the border of “Alle Kategorien”.

        border: 2px solid grey;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;

    How to set this up? I dont know the class :)

    Best regards,
    Alex

    #1336944

    Hi Rikard,

    I got it to work by changing the CSS as follows:
    span.av-rotator-text-single {
    font-size:40px!important;
    }

    This allowed me to adjust the font size and have it wrap correctly.

    Thanks
    Lyse

    #1336899

    Hi,
    I see that you have removed the font-size css, but the letter-spacing css remains, since you can not find it please include an admin login so we can help you.

    Best regards,
    Mike

    #1336817

    Hi,

    Thanks for the update. If those font sizes are too big for mobile, then you might have to decrease the size a bit. If that is not enough, then you can create copies for mobile, and insert your own breaks.

    Best regards,
    Rikard

    #1336774

    Hey rixi,
    Thank you for the link to your site, I see that the font size of the button is 24px due to this custom css:

    .avia-button span {
        font-size: 24px !important;
    }

    if you remove this the font size will go back to 13px and you button will be smaller.
    The letter spacing is due to this custom css:

    #top #wrap_all .avia-slideshow-button,#top .avia-button,.html_elegant-blog .more-link,.avia-slideshow-arrows a:before {
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 0.36em
    }

    try removing #top .avia-button from the css, if there is a certain button you wanted to target with this css let us know and we can help correct your css.
    If you can’t find were to make these edits, include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1336770
    Tomba111
    Participant

    Hi there,

    having used WP Staging plugin I changed my theme to Enfold (www.tt-bewerbungsservice.de) and published the changes. I really like the theme – great work, however I am simply not able to resolve some issues:

    1. “Erweitertes Styling” does not work. Although it says there were no problems saving the changes, these don’t become visibile on the frontend. The same applies to the footer color. It simply won’t switch to the settings chose. Other desired changes would be i.e. having bold text not change the color and link anchor texts being underlined (and maybe bold). It seems as if all changes made on the backend aren’t accepted, without receiving an error message.

    2. I would like to omit the datum of pages and posts in the search results.

    3. The titles in the blog preview break through the right boundary and interfer with the next title.

    4. Similar to No. 3 on the mobile page the special title “Der TT Bewerbungsservice im Überblick” also breaks through the right screen boundary apparently because the font size ist to large, regardless of the responsiveness.

    5. The alignment of the links in the footer on the mobile version is not correct. Both rows are not aligned: “FAQ” would have to be aligned with “Datenschutzerklärung” and “Kontakt” with “AGB”.

    6. How can I change the style of Block Quotes? I would like to omit the coloured bar and have a text in a different font style ans size, encompassed by quotation marks.

    7. The price table on https://www.tt-bewerbungsservice.de/preisliste-bewerbungsservice.html also has alignment issues. The table boxes are not aligned on the vertical axis. Preisstufe 1, Preisstufe 3 and Preisstufe 4 would have to have the same hight for all boxes, while Preisstufe 2 is highlighted.

    8. There is an issue that Buttons and picture texts almost collide. Under title “Wie nutze ich die Elternzeit für eine zukünftige Bewerbung am effektivsten?” on https://www.tt-bewerbungsservice.de/bewerbung/hinweise-bewerbung/bewerbungssituation/bewerbung-nach-elternzeit.html the button is far too close to the text beneath the picture. The button would have to be placed a little more downward.

    9. Is it possible to increase the distance between icon and text on Buttons a little?

    10. Is it possible to have the same distance above and below a divider element?

    11. Using a 1/2 1/2 divider for content it seems as if the centre is not aligned with the divider? Is the a possibility to enable this or ist the shift intended? Example: https://www.tt-bewerbungsservice.de/tabellarischer-lebenslauf/lebenslauf-vorlage-schueler-kostenlos.html. Cf. dividers and pictures.

    I know this is a larger list, however I’ve tried to solve these issues for quite some time now and don’t know how I could resolve them.

    Thank you for your help!

    Best Regards,
    Till

    Hi,
    Changing the font of the button text also changing the size of the button, so for two different button sizes you could try this:

    @media only screen and (max-width: 767px) { 
    #top #main .avia-slideshow-button {
    	font-size: 12px;
    }
    }
    @media only screen and (min-width: 768px) { 
    #top #main .avia-slideshow-button {
    	font-size: 20px;
    }
    }

    To have the button closer to the image in the caption H2, try this css:

    @media only screen and (max-width: 479px) {
    .responsive #top #main .slideshow_caption h2 {
        font-size: 0px !important;
        line-height: 0px;
        margin-bottom: 0px;
    }
    .responsive #top #main .slideshow_align_caption br {
    	display: none;
    }
    #top #main .avia-slideshow-button {
    	margin-top: 0px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1336716

    Hi,

    Did you try to set different font sizes for different screen sizes in the Styling->Font Size tab in the element options?

    Best regards,
    Rikard

    #1336702
    WellStrategic
    Participant

    Hi all,

    I am running the latest version of the theme and cant seem to shake this error in the text boxes: https://freeimage.host/i/loV3sp
    Many thanks

    C

    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' size='25px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='deactivated' id='' custom_class='' template_class='' av_uid='av-1smj0x' sc_version='1.0' admin_preview_bg=''][/av_font_icon]

    Meals (18x B – Breakfast / 3x L – Lunch / 1x D – Dinner)

    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' size='25px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='deactivated' id='' custom_class='' template_class='' av_uid='av-1smj0x' sc_version='1.0' admin_preview_bg=''][/av_font_icon]

    Daily extensive coffee/tea break with also juices, biscuits, muesli-bars, nuts, salty snacks, seasonal fruit and/or vegetable, dried fruit and lots more (including gluten free products) to choose from

    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' size='25px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='deactivated' id='' custom_class='' template_class='' av_uid='av-1smj0x' sc_version='1.0' admin_preview_bg=''][/av_font_icon]

    Free cold non-alcoholic drinks during driving

    • This topic was modified 4 years, 2 months ago by WellStrategic.
Viewing 30 results - 2,221 through 2,250 (of 18,728 total)