Viewing 30 results - 2,521 through 2,550 (of 18,728 total)
  • Author
    Search Results
  • #1316627

    Hi,

    Please use Special Heading element instead and set Heading Style to Modern and then go to Styling > Font Sizes and different font size for different screen sizes :)

    Best regards,
    Yigit

    #1316553

    Hi,

    The image (1000x400px) in the left side is set as the background image of the first cell, and the second cell to the right contains a special heading, separator/whitespace, a text block and and icon element.

    If the debug mode is enabled for the builder, you can actually paste the following shortcodes and update the page to get the same layout. You will just have to update the images and other content.

    
    [av_layout_row border='' min_height_percent='' min_height='400px' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' av_uid='av-2kgi44']
    [av_cell_one_half vertical_align='middle' padding='130px' padding_sync='true' background_color='' src='http://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/business-support-1.jpg' attachment='582' attachment_size='full' background_attachment='scroll' background_position='top center' background_repeat='stretch' mobile_display='' av_uid='av-2gn4wc']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='30px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-28u4dw']
    
    [av_heading tag='h2' padding='0' heading='Our Support Team' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='subheading_below' subheading_size='15' custom_class='' admin_preview_bg='' av_uid='av-24odyc']
    Customer Satisfaction
    [/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='15px' custom_margin_bottom='15px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-1vleck']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-1o6scs']
    <p style="text-align: center;">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
    
    [/av_textblock]
    
    [av_font_icon icon='ue8f1' font='entypo-fontello' style='' caption='' link='manually,http://twitter.com' linktarget='_blank' size='20px' position='center' color='' admin_preview_bg='' av_uid='av-1n2g70'][/av_font_icon]
    
    [/av_cell_one_half]
    [/av_layout_row]
    

    Here is how you can set the ALB to debug mode.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    #1316355

    Hey ABL59,

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

    .page-id-3289 h3.slide-entry-title {
      font-size: 20px; 
    }

    Best regards,
    Rikard

    #1316353

    In reply to: Demo upload fail

    This reply has been marked as private.
    #1316292

    In reply to: Custom ID for css code

    in dem Fall würde ich dann doch diesen buttons eine custom-class zuordnen.
    Das geht über das Element selbst, wähle den Tab: Advanced an , und dann trage eine für dich sinnvolle Klasse mit Wiedererkennungswert ein ;)
    Diese benutzerdefinierte Klasse erscheint am wrapper des Buttons, sodaß der selector dann folgender wäre:

    .avia-button-wrap.custom-class .avia_iconbox_title {
    	font-size: 20px;
    }

    das : custom-class ersetzt du bitte mit deiner benutzerdefinierten klasse.
    PS: in das Eingabefeld wird die Klasse ohne Punkt davor eingegeben.

    #1316285

    In reply to: Custom ID for css code

    .postid-1307 #av_section_10 .avia_iconbox_title {
        font-size: 20px;
    }
    #1316256

    In reply to: Custom ID for css code

    Hi Ismael i mean the button “Google My Business Eintrag erstellen / Local SEO” above the comment section on https://www.tobiasgabel.com/unternehmen-google-maps-eintragen-aendern-loeschen/ as example. How can i manage a font size 20… the font actually is too small. Can you give me a css code global for all buttons and some with custom id for adjust only one?

    thanks.

    #1316176

    Hey Tobias777G,

    Thank you for the inquiry.

    The font size is different because of this css rule or code.

    #top #wrap_all #footer .flex_column p {
    	font-size: 16px !important;
    }
    

    Did you add it in the Quick CSS field? You may need to adjust the code or remove it completely.

    Best regards,
    Ismael

    #1316161

    In reply to: Changing Slider

    Hey holbizmetrics,

    Thank you for the inquiry.

    1-2.) You might have to decrease the font size of the slider title and captions because you are using the Fullscreen Slider. The slider automatically adapts to the size of the view port or the browser screen. You could also adjust the width of the caption container.

    .slideshow_caption {
    	width: 70%;
    }
    

    Default width is 42%.

    On smaller screens, you have to use css media queries to decrease the size of the captions even more or just hide the slider completely and present the caption or info in a different way.

    You can use the Element Visibility options to toggle the visibility of the slider or of any elements on different screen sizes.

    Best regards,
    Ismael

    #1316139
    ABL59
    Participant

    Hello. How to change the font size on the title on my blog list page? I believe it’s h3 at the moment, I want to reduce the font size only on this page. Grateful if you can help.

    #1316086

    Topic: Custom ID for css code

    in forum Enfold
    Tobias777G
    Participant

    Hi there.

    I want to customize one text sector and one specific button in a segment.

    The following code should be working on it. I have copied from a other site, whrer it looks like i want it.

    .avia-button:not(.avia-cookie-consent-button) {
    1. font-size: 22px!important;
    }

    style attribute {
    1. font-size: 22px;
    2. color: #ffffff;
    }

    But when i use the css, the code is shown on all attributes like that. I only want it for one specific sector. How can i make it via the custom id and how should the css code looks like?

    The link to my site is in the private content sector (and also the login-data). I also addes a link to a site from which i have the code and i also wanted the same green section with call to action links to the product page.

    • This topic was modified 4 years, 7 months ago by Tobias777G.
    #1316085

    Many thanks @guenni007 .. i like this slowing up, nice gimmick.
    I would like to have this also on the static overlays on images, can you help me with this? I have tried but do not get this animation, i think i usaing always thw wrong Styles…

    /** hover on img ***/
    #top .av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg {
        opacity: 0.6 !important;  background-color: #000000;   }
    #top .av-overlay-hover-deactivate .av-caption-image-overlay-bg {
      opacity: 0 !important; }
    .av-image-caption-overlay-center {opacity:0!important;}
    .av-image-caption-overlay-center:hover  {opacity:1!important; font-size: 20px !important;  }
    
    .btn-blue {background: #0097D7; font-size:50px; height:80px; width:80px; 
    font-weight: 800 !important; margin: 20px auto !important; line-height: 75px; }
    Hokuspokus
    Participant

    Can you please show new features in a video? It doesn’t even have to have sound, only show features and show options. Or speak in pictures in a PDF. It would be desirable to show more information about tweaks, bugs and new features for your users. Also, you would have content for YouTube right away, and you would be doing your users a huge favor. User can hardly see the abundance of improvements from a changelog.

    What’s behind: (As singles examples). Every user of enfold must determine the new features. But if you show all in a short video, this would be faster for all instead to try all objects. The most is for normal users cryptic stuff, hard to understand. It’s developer language.

    “tweak: columns – backwards comp padding 0px as default only adding class av-zero-column-padding and no styling”: “bugs”
    “feature: new option “image size” for ALB Masonry Gallery”
    Following elements have been updated (not with all options), will be extended:

    – Animated Numbers (sonar effect, circle border styles when with circle)
    – Button
    – Button Row
    – Columns (SVG Dividers)
    – Fullwidth Button
    – Icon (only custom sonar effect when with border)
    – Icon List
    – Notification Box
    – PromoBox
    – Sections (SVG Dividers)
    – Special Heading (new color options only)
    – Testimonials (new font color)

    Thx,

    S.

    #1315885
    Tobias777G
    Participant

    Hello Enfold Theme.

    In the page linked below on my website, the text at the jump mark (I put it in the private content box) is different from the rest of the text (Font is different from the shape and size). The text section is called “Footer”.

    However, I do not want that. What is the reason for this?

    My login data is also in the private content box.

    Hi,
    Thanks for the feedback you can do that this way:

    #top .avia-bullet {
        border: none;
        padding:0;
        margin: 0 10px 0 0!important;    
    }
    #top .avia-bullet:before {
        content: "\e812";
        font-family: 'entypo-fontello';    
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }

    this example replaces the arrow with a check mark, just replace the font-family & font code with yours.
    If you wish to use an image instead just replace the font & content with a content url, for example:
    content: url(https://img.icons8.com/officel/40/000000/plus-math.png);
    and then adjust your size & position to suit.

    Best regards,
    Mike

    #1315847

    Hi,
    I wrote the following css to include the font-size & font-family so that you can change if you wish, just remove if you don’t.
    I also wrote the colors of the rows so you might change in the future, even though right now the third row is the only one that is different, the first rule is for the first row, the second rule is for the second and fourth rows, and the third rule is for the third row.

    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(1) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(2n+2) > th {
    	 color: #662f1c;
    	 background-color: #efe6d0;
    	 font-size: 14px;
    	 font-family: alice;
    }
    #after_submenu_1.main_color .avia-table.avia-data-table .avia-heading-row:nth-child(3) > th {
    	 color: #662f1c;
    	 background-color: #fffbf3;
    	 font-size: 14px;
    	 font-family: alice;
    }

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

    Best regards,
    Mike

    #1315799

    Hello,
    now I have changed to Tabular Tables – thanks for that!
    So, I want to make the following changes – please, could you help me?
    1. First row with the Text “Tagespreis 2021 …” and the Dates: Change the font-size,because it is too small, maybe also the font-family (but here I am not sure). Background color woud be better with: #efe6d0 and font color: #662f1c
    2. Line 1 and line 3 (with the persons and prices): background color: #efe6d0, font-color: #662f1c
    3. Line 2 (also persons and prices): background color: #fffbf3, font-color: #662f1c

    I hope you can help me as soon as possible, thanks.
    Best regards,
    Evelyn

    #1315157

    Hi,
    Thank you for your patience and the screenshots, I don’t have an iPad but I was able to reproduce it with my Chrome dev tools for the screen widths 1024px ▸ 1440px
    at this size the heading text in the first column is over flowing the form, I recommend increasing the max-width of the container to allow the column a little more space.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	.responsive #top.page-id-14210 #main > #av_section_2 > .container {
    		max-width: 95%;
    		padding: 0;
    	}
    }

    This seems to help a lot, another adjustment you could make is to reduce the heading font size a little:

    @media only screen and (min-width: 767px) and (max-width: 1440px) { 
    	#top.page-id-14210 #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
    }
    }

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

    Best regards,
    Mike

    xuamox
    Participant

    Hi,

    I have an Enfold footer with three columns. In first two columns, I have Custom HTML widget(s). The third column uses the sitemap widget.

    The first column has text (1 widget)
    The second column has some text and HTML code for a button and some HTML code for social media icons (2 widgets)
    The third column is a sitemap (1 widget)

    I save my widgets, everything looks good on the page, but then when I check it the next day, the first two columns have been essentially blown out.

    I have never experienced this problem before.

    Have you come across something like this? and do you think it is Enfold related or WordPress related? Not sure how to troubleshoot

    I have turned off most plugins to see if there might be any conflicts.

    Also, I have been testing each widget with some simple text and then re-introducing the HTML that I want to use.

    What I found is that when I try and copy and past the icon elements in the custom HTML widget, that seems to cause a problem. Not a 100% but that seems like it might be the reason. The code I am using is the following:

    <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><a href="https://www.facebook.com/jill.topp.100" class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
    
    <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><a href="https://twitter.com/BCSpeech" class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
    • This topic was modified 4 years, 7 months ago by xuamox.
    #1315140

    Hi,
    Thank you for the link to your site, this seems to be a caching issue because when I click the Hummingbird ▸ See this page unminified in the admin toolbar the captions return to white. I tried clearing your cache but it didn’t solve so I added this css in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home .av-image-caption-overlay-center p {
    	color: #fff;
    	font-size: 24px;
    }

    and it did solve, it should not cause any problems in the future unless you want to change the color but I expect that you can remove it after a few more cache flushes, try checking in a week.

    Best regards,
    Mike

    #1315053

    Hey Createve_Solutions,
    Thank you for your patience, as I understand your question you would like your table to look similar to this:
    2021-08-07_005.png
    On your site you are using Pricing Tables please switch to Tabular Tables
    2021-08-07_006.png
    this will solve the column spacing, then if you wish we can adjust the font size and row colors.

    Best regards,
    Mike

    #1315011

    In reply to: Xtra Info line-break

    Hi Rikard,
    thank you, i removed the css but nothing changed. I am using this code in the header xtra-info – maybe this is the problem?

    <ul class="contact"><li class="phone"> <span class="in1">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] <a href="tel:12342134"> Notdienst: 12341243</a><a> | </a> [av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]<a href="mailto: (Email address hidden if logged out) ">xxxxx</a></span></li></ul>

    #1314701
    jeremysecondary
    Participant

    Hey Guys,
    I am trying to make the small bar above the main menu have a solid background (#78bc1f) and stick to the top of the site.
    I was able to center the menu, but I can’t make the background a solid color or make the bar stick to the top of the page.
    This is the site: https://www.goddessgarden.com/

    This is a good example of another site on Enfold and how I want to look and function: https://premiumtufflock.com/

    I tried the “small bar above the main menu” advanced styling and it didn’t work.

    Here is the custom css on the site currently:
    #socket .copyright {
    width: 100%!important;
    text-align: center!important;
    }

    #top .aviaccordion-preview-title-wrap { background: rgba(119,188,31,0.9); }
    #top .aviaccordion-title { font-size: 25px; }

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
    color: black;
    }
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    margin: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,249,245,0.98);
    }

    .avia-no-number { opacity: 1; }

    #top #header .avia_mega_div {
    max-width: 1080px;
    }

    /* Color section container width */
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    .special_amp {
    font-family: inherit;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    /**
    * Changes the redirect URL for the Return To Shop button in the cart.
    *
    * @return string
    */
    function wc_empty_cart_redirect_url() {
    return ‘https://www.goddessgarden.com/store/&#8217;;
    }
    add_filter( ‘woocommerce_return_to_shop_redirect’, ‘wc_empty_cart_redirect_url’ );

    #top #header_meta {background-color: red!important; }
    .header_color .phone-info {color: white !important; }
    .av_phone_active_right .phone-info {
    float: none!important;
    text-align: center!important;
    }

    #top .av_header_transparency #header_meta {
    border-bottom: 75;
    }

    #1313979
    havi
    Participant

    Hi guys,

    This is extremely weird. H3 formatting does not show after clearing server cache and browser cache several times. And on Private mode.

    Under Advanced styles I have

    H3: Font family Muli, size: default, line height 1.3em; font weight Light and text transform uppercase.

    I added the following to the Child Theme style.CSS:
    /* H3 style*/
    #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
    line-height: 1.1em !important;
    font-family: ‘Muli’, ‘HelveticaNeue’, ‘Helvetica Neue’, ‘Helvetica-Neue’, Helvetica, sans-serif !important;
    font-weight: light !important;
    text-transform: uppercase !important
    }

    I had tried it on the Quick CSS as well but it did not work either.

    Performance has been disabled.

    As I am testing everything on Staging first, I am sending you the Staging URL. Let me know if you need the login credentials.

    Thank you!

    Havi

    #1313240

    Hey Yory,

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

    .widget_recent_entries li {
        border: none;
    }
    
    .widget_recent_entries li a {
        font-size: 18px;
        font-family: "ttf","Times New Roman",Helvetica,Arial,sans-serif;
    }

    Best regards,
    Rikard

    Hi apologies the redirect plugin has not followed the taxnonmy change, the sample page is here

    The original style.css definition is
    /* CSS – tech articles*/
    #top .skk-article-title {
    font-family: courier;
    font-size: small;
    font-weight: bold;
    color: #00b0f0;
    text-align: left;
    }

    I have added h1 so it reads … #top .skk-article-title h1 { … and that now works fine, so thankyou case closed.

    … naturally all the workaround <h1 class=”skk-article-title”> form embeds are now broken, hey ho !

    • This reply was modified 4 years, 8 months ago by hbaumhardt.
    #1312804

    For example, this page…https://globalvitiligofoundation.org/research/

    If I click the “Edit page” at the top I get a 500 error. If I go to the back end and select block editor I can get into the doc, but the text blocks have all white lettering and it does not show the text editing options (type, font, size, center, etc.). Link to screenshot in private content.

    The pages with the most issues appear to be those that were created with the classic editor.

    • This reply was modified 4 years, 8 months ago by trexperts.
    #1312784
    Yory
    Participant

    Hi
    How can I style the recent posts widget same as the Pages widget is styled? currently recent posts is displayed with different font size and family, has lines between rows
    thank you

    Hi,

    Please change your code to following

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

    Best regards,
    Yigit

    Installed the latest update today. The dark and light button issue is fixed as is the icon box text issue.

    I am still having an issue with the header phone area text size. I have added the custom CSS:

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

    It does nothing. This was working prior to the latest WP update. I have also added #top before #header as illustrated in another post I found here. No difference.

Viewing 30 results - 2,521 through 2,550 (of 18,728 total)