Forum Replies Created

Viewing 30 posts - 13,471 through 13,500 (of 14,834 total)
  • Author
    Posts
  • in reply to: Website Bug after new Plugins installed #359620

    Hi!

    It looks like your still using an outdated version, 2.5.4. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy. This will ensure you have all of the updated files.

    Best regards,
    Elliott

    Hi GoldkoiFish!

    1. You can grab the code for that from these links.

    https://developers.facebook.com/docs/plugins/like-button
    https://about.twitter.com/resources/buttons

    2. Not really sure if this is possible. I found this which may help, http://stackoverflow.com/questions/22581345/jquery-click-button-copy-to-clipboard.

    3. The links will grab the URL of the current page / post it is on. So if you use it on a portfolio post then it should be using the portfolio post permalink.

    4. I don’t know of any that I can recommend. Perhaps some of these will work, https://wordpress.org/plugins/tags/click-counter.

    Cheers!
    Elliott

    in reply to: BWP sitemaps #359613

    Hey Peuf!

    Does this happen in the default theme as well? Have you tried contacting the plugin authors?

    I would consider checking out the WordPress SEO plugin instead, https://wordpress.org/plugins/wordpress-seo/.

    Regards,
    Elliott

    in reply to: Question: It is possible to show pagination also on the top? #359610

    Hey!

    Do you mean child pages? Go ahead and send us a link to both pages so we can get a better idea of what your trying to do.

    Best regards,
    Elliott

    in reply to: Website backup & Enfold #359368

    Hey Remco!

    Yes most of the settings are saved in the database but there is also a file called enfold.css that is saved in the /wp-content/uploads/dynamic_avia/ folder so it would be best to use the Dashboard > Enfold > Import/Export option.

    If your doing both a database and file backup though then that will take care of it.

    Regards,
    Elliott

    in reply to: Vimeo Embed Code Invalid #359362

    Hi alysiacaringi!

    Your currently using this for the URL.

    <a href="http://www.vimeo.com/112970409" rel="nofollow">http://www.vimeo.com/112970409</a>
    

    But it should be just this.

    http://www.vimeo.com/112970409
    

    Cheers!
    Elliott

    in reply to: SEND GRID integration #359359

    Hi codecreative!

    We are going to need some more information.

    Is this Send Grid? https://sendgrid.com/

    Are you using a plugin they gave you?

    Cheers!
    Elliott

    Hi!

    No I don’t think it would be feasible. You can use the content slider inside a color section or if you want to add a background to it then we can do that with some CSS. Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: not able to view content when editing page in default editor #359356

    Hi!

    You can still copy the text in the columns and paste it somewhere safe. I would do that and then delete the page and recreate it.

    You can also try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to view the actual shortcodes that are being used there. They must have gotten corrupted somehow so deleting / recreating the page would be best.

    Cheers!
    Elliott

    in reply to: Menu bugs #359340

    Hey!

    Your wanting it white correct? You still have it set to red in your custom CSS.

    .sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
    

    Cheers!
    Elliott

    in reply to: Layerslider in Chrome #359332

    Hey mdmllc!

    It seems to be working fine on my end. When viewing in chrome the slider automatically plays and it is transitioning with a fade effect sliding in from the right. Try clearing your browser cache and any caching related plugins you might have installed.

    Regards,
    Elliott

    Hi!

    It seems to be working fine. The only one being changed is your main menu. You currently have it set to display a menu called “Main-menu-logged-in” when your logged in but you have not created a menu with that name yet.

    Regards,
    Elliott

    Hi!

    You would replace your existing logo with a bigger one. Since you have a custom pixel value set for the header the logo will shrink to fit inside but still look sharp on retina screens.

    Regards,
    Elliott

    in reply to: Strange border at the top of page after update #359318

    Hi!

    I’m sorry but I’m not sure I understand. When I view your site now I don’t see the line that you were referring to. Go ahead and send us a link to the exact page and take a screenshot highlighting what your seeing so we can get a better idea.

    Regards,
    Elliott

    in reply to: enfold theme / woocommerce One Page Checkout plugin conflict #359304

    Hey!

    I was able to get a copy from treblamah to test with but it look like it’s going to take too much work to make it compatible with Enfold. If you must use it then you can try commenting out line 412 in the functions.php file of Enfold.

    //require_once( 'config-woocommerce/config.php' );				//compatibility with woocommerce plugin
    

    Though doing so will lose all of our current woocommerce features.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Newest update added bars to embedded videos #359085

    Hi!

    Hmm, not sure what is going on there. The enfold.css stylesheet is loading fine but it’s not updating at all after saving changes.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Create a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All options” button to see if you can save after that.

    3. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

    If your still having problems after that then send us an FTP login and we’ll take a closer look.

    Best regards,
    Elliott

    in reply to: Show parent page above nested subpages in sidebar navigation #359077

    Hi!

    It looks like your using a child theme. In this case you’ll need to copy this to the bottom of your child theme functions.php file.

    function avia_sidebar_menu($echo = true)
    {
    	$sidebar_menu = "";
    
    	$subNav = avia_get_option('page_nesting_nav');
    
    	
    	$the_id = @get_the_ID();
    	$args 	= array();
    	global $post;
    
    	if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page())
    	{
    		$subNav = false;
    		$parent = $post->ID;
    		$sidebar_menu = "";
    
    		if (!empty($post->post_parent))
    		{
    			if(isset($post->ancestors)) $ancestors  = $post->ancestors;
    			if(!isset($ancestors)) $ancestors  = get_post_ancestors($post->ID);
    			$root		= count($ancestors)-1;
    			$parent 	= $ancestors[$root];
    		}
    
    		$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
    
    		//enables user to change query args
    		$args = apply_filters('avia_sidebar_menu_args', $args, $post);
    
    		//hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden
    		$display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post);
    
    		$children = wp_list_pages($args);
    
    		if ($children)
    		{
    			$default_sidebar = false;
    			$sidebar_menu .= get_the_title($parent);
    			$sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
    			$sidebar_menu .= $children;
    			$sidebar_menu .= "</ul></nav>";
    		}
    	}
    
    	$sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post);
    
    	if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
    }

    Best regards,
    Elliott

    in reply to: Exclude first post in portfolio grid? #359057

    Hey!

    The file I provided adds an offset option to the portfolio element which was originally what you were trying to do.

    Your request was already bordering custom work though so like Ismael suggested it would be best to hire a freelancer to help you out with this customization. We’ll see if we can get some more options added to these shortcodes in the future.

    Regards,
    Elliott

    in reply to: Broken header at WP 4.1 & Latest Enfold update. #359049

    Hi!

    Yes, if your certain it was not you who added it and you do not have any other users then I would consider changing your password.

    Best regards,
    Elliott

    in reply to: advanced layout editor does not load – still #358725

    Hey!

    The problem is that your getting some javascript errors but I could not pinpoint where the errors were coming from. One thing I noticed was that even when deactivating all plugins you had 102 scripts being loaded which really it should be around half that with Enfold. Most of them were loading from the /wp-includes/ folder which is where WordPress keeps all it’s scripts. Not sure what could be going on there.

    I would try creating a new directory on the server and install a fresh copy of WordPress there and then install Enfold to see if you get the errors there as well.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Enfold Hotspot Mobile #358698

    Hey Wildwood!

    There is an option when editing the hotspot image element for disabling that.

    Or if you want to use CSS then you can do this.

    .av-hotspot-fallback-tooltip { display: none !important; }
    

    If you only want to do it on one page then drag a codeblock element over to the page and add this.

    <style type = "text/css">
    .av-hotspot-fallback-tooltip { display: none !important; }
    </style>
    

    Cheers!
    Elliott

    in reply to: Enfold Mobile zoom image #358692

    Hi Wildwood!

    Open up the header.php file and change line 35 from this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    To this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    That should let you zoom in on mobiles by pinching, etc etc.

    Regards,
    Elliott

    in reply to: Mega Menu not working after update to Enfold 3.0.4 #358691

    Hey!

    I logged in but you didn’t have any dropdowns or mega menus created. Go ahead and watch this, http://vimeo.com/92503669, and create a new menu called “test” and setup your mega menus like you had them and let us know when your done so we can go in and activate the menu to check. While you are waiting you can activate a different menu besides “test”.

    Best regards,
    Elliott

    in reply to: I'd like to add thumbnail in search results #358678

    Hi!

    Line 30 in the same file should look like this.

    <header class="entry-content-header">
    

    Try adding this beneath it.

    <?php echo the_post_thumbnail( 'thumbnail' ); ?>
    

    Regards,
    Elliott

    in reply to: Question: It is possible to show pagination also on the top? #358655

    Hey Frank!

    Try adding this to the bottom of your functions.php file.

    add_action( 'woocommerce_before_shop_loop', 'enfold_customization_shop_pagination', 10);
    function enfold_customization_shop_pagination()
    {
    			global $avia_config;
    			if(isset($avia_config['dynamic_template'])) return;
    			if(isset($avia_config['overview'] )) echo avia_pagination('', 'nav');
    }

    Regards,
    Elliott

    in reply to: modify spacing in blog posts on front page section #358640

    Hi!

    Yes, that should work.

    Regards,
    Elliott

    in reply to: Enfold – approved WP plugins for member login + calendars? #358636

    Hi!

    Add this to the field to get rid of that.

    [nolink]
    

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Custom social media icon not working #358635

    Hi 1lizcollins!

    I don’t think the login information in that thread is working anymore. Make us a new login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Can't edit Text Block WordPress 4.0.1 #358629

    Hi!

    Is the problem on your /test-delete/ page? It looks like the plugin your using has a weird layout. Try adding this to your custom CSS.

    .thumbsHolder > div:last-child {
        display: none !important;
    }

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Enfold, Woocommerce, WPML & Multi currency #358627

    Hi!

    I don’t see it in your header anymore. It looks like you moved it to your sidebar though. If you still want to change it’s width then you can use this CSS.

    .wcml_currency_switcher {
        width: 100% !important;
    }

    Cheers!
    Elliott

Viewing 30 posts - 13,471 through 13,500 (of 14,834 total)