Forum Replies Created
-
AuthorPosts
-
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,
ElliottNovember 28, 2014 at 4:22 pm in reply to: Tracking and displaying social shares numbers + copy link to clipboard? #359617Hi 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/buttons2. 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!
ElliottHey 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,
ElliottNovember 28, 2014 at 4:10 pm in reply to: Question: It is possible to show pagination also on the top? #359610Hey!
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,
ElliottHey 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,
ElliottHi 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!
ElliottHi 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!
ElliottNovember 28, 2014 at 2:20 am in reply to: Making the masonry gallery within a color section automatically slide? #359358Hi!
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,
ElliottNovember 28, 2014 at 2:18 am in reply to: not able to view content when editing page in default editor #359356Hi!
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!
ElliottHey!
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!
ElliottHey 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,
ElliottNovember 28, 2014 at 1:41 am in reply to: different menus, depending on whether a user is logged in or logged out #359330Hi!
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,
ElliottNovember 28, 2014 at 1:31 am in reply to: Mobile responsive Logo area does not match the below scrolling sections #359321Hi!
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,
ElliottHi!
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,
ElliottNovember 28, 2014 at 1:17 am in reply to: enfold theme / woocommerce One Page Checkout plugin conflict #359304Hey!
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.
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,
ElliottNovember 27, 2014 at 5:12 pm in reply to: Show parent page above nested subpages in sidebar navigation #359077Hi!
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,
ElliottHey!
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,
ElliottHi!
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,
ElliottHey!
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.
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!
ElliottHi 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,
ElliottNovember 27, 2014 at 12:40 am in reply to: Mega Menu not working after update to Enfold 3.0.4 #358691Hey!
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,
ElliottHi!
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,
ElliottNovember 26, 2014 at 11:51 pm in reply to: Question: It is possible to show pagination also on the top? #358655Hey 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,
ElliottNovember 26, 2014 at 11:30 pm in reply to: modify spacing in blog posts on front page section #358640Hi!
Yes, that should work.
Regards,
ElliottNovember 26, 2014 at 11:28 pm in reply to: Enfold – approved WP plugins for member login + calendars? #358636Hi!
Add this to the field to get rid of that.
[nolink]
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
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!
ElliottHi!
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.
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 -
AuthorPosts