Viewing 30 results - 4,711 through 4,740 (of 18,734 total)
  • Author
    Search Results
  • #1140585
    DianaLoola73
    Participant

    Dear Support Team

    I use my own css on my subtitle page, which I defined in quick css as follows:
    .text-bu {font-size: 11px; line-height: 14px! important; }

    If I now create a new text block, there is no field for “custom css class”. I have seen in another post that this possible sit and there appears below in the text block an input field for “custom css class” see: https://imgur.com/a/gg9ylpL

    how can I make this ad visible in my text block as well?
    Thank you and VG Diana

    #1140521

    In reply to: button and popup

    Hey Manuela,
    Sorry for the late reply, thank you for the login and screenshot, I took a look and apparently the “Accordion & Toggles” doesn’t like an html coded button, so I created your button with the shortcode wand and it works correctly now.

    [av_button label='Wheel of life' link='manually,https://your-site.com/wheel-of-life?iframe=true' link_target='' size='medium' position='center' label_display='' title_attr='' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' id='' custom_class='' admin_preview_bg='']

    Best regards,
    Mike

    #1140410

    Hey onastvar,

    Thank you for contacting us.

    Please open different tickets for unrelated issues. It will avoid confusion.

    1. Add the below CSS to Enfold > General Styling > Quick CSS

    #header .textwidget strong {
    	font-size: 32px;
    	line-height: 1.5em;
    }
    
    #header .textwidget {
    	font-size: 12px;
    	line-height: 1.2em;
    }

    2. Please use a color section element and set a background image that suits your design style.

    3. To hide the header widget on the phone:

    @media only screen and (max-width: 480px) {
    #header .textwidget { display:none; }
    }

    Best regards,
    Vinay

    #1140248

    In reply to: enlarge the subtitle

    Hi,

    Try adding this to quick css now:

    .av-special-heading .av-subheading.av-subheading_below p{
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1140209

    In reply to: enlarge the subtitle

    I removed this code:

    @media only screen and (max-width: 479px)
    .responsive #top #wrap_all .av-mini-font-size-30 {
        font-size: 30px !important;
    }

    but it seems that both the title and the subtitle change.
    I would just like to increase the subtitle.
    How I can do this?

    #1140032
    djsmbd
    Participant

    Hello,

    Please notice the footer widgets on every page of my site. I’m trying to change the color of the button.
    When I change the code in the widget, the color does not change.

    Below is the code for Widget Footer Column 1
    [av_icon_box icon='1' position='top' title='AVAILABILITY' link='manually,https://musicbydesign.evpl.co/availability/' linktarget='yes']
    Select my event date to check availability!
    [/av_icon_box]

    [av_button label='Check Availability' link='manually,https://musicbydesign.evpl.co/availability/' link_target='_blank' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='no' icon='25']

    Can the color be changed with Quick CSS? If so what is the code?

    Cheers!

    #1140001

    In reply to: enlarge the subtitle

    Hi,

    Looks like there is css overwriting what you’re trying to do. Find and remove/comment out the following:

    @media only screen and (max-width: 479px)
    .responsive #top #wrap_all .av-mini-font-size-30 {
        font-size: 30px !important;
    }

    Best regards,
    Jordan Shannon

    #1139936

    Topic: Widget

    in forum Enfold
    ilpadre1
    Participant

    hello everybody! i hope MIKE is here ;)

    one last thing i would like to ask. my widget on footer column 3 needs a short css code ;)
    if u check my page u will see on footer column 3 my name and underneath some infos about me.
    now i ask u to change the size of my name…to increase it one number. f.i. if the size of the font is 12…please write a short css code that it will be 13.
    !!! but only my name !!!! not the rest underneath…so that my name is slightly “bigger” than the rest.

    hope u can manage!

    regards
    ilpadre

    #1139868
    Tyger-Tyger
    Participant

    Hi
    there are three Videos which opened usually in a lightbox. Since we updated your theme they dont.
    (see the three videos in the middle of this page)

    You dont need acess to help – you can see the sourcecode, there is Firebug and here is the code we used:

    [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"><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]

    kind regards

    #1139804

    your line-height on that is very small – in general one takes so approx. 1.5-fold the font-size- try:

    .avia-testimonial-name {
        line-height: 36px;
    }

    if you don’t like that space 30px will be enough too.

    PS: if you select the text on the left side you see why the “y” are cut-off:

    #1139794

    In reply to: Element flow change

    Somehow the column reverse code stopped working, can you help me, i cant find the reason.

    in the homepage (page#2)
    <div id=”av_section_3″ /

    and the Lobo Tech page (page#18) in 2 places
    <div id=”av_section_1″ /
    <div id=”av_section_3″ /

    Here is my qucik css

    }
    #top #header #avia-menu > li:hover > a span.avia-menu-text {
        color: #006271 !important;
    }
    .sidebar.sidebar_right {
      background-color: ##f8f8f8;
      height: 100vh;
      min-width: 182px;
    }
    @media only screen and (max-width: 1124px) {
    .sidebar.sidebar_right {
     height: 10vh;
    }
    }
    .blog-meta, .post_author_timeline {
    display: none;
    }
    .blog-categories + .text-sep, .blog-author.minor-meta {
        display: none;
    }
    .post-entry span.comment-container.minor-meta,
    .post-entry span.text-sep-comment {
        display: none;
    }
    @media only screen and (max-width:767px){
        #top.page-id-18   #av_section_1 .entry-content-wrapper,
         #top.page-id-18   #av_section_3 .entry-content-wrapper {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    @media only screen and (max-width:767px){
         #top.page-id-2   #av_section_3 .entry-content-wrapper {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    .more-link-arrow{
    display:none!important;
    }
    .more-link,
    .wpforms-submit
    {
    background-color: #d9ab28!important;
    border-color: #d9ab28!important;
    border-radius:5px!important;
    padding:10px 20px!important;
    font-size:13px!important;
    color:#fff!important;
    }
    more-link:hover,
    wpforms-submit:hover
     {
            text-decoration: none!important;
            opacity: 0.9!important;
    }
    div.wpforms-confirmation-container-full {
    	border: #a51e37;
            background: #D9AB28;
    }
    #footer .widget {
        margin: 0 !important;
    }
    .footerfont {
    font-size: 90%;
    line-height: 140%;
    }
    @media only screen and (max-width: 767px) { 
    .footerfont {
    font-size: 70%;
    line-height: 120%;
    }
    }
    @media only screen and (max-width: 767px) { 
    #footer > .container > .flex_column.av_one_half {
    	width: 50% !important; 
    }
    }

    thanks!

    #1139786

    Ok, so I’ve made some progress with this
    example
    by amending the following to:

    .grid-entry a:hover:before {
    	content: attr(title);
    	position: absolute;
    	width: 100%;
    	z-index: 1000;
    	text-align: center;
    	opacity: 1;
    	font-size: 18px;
    	color: #ffffff !important;
    	transform: translateY(-50%);
    	animation: avia-fadein 0.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;
    }

    Final piece of the puzzle for me, is to get the excerpt in there, below the title – any ideas anyone?

    • This reply was modified 6 years, 6 months ago by Jason.
    #1139654

    In reply to: enlarge the subtitle

    Hey Manuela,

    Did you try the following:

    @media only screen and (max-width: 767px)  {
    .av-subheading p: last-child {
         margin-bottom: 0;
         font-size: 18px! important;
    }}

    Best regards,
    Jordan Shannon

    #1139645

    Yes Enfold > Layout Builder > Builder Options For Developers options ARE ENABLED to “show and allow” as stated ^ above
    And Yes – the css classes ARE IN the Developers tab. the class appears but the css is being ignored.

    the “more books” and “media mentions” button have class in developers tab subtledbvdb

    the class appears in the html

    `<div class=”avia-button-wrap avia-button-center avia-builder-el-10 el_after_av_hr el_before_av_hr subtledbvdb“><span class=”avia_button_icon avia_button_icon_left ” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span><span class=”avia_iconbox_title”> More book reviews</span></div>

    the child theme has the style.css:
    .subtleDbvdb.avia-button.avia-size-medium {
    color: #7CA0b6;
    font-size: 16px;
    font-weight: bold;
    }
    The css that has been working until 4.6.2 is being ignored.

    and “more books” area = Partner/logo element has a custom class dbvdbMoreBooks in developers tab that kept the images the same height and the background transparent

    the child theme style.css:
    /* book display */
    .dbvdbMoreBooks .slide-image {
    background-color: transparent !important;
    }
    .dbvdbMoreBooks img{
    max-height: 250px !important;
    }
    This css also was working until 4.6.2 is being ignored.
    Please advise how to fix it.

    #1139602

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .cart_dropdown_link > span:before {
    	font-size: 30px !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1139445
    Apachee
    Participant

    Hi there,
    I have a fullscreen slider revolution which – when in mobile view – creates a big white space underneath which i´happens due to the following inline code/css:

    <div id='revolutionslider_1' class='avia-layerslider avia-revolutionslider main_color avia-shadow avia-builder-el-0 el_before_av_hr avia-builder-el-first container_wrap fullsize' style=' min-height: 869px;' ><link href="https://fonts.googleapis.com/css?family=Montserrat:400%7CLato:700%2C300%2C400" rel="stylesheet" property="stylesheet" type="text/css" media="all">

    I need to get rid of the min-height 869px but can’tfind it anywhere in the theme settings

    Any hint would be highly appreciated .. :)

    #1139384

    Hi,

    Please try this instead:

    .footer-tags ul li h2 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 26px !important;
    }

    Best regards,
    Rikard

    #1139367

    Topic: enlarge the subtitle

    in forum Enfold
    famarinu
    Participant

    Hi, how can I enlarge this subtitle (https://monosnap.com/file/866vrwnc56IpHVJn67QJOu4xnOt1Ky) in the mobile version?

    I added this CSS code:
    .av-subheading p: last-child {
         margin-bottom: 0;
         font-size: 18px! important;
    }
    but nothing has changed.
    I also changed the font size to Special Heading -> Subheading Size (Size of your subeading in Pixel) but nothing has changed.

    How can I do?
    Thank you for your support.

    #1139095
    GrafitecSon
    Participant

    Hi There,

    I have a question about my CSS.

    I have a textblock with a custom field ‘landingfont’ to edit some text for my landingspage. I tried everything but I think I forget something. What do I wrong?

    
    #top .landingfont {
    	font-family: 'Rajdhani', sans-serif;
    	color: #ffffff !important;
    	font-size: 20px !important;
    }
    
    #1139073
    hyperbrand
    Participant

    Hello,

    I have the problem that I want to change settings in the pagebuilder but every time I hit the update button I get the message ‘Aktualisierung fehlgeschlagen’ (‘Update failed’). Changes (like responsive font size) are stored in the avia builder but are not applied in the code. I cannot work on my clients site which is unbearable. What could cause this behavior?

    Theme is 4.6.2 with child theme on PHP 7.2

    Best
    Thorsten

    #1139006
    ilonka78
    Participant

    Hi
    I’m trying to change the color of one menu item (first one phone number) to stand up more by using CSS Class( special-color) under menu options. Then I’m adding the code that is below to quick css. I tried few times and nothing seems to work to change just the color of first menu item. Can you help with that? Thank you

    (833) 4-TelCom
    Custom Link ↑ | ↓Edit Menu Item
    URL
    #
    Navigation Label
    (833) 4-TelCom
    Title Attribute
    CSS Classes (optional)
    special-color
    Menu Style

    ———

    special-color {

    color: ##e3622b !important;
    }

    This is my whole quick css

    .home main {
    padding-top:0 !important;
    }

    .avia-content-slider .slide-meta { display: none; }

    .text-slider .maintitle, .text-slider .subtitle {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
    }

    #menu-item-383 > a > .avia-menu-text { color: #c3512f; }

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: transparent;
    color: #333333;
    border-bottom: 0px !important;
    }

    a:hover .avia-menu-text {
    background-color: #0e76bc !important;
    color: #fff !important;
    }

    .sub-menu > li > a {
    opacity:1;

    }
    .sub-menu > li:hover > a {
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0e76bc !important;
    border: #333333 !important;
    }

    .post-meta-infos{
    display: none;
    }

    .avia-content-slider .slide-entry .slide-content {
    color: #555555;
    }

    .avia-content-slider .slide-entry-title {
    font-size: 16px;
    color: #333333 !important;
    }

    .center_this {
    left: 50%;
    transform: translateX(-50%);
    }

    special-color {

    color: ##e3622b !important;
    }

    #1138924

    In reply to: Mobile Blog Grid

    Hey latanyarenee,

    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){
        #top #wrap_all .av-masonry-entry .av-masonry-entry-title {
             font-size: 18px;
         }
         #top #wrap_all .av-masonry-entry .av-inner-masonry-content {
            padding: 10px;
         }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1138685

    Hi,

    Please try this instead:

    .footer-tags ul li h2 {
      font-size:16px !important; 
    }

    Best regards,
    Rikard

    #1138632

    Hi,
    Sorry for the late reply, I will start with your last question for the example site and the vanishing third row, this was done by having two different tables showing only for certain screen widths.
    Now for your page, for font size and color but not the heading cell:

    .pricing-table li:not(.avia-heading-row) {
    	font-size: 10px !important; 
    	color: red !important; 
    }

    for the heading cell:

    .pricing-table li.avia-heading-row {
        background-color: blue !important;
        border-color: blue !important;
        font-size: 10px !important;
        color: #ffffff;
    }

    for the every other cell background color:

    .pricing-table>li:nth-child(even) {
    	  background-color: yellow !important; 
    }
    .pricing-table>li:nth-child(odd):not(.avia-heading-row) {
    	  background-color: orange !important; 
    }

    I believe that should cover everything, please adjust to suit.

    Best regards,
    Mike

    #1138630

    Perfect! works. In orders to have the text not flow over on mobile, i created these, is this OK? i feel like mobile slowed down lots after i added this code in quick.css

    .footerfont {
    font-size: 90%;
    line-height: 140%;
    }
    @media only screen and (max-width: 767px) { 
    .footerfont {
    font-size: 70%;
    line-height: 120%;
    }
    }

    and my my footer html (html widget)

    <span class="footerfont" style="text-align: left;">
    <strong>Okami Medical</strong>
    <div>8 Argonaut, Suite 100</div>
    <div>Aliso Viejo, CA 92656</div>
    <div>949-598-0300</div>
    </span>	

    and

    <div>
    <br>
    </div>
    <span class="footerfont" style="text-align: right;">
    <div>2019 © Okami Medical, Inc.</div>
    <div>All Rights Reserved</div></span>	

    Thanks Mike, i know this is not css class, I am taking a class now…

    yifatcohen
    Participant

    How can I change the font size here https://viralconnectivity.com/live-event/
    (scroll down to 5 reasons why…)

    I’ve tried applying the suggestions here and they didn’t work – https://kriesi.at/support/topic/icon-box-changing-the-font-type-size-of-the-title-content/

    #1138557
    Maskenzauber
    Participant

    Hi
    after i updated your theme the layout is completly crashed.
    Examples:
    – What has been a gallery with miniatures before is now one long row of big images below each other.
    -Lightboxes dont work anymore
    -The whole layout structure is foobar!
    If i look in the backend everything looks fine, the ALB shows everything as its supposed to be, but the output in the frontend is horrible.
    Please check at first if there is something in our childthemes functions.php which maybe doesnt work anymore and which could cause that conflict.
    The problem arises only on pages that uses a custom post type. The developer of the plugin says its a theme issue

    Here it is:

    <?php
    //$avia_config['imgSize']['square-custom'] = array('width'=>300, 'height'=>300); // small image for blogs
    //$avia_config['imgSize']['square2'] = array('width'=>400, 'height'=>400); // small image for blogs
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    function enqueue_parent_theme_style() {
          wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style');
    
    /* Proper way to enqueue styles and scripts
     */
    function theme_name_scripts() {
    	wp_enqueue_style( 'style-name', get_stylesheet_uri() );
    }
    add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );
    
    /* Activate Avia debug mode */
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox)
    {
    	foreach($metabox as &$meta)
    	{
    		if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
    		{
    			$meta['page'][] = 'angebot'; /*instead add the name of the custom post type here*/
    			$meta['page'][] = 'bild-des-tages'; /*instead add the name of the custom post type here*/
    		}
    	}
    	
    
    	return $metabox;
    }
    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }
    add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2); 
    function avia_change_tag_blog_layout($layout, $context){
    if($context == 'tag') $layout = 'blog-grid';
    return $layout;
    }
    /* Länge des Auszug auf Blogseite */
    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }
    /* Doppelten Breadcrumb entfernt */
    add_filter( 'avia_breadcrumbs_trail', 'mmx_remove_element_from_trail', 50, 2 );
    function mmx_remove_element_from_trail( $trail, $args ) {
    	if ( is_single() ) {
    		unset ($trail[2]);
    	}
    	return $trail;
    } 
    add_filter('avf_form_use_wpmail', 'avia_change_php_mail', 10, 3);
    function avia_change_php_mail($active, $new_post, $form_params){
    return true;
    }
    add_theme_support('avia_template_builder_custom_css');
    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
    	$sub .= "<div id='headText'>
    					<a href='http://www.maskenzauber.com'><h1>Venezianische<span> Masken</span></h1></a>
    					<span id='subslogan'>und Headdresses</span>
    				</div>";
    	$sub .= "<div id='headClaim'>
    				<strong>Hier kommt</strong>
    					eine Unterzeile hin
    				</div>";
    	return $sub;
    }
    add_filter('avf_title_args','fotos_remove_bc');
    
    function fotos_remove_bc($args){
    
        if(is_single() && 'post' == get_post_type())
        {
            $args['breadcrumb'] = false;
        }
        return $args;
    }
    add_filter('avf_title_args','fotosangebot_remove_bc');
    
    function fotosangebot_remove_bc($args){
    
        if(is_single() && 'angebot' == get_post_type())
        {
            $args['breadcrumb'] = false;
        }
        return $args;
    }
    //entfernt den Kommentarblock und die Datumsangaben aus dem Combo Widget  // 
    
    class avia_combo_widget extends WP_Widget {
    
    		function avia_combo_widget() {
    			//Constructor
    			$widget_ops = array('classname' => 'avia_combo_widget', 'description' => 'A widget that displays your popular posts, recent posts, recent comments and a tagcloud' );
    			$this->WP_Widget( 'avia_combo_widget', THEMENAME.' Combo Widget', $widget_ops );
    		}
    
    		function widget($args, $instance)
    		{
    			// prints the widget
    
    			extract($args, EXTR_SKIP);
    			$posts = empty($instance['count']) ? 4 : $instance['count'];
    
    			echo $before_widget;
    			echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>";
    
    			echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content active_tab_content'>";
    			avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
    			echo "</div>";
    
    			echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content'>";
    			avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
    			echo "</div>";
    
    			echo '<div class="tab last_tab widget_tab_tags"><span>'.__('Tags', 'avia_framework').'</span></div>';
    			echo "<div class='tab_content tagcloud'>";
    			wp_tag_cloud('smallest=12&largest=12&unit=px');
    			echo "</div>";
    
    			echo "</div>";
    			echo $after_widget;
    		}
    
    		function update($new_instance, $old_instance)
    		{
    			$instance = $old_instance;
    			foreach($new_instance as $key=>$value)
    			{
    				$instance[$key]	= strip_tags($new_instance[$key]);
    			}
    
    			return $instance;
    		}
    
    		function form($instance) {
    			//widgetform in backend
    
    			$instance = wp_parse_args( (array) $instance, array('count' => 4) );
    			if(!is_numeric($instance['count'])) $instance['count'] = 4;
    
    	?>
    			<p>
    			<label for="<?php echo $this->get_field_id('count'); ?>">Number of posts you want to display:
    			<input class="widefat" id="<?php echo $this->get_field_id('count'); ?>" name="<?php echo $this->get_field_name('count'); ?>" type="text" value="<?php echo esc_attr($instance['count']); ?>" /></label></p>
    
    		<?php
    		}
    	}
    	
    	
    	function avia_get_post_list( $avia_new_query , $excerpt = false)
    	{
    		global $avia_config;
    		$image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget';
    		$additional_loop = new WP_Query($avia_new_query);
    
    		if($additional_loop->have_posts()) :
    		echo '<ul class="news-wrap">';
    		while ($additional_loop->have_posts()) : $additional_loop->the_post();
    
    		$format = "";
    		if(get_post_type() != 'post') 		$format = get_post_type();
    		if(empty($format)) 					$format = get_post_format();
         	if(empty($format)) 					$format = 'standard';
    
    		echo '<li class="news-content post-format-'.$format.'">';
    
    		//check for preview images:
    		$image = "";
    
    		if(!current_theme_supports('force-post-thumbnails-in-widget'))
    			{
    			$slides = avia_post_meta(get_the_ID(), 'slideshow');
    
    			if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
    			{
    				$image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image');
    			}
    		}
    
    		if(!$image && current_theme_supports( 'post-thumbnails' ))
    		{
    			$image = get_the_post_thumbnail( get_the_ID(), $image_size );
    		}
    
    		$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );
    
    		$nothumb = (!$image) ? 'no-news-thumb' : '';
    
    		echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    		echo "<span class='news-thumb $nothumb'>";
    		echo $image;
    		echo "</span>";
    		echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 55," ");
    		//echo "<span class='news-time'>".get_the_time($time_format)."</span>";
    		echo "</strong>";
    		echo "</a>";
    
    		if('display title and excerpt' == $excerpt)
    		{
    			echo "<div class='news-excerpt'>";
    			the_excerpt();
    			echo "</div>";
    		}
    
    		echo '</li>';
    
    		endwhile;
    		echo "</ul>";
    		wp_reset_postdata();
    		endif;
    	}
    //erzeugt Next / Preview Links in Blogposts auch bei Verwendung von Fullwidth-Slider //
    	if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    			$settings['wpversion'] = $wp_version;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            $output = "";
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    			$the_title 	= isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," ");
    			$link 		= isset($entry->av_custom_link)  ? $entry->av_custom_link  : get_permalink($entry->ID);
    			$image 		= isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail');
    			
                $tc1   = $tc2 = "";
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>{$the_title}</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}
    }
    	add_filter('avf_debugging_info', 'remove_debugging_info', $info);
    
    function remove_debugging_info($info) {
    $info = '';
    return $info;
    }
    
    remove_action( 'init', 'cptui_create_custom_post_types', 10 );
    add_action( 'init', 'cptui_create_custom_post_types', 11 );
    // Nach Dateinamen in der Mediathek suchen
    function posts_search_media_filenames($search, $a_wp_query) 
    {
        global $wpdb, $pagenow;
    
        // Only Admin side && Only Media Library page
        if ( !is_admin() && 'upload.php' != $pagenow ) return $search;
    
        // Original search string:
        // AND (((wp_posts.post_title LIKE '%search-string%') OR (wp_posts.post_content LIKE '%search-string%')))
        $search = str_replace(
            'AND ((', 
            'AND (((' . $wpdb->prefix . 'posts.guid LIKE \'%' . $a_wp_query->query_vars['s'] . '%\') OR ', 
            $search
        ); 
    
        return $search;
    }
    add_filter('posts_search', 'posts_search_media_filenames', 10, 2);
    // Sortiert alle Bilder in der masonry-Galerie nach Zufall
    add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2);
    function avia_random_image_query($query, $params)
    {
        if(!empty($query['post_mime_type']) && $query['post_mime_type'] == 'image')
        {
            $query['orderby'] = "rand";
        }
    
        return $query;
    }
    function remove_avia_search(){
        remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    }
    add_action( 'init' , 'remove_avia_search' );
    add_filter( 'avf_main_menu_nav' , 'um_enfold_menu' , 100 , 1 );
    function um_enfold_menu( $menu ){
      $menu = ubermenu( 'main' , array( 'theme_location' => 'avia' , 'echo' => false ) );
      return $menu;
    }
    add_image_size( 'my-ubermenu-image-size', 100, 100, true );

    Hi Rikard,

    I’m not sure what you mean about what I named it. I just copied and pasted what you said at the very top in the Quick CSS field like this:

    Quick CSS Box:

    .header-extra-padding {
    padding:20px;
    }
    .logo { top: 93px; }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #header_meta {
    background-color:black !important;
    }
    .phone-info span {
    color:white !important;
    font-size: 11px;
    }
    #scroll-top-link {
    background-color: #e80000;
    color: white;
    border-color: white;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a,
    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
    height: 120px;
    line-height: 120px;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,
    .responsive #top #wrap_all .av-logo-container {
    height: 120px !important;
    line-height: 120px;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
    top: -35px;
    left: auto;
    right: 0vw;

    }
    }
    @media only screen and (max-width: 770px) {
    #header {height: 85px !important; }
    .responsive #top #header .logo,.responsive #top #header .logo a,.responsive #top #header .logo img {max-width: 170px !important; }

    }
    @media only screen and (max-width: 480px) {
    .logo {
    position: relative!important;
    top: 35px!important;
    }
    #header_main .inner-container {
    height: 180px;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #main avia-layerslider {
    display:none;
    }}
    @media screen and (max-width: 468px) {
    .avia-slideshow-inner {
    min-height: 100px;
    }
    .avia-slideshow li img {
    min-height: 200px;
    width: 400px;
    min-width: 400px;
    }
    }
    @media only screen and (max-width: 989) {
    /* Add your Mobile Styles here */
    .responsive #top .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    }

    .responsive #top #header_main {
    z-index: 3;
    min-height: 80px;
    position: relative;
    }

    .responsive #top .logo img {
    margin: 0;
    margin: 0 auto;
    max-height: 80px !important;
    }
    }

    #1138269

    Hi,

    Great, please try this in Quick CSS then:

    .footer-tags h2 {
      font-size:16px; 
    }

    Best regards,
    Rikard

    #1138258

    Hi,
    Thanks for the link to your site and the link to the css you wanted to use. I took a look at your page and it didn’t contain the same classes as the css needed, so I have adjusted it for you so that it will only work in the one section on the one page that you linked to.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-962 .post-entry-962 ul li {
    list-style: none;	
    }
    
    #top.page-id-962 .post-entry-962 ul li {
    padding-left: 8px; 	
    }
    
    #top.page-id-962 .post-entry-962 ul li:before {
    content: '\2713';
    color: green;
    font-family: 'entypo-fontello';
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

Viewing 30 results - 4,711 through 4,740 (of 18,734 total)