Viewing 30 results - 1,291 through 1,320 (of 18,717 total)
  • Author
    Search Results
  • #1408088

    Hi,
    Thank you for your patience, I saw your widget area with your name and address and the text below it with the three links, and as I understood you wanted this to show in your mobile menu below the other menu items. I thought the best way would be to add these as menu items, so I added your name, email, address to one custom menu item and made the link your mailto email link and added line breaks between the items. I thought you would like this text to be a little smaller to distinguish it from the other menu items. I also added the other three links below it and three separate menu items. Then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    @media only screen and (max-width: 767px) { 
    	#av-burger-menu-ul .menu-item-22286 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22287 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22288 .avia-menu-text,
    	#av-burger-menu-ul .menu-item-22289 .avia-menu-text {
    		font-size: 18px;
            line-height: 18px;
            display: inline-block;
    	}
        .html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22287,
    	.html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22288,
    	.html_av-overlay-full #top #wrap_all #av-burger-menu-ul .menu-item-22289 {
            line-height: 18px;
            padding: 0;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top #wrap_all #avia-menu #menu-item-22286,
    	#top #wrap_all #avia-menu #menu-item-22287,
    	#top #wrap_all #avia-menu #menu-item-22288,
    	#top #wrap_all #avia-menu #menu-item-22289 {
            display: none;
    	}
    }

    this will hide this on desktop and show on mobile, please clear your browser cache and check and let us know if this is what you had in mind.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    Hi Ismael,
    I figured it out. The language code set by translate press is fr-FR for french and en-EN for English. This is what worked for me. You can close this ticket!
    Thanks a lot,
    Guy

    /** New Search **/
    
    #menu-item-search [data-av_icon]:before {
      float: left;
      margin-right: 2px;
      font-size: 16px !important;
    }
    
    html[lang=en-US] #menu-item-search a:after {
      content: ' Search';
    }
    
    html[lang=fr-FR] #menu-item-search a:after {
      content: ' Recherche';
    }
    
    /** end new search **/

    Hi Ismael,
    I’ve added the code to my child themes style.css, but it doesn’t have any effect. Below is the code that I have in that file. I did clear cache and have compression turned off.
    Do you have any idea why this isn’t working.
    I’ve included a link to the site.
    Thanks,
    Guy

    #menu-item-search [data-av_icon]:before {
      float: left;
      margin-right: 2px;
      font-size: 16px !important;
    }
    
    html[lang=fr_FR] #menu-item-search a:after {
        content: ‘ Recherche’;
    }
    
    #menu-item-search a:after {
      content: ' Search';
    }
    #1407758

    Hi,

    You could try this instead:

    #footer p {
    font-size: inherit !important;
    }

    Best regards,
    Rikard

    #1407747

    Hi,

    This CSS in Quick CSS is overriding the settings:

    /*Footer Font for Small Text about company*/
    #top .all_colors p {
    font-size: inherit !important;
    }

    Try removing or modifying it.

    Best regards,
    Rikard

    #1407704

    Hi Ismael,
    It maybe easier if you log in to the home page and look at the Text Block for the headers and look at the Font Size Changes on the screen adjustments and check that the size does not adjust when you make the browser screen smaller.
    Please let me know.

    #1407640

    Hi Nikko,
    thank you for your Input concerning the button.
    Talking about the text element I’m a but surprised you wrote “go to Styling (tab) > Spacing”…
    Within the styling-tab I can see “blog-style”, “font-size” and “Colors” only.

    If possible to manipulate text elements by CSS – would you pls send an example with all accepted arguments from where I can go further?

    Thx

    #1407629
    A-Wise
    Participant

    Hi,
    When using the Content Element Text Block the Font Size responsivity is not working, it does not adjust on different screens.

    Login in Private
    Thanks

    BeeCee
    Participant

    Hi,

    will this come with a future update of the theme or is there a special reason why the ALB element “special heading” has no option for different font sizes for different devices?

    Only the margins can set differently for different devices, not the font size resp. the H-size.

    y10

    y11

    When I add a textblock, for example, and type there a H1 headline, I can vary the font size for different devices, but not for the ALB element “special headline”.

    y12

    I updated the enfold child with what is available in documentaiton (2018 version). The one I had up was previously dated 2013 I think. That fixed the /* impact verification below*/ issue, which I had been getting when I was logged in. Thank you for that, as it was annoying.

    I cleared cache in cloudflare and am still getting the two formatting issues.

    I do have the following in the Quick CSS

    .footer_font_icon a {
      margin-right: 10px;/*space to the right of the blue*/ outline
      padding-right: 10px;/*between the red and blue outlines*/
    }
    
    .minor-meta {display:none !important;}
    
    .entry-footer {display:none !important;}
    
    .tweet-left {
    float: left;
    margin: 0 20px 5px 0;
    width:324px
    }
    
    .attachment main a img {
        min-height: 350px;
        min-width: 500px;
        height: 100%;
        width: 100%;
    }
    
    .nf-field-container, #ninja_forms_required_items, .nf-input-limit {
        margin-bottom: 0px !important;
        margin-top: 0 !important;
    }
    #nf-field-4{
        padding-left: 15px;
        padding-right: 15px;
        font-family: "Georgia";
        font-size: 34px;
    }

    Can you check now and see if you’re seeing the errors, as I am? Agree that it might be something on my site but I can’t find it.

    #1407379

    Hey Nomad,
    Thanks for the link to your example, but you can achieve this with a text element below a button element without any extra css:
    Enfold_Support_2075.jpeg
    You can change the font size and color of the text block in the style tab:
    Enfold_Support_2077.jpeg
    or change it with inline css in the text block.

    Best regards,
    Mike

    #1407348

    Hi Nikko,

    OK, I sent u IOS & Mac-Screenshots attached, pls chk:
    Safari and Chrome on Mac and IOS is OK, Firefox and Chrome on Mac not.

    Is there anything I can do via Quick CSS to ensure browsers using grotesk fonts and no serifs?
    Or via Custom CSS on the child side to manipulate Font size, weight, family …

    • This reply was modified 2 years, 9 months ago by Nomad.
    • This reply was modified 2 years, 9 months ago by Nomad.
    • This reply was modified 2 years, 9 months ago by Nomad.
    #1407331

    Hi Marc,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .avia_textblock p {
        font-size: 16px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    Hey ballindigital,
    Thanks for your patience and the link to your site, to make the Add to Basket button lager and change it’s style you can try some css like this:

    #top.woocommerce-page .main_color .button[name=add-to-cart] {
    	 background-color: #ffd1ed;
    	 width: 200px;
    	 font-size: 16px;
    }

    Enfold_Support_2054.jpeg
    I’m not sure how you want to style the button, please explain further if you need more help with it.
    #2 where on the page do you want the second Add to Basket button, in the Description?
    #3 I don’t see a link to your example site, but even with only 4 images on mobile I don’t believe the info would be “above the fold” perhaps moving the images after the info on mobile would achieve what you would like? If so try this css:

    @media only screen and (max-width: 767px) { 
      #top.single-product .product {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #top.single-product .single-product-main-image {
          order: 2 !important; 
      }
      #top.single-product .single-product-summary {
          order: 1 !important; 
      }
    }

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

    Best regards,
    Mike

    #1407209

    Hi Nomad,

    Yes, but you’ll need to add a Custom CSS Class name for it, you can replace .class-name:

    #top .class-name .avia-button {
      font-size: 30px;
      font-weight: bold;
    }

    Best regards,
    Nikko

    #1407192
    Nomad
    Participant

    Hi,
    is there some quick CSS magic available that let me control font size, weight on some of my buttons?

    • This topic was modified 2 years, 9 months ago by Nomad.
    #1407191
    Nomad
    Participant

    Hi,

    I recognised enfold having a font problem with a numbered icon list.

    In quick CSS, I used …

    
    .VV-IconList-numbers li:nth-child(1) .iconlist-char:before {content: '1'; 
    }
    .VV-IconList-numbers li:nth-child(2) .iconlist-char:before  {content: '2'; 
    }
    

    how can I change font/family, weight, size as well?

    • This topic was modified 2 years, 9 months ago by Nomad.
    #1407190
    Nomad
    Participant

    Hi,
    I’d like to have a button with a subline below. Like to change font, size, weight, more lines …
    is this a new feature request or possible with a little quick-CSS magic?

    • This topic was modified 2 years, 9 months ago by Nomad.
    #1407146
    This reply has been marked as private.
    #1407138
    claudipro
    Participant

    Hello,

    I have two questions to solve:
    1. I would like to have th position of titel and Caption in the Fullwidht easy slider more on the top of the page than on the bottom. Didn’t find a way to do this.
    2. I changed the color from the button. Is it possible to customize the hover style from the button too?
    This is the CSS I used for the Button:
    /* Slideshow button */
    #top .avia-slideshow-button {
    background: rgba(255,210,62, .75) !important;
    font-color: #65877f; -> Font color doesn’t work, the Font is still white!
    padding: 20px;
    min-width: 300px;
    min-hight: 180px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 20px;
    }

    Thank’s for your help.
    Claudia

    I think you misunderstood me.
    I meant the css in your earlier letter of August 28, 2022.
    ————————–
    This looked like this in its entirety:
    @media only screen and (max-width: 1024px) {
    #av_section_2.av-parallax-section {
    overflow: visible;
    }
    #av_section_1 .av-section-color-overlay {
    opacity: 0;
    }
    }
    ————————–
    What does the (extra) css mean?
    #av_section_1 .av-section-color-overlay {
    opacity: 0;

    And why is max width 1024 and not 1366

    What do you mean by: Did you try this and adjust the font size to suit your needs, is it working for you?

    #1406986

    In reply to: Accordion Not Working

    Hi, Thanks, that has fixed the Accordion.

    But there are still two further issues.
    1. The Text Block Font Size responsivity is not working, it does not adjust on different screens.
    2. When the plugins are active, the Home page does not update.

    Hi,
    The css in my last post is only for the font size, the other css should also remain as it is not the same as the first post.
    The max-width of 1024 tells the css to not work above 1024px, so it doesn’t apply for the headings since you do want it to work for 1024px and above.
    Did you try this and adjust the font size to suit your needs, is it working for you?

    Best regards,
    Mike

    #1406817

    Hey Illingco,

    Thank you for the inquiry.

    The following css rule overrides the default style of the original product price.

    #top .price, #top .price span, #top del, #top ins {
        display: inline;
        text-decoration: none;
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
    }
    
    div.product p.price del {
        font-size: 14px;
        color: #8b2121;
    }
    

    To revert the style back to default, you can add this css code.

    #top .price del {
        text-decoration: line-through;
        color: gray;
    }

    You may need to temporarily disable the Enfold > Performance > File Compression settings and toggle the compression plugin.

    Best regards,
    Ismael

    #1406813

    try using that little snippet in your child theme functions.php:

    function show_date_with_shortcode() { 
      date_default_timezone_set('Europe/Berlin');
      setlocale(LC_TIME, 'de_DE.UTF-8');
      $date = date_i18n( 'l \d\e\n ' . get_option( 'date_format' ) . ' ' . get_option( 'time_format' ). ' \U\h\r'  );
      return $date ;
    }
    add_shortcode( 'show_date', 'show_date_with_shortcode' );

    use it as shortcode in your text : [show_date]

    this is for my german language a binding word \d \e \n will end in Freitag den 17.04.1968
    the rest will be corresponding to your lang settings – but if you like to have that binding word f.e. the then use \t\h\e
    if you don’t like the time in this shortcode – just remove that part:
    $date = date_i18n( 'l \d\e\n ' . get_option( 'date_format' ) );

    ___________

    or style a kind of calendar sheet:

    function datum_shortcode() {
      date_default_timezone_set("Europe/Berlin");
      setlocale(LC_TIME, 'de_DE.UTF8');
      $year = date_i18n('Y');
      $day = date_i18n('d');
      $month = date_i18n('F');
      $weekday = date_i18n('l');
      $weekdaycolor = date_i18n('l') == 'Sonntag' ? 'red': 'gray' ;
      $uhrzeit = date_i18n( get_option( 'time_format' ) );
    
      $datum = '<div id="calendar_sheet"><div class="month-year"><span class="month">'.$month.'</span><span class="year">' .$year.'</span></div><div class="day ' .$weekdaycolor.'">'.$day.'</div><div class="weekday">'.$weekday.'</div><div class="time">'.$uhrzeit.'</div></div>';
      return $datum;
    }
    add_shortcode('calendar_sheet', 'datum_shortcode');

    here use it as shortcode in your text: [calendar_sheet]

    some css for it:

    #calendar_sheet{
    text-align:center;
    display: inline-block;
    border:1px solid #eee;
    border-top:15px solid #0076ba;
    -webkit-box-shadow: 5px 5px 2px #ccc;
    -moz-box-shadow: 5px 5px 2px #ccc;
    box-shadow: 5px 5px 2px #ccc;
    background:#fafafa;
    padding: 5px;
    min-width: 150px;
    }
    
    .month-year .month,
    .month-year .year {
      padding: 0 5px
    }
    
    .day {
      font-size:48px;
      font-weight: bold;
      font-family: times;
      padding: 10px 0 0;
    }
    
    .day.red {
        color: red;
    }
    
    #calendar_sheet .time {
      font-size: 24px;
    }

    see both shortcodes in action on: https://enfold.webers-webdesign.de/3-columns/

    again adjust to your language: so for red Sundays change that Sonntag to Sunday in weekday color ;)
    and change to your local time in these lines:

    date_default_timezone_set("Europe/Berlin");
      setlocale(LC_TIME, 'de_DE.UTF8');
    • This reply was modified 2 years, 9 months ago by Yigit.

    Hi,
    Glad this helped, the parallax allows the image to also move as the foreground moves, scroll doesn’t. The height of the parallax image doesn’t really alow you to see the effect very well, it works better when the image is bigger.
    The media query max-width is pixel width of the screen size.
    For the masonry headings this is the css, adjust to suit:

    #top #main .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1.5em;
    }

    Best regards,
    Mike

    Thanks for your answer.
    By setting it to parallax and the extra css it now works. The lower height header (https://lacasatorre.nl/portfolio-item/zwembad/) has the parallax setting, the higher height header (https://lacasatorre.nl/inrichting/) has the scroll setting.

    • Question, what exactly is the difference between parallax and scroll?
    • And can you explain to me what the max-width in the css means, what is the meaning of the number of pixels.

    Another question I asked, but maybe I should create a new ticket for that?
    Can you adjust the font size of the headings (such as swimming pool, living room, etc.) in the pictures at the bottom of the page (masonry) see https://lacasatorre.nl/inrichting/. Intended for the iPad!!

    • This reply was modified 2 years, 9 months ago by tomcusters.
    • This reply was modified 2 years, 9 months ago by tomcusters.
    • This reply was modified 2 years, 9 months ago by tomcusters.
    • This reply was modified 2 years, 9 months ago by tomcusters.

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

    #top #main a.av-masonry-pagination.av-masonry-load-more {
    	font-size: 0px;
    }
    #top #main a.av-masonry-pagination.av-masonry-load-more:before {
    	content:"Load More Articles";
    	font-size: 13px;
    }	

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

    Best regards,
    Mike

    Hello again,

    Following on from my previous question.

    Can you adjust the font size of the headings (such as swimming pool, living room, etc.) in the pictures at the bottom of the page (masonry) see https://lacasatorre.nl/inrichting/

    If you then click on a picture (at the bottom of the page), for example swimming pool (https://lacasatorre.nl/portfolio-item/zwembad/ ), and you view this on an iPad or telephone, the block with text and photos will disappear under the header with photo, see: https://imgur.com/a/mtjCwmN !
    This is NOT the case on the regular computer.

    I’ve tried everything, but can’t find where to change this.
    If the photo in the header is higher then it goes well, if the photo is smaller it disappears.

    • This reply was modified 2 years, 9 months ago by tomcusters.
    • This reply was modified 2 years, 9 months ago by tomcusters.
    #1406461

    Hi,
    Thanks for the feedback, try this css:

    #top.single-post .wp-caption-text {
    	font-style: normal;
    	font-family: 'montserrat';
    	font-size: 14.95px;
    	font-weight: 400;
    	color: #383838;
    }

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

    Best regards,
    Mike

Viewing 30 results - 1,291 through 1,320 (of 18,717 total)