Viewing 30 results - 3,571 through 3,600 (of 18,733 total)
  • Author
    Search Results
  • #1229438

    Hi Jordan,
    I ran a CSS validator tool and all appears working.
    When I use the single product page CSS code in the Enfold quick CSS all works as expected. But as soon as I put the code into my Child theme styles.css file none of these work.

    This is the code that does not work:

    /* put product meda data on speparate lines */
    span.sku_wrapper, span.posted_in, span.tagged_as {
        display: block;
        line-height: normal;
    }
    
    /* customize social share on single product page */
    .share_heading {
        font-weight: bold;
        font-size: 24px;
        text-align:center;
        color:#1981b4;
        margin-top:10px;
    }
    .single-product .av-share-box {
        margin-top: 10px;
        border: 1px solid #1981b4;
    }
    .av-share-box ul li a {
    	font-size: 36px;
    }
    #top .av-share-box ul {
       color:#52adda;
    }
    
    /* change width of attribute item labels */
    div table.shop_attributes th {
       width: 160px!important;
    }

    Thanks
    Lyse

    #1229422
    annevoelkel
    Participant

    Dear Kriesi-team,
    I’d like to add my custom icon font (fontello-font, content: ‘\ue800’, font-family: ‘luxi’) to the caption title of full-with slider. It should look like the headline below but with font-size and color of the caption title. Please see the link attached.
    It would be great to get some help.

    Best regards
    Anne

    #1229305

    Hi Rikard,
    I just double checked all my settings in Chrome and I don’t think I have Zooming active. Anyway, none of the url’s I have open in Chrome are affected, just my website. I run another website and it appears fine in Chrome. And I’m pretty sure I’m the only one that sees the very small font size as I’ve asked others to check and it’s fine for them.

    Do you have any other ideas? I’m really stumped and it makes it really hard to work on my website as I can barely read the font.

    Thanks,
    Lise

    #1228959
    lisetyrrell
    Participant

    Hello,
    Recently the back end and front end of my site are showing much smaller font size on Chrome. When I open an incognito window, it appears small as well. On Firefox it appears as it always does with font size 16px…which is what shows in the admin on Chrome via Enfold Child Theme>Advanced Styling.

    I have no idea what’s going on. Do you have any ideas? I’ll post link, etc. in private content.

    Thanks,

    Lise

    #1228780

    Hi,

    Try this as well:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        width: 95%;
        max-width: 95%;
    }
    
    #menu-item-search a:before {
        font-size: 40px;
    }
    
    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 50px;
        height: 5px;
    }
    }

    Please note that theme support is not a customisation service, we will try to help out with smaller tweaks in the theme though.

    Best regards,
    Rikard

    Seoardilla
    Participant

    Dear Support Team,

    I have recently updated the php version pf my website via .htaccess to x-httpd-opcache-php7.4 .php

    After doing so the following happened.

    1) At least 1 content block (last one on the page) disappeared in the front-end and also in the Enfold Layout Builder, simply gone.

    2) Another content block (chapter “5 typische Fehler” )was visible in the front end AND also in the Builder, BUT when I wanted to edit the text element in the block it showed me an empty text area saying “please add content here”. After I changed the font-size from default (17px) to 16px, the text and the images that used to be in the text element (and also showing at front-end) showed up in the builder and were editable.

    Does this have to do with the php update? Do you know where the problem is coming from and how i can solve it?

    Kind regards,
    Christian

    #1228711

    In reply to: Picture details

    Hi,

    So you can adjust it by adding the following to quick css:

    .wp-caption-text{
    color:black!important;
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    Hi,

    Thank you for the update.

    If decreasing the font size is not an option, we can then instead modify the themes\enfold\config-templatebuilder\avia-shortcodes\tab_section\tab_section.js file directly and include an additional 20px to the minimum width of the title container.

    Look for this code around line 84:

    tab_wrap.css('min-width', min_width);
    

    Replace it with:

    tab_wrap.css('min-width', min_width + 20);
    

    This is almost the same as using the css code that Victoria suggested above.

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1228283

    Hi,
    Thank you for the feedback, for mobile we can reduce the font size and brake long words.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 424px) { 
    h4.av_iconlist_title {
    	font-size: 13px !important;
    	overflow-wrap: break-word;
    }
    }
    @media only screen and (min-width: 425px) and (max-width: 767px) { 
    h4.av_iconlist_title {
    	font-size: 20px !important;
    	overflow-wrap: break-word;
    }
    }

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

    Best regards,
    Mike

    #1228139

    Hey Tarakbc,
    Sorry for the late reply and thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single-calendar article.calendar.type-calendar:before {
    	content: "When the calendar is viewed on a mobile device please view horizontally";
      color: #777 !important;
      font-size: 1em;
    }
    }

    Feel free to adjust the statement in the code, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1228117

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    I apologize for the delayed response.
    Please add this CSS code:

    #top #header_meta li {
        font-size: 14px;
    }

    And as for widget logic, yes it does hide or show widgets based on the conditions placed on it.
    This is assuming you’ll add an image widget to the footer.
    If it’s a background image for footer, which I believe can only be added through CSS, then I think we don’t need widget logic for that but instead use code:
    For the default background image:

    #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    For other pages: (replace page id number)

    .page-id-11 #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1228115

    Hey Alan,
    Sorry for the late reply, you can add the icon shortcodes to your text. You can open a “Classic Editor” post and use the “shortcode wand” to get the shortcode.
    shortcode-wand.png
    such as: [ av_font_icon icon='ue854' font='entypo-fontello' size='20px'][ /av_font_icon]
    Here is another example.

    Best regards,
    Mike

    #1228017

    In reply to: WPML and Quick CSS

    Hi Rikard,

    I am afraid that this is not the reason for the error. It was closed somewhere further down the CSS.

    But in order to make it easier: I erased all the Quick CSS entries in all languages and added only in english:
    h1 {
    font-size: 100px !important;
    }

    And you see that this applies also to all other languages which as far as I understand the language settings shouldn´t be the case or?

    Thanks
    Jens

    Hey hostworks,

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

    .woocommerce nav.pagination span, .woocommerce nav.pagination a {
      font-size: 16px;
      color: red;
    } 

    Best regards,
    Rikard

    #1227923

    In reply to: Customizing hotspots

    I found some css in this forum for making the hotspots smaller. However the pulse is still the same size. How can I make the pulse smaller? Here is the css I’ve added so far:
    #top .av-image-hotspot_inner {
    height: 14px;
    line-height: 14px;
    width: 14px;
    font-size: 8px;
    }

    Thank you!

    #1227856

    Hi s29ers,

    a. I’m not sure I understand this question, could you try to explain a bit further please?

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

    .avia-breadcrumbs span {
      font-size: 16px;
    }

    c. Please remove your current CSS and try this instead:

    .title_container .container {
        width: 100%;
        max-width: 100%;
    }

    I would advice against this though, since you will likely see the breadcrumbs cut off if you do.

    Best regards,
    Rikard

    hostworks
    Participant

    I’d like to increase the font size and colors of the WooCommerce product listing pagination numbers and display
    https://snipboard.io/fJ3vPC.jpg
    https://new.ferrariliterature.com/product-category/literature/

    #1227824

    Hi Schmidtgrafisk,

    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

    
    /* full_slider_1  */
    @media only screen and (max-width:767px){
      #full_slider_1, 
      #full_slider_1 .av_slideshow_full.avia-slideshow,
      #full_slider_1  .avia-slideshow-inner,
      #full_slider_1 .avia-slideshow li,
      #full_slider_1 .avia-slideshow li img {
        min-height: 260px;
    
      }
      #top .avia-slideshow-button { 
        margin-top: 0;
      }
      #full_slider_1 .avia-slideshow li img {
        width: 140% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 0px;
      }
      .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title {
        font-size: 36px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1227771

    Hi,

    Adjust the code to this:

    .phone-info span{
    font-size:20px!important;
    color:red!important;
    }

    Adjust the color to what you need.

    Best regards,
    Jordan Shannon

    #1227698

    Hi Jordan,
    yes it´s on the top of quick CSS. Cache an tmp files cleared.
    Nothing happens. Login credentials are in my last post.
    Best regads

    ———————-
    .single-product-summary .wc-gzd-additional-info span {
    font-size: 15px;
    }

    #top .price span, #top del, #top ins {
    float: inherit;
    font-size: 24px;
    }
    ——————————-

    #1227664

    Hey Alan,

    Add this to quick css:

    .phone-info span{
    font-size:20px!important;
    }

    Adjust the size to whatever you need.

    Best regards,
    Jordan Shannon

    #1227639

    Hi,

    This code is overriding what I gave you:

    #top .price span, #top del, #top ins {
        float: inherit;
        font-size: 24px !important;
    }

    Please remove the !important bit from the CSS. I can’t see exactly where it’s added since you have file compression active.

    Best regards,
    Rikard

    #1227548

    I have a menu item in the small bar above main menu: “About|Philosophy”.

    Can I enlarge the font size to match the phone number that sits to the left of this?

    #1227547
    Jürgen Steinbach
    Guest

    Hallo,

    beim Versuch die PHP-Version beim Provider auf eine aktuelle 7.2 bzw. 7.4 umzustellen, funktioniert unsere Startseite nicht mehr richtig, es erscheinen oben die folgenden Fehlermeldungen.
    Es wurde alles aktualisiert, alle Plugins und WordPress auf 5.4.2.
    Ein Scann mit einem PHP Checker bringt hier auch keine Hilfe.
    Vielleicht hat jemand eine Idee?

    Die Meldungen:
    PHP 7.2
    Deprecated: Function create_function() is deprecated in /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php on line 4

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php:4) in /homepages/20/d212609549/htdocs/web2016/wp-includes/pluggable.php on line 1281

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php:4) in /homepages/20/d212609549/htdocs/web2016/wp-includes/pluggable.php on line 1284

    PHP 7.4
    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php on line 265

    Warning: session_start(): Cannot start session when headers already sent in /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot start session when headers already sent in /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 23

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 51

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 75

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 84

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 85

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/functions-enfold.php:265) in /homepages/20/d212609549/htdocs/web2016/wp-content/plugins/http-security/include/http-headers.php on line 86

    Deprecated: Function create_function() is deprecated in /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php on line 4

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php:4) in /homepages/20/d212609549/htdocs/web2016/wp-includes/pluggable.php on line 1281

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/20/d212609549/htdocs/web2016/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php:4) in /homepages/20/d212609549/htdocs/web2016/wp-includes/pluggable.php on line 1284

    Der PHP Checker meldet:
    Name: BackWPup

    The plugin/theme was skipped as it was too large to scan before the server killed the process.

    Name: Cachify

    PHP 7.3 compatible.

    Name: Classic Editor

    PHP 7.3 compatible.

    Name: Contact Form 7

    PHP 7.3 compatible.

    Name: Cookie Notice

    PHP 7.3 compatible.

    Name: Custom Fonts

    PHP 7.3 compatible.

    Name: Enfold

    The plugin/theme was skipped as it was too large to scan before the server killed the process.

    Name: GA Google Analytics

    PHP 7.3 compatible.

    Name: Google Analytics Opt-Out (DSGVO / GDPR)

    PHP 7.3 compatible.

    Name: HTTP Headers

    PHP 7.3 compatible.

    Name: HTTP headers to improve web site security

    PHP 7.3 compatible.

    Name: Language Fallback

    PHP 7.3 compatible.

    Name: Loco Translate

    The plugin/theme was skipped as it was too large to scan before the server killed the process.

    Name: Remove Google Fonts References

    PHP 7.3 compatible.

    Name: Say What?

    PHP 7.3 compatible.

    Name: Version Control for jQuery

    PHP 7.3 compatible.

    Name: WP Simple Mail Sender

    PHP 7.3 compatible.

    Grüße
    Jürgen Steinbach

    Hi Ismael,

    thank you. Decreasing the size of the font seems like a cheap workaround (especially for a Premium Theme) and it also impairs the UX.

    I want to fix the actual problem. In case the problem is still not clear, here’s a screenshot that hopefully removes all uncertainties about what the actual problem is: https://ibb.co/ZHV1dcR (red = problem; green = solution)

    Thanks

    Hi,

    Thank you for the screenshot.

    If necessary, we can decrease the size of the font to make the title fully visible on smaller screens.

    Add this css code in the Quick CSS field or the child theme’s style.css file.

    @media only screen and (max-width: 767px) {
        #top .av-section-tab-title .av-inner-tab-title {
            margin-bottom: 13px;
            font-size: 11px;
        }
    }
    

    Please make sure to toggle the Performance > File Compression settings, and remove the browser cache after adding the code.

    Best regards,
    Ismael

    #1227448
    Schmidtgrafisk
    Participant

    Hi, how to set font size for the phone No in the header section

    #1227435

    In reply to: Pricing table

    Hi Nikko,
    and what about the single cell? I do not want to link the text but the area of the text > li or td
    I have this shortcode, where would it be correct to place the link?
    [ av_cell col_style=’avia-highlight-col’ av_uid=’av-bwxwcd9′][ av_heading heading=’Attuatori UD’ tag=’h3′ style=’blockquote modern-quote modern-centered’ subheading_active=” size=’26’ av-medium-font-size-title=” av-small-font-size-title=” av-mini-font-size-title=” subheading_size=” av-medium-font-size=” av-small-font-size=” av-mini-font-size=” color=” custom_font=” margin=’10px,,,’ padding=’10’ link=” link_target=” id=” custom_class=” av_uid=’av-kc0wsv6u’ admin_preview_bg=”][ /av_heading][ /av_cell]
    Note that I do not want to put the link here: link=” because that would link the text and not the cell (and text would have the underline decoration!).

    Thank you,
    Anita

    #1227372

    Hey SK-RE,

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

    .single-product-summary .wc-gzd-additional-info span {
      font-size: 15px;
    }

    Best regards,
    Rikard

    #1226680

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    Please add this CSS code in Quick CSS:

    .home #footer {
        display: none;
    }

    As for changing font size of Small bar above main menu, still in Quick CSS, add this code but don’t make it too big as that bar has fixed height:

    #header .phone-info {
        font-size: 14px;
    }

    Just change the font size as you see fit.

    Best regards,
    Nikko

Viewing 30 results - 3,571 through 3,600 (of 18,733 total)