Viewing 30 results - 16,111 through 16,140 (of 16,891 total)
  • Author
    Search Results
  • #221387

    Hello again,
    one additional note:
    Also the meta description below the website title at the google search are not been shown. Instead of the meta description there is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Cheers,
    Wiebke

    #221355
    ratracer
    Participant

    Hi all,
    I have two different error messages in WordPress with the Enfold theme.

    The first at the Avia Layout Architect:

    Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41

    The second after I’ve implemented the WordPress SEO plugin from Yoast:

    Notice: Undefined index: index in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 116

    Can you help me please. I’ve got no clou what this is about.

    Merci,
    Wiebke

    Hey!

    1. It won’t, if you use a Child theme however you can create a includes/loop-index.php (a copy of the original) in your Child theme directory and make the modification there.

    2. Replace the line for this:

    echo "<time class='date-container minor-meta updated' $markup> Last edited on ".get_the_modified_time(get_option('date_format'), $the_id)."</time>";
    

    Cheers!
    Josue

    Hi there,
    Thanks for your continued help on this. So close… but neither of these snippets or putting it into Enfold Child> style.css worked. And now the Reserve Now button which had been working on the smartphone, is no longer appearing at all.
    I hate to do this (because it gets so long) but I’ve pasted all my code in the style.css below. Can you see anything wrong, conflicting or have any ideas on what to do next? Thanks again, Lynn

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    /*Add your own styles here:*/
    /* Hide layerslider on Smartphones and protrait Tablets */
    @media only screen and (max-width: 768px) {
    .avia-layerslider { display: none; }}
    /* Place Reserve now on tablets */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header_color .header-button a { left: -40%!important; }}
    /* Add Reserve Now button to Header-added code to header.php*/
    .header-button {
    position: absolute;
    border: none;
    top: 0;
    left: 255px;
    right: 180px;
    }
    .header_color .header-button a {
    display: block;
    padding: 2px 5px 10px 12px;
    font-size: 22px;
    text-align:justify;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-button a.header-chat { background-color: #985e06; left center no-repeat; }
    .header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227&#8243; target=”_blank” }
    }
    /* Remove from home page only (right side)#, */
    .breadcrumbs { display: none; }
    .page-id-2 .entry-title { display: none; }
    .sub_menu {
    right: 175px !important;
    }
    /* Added TripAdvisor to ‘register-admin-options.php’ file, then to child functions.php Moves social icons to right of page */
    #top .social_bookmarks li {
    float: right !important;
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap, #header_main { z-index: 1; }
    /* Sizes/styles phone#, */
    #top .social_bookmarks li a { font-size: 18px; }
    .social_header .phone-info span {
    font-size: 18px;
    color: #f8d699;
    font-style: italic;
    padding-right: 28px;}
    }
    /* Change color of header social fonts*/
    .header_color .social_bookmarks a { color: #f8d699; }
    /*size main menu font*/
    #avia-menu a {
    font-size: 17px !important;
    }
    /* Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#fff;
    background-color: #29A959!important;
    }
    /* Color main menu dropdown font*/
    #top .main_menu .menu li ul a {
    color: #f8d699 !important;
    opacity: .7;
    }
    .header_color .main_menu ul:first-child > li > a { color: #f8d699; }
    .slide-meta {display: none;}
    .blog-categories.minor-meta {display: none;}
    .text-sep.text-sep-cat {display: none;}
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap { z-index: 1;
    }
    /* Sidebar styling -latest portfolio widget*/
    #portfoliobox-2 .news-headline {
    font-size: 16px !important;
    }
    #portfoliobox-2 .news-excerpt {
    font-size: 12px !important;
    }
    .image_size_widget .news-thumb {
    height: 50px;
    width: 50px;
    }
    .image_size_widget .news-thumb img {
    width: 46px;
    height: 46px;
    }
    }
    add_theme_support(‘avia_template_builder_custom_css’);

    #221021

    In reply to: Logo in correct place.

    This reply has been marked as private.
    #220871
    zoiestudio
    Participant

    Hi,

    my website appear at the top, the following message error:
    Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_r8ilpo3ju8dbh8pbqe7sc9dd74, O_RDWR) failed: No such file or directory (2) in /home/storage/6/4d/b0/site1378749611/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Can you help me?
    the url is: http://www.refiate.com

    thanks

    #220796

    Hey jmaguirrei!

    Edit functions-enfold.php, find this code on line 327:

    function avia_post_nav($same_category = false, $taxonomy = 'category')

    Replace it with:

    function avia_post_nav($same_category = true, $taxonomy = 'category')

    Regards,
    Ismael

    #220721
    This reply has been marked as private.
    #220642

    Hi,

    Open /includes/comments.php and look for line 172:

    comment_form();
    

    Replace it by this:

    comment_form(array('label_submit'=>'Send'));
    

    Change “Send” by the value of your preference.
    Regards,
    Josue

    #220021

    I think I’ve fixed it by adding the following code to functions.php:

    add_filter('wp_headers', 'cdfie_add_header');
    function cdfie_add_header($headers)
    {
        $headers['X-UA-Compatible'] = 'IE=edge,chrome=1';
        return $headers;
    }
    #219857

    In reply to: Pricing Table Issue

    Hi!

    Ismaels code should solve the issue: https://kriesi.at/support/topic/pricing-table-issue/#post-218571

    If you don’t want to change the height of all tables I recommend to insert this code at the bottom of functions.php

    
    add_theme_support('avia_template_builder_custom_css');
    

    Afterwards Enfold will show a “custom css class” field for each template builder element and you can use this css class to set a different table height for a certain table. I.e. insert “mytable” into the css class field and use some css code:

    
    .mytable .pricing-table>li {
    min-height: 70px;
    }
    

    to change the height.

    Cheers!
    Peter

    #219650

    In reply to: Iconfont Manager

    This reply has been marked as private.
    Lynnr321
    Participant

    Though the site is live, with many mentions of the beautiful theme from our users, there are two things I’d like to fix dealing with Mobile devices. Can you please help me with this?

    You can find the website at this link: http://bit.ly/1fqPkFc

    1- The Reserve Now button is placed arbitrarily on normal view and iPhone (480px), but not for tablet displays where it tends to stack on the social media icons (the phone number is doing the same thing on tablets, so I added the code below for that as well. Is there a fix for this? I tried using the same code as I did with the smartphone but with 768px. That did not work. Here’s the code that worked for the first 2 devices.
    /* Add Reserve Now button to Header-added code to header.php*/
    .header-button {
    position: absolute;
    border: none;
    top: 0;
    left: 255px;
    right: 180px;
    }
    .header_color .header-button a {
    display: block;
    padding: 2px 5px 10px 12px;
    font-size: 22px;
    text-align:justify;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-button a.header-chat { background-color: #985e06; left center no-repeat; }
    .header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227&#8243; target=”_blank” }
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    /* Sizes/styles phone#, */
    #top .social_bookmarks li a { font-size: 18px; }
    .social_header .phone-info span {
    font-size: 18px;
    color: #f8d699;
    font-style: italic;
    padding-right: 28px;}
    }

    2- We alternately use 2 of 3 layer sliders, but want NONE of them to show on smartphones. Just using the first bit of code stopped the #10 slider from being displayed, but using the same code with the different variables did not. I also tried using ‘all’ in place of the numbers, but that didn’t work either.

    How do I repress all of the layer sliders on smartphones?

    /* Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    /* Add your Mobile Styles here */
    #layerslider_10 {
    display: none!important; }
    }
    /* Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    /* Add your Mobile Styles here */
    #layerslider_18 {
    display: none!important; }
    }
    /* Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    /* Add your Mobile Styles here */
    #layerslider_19 {
    display: none!important; }
    }

    #219606
    coer
    Participant

    I have installed Enfold with BuddyPress Multilingual.
    For latter to work, in the WPML settings (Language URL format) I need to set the option “Different languages in directories”, (according to BuddyPress Multilingual instructions).

    This seems to work, but when I go to the Enfold Theme options, (/wp-admin/admin.php?page=avia), I get the following error code on top of the page:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bpml_icl_ls_languages_filter’ not found or invalid function name in /public_html/wp-includes/plugin.php on line 199

    Warning: uasort() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 5573

    Please let me know what to do.

    Regards,
    Paul

    #219316

    In reply to: about IE11 and before.

    Hey iceadmin!

    Can you please give us a link to the website? Please edit header.php then find this code on line 38:

    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />

    Add this code below:

    <?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) { ?>
    	<script>
    	$(function(){
    		$('html').addClass('ie11');
    	});
    	</script>
    <?php } ?>

    Please update us after.

    Best regards,
    Ismael

    #219164

    Hi,

    Open header.php and look for line 152. after that container div put this:
    <img src="_THE_IMG_URL" class="custom_logo">

    Then, add this to the Quick CSS:

    .custom_logo{
    position: absolute;
    left: 70px;
    top: 5px;
    }

    You may need to adjust the left value a bit.
    Regards,
    Josue

    #219068

    Thanks for the response Ismael, but it’s still not working >_<. Here is the entire code for the header.php file, with the code you mentioned added:

    <?php
    	global $avia_config;
    
    	$style 		= $avia_config['box_class'];
    	$responsive	= avia_get_option('responsive_layout','responsive');
    	$blank 		= isset($avia_config['template']) ? $avia_config['template'] : "";
    	$headerS	= !$blank ? avia_header_setting() : "";
    	$headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : "";
    
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="format-detection" content="telephone=yes">
    <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
    <!-- page title, displayed in your browser bar -->
    
    <?php
    
    	/*
    	 * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    	 * located in framework/php/function-set-avia-frontend.php
    	 */
    	 if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
    
    	 /*
    	 * outputs a favicon if defined
    	 */
    	 if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); }
    
    ?>
    
    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    
    <!-- mobile setting -->
    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    
    ?>
    
    <?php
    
    	/* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    
    	wp_head();
    ?>
    
    </head>
    
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    
    	<div id='wrap_all'>
    
    		<?php if(!$blank){ ?>
    
            <header id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>>
    
                <?php
                
                if($responsive && $headerMenu == 'mobile_slide_out')
                {
                	echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';
    	    		echo '<a id="advanced_menu_hide" href="#" 	'.av_icon_string('close').'></a>';
                }
                
    
                $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    
                //subheader, only display when the user chooses a social header
                if(strpos($headerS,'social_header') !== false)
                {
                ?>
                <div id='header_meta' class='container_wrap container_wrap_meta'>
    
                      <div class='container'>
                      <?php
                            /*
                            *	display the themes social media icons, defined in the wordpress backend
                            *   the avia_social_media_icons function is located in includes/helper-social-media-php
                            */
    
                            if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
    
                            //display the small submenu
                            echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                $avia_theme_location = 'avia2';
                                $avia_menu_class = $avia_theme_location . '-menu';
                                $args = array(
                                    'theme_location'=>$avia_theme_location,
                                    'menu_id' =>$avia_menu_class,
                                    'container_class' =>$avia_menu_class,
                                    'fallback_cb' => '',
                                    'container'=>'',
                                    'echo' =>false
                                );
    
                                $nav  = wp_nav_menu($args);
                                echo $nav;
    
                                $phone = avia_get_option('phone');
                                $phone_class = !empty($nav) ? "with_nav" : "";
                                if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";
    
                                /* <div class="phone2">503-436-5576</div>
                                *  Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
                                */
                                do_action('avia_meta_header');
                            echo '</nav>';
                        ?>
                      </div>
                </div>
    
                <?php } ?>
    
                <div  id='header_main' class='container_wrap container_wrap_logo'>
                      <div class='phone2'><a href="tel:15034365576">Contact Us:(503)436-5576</div></a>
                      </a></strong><img class='cards' src='http://garagedoorsrepairwestlinn.com/wp-content/uploads/2014/01/crdit-card-logo.jpg' />   
                        <?php
                        /*
                        * Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
                        */
                        do_action('ava_main_header');
    
                        ?>
    
                        <div class='container'>
    
                            <?php
                            /*
                            *	display the theme logo by checking if the default logo was overwritten in the backend.
                            *   the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
                            */
                            echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    
                                if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
    
                            /*
                            *	display the main navigation menu
                            *   modify the output in your wordpress admin backend at appearance->menus
                            */
                                $extraOpen = $extraClose = "";
                                if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>";  }
    
                                echo $extraClose;
    
                                echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );
    
                                    wp_nav_menu($args);
                                echo '</nav>';
    
                                /*
                                * Hook that can be used for plugins and theme extensions
                                */
                                do_action('ava_after_main_menu');
                            ?>
                        <!-- end container-->
                        </div>
    
                <!-- end container_wrap-->
                </div>
    
                <div class='header_bg'></div>
    
            <!-- end header -->
            </header>
    
    	<?php } //end blank check ?>
    	<div id='main'>
    
    

    and for custom css:

    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }
    
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 131px !important;
    line-height: 131px !important;
    }
    
    #header_main_alternate .container, .main_menu ul:first-child > li > a {
    color: green !important;
    height: 40px !important;
    line-height: 40px !important;
    }
    
    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }
    
    .phone2 {
    color: black;
    font-size: 25px;
    padding: 4px;
    position: absolute;
    right: 80px;
    top: 99px;
    }
    
    .cards {
    position: absolute;
    right: 80px;
    top: 50px;
    }

    I feel like I’ve done everything exactly as suggested.. and it’s still not working.

    #218999

    Topic: Some SEO issues

    in forum Enfold
    TJ Martin
    Participant

    I have just put together my new website and have carefully added the content with SEO in mind. After going live with the site on February 2, 2014 I ran some reports on my site and have come up with many errors. Firstly, there is a lot of image errors as far as title tags are concerned. By default it seems to add the alt tags with our issue. The main problem I see is that on the single blog post at the bottom it adds the “You might also like” linking additional blog posts a visitor may be interested in with a small thumbnail. That thumbnail does not actually post the title tag as shown in these two screen shots. http://puu.sh/6IOe5/c4399309e7.jpg and http://puu.sh/6IOgN/d93c348341.png. These images in fact do have both tags when entered into wordpress. How can I add the code to make this happen? I looked at the single.php and found where it calls the includes/related-posts.php and I am really unsure of the code to add to make it show the title.

    On another note, it seems that the theme is adding additional chars to the url such as shown in this image http://puu.sh/6IOrm/4490199fad.png as you can see for example the link http://www.lakeeriewebdesign.com/privacy-policy/?s= does not exist and causes a 404. I did not add these links and not sure where in the theme they are coming from. My only thought would be the small arrows on the right and left of the blog post when hovered shows the next or previous post with a small image. How can this be resolved?

    Overall I love the theme and I am pretty sure I can make it work. From an SEO stand point there is a lot of work that needs to be done. I look forward to your comments and suggestions.

    #218771

    Hey!

    By default the xml dummy content will import 52 new pages and 4 portfolio entries. If it does not work on your website try to import the sql data directly into your database by using this backup: http://www.mediafire.com/download/46ijf2bt9m267qu/enfold-dummy.sql . You can use a tool like phpmyadmin to import the sql dump file.

    Regards,
    Peter

    #218479

    Hi,

    Open /config-templatebuilder/avia-shortcodes/postslider.php and look for line 276:

    $thumbnail  = get_the_post_thumbnail( $the_id, $image_size );
    

    Replace it by this:

    $thumbnail  = get_the_post_thumbnail( $the_id, 'full' );
    

    Regards,
    Josue

    #218305

    Hi Lexie,

    To edit the texts, open /includes/comments.php and look for lines 166-167.

    You can add the link to the comment form in the same file too, try putting something like this around line 67:

    <a href="#respond">Comment form</a>
    

    This code will remove the white space (Quick CSS):

    #respond {
        margin-top: 0 !important;
    }

    The you might also like gets filled with related posts, the relationship between posts is based on tags, you can disable it if you want opening single.php and removing line 52.

    Regards,
    Josue

    #218233

    Hi Ismael,

    I’m confused. I’m having the same problem I had last time I tried to do this. I’m going to explain in great detail so I can put this problem to rest. These three items below show you the three different ways I’ve been told to do this.

    1. Peter’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356 tells me that I do the following.
    – edit register-admin-options.php
    – edit functions.php

    2. Dude then posted above “You don’t need to hack the theme files – please insert this code into the functions.php file:” https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202
    – this is telling me to edit the functions.php only NO editing of register-admin-options.php

    3. You told me to:
    – edit functions.php BUT you suggested different code than Peter’s post.
    – register-admin-options.php

    Conclusion:
    – It appears to me there are three slightly different way s of accomplishing this task. I would like to find the simplest way possible to achieve this task. Would you PLEASE study these three ways and explain to me which is the best way? Talk to me like a baby. I really appreciate your time but this is a tricky one and quick comments have left me confused.

    Question:
    – I do not update the Enfold theme via FTP because doing so via the WordPress dashboard tend to restore more settings. Which of these files will remain after I do an Enfold update via the WordPress dashboard? Finding the simplest way to achieve my goal will mean that I have to restore less code after an update.

    Thank you for your time, Jasmer

    #217687

    In reply to: Items not Loading

    I called the host IPage they put bug mode on and said to tell you the following

    Parse error: syntax error, unexpected ‘}’ in /hermes/bosnaweb01a/b1461/ipg.911golfcom/911golf/wp-content/themes/enfold/footer.php on line 116

    Warning: Unknown: open(/var/php_sessions/sess_8d06f03e5e7fc93fbfdedc55898f164a, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

    This all started when I tried to get rid of the enfold theme copyright at the footer.

    thanks
    Casey

    Hi Moises!

    Please refer to Peter’s post here https://kriesi.at/support/topic/remove-debugging-code-from-page-source/#post-173507

    Cheers!
    Yigit

    #217325

    Hi webWahine!

    You can edit header.php, find this code on line 70:

    <div id='wrap_all'>

    Replace it with:

    <div id='wrap_all' class='cleanprint-include'>

    Cheers!
    Ismael

    #217177

    In reply to: Logo in correct place.

    This reply has been marked as private.

    Hi!

    Yes – my bad. I shouldn’t try to answer several threads simultaneously :)

    Revert the change and open up header.php. Then replace

    
                	echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';
    	    		echo '<a id="advanced_menu_hide" href="#" 	'.av_icon_string('close').'></a>';
    

    with

    
                	echo '<a id="advanced_menu_toggle" href="#">&#9776;</a>';
    	    		echo '<a id="advanced_menu_hide" href="#">&#9776;</a>';
    

    Cheers!
    Peter

    #217104
    borkent
    Participant

    Hi all,

    I have been working with Enfold for a number of sites now and never actually needed this forum :) However I have one now where I want something special. I am not sure if a support forum is the place to be as its more like a customization of the masonry portfolio.

    So whats the deal?

    Its possible to show title and excerpt on the hover panel of the items in the masonry, however I would like to show an image there. I was able to do this by setting it to excerpt, and add <img src=” etc to the excerpt. Looks pretty ok, only now ofcourse in the search results the image is shown aswell, and probably will on other areas of the site at some point.

    Here is a screenie of the work in progress: http://www.borkent.com/screenie.jpg

    I have a custom metabox setup in the portfolio admin to add the image needed for the figcaption hover panel, and I found the code in masonry_entries.php “<div class=’av-masonry-entry-content entry-content’ {$markup}>{$content}</div>” but somehow I just cant get the image to show correctly, it either breaks entirely or shows multiple instances of the src url.

    If anybody can tell me how to squeeze in this custom metabox entry without it duplicating zillions of times etc etc I would be very greatfull! Or maybe there is a way to use a function to insert something there?

    Kind regards and thanks for awesome themes!

    Thomas

    ps. just clicked my link and I see it opens in the lightbox, this is the same lightbox as on the enfold template and it has some css bug. Here is a css fix for it.

    problem: http://www.borkent.com/screenie_lightbox_kriesi.jpg
    fix:

    @media only screen and (max-width: 767px)
    {.pp_details {
    height: 50px!important;
    width: 100%!important;
    }}

    div.pp_default div.pp_content_container .pp_details {
    margin-top: 5px;
    }

    I also noticed I had to change some stuff to get logos working correctly in responive mode, I fix it with this:
    @media only screen and (max-width: 767px){
    .responsive .logo img {
    margin: 0 auto;
    max-height: 80px!important;
    }

    BelIblis
    Participant

    Sorry to open a new thread with the same name, but unfortunately this one here got closed prematurely:
    https://kriesi.at/support/topic/yoast-seo-plugin-makes-some-pages-go-missing-incompatibility/

    It’d be great if the forum moderators could be a bit more patient before closing threads… I couldn’t even reply to the last post in the above thread (private reply from user “maximondo”)… any way to do so, to say thank you???

    Anyway… back on topic:
    I managed to resolve the problem with disappearing pages upon activation of the Yoast SEO plugin. Seems like other users of the Enfold theme were experiencing the same issue:
    http://wordpress.org/support/topic/some-pages-disappear-when-i-activate-the-plugin?replies=6#post-5171996

    The solution in that thread (modifying functions.php) didn’t work for me. Some pages still went missing in WP-Admin, but were visible online. So I temporarily activated the “Twenty-Fourteen” theme that comes with WP3.8 and voila: all pages were back again.
    I then noticed that I still had a lot of pages from the Enfold demo content (marked as “draft”). So I trashed & deleted all of the demo content pages, and re-activated the Enfold theme. And… woooohooo: All pages visible.

    Don’t know why, and what happened – but at least it’s now working.
    Still: Might be worth investigating for the Kriesi/Enfold team. It could well be that the number of pages or drafts was the problem….

    #216943

    Hi!

    I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:

    'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),

    Below, add this code:

    'slideshare' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'Slideshare'   => 'slideshare',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.

    Cheers!
    Ismael

Viewing 30 results - 16,111 through 16,140 (of 16,891 total)