Viewing 30 results - 2,641 through 2,670 (of 18,728 total)
  • Author
    Search Results
  • #1304485

    The webpage with the archive code is this one: https://www.planetree-sv.org/newsletters/

    Note: I added a textbox with the archive below the code module.

    When I’m looking at the page preview in WP I see the code-generated archive + the text archive I made. When I log out of WP and look at the live page (I tried multiple browsers), the code-generated archive is missing.

    The code I used is the standard type of javascript embed code from MailChimp:

    <style type=”text/css”>
    <!–
    .display_archive {font-family: arial,verdana; font-size: 12px;}
    .campaign {line-height: 125%; margin: 5px;}
    //–>
    </style>
    <script language=”javascript” src=”//planetree-sv.us19.list-manage.com/generate-js/?u=bc36c103f34a88c1bea9a801b&fid=26955&show=10″ type=”text/javascript”></script>

    #1304393
    laempe
    Participant

    Hello,
    I have got one page of my website and there I want to style the H1 in other size than the H1 at the other pages.
    At text block element => style => font size
    There is the opportunity the set the fontsize for different devices.
    I have set 40px for standard device and this works for text in a <p> tag.

    But now I want to set the font size for the h1 to 30px in a further text block element. And this will not work with h1.

    I tried with custom css and this will not work, too.
    I have set a custom css class at text block element => advanced => developer => custom css class as follows:
    headline_style_home

    At Enfold quick css I have the following css code:
    /*Headline Style*/
    .headline_style_home {
    font-size: 30px !important;
    }

    But nothing will affect to the H1 headline with custom css class “headline_style_home” or with settings at text block element => style => font size.
    Why? How to solve that?

    kind regards

    #1304320

    Hi,

    Thank you for the info.

    1.) The font size on the demo and in the actual site is actually set to 12px, and the size of the images are the same but some of the images in the actual demo are not free to use, so they are replaced with other images. A few sliders are also not included because the images are subject to the same copyright issues. The container also has a maximum width of 1130px and the header is set to shrink on scroll.

    2.) Looks like the “IN CASE YOU NEED HELP” section is missing and is replaced with a slider. You can recreate the layout using 1/3 columns with icon boxes inside and use the logo/partner slider element to recreate the slider containing logo images.

    Aside from the missing images and a few missing elements or section in the home page, the demo and the actual site have the same layout, theme options and used the same templates and/or combination of elements.

    Best regards,
    Ismael

    #1303975
    EnvatoOvis
    Participant

    Hello,

    Somthing wrong with phone and google-translate… lost flags :(

    flags

    Quick CSS:

    /** meniu ilgas ***/
    .av-main-nav ul {
        width: 260px;
    }
    /* beadthumbs išjungiu pranešimą - Pradžia */
    span.trail-before {
    display: none!important;
    }
    @media only screen and (max-width: 767px) { 
    .logo.second-logo img {
        padding-top: 20px;
    }}
    @media only screen and (max-width: 480px) { 
    .responsive .logo img {
        max-width: 90%;
    }}
    @media only screen and (min-width: 768px) { 
    .logo img {
        padding: 15px 0;
    }}
    .logo:first-child {
        z-index: 4;
    }
    /*.logo, .logo a { display: inline-block}*/
    /*.logo:first-child img {display: none}*/
    /*.logo.first-logo { z-index: 3 }*/
    .logo.second-logo { z-index: 3 }
    .logo.second-logo { width: 100% }
    .logo.second-logo a { float: right !important }
    /*.logo.first-logo a, */ .logo.second-logo a { display: inline-flex }
    /*.main_menu:not(:first-of-type) { display: none !important }*/
    /*.responsive #top .logo.first-logo {
        float: left;*/
    }
    
    /*hide auto sidebar from magazine*/
    .page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
    }
    
    /*2.8 firefox problem*/
    .avia-image-container-inner, .avia_image {
        max-width: 100%;
    }
    
    #header_main .avia-menu-text {
        font-size: 16px;
    }
    .entry-content p {
    font-size: 18px;
    margin: 20px 0;
    line-height: 24px;
    }
    
    .header-scrolled #header_main > .container {
    display: none !important;
    }
    
    #socket .avia-bullet, #socket .avia-menu-fx {
      display: none;
    }
    
    h4 {
    line-height: 30px;
    }
    .comment_container {
     display: none;
    }
    #paslaugos-container-width .container {
      width: 100% !important;
      min-width: 100%;
      padding: 0;
      margin: 0;
    }
    /*#paslaugu-elementas .aviaccordion {
        max-height: 300px;
    }*/
    #top #paslaugos-container-width .aviaccordion-slide img {
        max-height: 295px;
    }
    #top #paslaugos-container-width #paslaugu-elementas {
        max-height: 295px !important;
    }
    
    #1303974

    Hello. I made all the changes suggested. i added

    body p { font-family: “Open Sans”; font-size: 15px;}

    in the personalization section. Don’t know how very well but it seems working. thank you!

    #1303850

    Hi Stephen,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #avia3-menu li {
        font-size: 12px;
    }

    Best regards,
    Nikko

    #1303739
    #1303727

    Hi Rikard,

    We managed to fix it like this

    `@media only screen and (max-width: 1300px) {
    .responsive #top .av-menu-mobile-active {
    text-align:center
    }
    .responsive #top .av-menu-mobile-active .mobile_menu_toggle{
    display:inline-block
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu{
    display:none
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu.av-open-submenu{
    display:block
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li {
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0;
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li:first-child {
    margin-top: -1px;
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a {
    border-left: none;
    padding: 15px 15%;
    text-align: left;
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a::before {
    content: “\25BA”;
    position: absolute;
    top: 15px;
    margin-left: -10px;
    font-family: ‘entypo-fontello’;
    font-size: 7px;
    }
    .responsive #top .av-open-submenu.av-subnav-menu > li > a:hover,
    .responsive #top .av-subnav-menu .current-menu-item a:hover .avia-menu-text {
    color: #53565a;
    }
    }
    Regards

    #1303714

    In reply to: Masonry gallery

    Hey Alan,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the masonry content.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
    }
    

    Unfortunately, you cannot place the container below the image because it will break the layout of the masonry. What you can do is add a background overlay instead.

    #top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5);
    }
    

    If you need to only adjust the position of the text, try this css code.

    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Best regards,
    Ismael

    #1303710

    Hi,

    Thank you for the update.

    In the layer settings, there is an option where you can define the minimum font size. The option is located in the layers’ Styles > Text | Font Style panel. For images or non-text layers, you can use the Custom CSS field in the same Styles panel to define a minimum height or width for the layer.

    Best regards,
    Ismael

    #1303685

    Hi Steven,

    Please try this CSS instead:

    h1.paginatitel_vervolg2021 {
        font-size: 60px;
        font-family: 'Dosis', sans-serif;
        font-weight: 600;
        text-transform: none!important;
        color: #fff;
        padding: 20px 40px!important;
        background: #0054a4!important;
        -webkit-border-radius: 10px!important;
        -moz-border-radius: 10px!important;
        border-radius: 10px!important;
        display: initial;
    }

    Best regards,
    Rikard

    #1303668
    envato99
    Participant

    Hi

    How do I edit the font sizing the footer menu? [On our site, the menu at the very bottom of the page, with links to: HOME | RBI | MODULES | SERVICES…]

    Thanks

    The button that is part of the fullwidth slider can only be placed on default to the left side. But with a bit css in quick css you can shift this button to a right position.

    In the Element ( as on most of the advanced Layout Builder Elements ) they have the opportunity to show or hide on 4 differnt screensizes.
    So i placed two fullwidth sliders on top:
    ( click to enlarge the images )


    The second fullwidth slider with the oposite setting.

    For the button positioning i gave a custom-class to the sliders : homeslider

    .homeslider .avia-slideshow-button {
        position: absolute;
        right: 5vw;
        bottom: 5vw;
        padding: 15px 25px !important;
        box-shadow: 2px 2px 15px -5px #000;
        font-size: 18px;
    }
    #1303241

    In reply to: Format this text

    Hey Franz,

    Thanks for contacting us!

    Please add following code to bottom of Quick CSS field as well

    .av-catalogue-list .av-catalogue-content {
        color: red;
        font-size: 14px;
    }
    
    #top .av-catalogue-list .av-catalogue-item {
        padding-bottom: 5px;
    }

    Regards,
    Yigit

    #1303240

    Topic: Masonry gallery

    in forum Enfold
    Schmidtgrafisk
    Participant

    Hi,
    I have the “display excerpt” activated, I would like to:
    increase the font size
    Be able to place the text in the bottom of the box, still centered
    Change font color

    If I choose to go with the “Load more” setup, I need to:
    Translate to danish “Vi flere billeder”
    And I want the Load more” textbox to be transparent

    Cheers ;)

    #1303080

    Topic: Format this text

    in forum Enfold
    schweg33
    Participant

    Hello together
    have created here a price list
    I was able to do all the formatting with CSS below

    Now I would like to format this text font size and font color (link printscreen below)

    Then I would like to reduce the line spacing? (Link Printscreen below)

    Both changes with CSS

    Thanks in advance
    Kind regards
    Franz

    #1302897

    Hey Stephen,

    Add the following to quick css:

    #avia-menu a{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1302844
    envato99
    Participant

    Hi

    Is it possible to increase the font size of the top menu on our site [Link below]?

    Thanks

    #1302734

    Hi and thanks for that, it didn’t work. The font is a custom font. No matter where I try to control this the menu font remains the same, either using the ‘Use any font’ plugin or editing the CSS. Any ideas?
    Here’s the code I used based on your suggestion.
    .av-main-nav > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-weight: 600;
    font-size: 13px;
    font-family: “verlag-light”, serif;
    }

    #1302699
    agentbuzzdev
    Participant

    I can’t change the default size of the text on my site. When I change the font size values in General Styling the changes don’t take at all. When changing the text style in the block editor, the line spacing changes with font size but not the actual text size. However, when changing in the block editor, it does change correctly for UL tags but not P tags, so it appears the P tag style is being overridden somewhere but I can’t see where. Please help!

    • This topic was modified 4 years, 10 months ago by agentbuzzdev.
    #1302670

    Topic: Yigit. Logo lost link

    in forum Enfold
    EnvatoOvis
    Participant

    Hello again,

    confused, logo link is active :/ but not working, mouse not active (desktop only)

    Link

    http://www.silutevb.lt

    My functions.php:

    add_action( 'after_setup_theme', 'my_theme_setup' );
    function my_theme_setup() {
        add_editor_style();
        // For the Block Editor.
        add_theme_support( 'editor-styles' );
    }
    function wp_23223255_6469586506596() { 
    	add_image_size('entry_with_sidebar', 999, 999);
    	add_image_size('entry_without_sidebar', 999, 999);
    }
    add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );
    
    function add_logos($logo) {
    /*	$logo .= '<span class="logo first-logo"><a href="/aaaaa">' ;
    	$logo .= '<img src="https://www.silutevb.lt/silute/wp-content/uploads/2021/05/Logo_30Proc_mazesnis.png"/>';
    	$logo .= '</a></span>';*/
    	$logo .= '<span class="logo second-logo"><a href="/darbo-laikas" target="_blank">' ;
    	$logo .= '<img src="https://www.silutevb.lt/silute/wp-content/uploads/Darbo_laikas.png"/>';
    	$logo .= '</a></span>';
    	return $logo;
    }
    add_filter('avf_logo_final_output', 'add_logos');

    Quick CSS:

    .av-main-nav ul {
        width: 260px;
    }
    @media only screen and (max-width: 767px) { 
    .logo.second-logo img {
        padding-top: 20px;
    }}
    @media only screen and (max-width: 480px) { 
    .responsive .logo img {
        max-width: 90%;
    }}
    @media only screen and (min-width: 768px) { 
    .logo img {
        padding: 15px 0;
    }}
    
    /*.logo, .logo a { display: inline-block}*/
    /*.logo:first-child img {display: none}*/
    /*.logo.first-logo { z-index: 3 }*/
    .logo.second-logo { z-index: 3 }
    .logo.second-logo { width: 100% }
    .logo.second-logo a { float: right !important }
    /*.logo.first-logo a, */ .logo.second-logo a { display: inline-flex }
    /*.main_menu:not(:first-of-type) { display: none !important }*/
    /*.responsive #top .logo.first-logo {
        float: left;*/
    }
    /*hide auto sidebar from magazine*/
    .page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
    }
    /*2.8 firefox problem*/
    .avia-image-container-inner, .avia_image {
        max-width: 100%;
    }
    #header_main .avia-menu-text {
        font-size: 16px;
    }
     .entry-content p {
    font-size: 18px;
    margin: 20px 0;
    line-height: 24px;
    }
    .header-scrolled #header_main > .container {
    display: none !important;
    }
    #socket .avia-bullet, #socket .avia-menu-fx {
      display: none;
    }
    • This topic was modified 4 years, 10 months ago by EnvatoOvis.
    #1302569
    amyteslin
    Participant

    Hi Guys,
    A couple of things:
    1. On mobile I have hidden the phone menu but it has also hidden the burger menu. How can I get it to look like this with also a phone icon instead of the text that is on mobile?
    Screenshot-2021-05-27-at-09-46-44

    I’ve created an advanced slider that looks amazing on desktop but has scaled badly on mobile. I need it to look like the above screen shot too.
    I did play with some css changing the margins but it looked bad when rotating to landscape on mobile.
    Is there a way to get the scaling more accurate?

    I need it looking like this https://ibb.co/mq9X14V

    The CSS I tried
    @media only screen and (max-width: 480px) {
    h5.ls-layer {
    height: 100px !important;
    margin-top: -40px!important;
    line-height: 2em !important;
    position: static!important;
    }

    h2.ls-layer {
    font-size: 15px!important;
    margin-left:-25px!important;
    max-width: 200px!important;
    margin-top: -70px!important;
    border: none !important;
    }
    h3.ls-layer {
    font-size: 15px!important;
    margin-left:-60px!important;
    max-width: 100px!important;
    margin-top: 10px!important;
    }
    .rotate {
    width: 130px!important;
    height: 130px!important;
    margin-left: -30px!important;
    margin-top: -50px!important;
    }
    .arrow {
    margin-top: 30px !important;
    margin-left: -10px!important;
    font-size: 30px !important;
    }}
    media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
    background: transparent!important;
    position: absolute!important;
    }}

    #1302509

    Hey Mark,

    Add this to quick css:

    h3.slide-entry-title.entry-title {
    font-size:18px!important;
    }

    Best regards,
    Jordan Shannon

    #1302486
    markacramer
    Participant

    Hello All, I am trying to reduce the font size for the title of posts displayed with the Blog Posts Content Element but there is no font setting so I need some CSS for the Quick Css entry. Also to change font color. Can you assist?

    andotek
    Participant

    Hi Team,
    Ive followed the documentation to add a widget to the header area so I can create a button (https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area). The button gets created perfectly, however when clicked the URL link does not activate. The button just does not do anything!

    I’m using the short code
    [av_button label='Refer A Friend' link='manually,/refer-a-friend/' link_target='' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i']

    How do I get the button URL to activate?

    #1302221

    Mike – that works! Thank you. I will leave it there now, as that’s the size that fits all screens.
    (in fact, I lowered the font to 12 – I can always up it slowly if there’s complaints)

    Thanks again for making this painless.

    Much appreciated.
    Steve :-)

    #1302205

    Hi,
    On my desktop the text is 16px, and the actual css font-size is 1em which will show different px sizes based on screen size, anyways to change the font-size to 14px try this css:

    #top.page-id-22914 #tonic-ticket-widget.tw-widget h4.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget p.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget p span {
    	font-size: 14px;
    }

    but to change the font-size only on hover try this css instead:

    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover h4.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p.tw-text--flush,
    #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p span {
    	font-size: 14px;
    }

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

    Best regards,
    Mike

    #1302171

    In reply to: CSS

    Hi Nikko,
    Thank you for that!
    But: I need this similar now also for the start page / home (page-id 74) .
    But ONLY the headlines of the WCFM store titles must be smaller (instead of H2 just H3) and not all titles. With the last CSS code all titles on the page will be smaller … I need another one.
    Please tell me how to change ONLY the WCFM store title font size.
    Thanks and greetings

    #1302141

    Hi,

    Thanks for that. I see that some of the CSS is coming from the theme, but they are possible to override, even though they are using !important. I added this to the top of your Quick CSS box for example:

    .responsive #top .slideshow_caption h2{
        font-size: 26px !important;
    }

    And it’s applying to your site. You should be able to do the same thing with the other blocks as well.

    Best regards,
    Rikard

    #1301985

    In reply to: Page has shifted

    I have not added any of that – this is my custom CSS

    #header_meta .container {
        min-height: 50px;
    }
    .phone-info {
        line-height: 2.35em;
        font-size: 1.0em;
    }
    #top .social_bookmarks li a { 
        font-size: 22px; 
        margin-top: 10px;
    }
    #top .social_bookmarks li {
        border: none;
    }
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 2.0em;
        color: #ffffff !important;
    }
    #top .av-large-testimonial-slider .avia-testimonial-content {
        font-size: 1.1em;
        line-height: 1.6em;
    }
    .av-special-heading-h2 .special-heading-border {
        display: none;
    }
    .html_modern-blog #top .post-entry .blog-categories {
        display: none;
    }
    .html_modern-blog #top .post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .slide-meta {
        display: none;
    }
    .main_color .special-heading-inner-border {
        display: none;
    }
    
    
Viewing 30 results - 2,641 through 2,670 (of 18,728 total)