Viewing 30 results - 6,481 through 6,510 (of 18,742 total)
  • Author
    Search Results
  • #996315
    lilijabula
    Participant

    OK, I tried all the solutions described in similar tickets, but none of the worked for me. I would like the subheading font to be Great Vibes ( or any other nice handwritten font).

    I can use Italianno font for the titles, but that doesn’t seem to be working for the above subtitle. Here is the latest code that I tested in Enfold CSS field. It displays a different font for some reason.

    .av-subheading.av-subheading_below {
    font-size: 24px !important;
    font-family: ‘Italianno’, cursive !important;}

    Any recommendations will be much appreciated!

    Thanks

    Lilija

    • This topic was modified 7 years, 8 months ago by lilijabula.

    Hi,

    I compared your site between Chrome and Safari but I can’t see any differences in font size, you have a lot of different font sizes going on there so I’m not sure I understand exactly what the problem is. Could you try to explain a bit further and post a screenshot of the issue please?

    Best regards,
    Rikard

    #996194
    Haycreations
    Participant

    I’ve installed the custom font GeoSans & am trying to change body text 14px to see if it’s suitable size as 12px looks very small.
    I’ve changed the font size in Enfold Child theme to 14px in General & Advanced settings but the changes are not taking effect. I’ve refreshed the cache many times.
    Please advise.

    #996114

    Topic: Breadcrumb separator

    in forum Enfold
    Demaup
    Participant

    Hi,

    I found how to center & remove the “You are here” text in the breadcrumb, but the code I found change the separator which was “/” and the separator is now “-” as you can see here: https://imgur.com/a/NCwlcHH

    Can you tell me what do I have to change/remove/add to go back to the first separator which was “/” please?

    Here is the code

    .title_container .breadcrumb {
        z-index: 10;
        line-height: 1px;
        font-size: 15px;
        position: relative;
        right: auto;
        top: auto;
        margin-top: auto;
        display: table;
        margin: 0 auto;
    }

    Cheers,

    Demaup

    #995935

    Hi Max,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_av-overlay-full #av-burger-menu-ul li {
      font-size: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #995657

    Hi Mike,

    sorry for the late reply.

    The items you referring to are exactly the ones which are to styled.
    These are posts which have different categories and I thought that they should have all different category classes.
    I just want certain posts which belong to the “highlight” category to look different (background-color, font-size..whatever)

    See the private content for login.

    Best regards,
    Henning

    • This reply was modified 7 years, 8 months ago by Kesselhut.
    #995583

    Hi Rikard,

    Only thing is, I would like the font size a little bit smaller. I tried editing the Menu Links in overlay/slide out element in the Advanced Styling panel but that didn’t work. Am I doing something wrong?

    Regards,
    Max

    Thanks Ismael, the css you gave me for the font size worked! I was able to apply the css in the Customize CSS panel. When I tried adding it in the Quick CSS field it didn’t work, is that because I have these pages saved as drafts?

    As far as the excerpt length solution, I can’t figure out how to get to the functions.php file. I believe I should be able to get to it through appearance > editor? I don’t think I have that option. I’m set up as an administrator so shouldn’t I be able to access the php file?

    #995459
    steviger
    Participant

    Hi guys,

    I hope you can help me out. I’m using the Enfold Social Share Buttons but I can’t seem to get the desired style. What I’m after is as shown here On the left side halfway the screen. I did some fiddling with CSS like:

    /*----------------------------------------
    // CSS - Social Share style 
    //--------------------------------------*/
    #top .av-share-box ul {border-radius: 0px;}
    
    .av-share-box h5{color:#ffffff;}
    
    li.av-share-link a:before {
       font-size: 26px !important;
    }
    /* Hide tool tip */
    .av-social-sharing-box .avia-related-tooltip {
      display: none !important;
    }
    /* Link hover */
    #top .av-social-sharing-box .av-share-link a:hover { background-color:transparent!important;}
    
    /* Icon Color */
    .av-social-sharing-box .av-share-link a:before {color:#fff;}
    
    /* Icon Color on hover */
    .av-social-sharing-box .av-share-link:hover a:before {color:#fff;}

    This is the result so far. So basicly we need some margins between the three icons. But I don’t no where.Offcourse I can change the color btw ;)

    Help is much appreciated!

    Cheers,

    Steven

    #995368

    Hey yohopower,

    Thank you for using Enfold.

    You should be able to change that in the Enfold > General Styling > Fonts panel. Look for the “Default content font size” settings. You can also change the style of certain elements in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    #995333
    yohopower
    Participant

    How to change the font size ? I trying change the Default content font size(The default font size for your content (eg: blog post content),but mobile font size still unchanging
    Thank you in advance for your help!!!

    #995324

    you can choose on caption “attach two buttons”
    the second button has the class: avia-slideshow-button-2
    so if you like to preserve opacity and font-size you can do that:

    .avia-slideshow-button-2 {
        background-color: rgba(250,0,0,0.5) !important;
    }

    on choosing the button-color red f.e. in caption tab – the font-size changes a bit and the opacity is gone

    Hi,

    Thanks for the update.

    You got this css modification on the Quick CSS field, which affects the blog title.

    #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
        font-size: 28px;
        line-height: 1.3em;
        font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    You can adjust the font size from that css declaration or use this code to override it.

    #top #wrap_all .main_color .slide-entry h3, #top #wrap_all .alternate_color .slide-entry h3 {
        font-size: 14px;
        line-height: 1em;
    }

    Add this filter in the functions.php file to decrease the excerpt length.

    add_filter('avf_postgrid_excerpt_length','avf_adjust_postgrid_excerpt_length_mod', 10, 1);
    function avf_adjust_postgrid_excerpt_length_mod($length)
    {
       $length = 10;
       return $length;
    }

    Default value is 60 or 240 depending on the blog style.

    Best regards,
    Ismael

    #995238
    tankerhq
    Participant

    Hiya!

    Where does Woocommerce get its font settings from and how can I edit them?

    Cheers!

    #995232

    Hey Monique,

    Please try this instead to see if you have any luck with it:

    .overzicht-honden .av-masonry-entry-title {
    	font-size: 40px !important;
    	font-family: 'open sans' !important;
    	color: #ff030b !important;
    }

    Best regards,
    Rikard

    Hi,

    Please try this instead:

    .home .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 30px !important;
    }

    Best regards,
    Rikard

    asapevictions
    Participant

    When I try and edit the text on my website I’m getting this error in the preview”It seems you are currently adding some HTML markup or other special characters. Once all HTML tags are closed the preview will be available again. If this message persists please check your input for special characters and try to remove them.”

    The text show up in all white and has this code. This is happening on every page for the Text widget in the builder. Here is an example on the homepage

    <p>[av_section min_height='25' min_height_px='500px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_tb' src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/06/homepage_slider.jpg' attachment='855' attachment_size='full' attach='scroll' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#084a79' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-145nae']<br />[av_one_half first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_breaking='' mobile_display='' av_uid='av-jgf3pjem'][av_heading tag='h2' padding='0' heading='Experienced Trial Attorneys<br />Exceptional Personal Service<br />Eviction Experts' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='3.5vw' subheading_active='' subheading_size='18' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='150px,,150px,' av_uid='av-djedi'][/av_heading][/av_one_half][av_one_half min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_breaking='' mobile_display='' av_uid='av-jgf3pjem'][/av_one_half]<br />[/av_section][av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_gradient' custom_bg='' background_gradient_color1='#9b814b' background_gradient_color2='#9b731b' background_gradient_direction='diagonal_bt' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-qet8u'][av_three_fourth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_heading tag='h2' padding='0' heading='Call Now for a Free Consultation and Immediate Action' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='33' subheading_active='subheading_below' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='0px,,0px,']<br />We are always available to answer your questions and help you get started<br />[/av_heading][/av_three_fourth][av_one_fourth min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_button label='Call Now' link='manually,tel:+15629979690' link_target='' size='large' position='center' label_display='' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue854' font='entypo-fontello' color='custom' custom_bg='#ffffff' custom_font='#000000' av_uid='av-jgf4ovnq' custom_class='' admin_preview_bg=''][/av_one_fourth][/av_section][av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-qet8u' custom_class='']<br />[av_heading tag='h3' padding='0' heading='Areas of Expertise' color='' style='blockquote modern-quote modern-centered' custom_font='' size='50' subheading_active='' subheading_size='30' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='0' av_uid='av-6wkdq'][/av_heading][av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2k3kf2'][/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2gvc06'][av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jk8kprq8' custom_class='' admin_preview_bg='']<br />Guerra & Seyedi  is a Full Service Real Estate Law FirmExclusivelyRepresenting LANDLORDSFrom Serving Your Tenant With the Initial Notice To The Sheriff’s Lockout Of The PremisesAnd Collecting Your Money Judgement ASAP<br />
    [/av_textblock]<br />[/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-284k7q'][/av_one_fifth][av_hr class='custom' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='#d3d3d3' custom_margin_top='50px' custom_margin_bottom='65px' icon_select='yes' custom_icon_color='#072f4c' icon='uf119' font='justice' av_uid='av-jgf4q5kq' admin_preview_bg='rgb(255, 255, 255)'][av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/Residential-1.jpg' attachment='963' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' custom_class='' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Residential Evictions' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-1q0mb2'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/commerical.jpg' attachment='965' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Commercial Evictions' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-1k2zpy'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/Tenant_Bankruptcies.jpg' attachment='972' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Collections' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-1fcg26'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/Jury_Trials.jpg' attachment='968' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Jury Trials' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-17chjq'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/fair_housing-1.jpg' attachment='973' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Appeals' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-3q8n2'][/av_heading][/av_one_fifth][av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/rent_control.jpg' attachment='970' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Rent Control' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-y9a86'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/section_8-1.jpg' attachment='974' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Section 8' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-q7e9q'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/Tenant_Bankruptcies-2.jpg' attachment='978' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Post Foreclosure' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-lvfau'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/Motions-1.jpg' attachment='1009' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' custom_class='' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='BK’s and Motions' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-fqeie'][/av_heading][/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2fu26m'][av_image src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/07/lease_review.jpg' attachment='969' attachment_size='full' align='center' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jjyo3n92' admin_preview_bg=''][/av_image][av_heading tag='h3' padding='0' heading='Lease Review' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#344559' size='' subheading_active='' subheading_size='15' custom_class='spacingtitle' admin_preview_bg='rgb(34, 34, 34)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='' av_uid='av-p3mm'][/av_heading][/av_one_fifth]<br />[/av_section][av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_gradient' custom_bg='' background_gradient_color1='#9b814b' background_gradient_color2='#9b731b' background_gradient_direction='diagonal_bt' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-qet8u']<br />[av_one_third first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_animated_numbers number='25+' icon_select='no' icon='ue800' font='entypo-fontello' font_size='' font_size_description='' link='' linktarget='no' color='font-light' custom_color='#444444' av_uid='av-2yydy' admin_preview_bg='rgb(34, 34, 34)']<br />Years of experience<br />[/av_animated_numbers][/av_one_third][av_one_third min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_animated_numbers number='50,000+' icon_select='no' icon='ue800' font='entypo-fontello' font_size='' font_size_description='' link='' linktarget='no' color='font-light' custom_color='#444444' av_uid='av-2yydy' admin_preview_bg='rgb(34, 34, 34)']<br />EVICTIONS<br />[/av_animated_numbers][/av_one_third][av_one_third min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_animated_numbers number='99.99%' icon_select='no' icon='ue800' font='entypo-fontello' font_size='' font_size_description='' link='' linktarget='no' color='font-light' custom_color='#444444' av_uid='av-2yydy' admin_preview_bg='rgb(34, 34, 34)']<br />SUCCESS RATE<br />[/av_animated_numbers][/av_one_third]<br />[/av_section][av_section min_height='25' min_height_px='500px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_tb' src='http://37.60.244.234/~asapevic/wp-content/uploads/2018/06/homepage_slider.jpg' attachment='855' attachment_size='full' attach='scroll' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#084a79' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-145nae']<br />[av_one_third first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_breaking='' mobile_display='' av_uid='av-jgf3pjem'][/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_breaking='' mobile_display='' av_uid='av-jgf3pjem'][/av_two_third]<br />[/av_section][av_section min_height='25' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_tb' src='' attachment='' attachment_size='' attach='scroll' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.7' overlay_color='#084a79' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-145nae']<br />[av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='left-to-right' mobile_breaking='' mobile_display='' av_uid='av-jgf3pjem'][av_heading tag='h3' padding='0' heading='Testimonials ' color='' style='blockquote modern-quote modern-centered' custom_font='' size='50' subheading_active='' subheading_size='30' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='0' av_uid='av-1t0yrq'][/av_heading][av_testimonials style='slider_large' columns='2' grid_style='' interval='8' font_color='custom' custom_title='#000000' custom_content='#000000' av_uid='av-jjsuy8fm' custom_class='' admin_preview_bg='rgb(255, 255, 255)']<br />[av_testimonial_single src='' name='Ruben P.' subtitle='Long Beach, CA' link='http://' linktext='' av_uid='av-1km4ri']<br />" Tracy Guerra is an awesome Attorney!He helped me get rid of a tenant much quicker than other firms I’ve gone to in the past.I really liked the fact that everytime I called I talked to someone who was able to help me and give me status of my case. His staff is friendly and very helpful and knowledgeable.I highly recommend his services. He is quick to answer any questions you have and has vast legal knowledge of eviction procedures and rules. He definitely impressed me at trial. I will definitely be using his services next time I have an eviction. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Tim S.' subtitle='Sacremento, CA' link='http://' linktext='' av_uid='av-1g9kym']<br />" Mr. Guerra is my most trusted attorney. I had a tenant in Sacramento that was a professional rental scammer. I tried using a local attorney but after three months I had received no rent and there was no action on the eviction. I had worked with Mr. Guerra when I lived in Long Beach. I turned to Mr. Guerra and even though the eviction was out of the area he took the case on. He worked with a local attorney for all the court paperwork. Within three week I received some of the back rent and a signed agreement to vacate the premises. Mr. Guerra is a smart and effective attorney. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Jeff T.' subtitle='Long Beach, CA' link='' linktext='' av_uid='av-16e5fq']<br />" I’ve used several of the firms advertised in the apartment association magazine with disappointing results. ASAP evictions took over a couple messed up evictions, resolved them quickly, and has since handled a half dozen others with great results.We took over a building that had had some very bad (gang) folks in it, and with Tracy’s help the building has been cleaned up and the tenant mix has been dramatically improved. He and his staff were helpful and informative, and provided regular updates on the status of each of our cases.Lets face it, the unlawful detainer process is a mess, due to screwed up CA liberal politics – apparently these folks believe landlords don’t deserve to be paid for providing safe and clean housing to freeloading tenants. Yet these same folks want to use the tax revenue from the property and income taxes landlords pay to fund their wasteful, bloated gov’t spending.Tracy works within the existing legal framework to help landlords regain possession of their property from parasites that don’t pay rent….and make housing more expensive for everyone. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Candyce R.' subtitle='Huntington Beach, CA' link='' linktext='' av_uid='av-14ymhy']<br />" Tracy was the best and gave great advise — for free! Plus had the lowest prices for an eviction!!! I made many phone calls inquiring about my deadbeat roommate that was not paying me rent on time. I needed info on eviction, or any suggestions to get her to pay or get her out. After speaking with lawyers with bad attitudes for days, and frustrated even more with their very negative scenarios about deadbeat roommates… just to frighten me into hiring them, Tracy was the opposite. He was extremely helpful.Never went on about how it could take 3 months to get her out… Never spoke of bad scenarios just to scare me into hiring him. I phoned a few times and emailed. He was extremely polite and prompt with his email replies. His advise was free and helped get her out in a week. He never had a bad attitude like all the others I spoke to. I never had to call on lawyers for advise. I could not believe the terrible attitudes they had when you needed free advise. Tracy was very nice, patient, polite and prompt!!!! I would recommend him highly. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Jim R.' subtitle='Long Beach, CA' link='' linktext='' av_uid='av-w01ue']<br />" I have had the pleasure of working with Attorney Guerra for many, many years. I was one of his original clients when he first opened his law practice. He is very intelligent, hard working, and professional. ASAP evictions is the only eviction service I use because I know that they will do exemplary work at a very reasonable price. I would recommend this service without reservation. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Sylvia P.' subtitle='Torrance, CA' link='' linktext='' av_uid='av-pzvfq']<br />" I’ve been in the Property Management Industry for over 30 years in the South Bay area. In that time frame I had been to court hundreds of times for evictions. The Law Offices of Tracy Guerra and ASAP Evictions has always been professional in handling all my evictions and tenant issues in a timely manner, following through all the way to lockout. As a Property Supervisor for one of the largest Property Management companies in Long Beach we have chosen to use Tracy Guerra’s services for our unlawful detainers, and also to counsel us in any tenant related matters that arise. The staff has always been helpful and courteous. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Nina D.' subtitle='Fountain Valley, CA' link='' linktext='' av_uid='av-joz86']<br />" I have been using ASAP EVICTIONS for three years now and filed at least 10 cases with this office. Mr Guerra is a good man and a great attorney, he was always able to negotiate and settle most of my cases toward my benefits and the ones we had to fight I have not lost one case I have dealt with other offices before, and you never get to contact an attorney directly, but Mr Guerra would always email me back with his advice. Another person I also want to mention is Richard, he’s one dedicated employee who always on top of everything and would call me with updates on my cases. I am very please with ASAP EVICTIONS services and will continue to use them in the future. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Greg S.' subtitle='Oceanside, CA' link='' linktext='' av_uid='av-h3552']<br />" Hello all, I don’t typically write reviews but I have to admit they are what I read before buying a product or solicit a service. I called three other attorneys regarding my tenant eviction in Lakewood. I even contacted my former attorney who did a previous eviction a few years ago. The previous attorney wanted all the money up front which included the costs of additional services that might not be needed (court appearance, sheriff lockout costs). Mr. Guerra’s office only charged for services rendered to get the eviction started. I paid as the process proceeded.After engaging with Mr. Guerra, I was told what the time line would be and how the system works. I had to make a court appearance in which an attorney representing Mr Guerra accompanied me into court in front of the judge. Very straight forward; yes or no questions. I easily won the judgment (it all comes down to the rental agreement). My case ended up going all the way until a day before the lockout before settling. I don’t think this is common but it worked out good for me (albeit stressful). Mr. Guerra assisted me all the way through the agreement drafting the needed stipulation for my settlement; the day I requested it from him it was done!All-in-all Mr. Guerra and his team delivered exactly what they promised. They were very professional and timely I spoke to Mr. Guerra probably 5-6 limes within a couple of months, not to mention his staff as needed. Every time I called and asked to speak with Mr. Guerra, he picked up the phone! Every time! Emails were also answered in a timely manner When does that ever happen? I am very pleased with my experience and would recommend The Law Office of Tracy Guerra to any friend or family. "<br />[/av_testimonial_single]<br />[av_testimonial_single src='' name='Shirley S. ' subtitle='Las Vegas, NV' link='' linktext='' av_uid='av-b0hzy']<br />" I am from out of state and needed an attorney to handle an eviction. I found Tracy on the internet. When I called, his staff d very helpful. Not knowing anything about the quality of his service I decided to take a chance on him. Wow, I couldn’t have made a better choice. It started with an easy eviction but due to my tenant quickly became a nightmare. My tenant contested the eviction and filed a lawsuit in Federal Court. Tracy worked with me by negotiating with my tenant until there was an amicable solution. His fees are very reasonable I can tell you that I got more than my Moneys worth. You won’t be sorry if you hire The Law Offices of Tracy Guerra. Thanks Again Tracy. "<br />[/av_testimonial_single]<br />[/av_testimonials][/av_one_full]<br />[/av_section][av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_gradient' custom_bg='' background_gradient_color1='#9b814b' background_gradient_color2='#9b731b' background_gradient_direction='diagonal_bt' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-qet8u' custom_class='']<br />[av_one_full first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lsyke'][av_heading heading='Representing Landlord Exclusively Since 1993' tag='h2' style='blockquote modern-quote modern-centered' size='33' subheading_active='' subheading_size='15' margin='0px,,0px,' padding='0' color='custom-color-heading' custom_font='#ffffff' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jk8typiq' custom_class='' admin_preview_bg='rgb(34, 34, 34)']<br />We are always available to answer your questions and help you get started<br />[/av_heading][/av_one_full]<br />[/av_section]</p>
    #995086
    Monique
    Participant

    Hi there,

    On a (development) website I’ve created a masonry for portfolio (dogs) and a masonry for news/blog (see links below). We want the overlay in two different styles:
    1) News/blog should have the standard style generated by the theme options.
    2) Portfolio/dogs needs to be a different font-family, red and bigger.

    With some help from other topics I thought I’d use the following code:

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    	font-size: 40px !important;
    	font-family: 'open sans';
    	color: #ff030b !important;
    }
    

    However, when I do that, all masonries show this style. So to identify the portfolio masonry from the standard, I gave the portfolio masonry a class called “overzicht-honden”. In theme-options I checked “Show element options for developers”.

    When I add the class .overzicht-honden to the code, it will be:

    #top .overzicht-honden .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    	font-size: 40px !important;
    	font-family: 'open sans';
    	color: #ff030b !important;
    }
    

    However, for both the masonry news and masonry portfolio the standard style is shown. So obviously I am doing something wrong…

    How can I achieve that for the masonry portfolio the different style is shown? Can you please give me a hand?

    Thanks in advance!

    Regards,
    Monique

    #995068

    Hi Donkies11,

    I see thanks for clearing that out, you can open heading.php found in enfold\config-templatebuilder\avia-shortcodes\heading folder (line 55):

    __("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(3,7,0.5 , array(), "vw", "", "vw"),

    and replace it with:

    __("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(1,7,0.5 , array(), "vw", "", "vw"),

    this should include 1vw, 1.5vw, 2vw and 2.5vw.

    The customization would be lost during the Enfold theme update, so I suggest using a child theme then follow the instructions here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
    Hope this helps.

    Best regards,
    Nikko

    #995059

    Hello Nikko,

    The site is behind a firewall and I won’t be able to open access to you.

    However, I’ve taken a screenshot of the Enfold Admin showing the vw font sizes. You can see that 3vw is the smallest size available in the pull-down.

    Can we adapt the theme so that 2.5vw and 2vw are also choices?

    Sincerely,
    Greg

    link to screenshot

    screen shot of flexible font choices in Enfold admin

    • This reply was modified 7 years, 8 months ago by Donkies11. Reason: it didn't look like the image actually loaded - so i placed a link to the screenshot
    #995036
    jasaunders
    Participant

    I use the sumo plugin and their page tracking has worked for years, but all of the sudden it has stopped working in the past few months. I have contacted sumo support and they say the issue is it is:

    mistaking an article on your page as your main container. Sumo article detection will sometimes return “False positives” and flag something as an article, even if it isn’t. When this occurs we recommend you do the following:

    They said the problem is specifically with this element on the pages:
    <div class="avia_textblock av_inherit_color" style="font-size:20px; color:#e77519; " itemprop="text">
    and that I need to add the class aside as such:
    <div class="avia_textblock av_inherit_color aside" style="font-size:20px; color:#e77519; " itemprop="text">

    This problem seems nearly identical to this other support post I found here: https://kriesi.at/support/topic/sumome-not-tracking-full-page/
    Except that problem was with the element av-content-full and my problem is with the element avia_textblock so the solution in the other thread does not work for me by editing the functions.php file.

    Can you please help and advise what theme file I could change to add the aside class to those elements so that the plugin works correctly?

    Thanks!

    #995033

    Hey Greg,

    I’m not really sure where to find the vw based font size since we used px.
    If the size you want to use isn’t defined in the dropdown selection, I would suggest using Quick CSS found in Enfold > General Styling.
    Can you give us a link to your site and point us what text/content you want to change the font size and we’ll help provide the css code that should work.

    Best regards,
    Nikko

    #994878

    We already solved it.
    Think about adding a shortcode like this into enfold – then users can use enfolds tracking cookie to disable other plugins. No need for an extra piece of software. A few lines and it’s done.

    function googleMapsEnabled( $atts , $content = null ) {
    	if(isset($_COOKIE["aviaPrivacyGoogleMapsDisabled"])) {
    		return '<div id="avia-messagebox-" class="avia_message_box  avia-color-orange avia-size-large avia-icon_select-yes avia-border-  avia-builder-el-3  el_before_av_textblock  avia-builder-el-first"><div class="avia_message_box_content"><span class="avia_message_box_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><p>'.__("This service uses Google Maps and has been disabled by the user due to selected privacy option.","avia_framework").'</p>
    </div></div>';
    	} else {
    	  return do_shortcode($content);
    	}
    }
    add_shortcode( 'googleMapsEnabled','googleMapsEnabled');

    Usage:
    [googleMapsEnabled] [plugin_shortcode] [/googleMapsEnabled]

    #994789

    Hey jenhames,

    I assume you’re talking about the burger menu (mobile menu). You can use this css code to change the font size of the submenu links:

    
    #top #wrap_all .av-burger-overlay #av-burger-menu-ul .sub-menu li a{
    font-size: 12px;
    }
    

    You can replace 12px with any other px or em value.

    Best regards,
    Dude

    #994727

    Hi,

    Thanks for the feedback. Please try this CSS as well:

    .widget_product_categories li a {
        font-size: 20px !important;
    }
    
    .widget_product_categories li a {
        padding: 0 !important;
        background: none !important;
    }

    Best regards,
    Rikard

    #994538

    Hi,
    I added this html to your Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field:

    <span class="phone">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]<a href="tel://1-555-555-5555">0412 552 293</a></span>
    <span class="calendar">[av_font_icon icon='ue85b' font='entypo-fontello' size='20px'][/av_font_icon]<a href="http://elitemassagesolutions.com.au/book-online/">Book Online</a></span>

    then I added this css to your Enfold Theme Options > General Styling > Quick CSS field:

    .phone .av-icon-char,.calendar .av-icon-char {
        margin-top: -7px;
    }
    .phone a,.calendar a {
    color: #fff !important; 
    }

    I also added a link to your booking page next to your calendar icon.
    Please check and let us know if you need any adjustments.

    Best regards,
    Mike

    #994534
    jenhames
    Participant

    When displayed on mobile, the submenu items have a larger font than the main menu items.
    Is there a way to change the font size?
    Thank you.

    #994525
    grantcardone
    Participant

    Hello,
    after the new WordPress update on 08/06/2018 all fonts and styling made through Advanced styling section(Main menu font and size; H1-H5 font family, size, weight; strong tag styling as well) broke, and now none of the custom css is working. Please check.

    #994518
    Donkies11
    Participant

    Hello Support,
    Currently, the smallest size available in the Flexible font size (adjusts to screen width) pulldown is 3vw.
    Is there a way to add smaller font choices; 2.5vw, 2vw etc.?
    I looked through support posts and didn’t see this addressed.
    Sincerely,
    Greg

    #994440

    Any ideas?

    I have this in the phone bit

    Call: 03452 710020 // Adjust font sizes: [Web-Dorado_Zoom] // Translate: [google-translator]

    Still drops on next line if there’s ONLY the translation [shortcode] in there

Viewing 30 results - 6,481 through 6,510 (of 18,742 total)