Viewing 30 results - 241 through 270 (of 18,716 total)
  • Author
    Search Results
  • #1481324

    Hi Rikard,

    Thank you – it’s betting smaller!

    Is there a way of reducing the button text without reducing the font size of the strapline to the left please?

    Thanks

    Jane

    #1481286

    Hey wesdorman,

    Thank you for the inquiry.

    There might be a slight difference between the desktop and mobile views due to their aspect ratios, especially with the background image. For the font size, make sure to define a specific size for smaller screens. We tried logging into the site, but it’s asking for .htaccess authentication. Please provide the login info in the private field.

    Best regards,
    Ismael

    #1481227

    Hey Akhurst,
    To increse the font sizes for the price, sku, & categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .price span {
    	font-size: 30px;
    }
    #top.single-product .main_color .product_meta span {
    	font-size: 30px;
    }

    adjust the font size to suit.
    To remove the related products, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function remove_woo_relate_products(){
        remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
    }
    add_action('init', 'remove_woo_relate_products', 10);

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1481215
    akhurst_machinery
    Participant

    Hello,
    I need help …

    We need to organize the default product information on our website better.
    Especially the font sizes …

    Please see below a simple screenshot of the ideal layout.
    https://snipboard.io/ni7ITQ.jpg

    Current live webpage:

    Can you help me?

    Thank you, Leo

    #1481190

    In reply to: Tab Font Size

    hi team, the yigit css works for the tab heading, any css for the tab content font size ?

    #1481160

    Hi,
    I added this css:

    .category .title_container h1 a {
    font-size: 300%!important;
    line-height: 55px;
    font-family: "sacramento", cursive;
    font-weight: 400;
    }

    and this code to your to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $('#top.category .title_container h1.main-title.entry-title  a').contents().filter(function() {
        return this.nodeType == 3
      }).each(function(){
        this.textContent = this.textContent.replace('Archive for category:','');
        this.textContent = this.textContent.replace('Tag Archive for:','');
        this.textContent = this.textContent.replace('Archive for:','');
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );	  

    the result now:
    Screen Shot 2025 04 10 at 4.20.36 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1481111

    Hi,

    Thank you for the update.

    You can use this css code to adjust the style of the pagination:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 6px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
        font-size: 18px;
    }
    
    #top .main_color .pagination a {
        background-color: #f2f1ef;
        color: #000000;
    }
    
    #top .main_color .pagination .current {
        background-color: #d5d5d5;
    }
    

    Best regards,
    Ismael

    #1481104

    Hi,
    I disabled your Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title and added this to your code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
        if (is_tax() || is_archive()) {
            $header_settings['header_title_bar'] = "title_bar";
        }
        return $header_settings;
    }

    to only show the title on your category pages.
    and I added this css:

    .category .container_wrap_first {
    	border: none;
    }
    .category .title_container {
    	text-align: center;
    	padding-top: 50px;
    	background-color: #f2f0eb !important;
    }
    .category .title_container h1 a {
    	font-weight: 600 !important;
    	line-height: 1.3em;
    	font-size: 30px;
    }

    so compared to one of you posts:
    Screen Shot 2025 04 09 at 5.23.29 PM
    your category title looks like this:
    Screen Shot 2025 04 09 at 5.25.07 PM
    But note that they are both H1, I don’t see H2 like you asked.

    Best regards,
    Mike

    #1480949
    Sandy
    Participant

    The shortcode button hyperlink does not work. The buttons look nice but do not load the referenced URL.

    The shortcode (with URL placeholder text) is:
    [av_button label='ALL ISSUES' link='manually,http://' link_target='https://theURL' size='medium' position='left' icon_select='no' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i']

    I’ve tried these steps too, but still no success:
    – Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    – If a caching plugin is installed check the plugin settings and clear the cache..
    – Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    #1480907

    Hi,

    Thank you for the update.

    We temporarily disabled the Enfold > Performance > File Compression settings and adjusted the font size of the paragraph (p) tag to 16px. It updated correctly as shown in the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    #1480836

    Hey Rikard,

    We wanted to explore different font options for headers and adjust font sizes and weight for body and header text.

    Thank you

    #1480743

    Thank you! #2 is resolved.

    For #1, I did change the color in the Enfold > Theme Options > Transparency Options > Transparency Menu Color area and that did change the color for transparency. I have also changed the color in Advanced Styling for the default menu, but no changes are showing up. That was my main issue. You can see I have a Main Menu element in Advanced Styling with both the color (#314050) and size indicated, but no changes on the front end. Remember too my note: “Also under Advanced Styling, just like the menu font issue, changes to H2 don’t apply on the frontend.”

    Thanks!

    #1480677
    imagestudios
    Participant

    Hi, this is probably my 30th license, so I’ve been around the block with this theme and very much love it! I installed the parallax demo and for some reason am having issues/bugs in two areas:

    1) Advanced Styling:
    The Advanced Styling doesn’t appear to work. I can’t change the menu font color or size. I’ve set it as #314050 and 16pts, but it still shows white and 12 pts.
    Also under Advanced Styling, just like the menu font issue, changes to H2 don’t apply on the frontend.
    2) Another issue I have is the Headline Rotator that comes with the demo is spaced out different than the demo you guys show where each phrase reveals on a separate line and the final line is way below the first line, so there’s a gap of white space. The demo on your site doesn’t show that.

    Thanks!

    #1480651

    you have on those post-types different classes on body tag ( or #top).
    so you can differ by :
    #top.page
    #top.single-portfolio
    #top.single-post

    so try:

    .responsive #top.page  {
      font-size: 13px !important;
    }
    .responsive #top.single-post {
      font-size: 16px !important;
    }
    .responsive #top.single-portfolio  {
      font-size: 19px !important;
    }
    #1480484

    have a look to this solution for another participant:
    https://webers-testseite.de/html5-video-fanlokbun-2/

    in your case you do not need to place the column on the right side with an empty column before. That position is ruled by css only.

    see: https://webers-testseite.de/html5-video-bhe/
    your heading and text is inside that overlay column.

    PS: if you do not like that i use your video here – tell me after you have seen the demo page and i will replace it by a different video.

    PPS: the font-size-adjust property seems not to be supported by all browsers – so for very small screens you had to adjust the font-size by conventional methods

    #1480473

    Hi
    the font sizes for normal bodytext SHOULD BE:
    on pages : 13px
    on posts: 16px
    on portfolio-elements: 19px

    How DO I DO THIS?

    Better?

    • This reply was modified 10 months, 4 weeks ago by MarcusJeroch.
    #1480183

    Hi,

    Sorry for the delay. Please add this css code to adjust the layout of the cookie consent on mobile view:

    @media only screen and (max-width: 498px) {
    
      /* Add your Mobile Styles here */
      .avia-cookie-consent .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
      }
    
      .avia-cookie-consent .container .avia_cookie_text {
        align-self: center;
        font-size: 14px;
        line-height: 1.2em;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1480159

    Hi Mike, I need a class because almost all headings will use the default Open Sans. I’m now only using Sacramento in a few H2 instances.

    I tested by adding your code to my code:
    /*To override font styles for extra large display font*/
    @media (min-width: 768px) {
    .extralargedisplayfont h2 {
    font-size: 500%!important;
    line-height: 75px;
    font-family: “sacramento”, cursive;
    font-weight: 700;
    }
    }

    The Sacramento font isn’t showing, but rather a substitute script font shows. Are you able to send me your zip file so I can see what’s different from my zip file?

    #1480116
    MarcusJeroch
    Participant

    Hi
    what IDs / classes need do be adressed to change size, text-transform, color, text-weight and font-family of the main menu for both (first level and second level) link levels?

    mfg
    m.

    #1480107

    but you do not want to combine those things mentioned on the other post?

    see f.e.: https://enfold.webers-webdesign.de/impressum/
    see text logo above , when you switch to other posts/pages

    function use_text_logo_only($logo){
        $link = apply_filters( 'avf_logo_link', home_url( '/' ) );
        $logo_tag = "h1";
        $logo_heading = "Webers Webdesign";
        $alt = get_bloginfo( 'name' );    
        $title = get_bloginfo( 'name' );
        $page_title = get_the_title();
    
    if(is_search()){
    	$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>'  .$logo_heading.' - Suchergebnisse</'.$logo_tag.'></a>';
    }
    elseif(is_front_page()){
    	$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>'  .$logo_heading.'</'.$logo_tag.'></a>';
    }
    else{
    	$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>'  .$logo_heading.' - '.$page_title.'</'.$logo_tag.'></a>';
    }
    return $logo;
    }
    add_filter('avf_logo_final_output','use_text_logo_only');
    #top .logo.text-logo  {
      display: flex;
      justify-content: left;
      align-items: center;
      width: auto;
    }
    
    #top .logo.text-logo h1  {
      margin: 0 !important;
      font-size: 30px;
    }
    #1480098

    In reply to: Sticky element

    Hi,

    You can try this css code to adjust the display of the header on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #header_main .container {
        height: 130px !important;
      }
    
      #top .avia_search_element.av-m8j6ucsp-f1ed25db4fcf2e1d4ba1dd7653626aed #s.av-input-field {
        line-height: 33px;
        height: 33px;
        color: #bed028;
        font-size: 14px;
      }
    
      #top #searchform_element {
        margin-bottom: 0;
      }
    
      #top .avia-section.av-m8h8o2m6-a6ff6f0926c56ce5cb244fa93948b320 {
        background-color: transparent;
        background-image: unset;
        margin-top: 5px;
        margin-bottom: 0px;
        position: absolute !important;
        margin-top: 0;
        z-index: 5000;
        margin-top: -40px;
      }
    
      #top .av-main-nav-wrap ul {
        margin: 0;
        padding: 0;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    or use those icons inside a text-block element: see example page at the bottom.

    [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='center-stars' template_class='' element_template='' one_element_template='' av_uid='av-psa03l' sc_version='1.0' admin_preview_bg='']
    [av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#eacf00' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-8z2voh' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#eacf00' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-27dcl9d' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#eacf00' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-1kvehwh' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#eacf00' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-4al7hd' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#eacf00' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-n9hech' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    [/av_textblock]
    #1480061
    MarcusJeroch
    Participant

    Hi
    the font sizes for normal bodytext:
    on pages : 13px
    on posts: 16px
    on portfolio-elements: 19px

    How?

    mfg
    m.

    AnnemarieDoolin
    Participant

    Hej Brilliant Team, I have a set of 5 star icons and I want to centre them together. If I set each icon to center align then they all stack vertically. If I set them to left align they group but of course they aren’t centred. For the moment, I’ve had to create them as an image for the client to see a demo but ideally I want to be able to do this without him having to rely on me creating images if he changes the content.

    ………………………………………………………………………………
    Here is the text for the five icons:

    [av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='30px' position='center' color='#ffffff' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='30px' position='center' color='#ffffff' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='30px' position='center' color='#ffffff' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='30px' position='center' color='#ffffff' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='30px' position='center' color='#ffffff' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    ………………………………………………………………………………….

    Would appreciate your help guys.
    Regards,
    Annemarie

    #1479829

    Hey Philipp,

    Thank you for the inquiry.

    Are you referring to the slideshows below the first section? They seem to be displaying on our end, but the caption font size may need to be adjusted for smaller screens.

    View post on imgur.com

    Best regards,
    Ismael

    #1479817

    That’s not working here are the 2 sections of code I have for the header meta phone area

    #top #header_meta .container {
    display: flex!Important;
    justify-content: center!Important;
    min-height: 30px;
    height: 50px;
    font-size:18px!Important;
    }

    #header_meta .phone-info {
    color: #ffffff;
    padding-top: 15px;
    text-align:center!Important;
    font-size:18px!Important;
    }

    #1479754

    Topic: Heading font weight

    in forum Enfold
    wlashack
    Participant

    Hello,
    I am trying to use “Enfold — Advanced styling” to set H4 custom settings. I changed font, size etc. It works except Font Weight. I set 900, which means “very heavy”, but on my webpage it is definitely not that weight. Can you help, please?

    #1479722

    Topic: Tag Cloud Widget

    in forum Enfold
    Bikul
    Participant

    Hello,
    I wonder why the Tag Cloud Widget is not showing the different tags in different font sizes according to how often they have been used.
    Is there away to get that functionality back again (I think in normal wordpress it is like that)?
    Thank you for feedback
    Bernd

    #1479692

    by the way: on former times it is better to place the anchor-tag inside the heading-tag (as enfold do with f.e. entry-title etc.)
    since html5 / xhtml this is not mandatory. You can have it vice-versa:

    function use_text_logo_only($logo){
        $link = apply_filters( 'avf_logo_link', home_url( '/' ) );
        $logo_tag = "h1";
        $logo_heading = "My Website Textlogo";
        $alt = get_bloginfo( 'name' );    
        $title = get_bloginfo( 'name' );
       
        $logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>'  .$logo_heading.  '</'.$logo_tag.'></a>';
        return $logo;
    }
    add_filter('avf_logo_final_output','use_text_logo_only');

    to aline that heading with f.e. navigation to the right some css is needed:

    #top .logo.text-logo  {
      display: flex;
      justify-content: left;
      align-items: center;
      width: auto;
    }
    
    #top .logo.text-logo h1  {
      margin: 0 !important;
      font-size: 30px;
    }

    #1479227
    M-Graphics24
    Participant

    Hi, please can you assist with the following:-

    1. My footer and menu text have suddenly become bold – I don’t want any of the menu or footer text bold.
    2. Also how do I get the footer columns to be an equal distance from each other or more balanced.
    3. I have added custom CSS in general styling to increase the small menu bar at the top and to increase the WhatsApp contact number
    , and it worked beautifully on both laptop and mobile but then reverted to small on laptop and larger screens only. The mobile still looks perfect. Please check why this has happened.

    I added this CSS:
    #header_meta {
    min-height: 60px;
    }

    #header_meta .phone-info {
    line-height: 60px;
    font-size: 18px;
    }

    4. Please assist with the font colors on contact form 7 – it is driving me crazy, nothing suggested online works

    PS: I have another thread asking for assistance with the buttons over images that I have set to be centred. They are showing centred on the larger screens but not on mobile.

    Please can you assist urgently with this.

    Thank you

Viewing 30 results - 241 through 270 (of 18,716 total)