Viewing 30 results - 2,071 through 2,100 (of 18,718 total)
  • Author
    Search Results
  • 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

    • This reply was modified 3 years, 11 months ago by thinkjarvis.
    #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

    • This reply was modified 3 years, 11 months ago by thinkjarvis.
    #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?

    • This reply was modified 3 years, 11 months ago by smarta-brett.

    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,

    #1343650

    Hi Rikard,
    I have found another way that looks very promising
    with Pain Text and text-Mode (not visual)
    look:
    <span style=”margin-left: 0px;”>Adresse:</span><span style=”margin-left: 18px;”>Alexander</span>
    <span style=”margin-left: 80px;”>Street</span>
    <span style=”margin-left: 80px;”>City</span>
    Telefon:<span style=”margin-left: 20px;”>+49 (0)999999</span>
    Mail:<span style=”margin-left: 41px;”> (Email address hidden if logged out) </span>

    it works

    what about the font size above the menu in the header, here where the mail address and phone number is displayed.
    Take a look at my website… top right !!!

    #1343578

    Hey highland12,

    You can’t set that individually in the theme options unfortunately, but if you add a class like this to Quick CSS:

    .paragraph-18 {
      font-size: 18px;
    }

    Then you can add that class to your paragraph, like so:

    <p class="paragraph-18">This text is 18 pixels</p>

    Best regards,
    Rikard

    #1343574

    Hi,

    Thank you for the update.

    You can try this css code to adjust the font size of the sort buttons.

    #top .sort_by_cat a .inner_sort_button span {
        font-size: 100px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1343450

    Hi,

    Social icons; please try this in Quick CSS:

    #header .social_bookmarks a:before {
      font-size: 18px;
    }

    Overlapping; I’m not sure I understand your intentions, could you try to explain what you are looking to achieve a bit further please? If you have a screenshot highlighting what you would like to change, then please share that with us.

    Settings; let us know which specific settings are not working, and we’ll look into it further.

    Best regards,
    Rikard

    #1343441

    Topic: Fixing a few issues\

    in forum Enfold
    Jacopotj
    Participant

    Hi there, I purchased a new license just to get support on existing site, so I hope you can help.

    1) I use advanced layout fields for woocommerce, but for some reason, the code added to css (provided by plugin developer) does not work on destkop, but does only on mobile. Plugin developer claims theme or something conflict, kindly help me to make the changes effective.

    2) On my contact form, I guess I made some mistake, since when I receive email, the field order ID does not show up. Please let me know how to fix that.

    3) Subheading of special heading does not seem to not listen to the fonto and size styling. but it stays default. Specifically, I notice there is less opacity and I can’t increase opacity. Why so?

    #1343407

    Hi Mike,

    i’m facing a strange issue here:

    When i change something in the code (font-size for example) and i save the page and click on preview. i find some messed upo code like this
    .marquee > .track > .content { margin: 0; padding: 0; color: #fff; font-size: 25px; font-family: ‘press-start-2p’; } .marquee { position: relative; width: 100vw; max-width: 100%; height: 200px; overflow-x: hidden; } .track { position: absolute; white-space: nowrap; will-change: transform; animation: marquee 32s linear infinite; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    Then i need to close the browser chrome and start new. Then it seems to be working. Is this normal?

    kind regards Jak

    • This reply was modified 3 years, 11 months ago by Jak73.
    #1343405

    Hi,
    To make it full width try this in your Quick CSS:

    #top.page-id-600 .avia_codeblock_section.avia_code_block_0 {
      width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }
    

    to add another going the other direction add this to a new code block element

    <style>
    .marquee-two > .track-two > .content-two {
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 25px; 
      font-family: 'press-start-2p';
    }
    
    .marquee-two {
      position: relative;
      width: 100vw;
      max-width: 100%;
      height: 200px;
      overflow-x: hidden;
    }
    
    .track-two {
      position: absolute;
      white-space: nowrap;
      will-change: transform;
      animation: marquee-two 32s linear infinite;
    }
    
    @keyframes marquee-two {
      from { transform: translateX(-50%); }
      to { transform: translateX(0); }
    }
    </style>
    <div class="marquee-two">
      <div class="track-two">
        <div class="content-two"> All of Joakims NFTs are one of a kind (1/1) artworks. Each artwork will be available either on Opensea or Rarible only!</div>
      </div>
    </div>

    and if you want the second code block full width add this Quick CSS for it

    #top.page-id-600 .avia_codeblock_section.avia_code_block_1 {
      width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }
    

    Best regards,
    Mike

    #1343401

    Hi,
    The code you are seeing needs to be inside a style tag, so try this in your code block element

    <style>
    .marquee > .track > .content {
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 25px; 
      font-family: 'press-start-2p';
    }
    
    .marquee {
      position: relative;
      width: 100vw;
      max-width: 100%;
      height: 200px;
      overflow-x: hidden;
    }
    
    .track {
      position: absolute;
      white-space: nowrap;
      will-change: transform;
      animation: marquee 32s linear infinite;
    }
    
    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    </style>
    <div class="marquee">
      <div class="track">
        <div class="content"> All of Joakims NFTs are one of a kind (1/1) artworks. Each artwork will be available either on Opensea or Rarible only!</div>
      </div>
    </div>

    Best regards,
    Mike

    #1343381

    next tip – if you know the right selector for those headings you can be very specific on changing those font-sizes by setting media query for it.

    f.e.:

    @media only screen and (min-width:768px) {
      h1.av-special-heading-tag {
        font-size: clamp(24px, 3.5vw, 50px);
      }
    }
    
    @media only screen and (max-width:767px) {
      h1.av-special-heading-tag {
        font-size: clamp(22px, 6vw, 50px);
      }
    }

    with a decision to make it via flexible font-size definition etc. pp

    #1343328
    This reply has been marked as private.
Viewing 30 results - 2,071 through 2,100 (of 18,718 total)