Viewing 30 results - 1,021 through 1,050 (of 18,717 total)
  • Author
    Search Results
  • #1423062
    frankkremer
    Participant

    Hi there,

    I am using the Blog Posts Component in Grid view to show an archive of book titles (see link). I have created the posts with the advanced layout editor to make them look their best (rather than standard blog layouts).

    1. How can I define the size and color of the titles to fit the space in the grid? Ideally without loosing the H3 formatting for other uses.
    2. How can I prevent the category from showing?
    3. Is there an easy way to feature the latest post on our home page? So the most current book recommendation is shown with full cover image and write-up. And once we add another post it features that?

    #1422985

    Hi,

    Thank you for the screenshot.

    Are you trying to adjust the style of the text in the embedded code? Please try to start with this css code.

    .osBox.osDetail * {
        font-size: 1em !important;
        line-height: 1.5em;
        font-weight: 400 !important;
        color: #636363 !important;
    }
    
    .osBox.osDetail * .osButton.osButton-inline {
        text-shadow: none;
        color: #ffffff !important;
    }

    Best regards,
    Ismael

    #1422957

    Hi,

    Thank you for the update.

    The position adjustment seems to be working as expected. If you want to adjust the vertical position of the social icons, try to set the “top” property.

    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
        font-size: 20px !important;
        left: 30px !important;
        top: 40px;
    }
    

    Best regards,
    Ismael

    #1422953

    Hey vantagepointmg,

    Thank you for the inquiry.

    You can manually insert an image tag or an icon shortcode beside the text in the Navigation Label field of a menu item. The menu can be edited in the Appearance > Menus panel.

    Here’s an example of an icon shortcode.

    [av_font_icon icon='' style='' caption='' size='40px' position='left' color='' link='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0'][/av_font_icon]
    

    Best regards,
    Ismael

    #1422896

    In reply to: gutenberg excess code

    I have to do this on 1500 enfold pages?
    I followed your instructions
    I just added an image to an old enfold built page. Still got the image Jumping.
    again, got all this crap code.

    [av_textblock fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' textblock_styling_align='' textblock_styling='' textblock_styling_gap='' textblock_styling_mobile='' size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lmklw2w5' sc_version='1.0' admin_preview_bg='']

    #1422888

    Hi Ismael,

    Thank you, that works! I tried to add some code to adjust size and position to social bookmarks, but it does not work:

    @media only screen and (max-width: 479px) {
    /* Add your Mobile Styles here */
    .responsive #top #wrap_all #header .social_bookmarks,
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block;
    left: 30px !important;
    font-size: 20px !important;
    }
    }

    Also, I would like to adjust position of the burger icon. Also without luck. Could you point to info or specify for me where i need to put adjustment code? Heres relevant code:

    /* Activate burger menu */
    @media only screen and (max-width: 1100px) {
    #top #header .av-main-nav > li.menu-item {
    display: none !important;
    }

    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    /* Burger menu thickness*/
    .av-hamburger-inner,
    .av-hamburger-inner:before,
    .av-hamburger-inner:after {
    height: 1px;
    }

    /* Burger menu icon color on transparent header */
    @media only screen and (max-width: 479px) {
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner,
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:before,
    #header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:after {
    background-color: #232323 !important;
    }}

    @media only screen and (min-width: 1100px) {
    #top nav .social_bookmarks {
    margin-right: 120px;
    float: right;
    left: 1px;
    }}

    @media only screen and (max-width: 479px) {
    /* Add your Mobile Styles here */
    .responsive #top #wrap_all #header .social_bookmarks,
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block;
    left: 30px !important;
    font-size: 20px !important;
    }
    }

    Hi,

    Thank you for the inquiry.

    You can try to adjust the element style with css modification instead. Please try this code in the Enfold > General Styling > Quick CSS field.

    .av-magazine .av-magazine-top-bar .av-magazine-top-heading {
        font-size: 2em;
        color: blue;
    }
    

    Best regards,
    Ismael

    #1422809

    Topic: gutenberg excess code

    in forum Enfold
    daves1997
    Participant

    All this code at top of my site page is making my image jump.
    Why is it there? I never put it there.

    [av_textblock fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' textblock_styling_align='' textblock_styling='' textblock_styling_gap='' textblock_styling_mobile='' size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lmtkgn50' sc_version='1.0' admin_preview_bg='']

    #1422596
    Karianne
    Guest

    Hi Kriesi

    You helped earlier this year with installing a social media icon/LinkedIn on the footer of my webpage. Now the time has come to install Instagram. I am running into the same problem – not finding the code for Instagram.

    Here is the code that I am using for my Facebook icon:

    [av_font_icon icon='ue8f5' font='entypo-fontello' style='' caption='' link='manually,https://www.instagram.com/care4burn/' linktarget='_blank' size='40px' position='left' color='#333333' av_uid='' admin_preview_bg=''][/av_font_icon]

    I understand I need to replace this part “ue8f5” with another code – but which one? Can you please help?

    Thank you and I look forward to hear from you.
    Kind regards Karianne

    Web-page: http://www.care4burn.org

    #1422553

    Hi Gunter,

    For those looking to add auto infinite scroll from WP Intense to their Enfold site:

    Auto Infinite Scroll Settings:
    Set the distance to 1000px
    css wrapper: .products, .yourcustomclassfornewspage
    Pagination wrapper: .pagination
    Next Page Selector: next_page

    Css for the load more button: (plus hide the pagination on the blog page)

    #isw-load-more-button {
    border: none;
    padding: 20px 50px 20px 50px;
    background-color: #007a74;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 1s;
    }
    #isw-load-more-button:hover {
    border: none;
    background-color: #39a6a1;
    color: #000000;
    }
    .yourcustomclassfornewspage .pagination {
    display:none !important;
    }

    Snippet for functions.php to insert the new CSS class to just the blog page:

        add_filter( 'avf_custom_main_classes', 'custom_avf_custom_main_classes', 10, 2 );
    	function custom_avf_custom_main_classes( $class_string = '', $context = 'index.php' )
    {
    	//	fallback check
    	if( ! is_string( $class_string ) )
    	{
    		$class_string = '';
    	}
    
    	// e.g. add custom class to index.php Make sure there is a space before the class!
    	if( 'index.php' == $context )
    	{
    		$class_string .= ' yourcustomclassfornewspage';
    	}
    	return $class_string;
    }
    • This reply was modified 2 years, 4 months ago by thinkjarvis.
    • This reply was modified 2 years, 4 months ago by thinkjarvis.
    • This reply was modified 2 years, 3 months ago by thinkjarvis.
    #1422259

    Hi,
    To correct this try changing the menu width from 14.25% to 13.25% and the padding from zero to 10px left and right. originally I set the padding to zero so you could have a larger font, so by adding the padding below 992px you will need to also reduce the font size so “Get Involved” will fit on one line. It looks like a font size of 14px will fit.
    Please try making this adjustment, or adjusting slightly more. Otherwise feel free to include an admin login in the Private Content area below.
    Enfold_Support_3660.jpeg
    Enfold_Support_3662.jpeg

    Best regards,
    Mike

    #1422236
    Henningcircle
    Participant

    Dear all,

    I tried to get the icons on arnoldvanouwerkerk.nl in the menu bar, which worked.
    I enlarged them but somehow this size disappeared again.
    I cleared the Quick CSS with: http://csslint.net/

    I used in Quick CSS:
    }
    #top #header .social_bookmarks li a {
    font-size: 30px;
    }
    }

    Can you help me out?
    Login is in the private.

    Thanks !!!!
    Henning

    #1422177

    Hi Natacha,

    Thanks, please try to add this CSS code:

    #top #wrap_all .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        font-size: 15px;
    }

    Best regards,
    Nikko

    #1422007

    Hi,
    To correct the mega menu items please change this part:

    .avia-menu>ul.av-main-nav>li.menu-item .avia-menu-text,
    .avia-menu>ul.av-main-nav>li.menu-item-search-dropdown {
    	display: flex;
        justify-content: center;
    }

    to this:

    .avia-menu>ul.av-main-nav>li.menu-item>a> .avia-menu-text,
    .avia-menu>ul.av-main-nav>li.menu-item-search-dropdown {
    	display: flex;
        justify-content: center;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    to correct the two words “Get Involved” please try to adjust the font size for the screen width, you will need to go a little smaller when that occurs, it looks like 17px instead of 18px works.

    Best regards,
    Mike

    #1421956

    In reply to: CSS for Icon in Button

    Hey Celeranttechnologycorp,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the button. Make sure to replace the Youtube icon with the Play or Right Arrow icon.

    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button {
        border-radius: 10px !important;
        line-height: 1em !important;
    }
    
    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_button_icon {
        font-size: 1.5em;
        left: 1em;
        background: #ffffff;
        border-radius: 200%;
        color: red;
        padding: 5px;
    }
    
    #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_iconbox_title {
        top: -4px;
    }

    Unfortunately, you cannot add different css class names for the items in a button row element.

    Best regards,
    Ismael

    #1421923

    Topic: Displaying blog posts

    in forum Enfold
    Thina
    Participant

    Hi,

    I’m playing around with the design for magazine articles and have tried the Content Elements: Blog Posts, Magazine and Masonry.

    When I use the Advanced Layout Editor to design a post
    and use the Blog Post Element on a page (where I show all category articles)
    with Grid Layout as Blog Style
    and select Title, Excerpt + Read More
    -> only the Title and Read More Link is displayed but not an Excerpt (Link see private content)
    I get the Excerpt only when I use the Default Editor
    • Is it possible to change that?
    • How can I change the font size of the displayed headline?
    I tried (but it didn’t work)
    .entry-content-wrapper .post-title {
    font-size: 16px !important;
    }

    And than I have a page for each article category
    where I use the Masonry Content Element
    • Is it possible to show a “Read More” link
    • an Excerpt would be great too

    Best regards
    Bettina

    #1421906
    MAJO_Agency
    Participant

    Hi… I have imported the Parallax demo and I’m trying to customize it but I can’t change the size, color and font family for both the menu links and the text. I also change the overall style by changing the colors of the links and selections, but once the page is updated, everything is as before. how can I do? what’s the problem? does not respond to commands….
    thanks everybody

    #1421888

    In reply to: Mouse Hower effect

    Also tausche nur den eingesetzten css Code im Quick Css aus gegen:
    (ändere je nach Bedarf diese Grenze 989px aus unter der das gelten soll)

    /**** Farbdefinitionen überall ****/
    #top .av-masonry.description-below .av-inner-masonry-content,
    #top .av-masonry.description-below .av-inner-masonry-content .avia-arrow {
      background-color: #cde5a5;
    }
    
    /****** hover Verhalten abschalten für den responsiven Fall ********/
    /****** bei Querformat iPad Pro 12,9inch = 1367px / bei iPad Pro 11inch = 1195px ********/
    /****** bei Querformat iPad  10,2inch = 1081px / etc. pp ********/
    
    @media only screen and (max-width: 989px) {
      .responsive #top .av-masonry.description-below .av-inner-masonry-content {
        position: relative !important;
        top: 100%;
        opacity: 1 !important;
        animation: none !important;
        transform: none !important;
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry {
        overflow: visible;
      }
    
      .responsive #top .av-masonry.description-below a.av-masonry-entry {
        margin-bottom: 60px !important;
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry-content {
        padding: 5px 10px;
        text-align: center;
        min-height: 65px
      }
    
      .responsive #top .av-masonry.description-below .av-inner-masonry-content .av-masonry-entry-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        font-size: 18px !important;
      }
    }

    siehe hier mal : https://webers-testseite.de/gallery/
    PS: die Seite nutzte ich schon einmal als testseite, daher liegt da noch ein anderer hoverstyle zu grunde. Farben etc. – ist aber für dein hover state Aspect nicht relevant.

    #1421850
    HulaSlim
    Participant

    Deat Team,
    In my smartphone view, this size is too big compared to all the rest of the page. Is it possible to change it with some code ? I can’t find anything in the parameters.
    Thank you for your help,
    Best regards,
    Natacha

    #1421849

    Hi HulaSlim,

    Can you try to add this CSS code and see if it helps:

    #top #av_section_1 .av_one_half .avia-icon-list-container .entry-content-header {
        display: none;
    }
    
    #top #av_section_1 .av_one_half .avia-icon-list-container .iconlist_icon {
        font-size: 20px;
        max-width: 30px;
        max-height: 30px;
        line-height: 30px;
    }
    
    #top #av_section_1 .av_one_half:has(.avia-icon-list-container) {
        display: flex;
    }

    Best regards,
    Nikko

    #1421847

    Hi,
    Thanks for the feedback and the link to your example site, it helped me by seeing what they have done. When I check the site I see the break point for the mobile menu is 992px, and the set the menu item width to 14.25% and the font is a little smaller.
    So to show the burger menu until 991px we will use this css:

    @media only screen and (min-width: 767px) and (max-width: 991px) {
      #top #header .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header .av-burger-menu-main.menu-item-avia-special  {
          cursor: pointer;
          display: block!important;
      }
      #top #header .av-main-nav > li > a {
      	background-color: transparent !important;
      }
      .html_header_top #top .av_menu_left .main_menu {
        right: 20% !important;
        left: auto !important;
      }
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
        display: block !important;
    }
      #top #header_main_alternate {
    	 display: none;
    }
    }

    the expected results:
    Enfold_Support_3634.jpeg
    Then to set the main menu similar to the other site we will use this css:

    @media only screen and (min-width: 992px) { 
    .main_menu {
        display: flex;
        align-items: center;
    }
    .avia-menu>ul.av-main-nav {
        margin: 0;
        display: flex;
        justify-content: space-around;
        position: relative;
    }
    .avia-menu>ul.av-main-nav>li.menu-item {
        width: 14.25%;
        padding: 0;
    }
    .avia-menu>ul.av-main-nav>li.menu-item>a,
    .avia-menu>ul.av-main-nav>li.menu-item>a span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: 18px;
    }
    .avia-menu>ul.av-main-nav>li.menu-item .avia-menu-text,
    .avia-menu>ul.av-main-nav>li.menu-item-search-dropdown {
    	display: flex;
        justify-content: center;
    }
    #top #header_main_alternate .container {
        margin: 0 auto;
        padding: 0px 50px;
    }
    }
    @media only screen and (min-width: 1200px) { 
    .avia-menu>ul.av-main-nav>li.menu-item {
        margin: 0 13px;
    }
    }

    the expected results 992px:
    Enfold_Support_3636.jpeg
    and at larger screens 1440px:
    Enfold_Support_3638.jpeg
    Please give this a try.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1421830

    In reply to: Blog pic width

    Hey Bettina,
    Thanks for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-post .avia-image-container.avia-align-left {
        margin-right: 0;
    }
    #top.single-post p > i {
    	font-size: 12px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1421771

    Hi,
    On the page that you linked to, “Schulmaterialien” is an H1 tag and your CSS is targeting H2 tags, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    @media only screen and (max-width: 767px) {
      #top #wrap_all #main .header_color h1,
      #top #wrap_all #main .main_color h1,
      #top #wrap_all #main .alternate_color h1 {
        font-size: 24px;
      }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1421748

    In reply to: Mouse Hower effect

    Ich habe jetzt deinen Code eingegeben bei CSS

    #top .av-masonry.description-below .av-inner-masonry-content,
    #top .av-masonry.description-below .av-inner-masonry-content .avia-arrow {
      background-color: #cde5a5;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content {
      position: relative !important;
      top: 100%;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry {
      overflow: visible;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below a.av-masonry-entry {
      margin-bottom: 60px !important;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content {
      padding: 5px 10px;
      text-align: center;
      min-height: 65px
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content .av-masonry-entry-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      padding: 0 !important;
      margin: 0 !important;
      width: 100%;
      font-size: 18px !important;
    }

    Dann habe ich folgendes gemacht:
    https://www.dropbox.com/scl/fi/a2k6d2dbx0z9cfvgdlgx5/Screenshot-2023-10-07-151719.png?rlkey=gkw34l59cf4v0614vo6pqh5qk&dl=0
    https://www.dropbox.com/scl/fi/4mgyhs5xfkaevtczi5bl7/Screenshot-2023-10-07-151653.png?rlkey=7ok6d7qht8ubssvgvun6cc7i2&dl=0
    https://www.dropbox.com/scl/fi/emieeysdcjx97ffd56g1u/Screenshot-2023-10-07-151622.png?rlkey=swmquijj3xsozk5fpfjek2b8l&dl=0
    Das war wahrscheinlich auch falsch von mir, denn es hat nicht funktioniert. Heul!

    #1421737

    In reply to: Mouse Hower effect

    For those masonries – on ipad and bigger tablets it might be nice to position the caption ( that is on mobile always visible ) beneath the image – and not as overlay style.
    Maybe it is best to give a custom class to that masonry – to always use that setting on demand.
    f.e. description-below
    and: because it is only wanted on mobile devices ( with no hover )

    #top .av-masonry.description-below .av-inner-masonry-content,
    #top .av-masonry.description-below .av-inner-masonry-content .avia-arrow {
      background-color: #cde5a5;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content {
      position: relative !important;
      top: 100%;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry {
      overflow: visible;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below a.av-masonry-entry {
      margin-bottom: 60px !important;
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content {
      padding: 5px 10px;
      text-align: center;
      min-height: 65px
    }
    
    .responsive.avia_mobile #top .av-masonry.description-below .av-inner-masonry-content .av-masonry-entry-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      padding: 0 !important;
      margin: 0 !important;
      width: 100%;
      font-size: 18px !important;
    }
    #1421711

    Did you purge the cache before testing the page? You may have to toggle or temporarily disable the Enfold > Performance > File Compression settings as well. Please make sure to perform a hard refresh before testing the page.

    Yes, I have done that:( If I enter the following code (=>css-field), …

    @media only screen and (max-width: 767px) {
      #top #wrap_all .header_color h2,
      #top #wrap_all .main_color h2,
      #top #wrap_all .alternate_color h2 {
        font-size: 24px;
      }
    }

    it still does not work.

    • This reply was modified 2 years, 4 months ago by Tim.
    #1421660

    In reply to: Screen problems

    Hi,

    Thanks for that. Please try to set smaller font sizes for the headings in the element settings, under Styling->Font sizes.

    Best regards,
    Rikard

    #1421644

    Topic: Font size

    in forum Enfold
    aaronjosephhall1
    Participant

    Hello,
    I am not able to figure out how to make the font for the body bigger. The font for a blog post, the content on a page, etc…it is a little small and I would like it to be a bit bigger.

    Any help would be great. Thanks!!!

    #1421610

    Hi,

    Thank you for the update.

    Did you purge the cache before testing the page? You may have to toggle or temporarily disable the Enfold > Performance > File Compression settings as well. Please make sure to perform a hard refresh before testing the page.

    The code above should adjust the size of the h1 element. If you want to change the size of the h2 element manually, just copy the css rule above, then replace all instances of the h1 selector.

      #top #wrap_all .header_color h2,
      #top #wrap_all .main_color h2,
      #top #wrap_all .alternate_color h2 {
        font-size: 24px;
      }
    

    Or as suggested above, you can adjust the font size settings in the Enfold > General Styling > Typography panel.

    Best regards,
    Ismael

    #1421519
    Henningcircle
    Participant

    Dear All,

    I tried to increase the social media buttons.

    Emptied my cache with: W3 total cache plugin.

    Somehow they appeared larger shortly and then back to small again.

    I added this to the Quick CSS.

    #top #header .social_bookmarks li a {
    font-size: 20px;
    }

    Please help!

    Thanks,

    Henning

Viewing 30 results - 1,021 through 1,050 (of 18,717 total)