Viewing 30 results - 232,171 through 232,200 (of 244,346 total)
  • Author
    Search Results
  • Hi abuhamid37!

    Open up wp-content\themes\enfold\includes\loop-index.php and replace

    
     echo $title;
    

    with

    
     echo $title . ' XYZ';
    

    Instead of XYZ insert your custom text.

    Regards,
    Peter

    #203601

    Hi!

    Open up header.php and replace

    
                                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>';
    

    with

    
    echo do_shortcode('[sky-mega-menu]');
    

    I’m not sure if the menu will work with Enfold but it’s worth a try. Probably you need to make some css code,etc. changes too.

    Best regards,
    Peter

    #203599

    Hi ghrahams!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    a.ls-s-1 img:hover { opacity: 0.7!important; }

    Cheers!
    Yigit

    #203589

    Hi Khalid!

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

    .avia-layerslider { margin-bottom: 30px; }

    2)

    .avia_ajax_form .button { padding: 8px 25px; font-size: 14px; }
    .main_color input[type="submit"], div .main_color .button { background-color: red; color: blue; }
    .main_color input[type="submit"]:hover , div .main_color .button:hover { background-color: yellow;
    color: blue;
    border-color: red; }

    3)

    .home .avia-slideshow-arrows a, .home .avia-slideshow-dots { display: none; }

    Best regards,
    Yigit

    #203588

    Hi!

    It does work fine on my installation as well and as far as i know none of the users reported such issue. If you do not mind, please create a temporary admin login so we can take a look. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #203587

    Hey VidovicD!

    Can you post the link to your website? Please make sure that you are using the latest version of Enfold, WordPress and WooCommerce. If they are all up-to-date, please try deactivating all active plugins and check if that helps

    Best regards,
    Yigit

    #203586

    Hi!

    I am seeing “ERROR 403 – FORBIDDEN” when i click your links.
    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

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

    You can go to Enfold theme options > Sidebar and choose not to display sidebar on “Sidebar on Archive Pages” http://i.imgur.com/Rb1llS6.jpg
    Cheers!
    Yigit

    #203583

    Hey danadyb!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open contact.php file and find
    “Please prove that you are human by solving the equation”
    or you can try using this plugin http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Yigit

    #203576

    Hi!

    I just noticed you already updated Enfold to verion 2.4.4. Since Enfold 2.4.4 you should be able to change the portfolio permalinks settings on the Settings > Permalink page. You don’t need to use the code I posted here ( https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ ). If you want to translate the slugs with WPML you can use the “String Translation Management” extension for the slug translation.

    If the permalink rules don’t work try to delete the theme folder, then re-upload all themes files (v2.4.4), go to Theme Options and save the theme settings, then go to Settings > Permalinks and save the permalink options.

    Best regards,
    Peter

    #203570

    1) Toggle image overlay effect within theme settings.

    2) Checkbox for image library to indicate if image overlay effect is to be applied to that image

    3) Image overlay effect to include social linking icons.

    • This reply was modified 12 years, 2 months ago by PPCHound.
    #203569
    Nikolai
    Participant

    Hi guys,

    I am trying to figure out a most efficient way to move the page / post titles from the “title_container” to the page / post’s content area and place it right under <div class=”entry-content-wrapper clearfix”>.

    I am using a child theme and wonder what files I need to copy to the child theme and to modify to make this happen?

    Could someone point me in the right direction?

    Thank you.

    #203543

    Hey Seba1973!

    What type of header do you have? Please check on Enfold > Header > Header Type. Inspect the menu using Google Chrome then look for the menu list id. Use it to color a specific menu item:

    .header_color .main_menu ul:first-child > li#menu-item-755 > a {
    color: red;
    }

    Regards,
    Ismael

    #203540

    Hi!

    I can’t modify the files on your server but try to replace following line in /wp-content/themes/enfold/template-builder.php

    
    	 //filter the content for content builder elements
    	 $content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));
    

    with

    
    	 //filter the content for content builder elements
    	 $content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));
    	
    	 if(is_preview())
    	 {
            $content = apply_filters('avia_builder_precompile', get_the_content() );
    	 }
    

    Cheers!
    Peter

    #203538

    In reply to: Breadcrumb problem

    This reply has been marked as private.
    #203534

    Hey bitmatters!

    Open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\toggles.php and search for

    
                $output .= '        <p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">';
                $output .= '        <span class="vert_icon"></span><span class="hor_icon"></span></span></p>';
    

    Replace it with

    
                $output .= '        <h4 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">';
                $output .= '        <span class="vert_icon"></span><span class="hor_icon"></span></span></h4>';
    

    Regards,
    Peter

    #203529

    In reply to: Breadcrumb problem

    Hi!

    I made a syntax mistake while I tested my code. Please upload the original enfold/functions.php file to restore your website. Then insert following code at the end of the functions.php file to add the category to the breadcrumb.

    
    if(!function_exists('avia_modify_single_post_breadcrumb'))
    {
        function avia_modify_single_post_breadcrumb($trail)
        {
    	if(!is_single()) return $trail;
    	$category = get_the_category(get_the_ID());
    	if(empty($category)) return $trail;
    	
    	$newtrail = array();
    
            foreach($category as $cat)
            {
                    if(empty($cat->parent))
                    {
    			$category_link = get_category_link($cat->term_id);
    			$newtrail[] = '<a href="'.esc_url( $category_link ).'" title="'.$cat->cat_name.'">'.$cat->cat_name.'</a>';
                    }
            }
    	
    	if(empty($newtrail)) return $trail;
    	array_unshift($newtrail, $trail[0]);
    	$newtrail['trail_end'] = $trail['trail_end'];
            return $newtrail;
        }
    
        add_filter('avia_breadcrumbs_trail','avia_modify_single_post_breadcrumb');
    }
    

    Btw – this is not a bug of the theme but a design decision. Kriesi normally shows the blog page link in the breadcrumb and not a category link. It seems like you didn’t select a blog page (Enfold > Theme Options) and thus the blog page also won’t show up in the breadcrumb. The code I give you now will replace the default breadcrumb with a category based breadcrumb.

    Best regards,
    Peter

    #203514

    How about something as cool as what you have here?
    http://kriesi.at/theme-overview

    #203505

    what is the minimum requirement for enfold theme to work optimally?

    Hey!

    Edit config-layerslider > LayerSlider > skins > fullwidth > skin.png, adjust the size of the play button:

    Adjust the width and height of the button using this on your Quick CSS:

    .ls-fullwidth .ls-playvideo {
    width: 100px;
    height: 100px;
    margin-left: -25px;
    margin-top: -25px;
    }

    Best regards,
    Ismael

    #203486

    Hey!

    Try adding this code in the end of js/avia.js:

    jQuery(function() {
      jQuery(".social_bookmarks_tumblr a").attr("title", "hola");
    });
    

    Change ‘hola’ by the text you’d want as title for your icon.

    Cheers! 
    Josue

    This reply has been marked as private.
    #203483

    Hi Barabbas!

    Try changing the Blog Style setting (Enfold > General Settings).

    Cheers!
    Josue

    Hi michaelhiga!

    How did you add the video? Can you please give us a link to the page with the slider video?

    Regards,
    Ismael

    #203465

    Topic: sidebar/widget issues

    in forum Enfold
    kls1138
    Participant

    Hello,

    I’m having trouble getting widgets to display in the sidebar the way I’d like. There are two issues:

    1) Ordering: There are widgets that I want to display on every page so I use the “Displayed Everywhere” widget option. I also want to display different widgets on the single post pages so I use the “Sidebar Blog” widget option. The problem is that I have no control over the order in which the widgets are displayed. It appears that by default, the “Sidebar Blog” widgets are posted on top of the “Displayed Everywhere” widgets. How can I control the order in which these are displayed?

    2) I’m using the Adrotate plugin to manage my advertisements. The plugin has features that allow you to determine which categories particular ads will be displayed in. Unfortunately, this feature isn’t working with the enfold theme and my advertisements are displaying in every category and on every single post. Is there some way to fix this?

    Thanks!

    #203462

    Hey!

    You can copy the whole avia_which_archive function on your child theme’s functions.php.

    Best regards,
    Ismael

    #203460

    Hi Devin,

    Sorry for the fat finger. Here is the correct link: http://carvalhorealestate.com/documentation/

    Here is what the developer says to do to integrate:

    Integration
    Download the zipped pack from codecanyon and extract to a folder on your computer.
    Find the file called To be uploaded.zip and upload it here: http://mywebsite.com/wp-admin/plugin-install.php?tab=upload
    Add the following code to your template’s header.php, right beneath the <body> tag.
    <?php
    echo do_shortcode(“[sky-mega-menu]”);
    ?>
    If you want to add it to one page only, add shortcode
    [sky-mega-menu]
    to the page you want.

    Thx.

    #203458

    Hey mcarv63!

    The documentation link you posted goes to a 404. I’m not familiar with the plugin so I can’t really give any kind of definitive answer.

    If the shortcode isn’t working then my guess would be there is a conflict with the plugin and it getting output in wherever you are trying to add it (sidebar, regular page etc) or perhaps with the plugin and the theme.

    Your best route for support would be to start with the plugin author to make sure the setup is correct and then if they have any specific guidance on where a conflict could be happening we can assist from there.

    Best regards,
    Devin

    #203452
    Mark
    Participant

    Hi,

    I would like to use either the WordPress or regular version of Sky Menu on Codecanyon.net : http://codecanyon.net/item/sky-mega-menu-for-wordpress/6168573

    The integration instructions are here: http://carvalhorealestate.com/documenation which explains how to integrate into a WP theme with a shortcode. It doesn’t work in Enfold.

    I would like to integrate either the standard version or the WP version into Enfold. I’ve tried the shortcode, and I’ve tried the html version in both pages and widgets, but to no avail. I would like to use either the right or fixed right menus.
    http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right.html
    http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right-fixed.html

    Any ideas? Thank.

    #203444
    npozero
    Participant

    Hi all,

    I inherited a website that was designed with Enfold and am having some issues with how images are displayed in the menu and resulting layout page in both IE and FF but they look proper in Chrome. As far as the client knows, it has always been a problem. I’m using WordPress version 3.8 and just updated Enfold to version 2.5.

    Here are some example images. In Chrome, when I mouse over the “seating” menu:

    Chrome Mouseover

    In Chrome, when I click on “seating” to view the full page of seating options:

    Chrome Clickthru

    Now in IE and FF, mouse over seating:

    IE&FF Mouseover

    The images are all different sizes and they don’t all fit in the frame.

    After clicking on “seating” in IE and FF:

    IE&FF Clickthru

    Images go well off the right side of window, no scrolling options given.

    I’ve looked at the properties of the images that were uploaded, they appear to be much smaller than what IE and FF display them as.

    Thanks in advance for any help!

    #203430

    Hey lawyerly!

    You can try re-uploading the most recent update via FTP instead in case there was an issue. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Also try deactivating all currently active plugins to make sure there is no conflict there. The field wasn’t removed in the last update or anything so it should still be there and working the same as it was before.

    Best regards,
    Devin

Viewing 30 results - 232,171 through 232,200 (of 244,346 total)