Viewing 30 results - 81,661 through 81,690 (of 142,851 total)
  • Author
    Search Results
  • #774868

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #774859

    Hi,

    Thanks @mensmaximus for helping out :-)

    Please let us know if you should need any further help on the topic or if we can close it @dennisveeken

    Best regards,
    Rikard

    #774857

    Hi,

    Where did you add the CSS in question? Please try it in Quick CSS. Also, you haven’t closed the statement properly:

    #top .main_color select {
        border-color: #ebebeb;
        background-color: #f8f8f8;
        color: #919191;
    }

    The ending bracket was missing in your code. If it doesn’t apply then try adding !important before the ending semicolon.

    Best regards,
    Rikard

    #774838

    In reply to: menu position

    Hi

    Thx, it does work but when the header shrinks they are no more aligned
    The css i’m currently using is:

    #top #header .av-main-nav > li > a {
    line-height: 140px !important;
    }
    #top #header.header-scrolled .av-main-nav > li > a {
    line-height: 44px !important;
    }
    #header_main nav .social_bookmarks {
    top: 80%!important;
    }

    #774830

    In reply to: stroke searchbox

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #774829

    Hi,

    Glad we could help, if you don’t use the elements then you might as well not use a builder at all :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    aovivo
    Participant

    Hi there,
    I wonder how I can assign a better image section from my slide-show element to my smart device.
    here is the thing: since the slide-show elements are rather wide than high, after adapting to a portrait mode on a smart device) I just see a tiny part of the image (in this specific case its a free space)…
    Question: how can I assign either a spacific image for portrait modes of smart devices oder choose a better segment to assign to a portrait mode on s,art device…
    here is an example for both desktop mode and smart device mode:

    View post on imgur.com

    I know that for example visual composer and other theme’s builder have that option to assign whole containers either to desktop or smartdevices (similer it is with revolution slider) … I just did not find that option in ENFOLD options yet…

    Can you help me out?
    thanks

    georgecornelius
    Participant

    Hi – I have this same issue – looked everywhere in forum for answer and cannot find it – can anyone help?

    Thanks

    #774790

    In reply to: menu position

    Hi,

    To move the social icons inline with menu items Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_main nav .social_bookmarks {
        top: 80%!important;
    }
    

    Best regards,
    Vinay

    #774776

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #774770

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-promocontent h3 {
    	    margin-top: 0.5em!important;
    }
    

    Best regards,
    Vinay

    #774748

    @luizomf this issues has been discussed in many threads:
    Basic Solution
    Enhanced Solution

    #774741

    Hey web6s,
    Try replacing your code with this code in your General Styling > Quick CSS field:

    .av-main-nav li:nth-child(3) {
        margin-right:300px;
    }
    .html_header_top.html_header_sticky #header {
        position: fixed;
        top: -15px!important; 
    }
    #header_main_alternate {
    	top: -75px!important; 	
        z-index: 999;
    }
    #header {
    height: 80px !important; 
    }
    .header_color div {
        border-color: transparent!important; 
    }
    

    Best regards,
    Mike

    #774697

    Thanks, it looks like I am not the only one:

    https://kriesi.at/support/topic/enfold-woocommerce-product-title-change-size/

    I tried the Quick CSS fix but it not work:

    /* Product list */
    .product h3 {
    font-size:14px!important;
    }

    /* Single product */
    .summary entry-summary h1 {
    font-size:18px!important;
    }

    #774689
    Matt
    Participant

    Hello
    Looking to create the following.

    NAV NAV NAV LOGO NAV NAV NAV

    I found this Quick CSS on another thread posing the same question. It works but the logo will not center horizontally with the nav. Also when I scroll down, there is dead space above and the nav is on its own line.

    .av-main-nav li:nth-child(3) {
    margin-right:300px;
    }

    .html_header_top.html_header_sticky #header {
    position: fixed;
    top: 50px;
    }

    .html_top_nav_header .av-logo-container {
    top: -30px;
    z-index: 999;
    }

    @media only screen and (max-width: 989px) {
    .html_top_nav_header .av-logo-container {
    top: 0px;
    left:0;
    }
    }

    #774686

    Hi,
    This post discuses removing the entire set of image sizes from the functions.php
    https://kriesi.at/support/topic/how-to-disable-enfold-creating-media-image-sizes/#post-305466
    Yet perhaps using a plugin would be better: https://wordpress.org/plugins/thumbnail-cleaner/

    Best regards,
    Mike

    #774649

    In reply to: H1 doubled in Posts

    BACK AGAIN

    Before i become crazy about that ……
    There are so many strange dependencys (H1 in title depending from “Don’t display image on single post” / H1 in Content depending from using ALB or not / H1 in title depending from using ALB or not….) that i have no other idea than to suspect a huge bug.
    This is so strange that i cant decide where to begin

    Maybe its better to start from scratch.
    What i want:
    1: using ALB
    2: No H1 in Content
    3: H1 in title

    What do we already got in functions.php

    <?php
    add_filter('avf_title_args', 'change_title_tag', 10, 2);
    function change_title_tag($args,$id)
    {
            $args['link'] = get_permalink($id);
            $args['heading'] = 'div';
        return $args;
    }
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( $args['title'] == 'Blog - Die aktuellsten Neuigkeiten' )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = get_permalink($id);
            $args['heading'] = 'h1';
        }
    
        return $args;
    }
    //$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
    
    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');
    
    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";
    }
    /* excerpt lenght */
    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 150;
       return $length;
    }
    
    //removes comments from 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
    		}
    	}
    	add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }
    add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
    function enqueue_font_awesome() {
     
    	wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' );
     
    }
    add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3);
    function avf_change_which_archive($output)
    {
    	if(is_category())
    	{
    		$output = single_cat_title('',false);
    	}
    
    	return $output;
    }

    Please help me not to end up in a psychward and let me know how i can achieve that (which by the way should not be that complicate, right?)

    #774648
    dethfire
    Participant

    When I upload an image to the media gallery. It appears to generate anywhere from 4-18 thumbnails. That is quite ridiculous and a massive waste since I don’t use any but maybe 2 versions. Is this enfold’s doing? How do I stop all the thumbnail generations? Now I have literally tens of thousands of copies of images wasting away.

    • This topic was modified 8 years, 11 months ago by dethfire.
    #774641

    Hi John,

    Thanks for that, it worked.

    Another question related to the same topic. Is there any way I can assign different font size for different headings e.g. h1, h2, h3 etc depending on the screen size especially for small screen. So I can choose what is the maximum font for each heading on mobile view.

    Also is there any way of hiding Caption Text for mobile view. So I just want Caption Heading to display on smart phones.

    Thanks,

    Kind Regards,

    Hey astakov,
    Typically you would click the blue button “Advance Layout Builder” on a post or page to start editing with it. Sometimes the option “Disable the visual editor when writing” has been checked at the top of your profile page, and you should uncheck. If your still having issues please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #774600

    In reply to: sidebar below content

    Hi,
    Are you using a “color section” at the top of your page? The Color Section will push down your sidebar. If this is not helpful, please add a url to your issue and a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #774577

    Hi Giorgio,

    Please refer to this thread for a possible solution.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Rikard,
    Thank you so much for your support! We can close the topic.
    Gala

    #774563

    Hi mikkijack,

    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

    
    #top .av-control-minimal .avia-slideshow-arrows a:before {
        color: #fff;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    @lucille multiple posts for the same issue are contra productive. You best stay with one post and if a solution does not fit your needs just answer and others can reply. This will prevent duplicate answers.

    Hey Lucille,
    Perhaps you could try a author box plugin like https://wordpress.org/plugins/simple-author-box/
    and use it for your message?
    More:

    Best regards,
    Mike

    #774547

    Hi PierreLeBear,

    Please refer to this thread for a possible solution.

    Best regards,
    Victoria

    #774529

    Thanks for the reply!

    I added that so if you view the website on a computer the logo and menu doesn’t show when someone is on top of webpage.. When scrolling down the menu and logo appear.

    However the mobile version doesn’t show properly

    #774515

    Hmmm. Not sure why it is not working. I wonder if it has to do with the way the “hover effects” plugin works. I create the effect within the plugin settings then a short code is created which I inserted in the text box on the actual page.
    I put this css at the end of all my css customizations:
    body {
    font-size: 15px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    min-width: 76px;
    }

    #footer { padding-top: 23px; padding-bottom: 20px; }

    #footer .widget {
    margin: 0;
    }
    .home #av_section_1 .content {
    top: -160px;
    }

    #top .scroll-down-link {
    color: #cf0a2c !important;
    font-size: 100px !important;
    }

    .av-fixed-rotator-width .av-rotator-text {
    width: 100%!important;
    text-align: center;
    }
    .cagd-indentbox .avia_textblock {
    max-width: 750px;
    margin: auto;
    }
    .sidebar .widget {
    margin-bottom: -30px;
    }
    .sidebar .widget {
    margin-top: -10px;
    }
    span.text-sep.text-sep-cat {
    display: none !important;
    }
    .slide-meta {
    display: none!important;
    }
    .blog .slide-entry-excerpt { display: none;
    }

    .slide-content .blog-categories {
    display: none;
    }
    .special-heading-inner-border {
    border-color: #BFB8AF!important;
    opacity: 1;
    }

    .avia-team-member {
    text-align: center;
    }

    .team-member-description {
    text-align: left;
    }
    .page-id-664 .avia_transform a:hover .image-overlay {
    opacity: 0 !important;
    }
    @media only screen and (max-width: 450px) {
    .av-image-caption-overlay-center {
    font-size: 28px !important;
    }}

Viewing 30 results - 81,661 through 81,690 (of 142,851 total)