Viewing 30 results - 2,071 through 2,100 (of 18,728 total)
  • Author
    Search Results
  • #1345259
    martystl
    Participant

    I have most of the pages over in using the “advanced Layout Builder”, but the “paragraph” font size is smaller than when not using the Advanced Layout Builder. I am getting some comments that the font size is too small. I don’t want to change all text boxes to a H4 font size.

    I don’t see any options under theme options to change the overall size. You can take a look at the two pages for example, the first is using Advanced and the other is not.

    Just purchased and installed my second license. Really like your software. Image sizes are always my hardest issue in dealing with this theme.

    #1345220

    Hey macjeffff,
    Thank you for the link to your site, I many things to break the font size but couldn’t, and I have not seen this issue before.
    For peace of mind I would recommend adding a custom class to each and writing a backup css rule and then add it to the WordPress ▸ Customize ▸ Additional CSS field, since this one has the highest priority.
    This way whatever is causing the original css rule to break this backup one would solve.
    Sorry that I was not much help, but if I could see the error I probably would be able to help more.

    Best regards,
    Mike

    #1345201
    macjeffff
    Participant

    I have 2 special headers in the color section at the top of my homepage. The color section is playing a Vimeo video in the background. The special headers are H1 at 4.5 vw and H2 at 3.5 vw, respectively. https://lovefirst.net

    Intermittently, the headings revert to small, black fonts. Almost <p> size. I cannot recreate the behavior, it just happens from time to time. The fix is to open the special headings, make a random change, change it back to what I want, save, update, and it displays normally. Obviously, I cannot be doing this all the time. I only know about it when someone tells me.

    Have you seen this unstable behavior before? Is there something I might do to avoid it?

    Thanks for your help.

    #1345130
    Art_Discovery
    Participant

    Hi
    In a previous thread you gave me the following code to format the product purchase button for subscription product only:
    #top.single-product .price span.woocommerce-Price-amount,
    #top.single-product .price span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    color: white;
    }

    #top.single-product #subscription_product_id > .av-woo-purchase-button.avia-builder-el-last {
    text-align: center;
    }

    This worked fine but since last them update the div content no longer centers. Please advise – can not find anything in the changelog that wouldve affected it.?

    Many thanks

    #1345118

    Topic: Quote

    in forum Enfold
    josk-design
    Participant

    Hello there,

    I inserted a quote on the website I am working on and I edited the design via quick css. The only thing that I fail to do is change the color of typography.
    #444444

    Can you help me?

    Best regards
    Josephine

    /*—————————————-
    // Blockquotes
    //————————————–*/

    /* blockquote*/

    blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 14px;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 200;
    }
    .main_color blockquote {
    color: #444444 !important;
    border-color: #ef477f;
    }

    Hello, I appreciate this post. I have a client who wants a different color background for the title container for each page.
    How would I modify this code to do that? One of the page’s ID is 73
    They want this hideous color as the background for that page #A78F4F
    Also – is there a setting somewhere so the bread crumb is on the left instead of align right?
    Thank you!!

    .title_container {
      background-color: red;
    }
    And this for the iconbox:
    
    .iconbox_content_container p {
      font-size: 12px;
    }
    • This reply was modified 4 years ago by Intell.
    #1345067

    Hi,
    Thanks for the feedback, I believe this might be coming from a Firefox extension Simple Translate adding to the text blocks when you copy & paste in your browser, are you using this extension? You may want to disable it when you work on your site. I looked through some of your pages and removed this code adding the un-wanted blocks

    <div id="simple-translate">
    <div>
    <div class="simple-translate-button isShow" style="background-image: url('moz-extension://2568a979-4678-4b1e-bd5a-8d670de04d36/icons/512.png'); height: 22px; width: 22px; top: 83px; left: -22px;"></div>
    <div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">
    <div class="simple-translate-result-wrapper" style="overflow: hidden;">
    <div class="simple-translate-move" draggable="true"></div>
    <div class="simple-translate-result-contents">
    <p class="simple-translate-result" dir="auto" style="color: #000000;"></p>
    <p class="simple-translate-candidate" dir="auto" style="color: #737373;"></p>
    
    </div>
    </div>
    </div>
    </div>
    </div>

    If you are working in a text block element and see a white box in the preview area switch to the “text” tab and remove the code, like this:
    2022-03-18_072546.jpg
    you can also use the css above as it won’t cause any issues even if you remove all of the code from your site, it could help in the future if you miss one.

    Best regards,
    Mike

    #1345033

    Hi Kati,

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

    span.wpcf7-list-item-label {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1344992
    KittenAdmin
    Participant

    Hello,

    I have a problem to scale the font size in a form concerning the text of the radio buttons and a quiz used as anti spam.

    How can I adress them?

    I set the general font size in the typo area, but these two elements don’t react…

    Thanks for your help.

    Kind regards from Germany,
    Kati

    #1344853

    In reply to: column position

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .page-id-4687 #av_section_1 .container {
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    As for the font sizes; you can do that manually, like this for example:

    <h1 style="font-size: 45px;">This is your header</h1>

    Best regards,
    Rikard

    Hi,

    I edited the CSS a bit, and it’s applying to your site now. Please review it.

    h3.tribe-events-widget-events-list__event-title {
     font-size: 15px !important;
    }
    
    span.tribe-events-widget-events-list__event-cost-price {
     font-size: 28px !important;
    }

    Best regards,
    Rikard

    Hi Beth,

    Please try this CSS instead:

    h3.tribe-events-widget-events-list__event-title {
      font-size: 20px;
    }
    
    span.tribe-events-widget-events-list__event-cost-price {
      font-size: 14px;
    }

    Best regards,
    Rikard

    cinchmedia
    Participant

    I am trying to change the font size of the Event Calendar Title and the price. I’m using the following script for the title, and it is not applying. I haven’t started on the price scripting yet. Can you provide assistance?

    .tribe-events-widget .tribe-events-widget-events-list__event-title-link tribe-common-anchor-thin { font-size: 15px !important;
    color: #efbb20 !important; }

    #1344628

    In reply to: Enfold Showcase

    One more today:
    Towards the end of last year I produced a new site for StruServices a Tekla Steel Detailing and Bim Specialist in Burton On Trent, UK. They specialise in Steel detailing for the construciton industry.

    The company had an outdated WordPress website – Pre mobile design whcih needed modernising. Think Jarvis created a new website taking advantage of the Youtube embed options within Enfold. We also re-drew their logo – future-proofing their business going forward.

    To prevent CLS shift we added bespoke media queries for the height of the above the fold images.

    The site scores up to 92/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    #1344620

    In reply to: Enfold Showcase

    Another happy customer
    Think Jarvis designed a new website for HD Prestige Valeting. A Car detailing and ceramic coating specialist based in Swadlincote, Derbyshire UK.

    You can see the site here: HD Prestige Valeting – Car Detailing and Ceramic Coating Specialist

    The site includes pricing tables, a Smash Balloon instagram feed and Facebook Chat Widget.

    Smash Balloon has been optimised by setting it to only load with the shortcode. We also use a lazy load module to reduce the performance impact of having a feed on the home page.

    over the next few weeks the site will be getting a WooCommerce upgrade. HD Prestige have launched their own range of car cleaning products available to buy online and at their valeting workshop. More to follow!

    The site scores up to 96/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    #1344617

    In reply to: Enfold Showcase

    Another site live

    We recently upgraded Harrison Garden Services website to include WooCommerce functionaility. Pending payment information. Harrison Garden Services are based in Burton On Trent Staffordshire and provide landscape gardening services to the surrounding area. We designed a brand new site for them based on Enfold and a logo which is now used on all of their vehicles.

    Our custom Facebook chat icon has been implemented to help convert enquiries with no performance impact.

    The site uses our optimised WooCommerce setup:
    Widget area added to the top of the shop loop so search and filters appear on mobiles
    Sidebar break points adjusted for better tablet experience
    Search bar altered to only include products

    The site scores 91/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    #1344616

    In reply to: Enfold Showcase

    Another few sites designed in Enfold now live:
    MJF Training is a plant equipment training provider based in Staffordshire, UK. They specialise in CPCS, NPORS and NVQ training. Helping people achieve their Trained Operator (Red Cards) and Competent Operator (Blue Cards). The company offers a wide range of training courses including excavator, dumper truck and backhoe operation training.

    You can visit the site by following the link below:
    MJF Training Plant Equipment Training and Testing Staffordshire

    Think Jarvis was asked to design a new logo and use content from their previous company site to create a modern web presence. The site has been submitted to Google and Bing along with local listing setup to help the site get off the ground quickly.

    The site scores 93/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    #1344358

    Hi m s,

    I have added this CSS code:

    @media only screen and (max-width: 767px) {
      .page-id-6201 #av-sc-portfolio-1 .isotope-item .grid-content .entry-title {
        font-size: 28px !important;
        margin-bottom: 4px;
      }
    
      .page-id-6201 #av-sc-portfolio-1 .isotope-item .entry-content {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1344306

    one more small thing

    I am trying to make that listing title bold and a larger font size using CSS

    I’v tried
    .sabai-col-sm-12 sabai-directory-main {
    font-weight: 600
    }
    but it makes the whole thing bold
    I cant seem to isolate juts the title
    ant suggestions?

    Hi,
    Thank you for the links, as you know both the Final Total and the Extra Options / Product Add-Ons Subtotal are from plugins, neither are standard, the Subtotal is updated by javascript on click / selection from the Extra Options, but this plugin doesn’t update the Final Total because they are not related, that is Extra Options is not looking to update the Final Total. In the Extra Options documentation it doesn’t show the Final Total only a larger Subtotal above the “add to cart” button.
    It seems redundant to show the price twice so I recommend using the following css to hide the Final Total and adjust the Subtotal into it’s place:
    2022-03-13_104211.jpg

    #top.single-product .single_variation_wrap #tc-final-price-total {
    	display: none;
    }
    #top.single-product div.product-addon-totals .wc-pao-subtotal-line {
        justify-content: start;
    }
    #top.single-product div.product-addon-totals .wc-pao-subtotal-line .price,
    #top.single-product div.product-addon-totals .wc-pao-subtotal-line .price .amount {
    	font-size: 1.5em;
        font-weight: bold;
        color:#383838;
    }

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

    Best regards,
    Mike

    #1344180
    ipointtech
    Participant

    I have a client who wanted me to set up a forum on her website which is built with enfold.

    I set up BBPress, and the forum page looks fine, but once you click into any of the topics, it doesn’t generate the topic content. Instead, it generates random information other parts of the site (I think mostly the blog) and short codes.

    Interestingly, it generates slightly different content based on whether you create the topic on the front end, or back end.

    Here is an example of one I made on the front end:
    [av_textblock size='17' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-35ahlg' custom_class='' admin_preview_bg=''] Specific for your dogs body awareness I spend time in person or virtual, through zoom, to asses your dogs body awareness, proprioception, and muscle strength. We can create a plan together to meet you and your dogs life goals. If I find anything that concerns me I will refer you to your veterinarian. Since 2012 I have been helping dogs recover from back, neck, and knee injuries as a Certified Canine Rehabilitation Technician. I use those skills to create a safe sustainable plan to prevent injury for your dog. Book an evaluation today! [/av_textblock] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-kd1qrk4s' custom_class='' admin_preview_bg=''] Schedule Appointment Today! [/av_textblock]

    I tested the site on a default theme, and that allows the topic content to generated, but I don’t want to rebuild the entire site in a default theme. Any idea of what can be done?

    #1344083

    Hey terishka1,

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

    #top .av-subnav-menu .avia-menu-text {
        font-size: 18px;
    }

    Just adjust the font-size value.
    Hope it helps.

    Best regards,
    Nikko

    #1344044

    Thank you! This works really well on desktop! On mobile however, the text is too big and too much and expands outside of the image area. How can this be achieved on mobile/tablet?:
    – All portfolio items display one per row.
    – The feature portfolio excerpt is hidden.
    – The feature portfolio title is the same font size as the standard portfolio title.

    Hi Bernhard,

    You can upload your screenshots on imgur.com and post the links here.

    Could you please try adding !important rule and check if that makes a difference?

    #top .woocommerce .data-privacy span {
      font-size: 16px !important;
    }

    Best regards,
    Yigit

    #1343942

    Hi m s,

    I have modified the previous code and added this CSS code (just adjust the margin and font-sizes as you see fit):

    .page-id-6201 #av-sc-portfolio-1 .isotope-item .grid-content .entry-title {
        font-size: 64px !important;
        margin-bottom: 28px;
    }
    
    .page-id-6201 #av-sc-portfolio-1 .isotope-item .entry-content {
        color: white;
        font-style: normal;
        font-size: 28px;
    }

    Best regards,
    Nikko

    #1343775

    Hi,

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

    1.

    .avia_sortable_active span.text-sep {
      font-size: 18px;
    }

    2.

    .active_sort .inner_sort_button span {
      color: red;
    }

    Best regards,
    Rikard

    mntsrvcs
    Participant

    Hello,

    After the last update to the Enfold theme the Fullwidth Easy Slider Caption Title and Caption Text default fonts size decrease for small devices got disabled. I was able to set them manually but the Caption Title avia-caption-title disappears on small devices. The problem is with 2nd slider on the home page the text talks about franchise opportunities. Can you provide me with the code to fix this?

    Thanks

    #1343721

    Hello,

    After the last update to the Enfold theme the Fullwidth Easy Slider Caption Title and Caption Text default fonts size decrease for small devices got disabled. I was able to set them manually but the Caption Title avia-caption-title disappears on small devices. The problem is with 2nd slider on the home page the text talks about franchise opportunities. Can you provide me with the code to fix this?

    Thanks

    #1343719

    Hi,

    Thanks for the update. Do you want to increase the font size? If so, then please try this in Quick CSS:

    .phone-info div {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1343714
    VirtuHouse
    Participant

    Hello,

    I want 2 icones (phone and mail) + text in the top header bar. Exactly like this website: http://www.mg-renovation.be/
    I ve tried with that shortcodes:

    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='+32 2 669 46 80' size='24px' position='' color='#ce3e25' link='' linktarget='' 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=''] Nous appeler [/av_font_icon]+32 2 669 46 80[av_font_icon icon='ue805' font='entypo-fontello' style='' caption=' (Email address hidden if logged out) ' size='24px' position='' color='#ce3e25' link='mailto: (Email address hidden if logged out) ' linktarget='' 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=''] Nous contacter [/av_font_icon] (Email address hidden if logged out)

    But the icones are on the left and then there is the text.

    thank you very much for your help,

Viewing 30 results - 2,071 through 2,100 (of 18,728 total)