Forum Replies Created

Viewing 30 posts - 51,361 through 51,390 (of 67,524 total)
  • Author
    Posts
  • in reply to: IMAGES WITH HOTSPOTS #401930

    Hey dwebprojects!

    Thank you for using Enfold.

    No, unfortunately, it’s not possible to add links to the image hotspots. You can request it on our Feature Requests page.

    Regards,
    Ismael

    Hey Kevin!

    Thank you for using Enfold.

    Can you please provide a screenshot of what you’re trying to do with the title? If you build the page using the advance layout editor, edit template-builder.php. Look for the avia_title function.

    Cheers!
    Ismael

    in reply to: Advanced Search Problem #401923

    Hey!

    Still not sure why the tag pages aren’t working. What happens when you delete the Ultimate Tag Cloud Widget plugin?

    Cheers!
    Ismael

    in reply to: Enfold/ Permanent underlining of menu items #401915

    Hey!

    The code on your Quick CSS field is incorrect. Also, the anchor name on the color section were capitalized. Make sure that the anchor name and links are identical. Please remove browser cache then check the page: http://www.puertaburritos.com/

    Cheers!
    Ismael

    in reply to: Embed videos in to blog posts #401910

    Hi!

    Instead of adding the video link, please use the video shortcode inside the Shortcode Wand > Media Elements panel.

    Cheers!
    Ismael

    in reply to: Using sub menu text on the Default demo? #401909

    Hi!

    I’m sorry but please let us know once the site is live, we’ll check it then. Note the menu description will only work when left or right sidebar menu (Enfold >General Layout > Logo and Main Menu) is activated. It’s not going to work for the default header layout.

    Regards,
    Ismael

    in reply to: Side Navigation #401899

    Hey!

    You can set the avia_post_nav to filter by category. Add this to the functions.php file:

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
    	$settings['is_fullwidth']  = false;
    	$settings['same_category'] = true;
    	return $settings;
    }

    Best regards,
    Ismael

    in reply to: Accordion not closing #401891

    Hi!

    I’m not sure if this is going to work but you can try this on functions.php:

    add_action('ava_after_main_container','ava_after_main_container_mod');
    function ava_after_main_container_mod() {
    echo '<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>';
    echo '<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js" type="text/javascript"></script>';
    }

    Best regards,
    Ismael

    in reply to: Home page doesn't load #401889

    Hi!

    The “home” link is set to “http://www.susanlstewart.com/redesign/&#8221; which is a page that doesn’t exist.

    Cheers!
    Ismael

    in reply to: One Menu Dropdown is a Different Color #401887

    Hi suburbanite!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    #top #wrap_all .av-main-nav ul > li > a {
    background-color: #ffffff !important;
    }

    Cheers!
    Ismael

    in reply to: Open portfolio custom link in a new page #401886

    Hey!

    Add this to the functions.php file:

    add_action('wp_footer', 'ava_grid_target');
    function ava_grid_target(){
    ?>
    <script>
    (function($){
    	  $(".grid-image").each(function() {
    	  	$(this).attr('target', '_blank');
    	  });
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    in reply to: Enfold Update / Woocommerce #401880

    Hey!

    Good morning. We would like to help but you’re not following our suggestions. We asked you to do this:

    2.)The account links are automatically created on the Replete theme but it’s not the same on Enfold. You need to create the Enfold Secondary Menu manually on Appearance > Menus panel.

    3.) Try to set the permalinks on Settings > Permalink panel to Post name. My Account Endpoints endpoints should work like this (assuming you set “Account” page as My Account Page. http://franzelina.com/account/edit-account

    Anyway, we create a secondary menu. All you need to do is add the menus that you want here: http://franzelina.com/wp-admin/nav-menus.php?menu=3793

    I tried to set the permalink to postname but the website fails to load or a redirect loop occurs when I do this. It must be a plugin conflict. Please deactivate all plugins then test it again. Follow the instruction provided here: https://wordpress.org/support/topic/order-received-endpoint-404-error-1

    Regards,
    Ismael

    in reply to: LOGO IMAGE NOT OCCUPYING CONTAINER WIDTH #401878

    Hey!

    Go to Enfold > Header panel. Set the Header Size to custom pixel value. Adjust the Header Custom Height to 136px.

    Regards,
    Ismael

    in reply to: Height of video content element #401876

    Hi emin!

    Thank you for using Enfold.

    You can increase the height but it will lose its proportion:

    .flex_column.av_one_fourth.avia-builder-el-15.el_after_av_one_fourth.avia-builder-el-last.column-top-margin .avia-video-16-9 {
    padding-bottom: 100%;
    height: 0;
    }

    Best regards,
    Ismael

    in reply to: Main Header #401875

    Hey!

    Remove the “echo”. It should be:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    If you want to move it inside the header container, edit includes > helper-main-menu.php. Look for this code:

    /*
            * Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
            */
            do_action('ava_main_header');

    Move it below this line:

    <div class='container'>
    				 
    					<div class='inner-container'>
    

    Cheers!
    Ismael

    Hey!

    I’m sorry, I copied the whole avia_post_nav function to the child theme’s functions.php and it somehow broke the site because there is an excess bracket. Please override the functions.php on your child theme folder. Add this code:

    http://pastebin.com/tNSKxzJ7

    Again, I’m very sorry for the inconvenience.

    Regards,
    Ismael

    in reply to: Second Sidebar Pages Question – moving code to child theme #401872

    Hi!

    I tested this code on functions.php and it adds the custom widget area called Sidebar Blog 2. If you’re worried about losing the existing widgets, rename the widget area then transfer the widgets to the newly created sidebar.

    Regards,
    Ismael

    in reply to: Getting the Sidebar to show the Parent/Grandparent #401871

    Hey!

    Can you please provide a link to a child or granchild page? We would like to check it. A screenshot will help.

    Best regards,
    Ismael

    in reply to: Kontaktformular #401869

    Hi Austrianweb!

    Thank you for using Enfold.

    I tested the contact form and I was able to send a test message. Did you receive it? If not, try to use this plugin: https://wordpress.org/plugins/contact-form-7/

    If you still can’t receive any emails using the suggested plugin above, there’s something wrong with the email configuration. Please contact your hosting provider.

    Regards,
    Ismael

    in reply to: Menu and Formatting Messed Up After Updating Enfold #401868

    Hi!

    Please check it now: http://dev.skloff.com/

    For further modifications, please visit Envato Studio or Werkpress.

    Cheers!
    Ismael

    in reply to: Second header widget #401867

    Hi!

    You didn’t change the widget or sidebar area name. Please try this:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo "<div class='header-widget'><div class='container'>";
    echo dynamic_sidebar( 'Sidebar Pages' );
    echo dynamic_sidebar( 'Sidebar Blog' );
    echo "</div></div>";
    }

    This will echo out the widget areas called Sidebar Pages and Sidebar Blog. You can change that to your own custom widget area. If possible, please provide a screenshot of what you’re trying to do with the header.

    Best regards,
    Ismael

    in reply to: Social Share bar at Portfolio Entry #401865

    Hi!

    Yes, you can use this on the functions.php file:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	if(is_singular('portfolio')){
    	$content .= avia_social_share_links(array(), false);
    	$content .= '';
    	}
    	return $content;
    }

    Best regards,
    Ismael

    in reply to: Problems with side options and upload logo and favicon #401864

    Hi!

    Looks like you’re using an old version of the theme which is not compatible with WP 4.1. Download the latest version, 3.0.8, then update the theme via FTP.

    Best regards,
    Ismael

    in reply to: portfolio order reversed? #401862

    Hi!

    The recent code we posted is different from the previous one. Please check. You don’t need to add the order and orderby option. We already fixed that by adding this code:

    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
    function custom_post_grid_query( $query, $params ) {
    	$query['orderby'] = 'title';
    	$query['order'] = 'ASC';
    	return $query;
    }

    Now, if you want to reverse the post nav, use this one:

    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)
    {
        $temp_prev = $entries['next'];
        $temp_next = $entries['prev'];
        $entries['prev'] = $entries['next'] = "";
        if(!empty($temp_prev)) $entries['next'] = $temp_prev;
        if(!empty($temp_next)) $entries['prev'] = $temp_next;
        return $entries;
    }

    If you’re referring to a different navigation other than avia_post_nav function, please provide a screenshot.

    Cheers!
    Ismael

    in reply to: Please move Google Analytics code from HEAD to BODY of html #401375

    Hi!

    Add this to the functions.php:

    add_action('after_theme_setup', 'avf_tracking_code');
    function avf_tracking_code() {
    		remove_action('wp_head', 'avia_print_tracking_code', 100000);
    		remove_action('wp_footer', 'avia_print_tracking_code', 100000);
    		add_action('ava_after_main_container', 'avia_print_tracking_code', 10);
    }

    Cheers!
    Ismael

    in reply to: Second Sidebar Pages Question – moving code to child theme #401364

    Hey!

    If I am not mistaken, you can just add it directly to the child theme’s functions.php:

    
    		register_sidebar(array(
    			'name' => 'Sidebar Blog 2',
    			'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 
    		'after_widget' => '<span class="seperator extralight-border"></span></section>', 
    		'before_title' => '<h3 class="widgettitle">', 
    		'after_title' => '</h3>', 
    		));
    	

    Best regards,
    Ismael

    in reply to: searchwp not returning search results #401362

    Hey marketug!

    Thank you for using Enfold.

    Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Best regards,
    Ismael

    in reply to: Portfolio – Add Image Preview (Ajax) #401360

    Hey!

    Those preview images will only show when you set the portfolio grid to AJAX. We created an example for you here: http://mazza.staging.wpengine.com/ajax-page/ (hosted on WPengine)

    We set the Link Handling option to AJAX.

    Best regards,
    Ismael

    in reply to: Second header widget #401351

    Hi!

    Please post the code that you added to the functions.php file on pastebin.com. We would like to check it. If you want to add another widget, replace the code with this:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	echo dynamic_sidebar( 'header' );
            echo dynamic_sidebar( 'header-2' );
    }

    Cheers!
    Ismael

    in reply to: Social Share bar at Portfolio Entry #401349

    Hi!

    Did you use the Advance Layout Builder for your portfolio items? Please provide a link to actual portfolio item.

    Best regards,
    Ismael

Viewing 30 posts - 51,361 through 51,390 (of 67,524 total)