Viewing 30 results - 4,681 through 4,710 (of 18,734 total)
  • Author
    Search Results
  • #1143162

    In reply to: menu font size

    Hey sailing_cat,

    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

    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1143065

    you can not insert a section!
    a [av_section] is a color-section – and that you can’t insert into a header container.

    try this and look if it works – it is only one centered button:

    add_action('ava_main_header', function() {
    echo do_shortcode("[av_one_full first  margin='0px'  row_boxshadow_width='10' padding='0px' column_boxshadow_width='10' background='bg_color'  background_position='top left'][av_button label='seems to work' link='manually,# your homepage' link_target='' size='medium' position='center'  icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue812' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][/av_one_full]");
    });

    after that replace that function and see where the inserted goes to:

    add_action('ava_after_main_menu', function() {
    echo do_shortcode("[av_one_full first  margin='0px'  row_boxshadow_width='10' padding='0px' column_boxshadow_width='10' background='bg_color'  background_position='top left'][av_button label='seems to work' link='manually,# your homepage' link_target='' size='medium' position='center'  icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue812' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][/av_one_full]");
    });
    #1143026

    Topic: menu font size

    in forum Enfold
    sailing_cat
    Participant

    Quick CSS doesn’t work for menu. Also after flushing my cache.

    /* menu font size */
    #header_main .avia-menu-text {
    font-size: 22px!important;
    }

    #1143019

    Topic: Quick CSS won't load

    in forum Enfold
    anitavarga
    Participant

    Hi,
    I have quick css code to change the header size and add arrows to the dropdown menu as well as underline links. It used to work fine but I was going to edit the code (saved a backup of existing code) and although I changed nothing (I reverted my changes by using back up code). the quick css won’t load except for one item which is underlining links. I am pasting the code below. I emptied cache, purged all on WP, waited an hour, it just won’t load in any browser. Please advise.

    #header_meta a, #header_meta span {
      font-size:18px !important;
    }
    .dropdown_ul_available .avia-bullet {
        display: none;
        position: absolute;
        height: 0;
        width: 0;
        top: 51%;
        margin-top: -4px;
        left: auto;
     
        border-top: 4px solid transparent !important;
        border-bottom: 4px solid transparent !important;
        border-left: 4px solid green;
            border-left-color: green;

        right: 5px !important;}

    .dropdown_ul_available .sub-menu li .avia-bullet { display:none !important;}
    li.dropdown_ul_available a:after {
        content: ‘▼’ !important;
        position: absolute !important;
        top: 1px !important;
        display: block !important;
        right: 0 !important;
       font-size: 13px;
    }
    .dropdown_ul_available .sub-menu li a:after{display:none !important;}
    .av-main-nav ul {
       
        top: 80%  !important;
    }
    .dropdown_ul_available .sub-menu li.menu-item-has-children a:after{    
       content: ‘ ►’ !important;
        position: absolute !important;
        top: 9px !important;
        display: block !important;
        right: 10px !important;
       font-size: 13px;}
    .dropdown_ul_available .sub-menu li.menu-item-has-children .sub-menu a:after{display:none !important;}
    #top .av-main-nav ul ul {
        left: 206px;
        top: 0px;
        margin: 0;
            margin-top: 0px;
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 1px;
        margin-top: -34px;
    }
    #main p a { text-decoration: underline; }

    Again none of the above loads except for the last statement. All of it used to work.

    #1142998
    info224
    Participant

    Hi

    I recently did an update on a multisite and unfortunately, the logo is not showing on the sub-sites.

    The subsites have extra coding in the quick CSS and I think the issue is in there as the main site is okay ( I have tried disabling the cache plugin and disabled the performance section of the enfold I’ve also done a hard reload)

    Subsite coding

    #layer_slider_1{
    z-index:1;
    }

    .flex_column_table.av-equal-height-column-flextable.-flextable{
    z-index:99999999999;
    }

    #footer .widgettitle {
    font-size:16px !important;
    }
    @media only screen and (max-width: 1300px) and (min-width: 1120px) {
    .logo a {
    max-width: 60%;
    top: 20px;
    }}
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
    max-width: 35%;
    top: 25px;
    }}
    #header_meta * {
    font-size: 18px;
    }
    #footer .widget {
    text-align: center;
    }

    .phone-info span { color: #00703c !important; }

    @media only screen and (max-width: 1024px) {
    .alex { display: none !important; }}

    #menu-item-2503 a{
    border:2px solid #00703c!important;
    padding:7px!important;
    }

    #header_meta .sub_menu {
    position: relative;
    top: 13px;
    }

    #menu-item-2503 a{
    font-size:14px !important;
    }

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    padding-left: 70px;
    }
    }

    Main site coding

    #layer_slider_1{
    z-index:1;
    }

    .flex_column_table.av-equal-height-column-flextable.-flextable{
    z-index:99999999999;
    }
    #footer .widgettitle {
    font-size:16px !important;
    }
    body .gform_wrapper .gform_body {
    font-size: 12px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .flex_column_table {
    display: block;
    margin-top: 0 !important;
    }
    }

    .wpsl-street { display none: !important; }
    #top #wrap_all .wpsl-gmap-canvas img[src*=”red@2x”], #top #wrap_all .wpsl-icon-direction {
    display: none !important;
    }

    #top .wpsl-directions, #top .wpsl-street{ display: none !important; }

    @media only screen and (max-width: 1300px) and (min-width: 1120px) {
    .logo a {
    max-width: 60%;
    top: 20px;
    }}
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
    max-width: 35%;
    top: 25px;
    }}
    #footer .widget {
    text-align: center;
    }

    @media only screen and (max-width: 1024px) {
    .alex { display: none !important; }}

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    padding-left: 70px;
    }
    }
    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1142967
    FeedXL2019
    Participant

    Hello. I have added text to Theme Options–>Header–>Extra Elements–>Header Phone Number/Extra Info. The text displays, but in a very small font size
    If I increase the font with custom CSS the layout becomes broken slightly (before-and-after screenshots). Specifically, after I increase the font, all subsequent elements are pushed lower onto the page except for the white background of the main menu row. That element remains in the same place, and its height does not change. So the elements in the main menu row are now off-center, and spill over into the element underneath.

    How can I resolve that?

    Thanks.

    #1142876

    In reply to: contact form changes

    Hi Jordan,

    thx for your fast reply!

    Your snippets are ok, but please look again at my screenshot.
    I also want to change the font himself and his color. Your
    snippet only change the size.

    And I want that every field becomes the color red if it’s not filled
    out. Not only the captcha-field. I speak about the validation-error-
    signal. For example, if you say that you have to fill out name-field,
    mail-adress-field and text-field, I want that every field becomes
    red which is not filled out. After the user filled out, the field switch
    back to the normal color. You understand what I mean, do you?
    Hope so. :-)

    Best regards
    Carsten

    #1142849

    In reply to: contact form changes

    Hey Carsten,

    Add this to quick css:

    p.form_element input,
    p.form_element textarea,
    .value_verifier_label{
    font-size:20px!important;;
    }
    
    .error .captcha{
        background-color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1142846

    Hi,

    Add this to quick css:

    .blockquote-border-right h1 {
        border-right-style: solid;
        border-right-width: 7px;
        border-right-color:#2c333f!important;
        padding-left: 20px;
        margin-bottom: 1em;
        margin-right: 1em;
        font-size: 1.235em;
        line-height: 1.5em;
        border-left-width:0px!important;
        border-left-style:0px transparent solid!important;
        width:200px
    }
    
    .blockquote-border-right{
        border-right:none
    }
    
    .blockquote-border-right p{
        text-align:right!important;
        float:right!important;
        width:200px
    }

    Best regards,
    Jordan Shannon

    #1142704
    This reply has been marked as private.
    #1142520

    Yes, you can.

    Play with this code:

    .home .av-masonry-container .format-quote h3.av-masonry-entry-title.entry-title {
    font-weight: 300;
    font-size: 18px;
    }

    .single-format-standard .post-title.entry-title,
    .single-format-gallery .post-title.entry-title

    .av-masonry-container .format-standard h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-image h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-audio h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-video h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-gallery h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-quote h3.av-masonry-entry-title.entry-title,
    .av-masonry-container .format-link h3.av-masonry-entry-title.entry-title

    Others as well.

    Regards,

    #1142328

    Hi,

    I’m currently seeing the X as white. Was this fixed? Also, do you mean you just want a smaller blog title? If so add this to quick css:

    @media only screen and (max-width: 767px)  {
    .single-post h1.post-title.entry-title{
    line-height:.8em!important;
    }
    
    .single-post h1.post-title.entry-title a{
    font-size:16px!important;
    }}

    Best regards,
    Jordan Shannon

    #1142160

    In reply to: button and popup

    Hi, and thank you for your help.
    For Want tool I understood thanks.
    Still referring to the popup, I created two buttons, with class inline_popup and mpf_hide. The first through Content Element -> Button and the second with a simple link.
    Here the two codes used:
    The first is a shortcode:
    [av_button label = 'test1 WheelOfLife' link = 'manually, https: //mywebsite/#wheeloflife' link_target = '' size = 'small' position = 'center' label_display = '' title_attr = '' icon_select = 'no' icon = 'ue800' font = 'entypo-fontello' color = 'theme-color' custom_bg = '# 444444' custom_font = '# ffffff' id = '' custom_class = 'inline_popup' av_uid = ' av-jaznb 'admin_preview_bg =' ']

    The second is a simple link:

    <a class="inline_popup" href="#wheeloflife">
    <span class = "avia_iconbox_title"> Whee of life </span>
    </a>

    While the second code is working correctly, the first one does not open the popup. Why?

    • This reply was modified 6 years, 6 months ago by famarinu.
    #1142018

    Hey!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .home #av_section_4 .av-icon-char {
        padding: 15px;
    }}

    2- Replied here – https://kriesi.at/support/topic/horizontal-gallery-on-mobile/
    3- There might be some plugins for it but unfortunately i do not have experience with any to recommend.
    4- You can generate Twitter widget here – https://publish.twitter.com/ and embed it on your website in HTML widget, Text block element or Code block element.
    5- Please add following code to Quick CSS

    #top .social_bookmarks li a {
        font-size: 20px;
    }

    Regards,
    Yigit

    #1141780

    Hey andyux,

    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

    
    @media only screen and (max-width: 767px) {
        .ls-wrapper.ls-in-out[data-slide-index="1"]	h3.ls-layer {
    		width: 100vw !important;
    		text-align: center !important;
    		font-size: 18px !important;
    	}
    	div[data-slide-index="1"] {
    		left: 0 !important;
    	}
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1141679

    under my nick or avatar there is my info about webpage.

    first i did it with jQuery and used the existing postnavigation
    this to functions.php of your child-theme:

    function post_nav_to_content(){
    ?>
    <script type="text/javascript">
    (function($){
    	$('a.avia-post-nav').wrapAll('<div class="container postnavigation"></div>');
    	$('.container.postnavigation').wrap('<div class="main_color av_default_container_wrap container_wrap fullsize postnav_new"></div>');
    	$('.postnav_new').detach().clone().insertBefore('#footer');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'post_nav_to_content');

    you see what it does
    first : wrap the all post-nav anchors in one surrounding container
    second : then it wraps again ( to have all those settings from enfold like a section)
    third: it takes that last container from its place and insert it just before footer.

    this to quick css:

    .postnav_new {
        height: 60px;
        position: relative;
        display: block;
        border: none !important;
    }
    
    .responsive .container.postnavigation {
      max-width: 1410px;  /* depends on your general settings container width*/
    }
    
    #top .postnavigation .avia-post-nav {
      background: transparent;
      bottom: 0 !important;
      top: 0 !important;
      margin-top: 0;
      position: absolute;
      height: 60px;
      border-radius: 5px;
    }
    
    #top .postnavigation .avia-post-nav .entry-info-wrap {
      display: table;
      height: 60px;
    }
    
    #top .postnavigation .avia-post-nav:hover .entry-info-wrap {
      width: auto !important;
    }
    
    #top .postnavigation .avia-post-nav .label {
      font-size: 36px;
    }
    
    #top .postnavigation .avia-post-nav .entry-info {
      margin: 0 10px !important;
      vertical-align: bottom;
      height: 60px;
      width: auto !important;
      display: block;
      white-space: nowrap;
    }
    
    .postnav_new .entry-image {
      display: none !important;
    }
    
    .avia-post-nav .entry-info-wrap {
      display: inline-flex;
    }

    just test it
    the rest is styling . f.e. gettting a different arrow or having no background-color

    #1141639

    Hi Victoria,
    I’ve kind of already got this, as you can see above i’m not displaying anything below the grid image – but on top of it, on hover. i already have the title appearing, & have title & excerpt selected via the grid options, plus I have added an excerpt to the post, but it’s not displaying the excerpt – only the title.
    here’s the css i’ve used (found on another thread here):

    /* Portfolio overlay with title - disable default animation */
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    	animation:none;
    }
    
    /* Portfolio overlay with title - overlay */
    #top .grid-entry .image-overlay .image-overlay-inside:before {
    	content:'';
    	position:absolute;
    	background:#1d2553; /* blue */
    	height:100%;
    	width:100%;
    	border-radius:0;
    	top:0;
    	left:0;
    	margin:0;
    }
    
    /* Portfolio overlay with title - remove default title below */
    .grid-content .avia-arrow,#top .grid-entry .grid-content {
    	display:none;
    }
    
    /* Portfolio overlay with title - display title on hover*/
    .grid-entry a:hover:before {
    	content:attr(title);
    	position:absolute;
    	width:100%;
    	z-index:1000;
    	text-align:center;
    	opacity:1;
    	font-size:18px;
    	color:#fff!important;
    	transform:translateY(-50%);
    	animation:avia-fadein .75s 1 cubic-bezier(0.175,0.885,0.320,1.275)!important;
    	top:50%;
    	padding:0!important;
    	display:flex!important;
    	align-items:center;
    	justify-content:center;
    }
    
    .avia_transform a:hover .image-overlay {
    	opacity:1!important;
    }

    so i want the excerpt to appear below the title.

    LUPE_1222
    Participant

    Hi,
    I have switched to Child Theme, then imported settings from parent.
    After doing this, almost all settings in Advanced Styling and Quick CSS are no more working…
    For example the menu, wrong fonts and size, general width of the site is 900px, should be 1310px, all H1-H6 not correct, …
    Did reset all settings and re-enter again, same…
    I need your help to fix this
    Thanks in advance

    PS1: at same time, is there a option to remove the time from post widget (https://www.lundinp4.com/johan-sverdrup-accelerated-start-up-schedule/) ?
    PS2: is there any way to have full size for images in posts (I have added Simple Image Sizes plugin at the time & Quick CSS to make it work) ?

    #1141355

    Hi Jak73,

    Please try this code instead, this is the same as Rikard’s code but added 2 properties:

    .footer-tags ul li h2 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 26.4px !important;
        letter-spacing: 0 !important;
        margin-bottom: 0;
    }

    Best regards,
    Nikko

    #1141305
    andyux
    Participant

    Hey there. I tried within layer slider and out with css, and i cant get text centered after a force a min size on it. So right now i have removed any custom css, only min.mobile font size on layerslider is set to 20px. Size works, but it doesnt stay centered at 800px or less (approx).
    Its like there is padding on the left of the text, look at the screenshot
    Image 2019-09-24 at 11.53.17 AM.png
    How can i force the text to center always no matter what size? I will adjust the size so it fits so not concerned with wrapping etc. Thank you

    id2

    #1141048
    Yigit
    Keymaster

    Hi,

    We wanted to create this thread as a channel to share the fixes that will be included in upcoming updates and known issues that are being worked on.

    Current fixes for upcoming version 4.7.4.1 are as following (last update 2020-05-12)

    • Feature: New alignment options ALB element “Special Heading”
    • Feature: input field to add custom subject text for ALB contact form autoresponder email
    • Feature: Option for transition effect speed in ALB Easy Slider, Fullwidth Easy Slider, Fullscreen Slider
    • Feature: Added options for custom title and alt attribute in ALB image element
    • fixed: accordion slider hides some slide item after closing the lightbox
    • fixed: small typo instgram
    • fixed: WC 4.0 bug grouped products and quantity button not working
    • fixed: Transparent logo missing alt and title attr when attachment URL instead ID
    • fixed: bbPress and custom footer page not showing correctly on some pages
    • fixed: CSS bug Accordion hidden below Special Heading in Color section
    • fixed: WP 5.4 Block editor breaks ALB layout in backend
    • fixed: removed wrong href in div id=”av-cookie-consent-badge”
    • fixed: removed wp_nonce check in reCaptcha V3 to avoid problems with caching plugins
    • fixed: bug switching ALB back to Classic Editor broken layout and js errors (WP 5.4 related ?)
    • fixed: CSS problem with equal height after individual height columns forming a grid
    • fixed: WP 5.4 block editor using ALB – scroll bug dragging ALB elements
    • fixed: added a check that $posts is an array in helper-assets.php – caused by 3rd party plugins
    • fixed: shifted values in color picker (theme options page)
    • fixed: type errors in message text
    • Fixed: Plugin conflict calling filter display_post_states incorrectly
    • added: filter avf_transparency_logo_data: modify transparency logo url, title, alt attributes
    • added: class post-format-{$post_format} to article in postslider.php
    • added: filter avf_attachment_copyright_text – allows to filter copyright text in ALB image element
    • tweak: new option “Remove query string from static resources” in Performance->Show advanced options
    • tweak: Link settings moved to content tab for all ALB button elements
    • tweak: ensure function aviaFontManagementBase::get_font_list returns an array
    • updated: Italian language files
    • updated: Dutch language files
    • added: Greek language files
    • tweak: All language files have been synchronised – obsolete strings removed

    In Pull Requests:

    • feature: New demo importer with download of demos from external server

    In Progress:

    • Responsive images – adding scrset attribute to images

    Fixes for released version 4.7.4:

    • fixed: catalog CSS not enqueued with ALB WC product elements
    • fixed: ADA compliance aria-hidden, aria-label for MOBILE Hamburger menu
    • fixed: ALB seperator whitespace with icon: limit width to 45% container width for each ruler
    • fixed: small typo tempalte
    • fixed: CSS bug icon grid with display tooltip and mobile
    • fixed: CSS ALB Gridrow – 1 column with link column not fullwidth
    • fixed: CSS indent bug in nested sidebar menus (left/right sidebar, widget menus)
    • fixed: Fullwidth Easy Slider issue where auto rotate stops working in Safari after a video slide
    • feature: Add custom ID and CSS class to timeline milestones
    • feature: Integrate Smash Balloon Instagram Feed plugin (free and pro version)
    • Feature: ALB magazine element supports post-format link
    • tweak: Option to disable adding timestamp to compressed css and js files
    • tweak: Advanced Styling selectors more strict to override standard selectors from stylesheets and custom css
    • tweak: ajax search support for WC option “Hide out of stock items from the catalog”
    • tweak: use get_title instead of inconsistent use of direct access to post_title in various places
    • added: title attribute to postslider link in ALB element
    • added: filter avf_postslider_link_title_attr: modify title attribute for link in ALB postslider
    • added: filter avf_show_option_toggles_advanced: Adds an extra select option to hide section headers in ALB
    • added: filter avf_ajax_search_woocommerce_params: allows to change displaying products out_of_stock, featured and hidden
    • added: filter avf_legacy_suppress_wp_filter_post_title: allows a fallback for unfiltered post_title where direct access was used previously
    • removed: deprecated classes hentry and vcard (microformats.com)
    • updated: French language file – equal alb options translation, “Google” services translated as “Mailchimp”
    • updated: Dutch language files
    • updated: German language files
    • updated: Italian language files

    Fixes for version 4.7.3 are as following

    • improved: theme options to disable ALB modal popup options toggles (revert to old ALB design)
    • fixed: Blog multiauthor preview image links to author and not to post
    • fixed: ADA compliance aria-hidden for social icons and social share buttons
    • fixed: social share buttons added with filter no longer shown in 4.7.1.1
    • fixed: CSS for reCaptcha V3, added classes for reCaptcha V2 and reCaptcha V3 to form
    • fixed: ALB contact form datepicker throws js error when jQuery is loaded in footer
    • fixed: ALB editor Add Cell/Set Cell Size buttons not responsive for translations
    • fixed: Custom pages query to exclude hiding a page when same page object is queried
    • fixed: small typo in Iconbox element
    • fixed: Easy Slider caption sizes reverting back to “use default” after making custom settings
    • fixed: Google vocabulary.org schema is deprecated
    • fixed: Content partially cut off in Cookie modal window on mobile Safari
    • added: filter avf_merged_files_unique_id: allows to remove/customize added unique id for merged files
    • added: filter avf_folder_security: customize folder security from 755 on folder creation
    • tweak: Column links open in new window and not in new tab for some browsers (e.g. FF)
    • tweak: Developer fields missing in fullwidth sub menu element
    • tweak: improved creation of avia folders and security
    • tweak: schema.org markup for testimonials
    • Improved GPDR:
      • feature: new option Accept essential cookies on pageload, user must opt in for other cookies
      • added: Cookie info message now supports starts with, ends with, contains for cookie names (filter avf_privacy_cookie_infos)
      • added: description text for some essential WP, WPMLcookies
      • fixed: bug with custom wildcard cookies and path not /
      • fixed: bug in option allow all cookies and services on pageload
    • Updated: Old Instagram icon to new one in social profiles
    • Updated: background color for social yelp icon to #d32323 on hover
    • updated: German language files, , de_DE GDPR translation adjustments
    • updated: Italian language file
    • updated: Dutch language files
    • updated: French language file – equal alb options translation

    Regards,
    Yigit

    P.S.: Please do not report issues here, instead start a new thread.

    • This topic was modified 5 years, 10 months ago by Yigit.
    #1140899

    Hey greyhound72,

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

    #header .mega_menu_title {
        font-size: 15px !important;
    }

    Best regards,
    Rikard

    #1140852

    Hi Colin,

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

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table td:before {
        font-style: normal;
        font-size: 16px;
    }
    }

    Best regards,
    Rikard

    #1140839

    Hi,

    This CSS is causing that to happen:

    #top #header .av-main-nav > li > a {
        color: #000000;
        background-color: #000000;
        font-size: 14px;
    }

    I’m not sure where it’s coming from though since you have file compression active. Did you check the theme settings so that it’s not coming from there? If it isn’t then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1140784

    Hi,
    Sorry for the late reply, I took a look at your Quick CSS and found that you had a rouge bracket:

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

    notice the third bracket, I removed it for you and cleared your cache, please clear your browser cache and check if this helped.

    Best regards,
    Mike

    #1140767
    greyhound72
    Participant

    Hello,

    I’d like to use a smaller font size for column name in mega menu. Can someone help with this?

    Thanks,
    J.N.

    #1140723

    Hey Tyger-Tyger,
    Sorry for the late reply, thanks for the link and the shortcode, please add ?iframe=true to the end of your video link it will then open in a lightbox.

    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-k0v9pdi0' id='' custom_class='']
    [av_icon_box position='top' icon_style='' boxed='' icon='ue806' font='entypo-fontello' title='Nadine & Robert' link='' linktarget='' linkelement='' font_color='' custom_title='#eeee22' custom_content='' color='custom' custom_bg='#f8f8f8' custom_font='#ffffff' custom_border='' 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-3ogx77' admin_preview_bg='']
    <a href="https://hochzeitsfotograf-im-harz.eu/videos/Nadine-Robert.mp4?iframe=true"><img class="alignnone size-full wp-image-1013" src="https://hochzeitsfotograf-im-harz.eu/wp-content/uploads/2016/07/video-rob-nad.jpg" alt="Video von Nadine und Robert" width="500" height="281" /></a>
    <div class="kleiner-text">Equipment: 3 x Canon 5D MKII | Team: 3 Kameramänner | Dauer: 6 Stunden</div>
    [/av_icon_box]
    [/av_codeblock]
    

    Best regards,
    Mike

    #1140681

    In reply to: H1 H2 h3 size

    Hi,
    For your first question, changing the iconbox title to H1, we can help you with this with a custom function, but first, are you sure you want to do this? Because for good SEO each page should only have one H1 & H2, you can have many H3. You can change the font size of your headings to any size with no issues, but you should still only have one H1 on each page.
    Now for the second part of your first question, it looks like you are using Enfold v4.5.3 without a child theme, so any customizing functions we offer will be lost when you update to our latest version 4.6.2 I would recommend installing the child theme, so your changes will not be lost with future theme updates Read about it & Get it here
    For your second question about the font size of your iconbox title, it is not set by the heading size, H3, it is set by the “.iconbox_content_title” class, to change this please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #wrap_all .iconbox .iconbox_content .iconbox_content_title {
    	font-size: 20px !important;
    }

    please adjust the font size to suit.

    Best regards,
    Mike

    #1140673

    In reply to: Widget

    Hey ilpadre1,

    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

    
    .footer_color#footer #text-4 strong {
      font-size: 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1140639

    Hi,
    For the category banner, this is as close as I could get it as it’s a different element than on your shop page, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av_product_description,#av_product_description > .av-parallax {
    	transform: none !important; 
        height: 173px !important; 
    }
    #av_product_description .av-section-color-overlay {
    	opacity: 0.1 !important;
        background-color: #1b4b7b !important; 
    }
    #av_product_description > .av-section-color-overlay-wrap h1 {
    	float: left !important;
    	font-size: 35px !important; 
        color: #1b4b7b !important;
        font-weight: 600 !important; 
    }
    #av_product_description .av-parallax-inner.av-parallax-woo {
        background-position: 100% 50% !important; 
        background-repeat: no-repeat !important; 
        background-size: contain !important; 
    }
    #av_product_description > div.av-section-color-overlay-wrap > div.container > main {
    	padding-top: 30px !important; 
    }

    Then clear your browser cache and check. Please see the screenshot in Private Content area.
    I’m not sure about your next question but you can only have one banner per category.
    If you are asking about putting banners on individual product pages, this is possible but with a custom function that you will have to manually add the image url and product or page id. This example adds a banner to any product, note that the image url is from my localhost so you will have to change it. Also the above css is required to style it like the following screenshot.

    add_action('ava_after_main_container', 'add_banner_before_breadcrumb'); 
    function add_banner_before_breadcrumb() {
    	if ( is_product() )
    	{
    		echo'<div id="av_product_description" class="avia-section main_color avia-section-large avia-no-border-styling avia-full-stretch av-parallax-section av-section-color-overlay-active avia-bg-style-parallax container_wrap fullsize" data-section-bg-repeat="stretch" style="color:#000000;">';
    		echo'<div class="av-parallax avia-full-stretch active-parallax" data-avia-parallax-ratio="0.3"><div class="av-parallax-inner av-parallax-woo" style="background-image: url(https://test.test/wp-content/uploads/2019/09/bildleiste_isc_produkte_neu-1500x170.jpg); main_color background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;"></div></div><div class="av-section-color-overlay-wrap">';
    		echo'<div class="container"><main class="template-page content av-content-full alpha units"><h1><p>'. get_the_title() .'</p></h1></main></div></div></div>';
    	}
    }

    2019-09-22-091231

    Best regards,
    Mike

Viewing 30 results - 4,681 through 4,710 (of 18,734 total)