Viewing 30 results - 215,521 through 215,550 (of 244,458 total)
  • Author
    Search Results
  • #305565

    Hey crescentvale!

    Thank you for using the theme.

    Please give us a link to the actual website. Make sure that you’re running the latest version of Enfold which 2.9.1 plus WordPress 3.9.2. We would like to check it.

    Regards,
    Ismael

    #305563

    Hi alexmasica!

    Thank you for using Enfold.

    Note that you can’t use special characters on custom sidebars. What is the page where you’re trying to add a custom sidebar? Please post the url here. We would like to check it.

    Regards,
    Ismael

    #305561

    Hi sonnicant!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #header_main_alternate .container, #header_main_alternate #avia-menu {
    width: 100%;
    background-color: #1B4799 !important;
    margin: 0;
    text-align: center;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    There’s another way of removing the sidebar on forum pages. Please refer to this link then follow Dude’s suggestion: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum/#post-131153

    Cheers!
    Ismael

    #305556

    Hey courtney_martin!

    Thank you for using Enfold.

    The layer slider shows up fine mobile screens. Maybe a cache issue. Anyway, glad it is working now.

    Best regards,
    Ismael

    #305554

    Hey stiffler17!

    Thank you for using Enfold.

    Please insert the google map element inside a 1/1 column layout to constrain the width.

    Best regards,
    Ismael

    #305552

    I was able to remove the re-sizing images from being created by Enfold theme simply by adding a /* at line 92 and */ at line 111 in the function.php. This was an easy and elegant solution to my needs. I was looking for any easy way to disable the resizing prior to uploading over 50 large images to use in my portfolio via Lightroom and FTP with only one dimension required for use in the theme. I needed to easily turn on and turn off the resizing function. You may find this method useful for other customers in the future, rather than removing all those lines from functions.php…

    http://prntscr.com/4dwc7y

    I don’t know why //avia_backend_add_thumbnail_size($avia_config); did not work. But it gave me the idea to use my process above. Using the same logic, to comment out. I also deactivated the plug-in simple image sizes, one less plugin is a good thing.

    thanks,

    Ed

    #305547

    Hey Herbert!

    Thank you for using Enfold.

    You can use “.avia-fullscreen-sldier” selector for the full screen slider and “.avia-fullwidth-slider: for the full width slider. Regarding the margin between button and caption, use this on Quick CSS or custom.css:

    #top .avia-slideshow-button {
    margin-top: -10px;
    }

    Adjust it if necessary.

    Regards,
    Ismael

    #305545

    Hey!

    Thank you for using Enfold.

    Please set the width of the layer slider container to 100% then look for the Layers container field to constrain the layer elements on a specific width. The Global Setting > Layout should be:

    Slider width: 100%
    Slider height: 400
    Responsive: On
    Responsive Under: 1140
    Layers container: 1140

    Cheers!
    Ismael

    #305544

    Hey slimmer1!

    Thank you for using Enfold.

    Please create two layer sliders, one for desktop and another for mobile. We’ll check it after. Usually, they will be identified as div#layerslider_1 and div#layerslider_2. So you need to hide the other layer slider on desktop then force it to show on mobile then hide the other one using media query. Something like this:

    @media only screen and (min-width: 768px) {
      div#layerslider_2 {
     display: none !important;
     }
    }
    
    @media only screen and (max-width: 767px) {
     div#layerslider_1 {
     display: none !important;
     }
    
    div#layerslider_2 {
     display: block !important;
     }
    }

    Place the layer slider for desktop on top of the second layer slider.

    Best regards,
    Ismael

    #305541

    Hi mikebru77!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout > Header layout panel. Change the Header Size to custom pixel value. Adjust the height as much as necessary. Also, adjust the padding of the content with this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 88px;
    }

    Best regards,
    Ismael

    #305536

    In reply to: Sidebar ifo

    Hey sevanah!

    Thank you for using Enfold.

    You can find all sidebar content on Appearance > Widgets. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    #305535

    Hi mediumstudio!

    Thank you for using Enfold.

    If you’re not receiving emails using third party plugins like CF7 then it means that there’s something wrong your email configuration. You should probably contact your host again. Try to disable Enfold then activate any default themes then test the contact form 7 plugin.

    Regards,
    Ismael

    #305532

    Hi scaico!

    Thank you for using the Enfold theme.

    Did you modify anything on the theme files? The breadcrumb on shop page should show by default. http://kriesi.at/themes/enfold/shop/

    Regards,
    Ismael

    #305530

    Hi bemofunny!

    Thank you for using Enfold.

    Please add this on functions.php to reverse the post navigation order:

    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
    	if(!empty($entries['prev'])) $temp = $entries['prev'];
    	if(!empty($entries['next'])) $entries['prev'] = $entries['next'];
    	if(!empty($temp)) $entries['next'] = $temp;
    	return $entries;
    } 
    

    Cheers!
    Ismael

    charger70
    Participant

    i have a client using enfold for their theme. they wish to have a short (3 second) video run OVER the entire site before the viewer sees the loaded home page of the site.

    any thoughts on how to do this? Thanks in advance for your help!

    #305509
    kenwae
    Participant

    I’m using the built in Enfold Lightbox feature. It is a simple check box to use. There does not appear to be any option to adjust settings. I am particularly interested in making the main page, which becomes the background, not visible. As it stands now, it is visible, though subtle, but does distract from viewing the single image. How would I make this background black (without removing the navigation arrows)? Thanks – Ken

    #305484

    In reply to: Changing Blog Title

    Hi!

    The code should work.

    What do you mean with ” functionality plugin”?

    You must insert the code above at the bottom of enfold/functions.php or if using a child theme in enfold-child/functions.php.

    If you want, give us an admin login to your page and we can insert the code for you,

    Regards,
    Günter

    #305481

    Really, Is enfold JS need at initial load above header… I was wonder if it could be loaded in footer and not header to assist with GS score. II was wondering what your experience was

    http://prntscr.com/4dqxz6

    #305474

    Hey Denis!

    Yes unfortunately we don’t have a forum specific search right now. If you don’t find the topic on our documentation http://kriesi.at/documentation/enfold/ you can also try doing a google search with the question and include “for Enfold”. It often times will give a better result than the forum search since Google has a better algorithm anyway :)

    Best regards,
    Devin

    #305469

    In reply to: Add additional icons?

    Hi debenm!

    Yes the file to be uploaded should still be prepared by Fontello which allows you to upload your own icons through the site to be created into a zipped package.

    See: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Devin

    #305453
    isnick36
    Participant

    This is my error:

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset 0 in /home/captivate14/public_html/wp-includes/shortcodes.php on line 309

    Warning: Illegal string offset ‘id’ in /home/captivate14/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 838

    Warning: Illegal string offset ‘id’ in /home/captivate14/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 838

    Warning: Illegal string offset ‘id’ in /home/captivate14/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 838

    Warning: Illegal string offset ‘id’ in /home/captivate14/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 838

    #305447

    Hi Darin,

    Thanks for the info.

    But even after I disabled the Simple plugin.

    Then changed my function.php with //avia_backend_add_thumbnail_size($avia_config);

    and when I added a new image to my Library, all the Enfold images sizes still were generated !

    Any ideas ?

    http://prntscr.com/4dphus

    #305440
    mediumstudio
    Participant

    Hi, latest version of Enfold and WordPress installed – contact form will not send to email address. The form says it is sent, though. I tried a test with a different email and it did send and now that doesn’t work either. I was able to send using the contact form – latest enfold & WP – from a different site.

    I tried the Easy SMTP Mail plug in and a few other contact forms (formidable & Contact 7) but it still doesn’t send. I called GoDaddy and they tried something (email account was on a FWD domain) but that hasn’t worked either.

    The email sends fine through an email app (I’m using Outlook). Any help is much appreciated. Thanks

    #305427
    m00n
    Participant

    Hi there,

    First of all, amazing theme with endless possibilities.

    I’m working for a client who’s site i’m transforming to WP with Enfold as theme. The special thing is, it needs to be a 1:1 copy of the original site.

    I’ve got it for 95%, only running in to 2 little problems.

    1: Search result page need to be changed from a 1/1 layout to a 1/2 (empty) | 1/4 (results) | 1/2 (static image).

    2: On the page with no results, i want to remove the line *searchresults for: searchterm*

    Could you guys give me a hand.

    Current code of Search.php

    <?php
    global $avia_config;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    
    	 $results = avia_which_archive();
    	 echo avia_title(array('title' => $results ));
    	 ?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container'>
    
    				<main class='content template-search <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>>
    
                        
       			<?php
                                echo "<h2>".__('Zoekresultaten')."</h2>";
    				?>
    
                        <?php
                        if(!empty($_GET['s']) || have_posts())
                        {
                           
    
                            /* Run the loop to output the posts.
                            * If you want to overload this in a child theme then include a file
                            * called loop-search.php and that will be used instead.
                            */
                            $more = 0;
                            get_template_part( 'includes/loop', 'search' );
     			
    
    			echo "<h4 class='extra-mini-title widgettitle'>{$results}</h4>";
    
                        }
    
                        ?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>

    Current code of loop-search.php

    <?php
    global $avia_config;
    
    // check if we got posts to display:
    if (have_posts()) :
    	$first = true;
    
    	$counterclass = "";
    	$post_loop_count = 1;
    	$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
    	if($page > 1) $post_loop_count = ((int) ($page - 1) * (int) get_query_var('posts_per_page')) +1;
    	$blog_style = avia_get_option('blog_style','multi-big');
    
    	while (have_posts()) : the_post();
    
    	$the_id 		= get_the_ID();
    	$parity			= $post_loop_count % 2 ? 'odd' : 'even';
    	$last           = count($wp_query->posts) == $post_loop_count ? " post-entry-last " : "";
    	$post_class 	= "post-entry-".$the_id." post-loop-".$post_loop_count." post-parity-".$parity.$last." ".$blog_style;
    	$post_format 	= get_post_format() ? get_post_format() : 'standard';
    
    	?>
    
    	<article <?php post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " "); avia_markup_helper(array('context' => 'entry')); ?>>
            <div class="entry-content-wrapper clearfix <?php echo $post_format; ?>-content">
    
                <header class="entry-content-header">
                    <?php
                    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
                    //echo the post title
                    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
                    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
    
                    ?>
                    <span class='post-meta-infos'>
                        <time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>>
                            <?php the_time('d M Y'); ?>
                        </time>
                        <?php
                        if(get_post_type() !== "page")
                        {
                            if ( get_comments_number() != "0" || comments_open() )
                            {
                                echo "<span class='text-sep'>/</span>";
                                echo "<span class='comment-container minor-meta'>";
                                comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                                      "1 ".__('Comment' ,'avia_framework'),
                                                      "% ".__('Comments','avia_framework'),'comments-link',
                                                      "".__('Comments Disabled','avia_framework'));
                                echo "</span>";
                            }
                        }
    
                        $taxonomies  = get_object_taxonomies(get_post_type($the_id));
                        $cats = '';
                        $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
                        if(!empty($taxonomies))
                        {
                            foreach($taxonomies as $taxonomy)
                            {
                                if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }
                            }
                        }
    
                        if(!empty($cats))
                        {
                            echo "<span class='text-sep'>/</span>";
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span>';
                        }
    
                        ?>
    
                    </span>
                </header>
    
                <?php
                    echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
                    $excerpt = trim(get_the_excerpt());
                    if(!empty($excerpt))
                    {
                        the_excerpt();
                    }
                    else
                    {
                        $excerpt = strip_shortcodes( get_the_content() );
                        $excerpt = apply_filters('the_excerpt', $excerpt);
                        $excerpt = str_replace(']]>', ']]>', $excerpt);
                        echo $excerpt;
                    }
                    echo '</div>';
                ?>
            </div>
    
            <footer class="entry-footer"></footer>
            
            <?php do_action('ava_after_content', $the_id, 'loop-search'); ?>
    	</article><!--end post-entry-->
    
    	<?php
    
    		$first = false;
    		$post_loop_count++;
    		if($post_loop_count >= 100) $counterclass = "nowidth";
    	endwhile;
    	else:
    
    ?>
    
    	<article class="entry entry-content-wrapper clearfix" id='search-fail'>
                <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>>
                   <?php _e('De zoekopdracht heeft geen resultaten opgeleverd.'); ?>
                </p>
    
            <?php
    	echo "</article>";
    
    	endif;
    	echo avia_pagination('', 'nav');
    ?>
    

    Kind regards,
    Marc

    #305423

    Hi courtney_martin!

    Thank you for using our theme.

    In custom.css or enfold-styles-Quick-CSS field put the following:

    
    #main .minor-meta.comment-container, 
    #main .text-sep-comment{
    display: none;
    }
    
    

    I fixed this in core files and postet it for a patch. It will probably be fixed in one of the next updates.

    Regards,
    Günter

    #305419

    Hey tinagianna!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QUICK-CSS field put the following:

    
    .widget_yikes_mc_widget .yks-require-description{
    display: none !important;
    }
    

    Regards,
    Günter

    #305400
    zerozendesign
    Participant

    Hi guys,

    I am trying to work out placement of two elements so 1 displays over the other. I tried using z-index, but nothing is taking effect. Can you direct me further here? I am trying to place the image above the video. Link included.

    #305395
    Denis
    Participant

    Hi,

    what is the right way to find out solution not by all themes , but in the Enfold theme`s support forum only ?

    this is all forums Search button – http://c2n.me/iKpixu
    There is no advanced search button ?

    thanks

    #305392

    Thanks Josue,

    I have several pages that contain 3 columns and what you are saying is to create two versions for each of them and add the code to hide or show them them on each page. As this is a serious issue with the Enfold RTL support, is there anyway to fix it for good?

    Amir

Viewing 30 results - 215,521 through 215,550 (of 244,458 total)