Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
Seems you have downgraded to Enfold 2.9.1 and WordPress 3.9.2.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 13, 2014 at 9:30 pm in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318627Hey!
Negative numbers work on my local install – http://screencast.com/t/bNpcXimg. Can you post a link to the page where you are trying this?
Cheers!
JosueHey Marvin!
There is a filter for that, try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_before_main_content() { echo "<div>stuff</div>"; } add_action('ava_main_header', 'put_stuff_before_main_content');Cheers!
JosueSeptember 13, 2014 at 9:26 pm in reply to: How change icons of social networks in the header #318623Hey Marvin!
You’d need to import those images as icons via Fontello, refer to video for that – https://vimeo.com/75743285
Once you done that you need to add this code to theme / child theme functions.php (change accordingly):
function avia_add_custom_icon($icons) { $icons['polyvore'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Polyvore'] = 'polyvore'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Regards,
JosueSeptember 13, 2014 at 9:21 pm in reply to: Problem with Avia Layout Builder – Not loading on site #318619Hey @frogdogz!
I just logged to your installation and the layout builder seems to work fine, can you re-check it or give more details on which page is not working?.
Best regards,
JosueHi Lee!
That is not possible right now, but i think you can achieve a similar result with LayerSlider (using a background image with layers on top of that).
Cheers!
JosueSeptember 13, 2014 at 9:12 pm in reply to: My get "style=visibility: visible; opacity: 0;" added on html output #318610Hi,
Can you post the link to your website please?
Regards,
JosueHi,
The plugin you mentioned may not be compatible with WP 4.0, please contact the plugin author.
Regards,
JosueHey Joe!
I tested that zip file and it worked fine on my local install, can you create me an admin account? post it here as a private reply.
Cheers!
JosueHey!
You can try qTranslate or Polylang but we can not ensure full compatibility with Enfold.
Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHey!
I was able to set the “universal” uber menu to the secondary menu location.
Regards,
JosueHi!
The login details you posted are not working, please re-check.
Regards,
JosueHey!
I’d suggest disabling it on mobile devices
@media only screen and (max-width: 767px) { .header-right { display: none; } }Best regards,
JosueSeptember 13, 2014 at 8:23 pm in reply to: No Menus or Footer after new Enfold install with Dummy Data #318586You need to set the new menu as the Enfold Main Menu – http://screencast.com/t/XOmR1e19iDGN
If that doesn’t work please create me an admin account so i can look into it.
Regards,
JosueSeptember 13, 2014 at 7:18 pm in reply to: No Menus or Footer after new Enfold install with Dummy Data #318576Hi @mojnet!
You need to create a new menu, please refer to – http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Cheers!
JosueSeptember 13, 2014 at 7:17 pm in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318574Hope it does the trick :)
September 13, 2014 at 7:15 pm in reply to: No Menus or Footer after new Enfold install with Dummy Data #318572Hi!
I logged to your installation and the dummy data seems to be all correct (59 pages, 4 portfolio items, 11 posts).
Regards,
JosueHey!
Re-build the cache and check if it works.
Cheers!
JosueSeptember 13, 2014 at 6:30 pm in reply to: Slider with blog posts and hide title of blog post #318560Hey Olivier!
You’ll have to enable the Layout Builder in Posts in order to have fullwidth elements working, try adding this to your functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', page', 'post'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'post'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'post'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }After you done that build your blog posts with the Advanced Layout Builder (you’ll need to add the comments element at the bottom).
Best regards,
JosueHi!
1. Yes, use this code in functions.php (change “custom-post-type”):
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', page', 'custom-post-type'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'custom-post-type'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'custom-post-type'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }2. As far as i know, no.
Cheers!
JosueHi @xeminis,
Can you please create me a temporary FTP account? post it here as a private reply.
Regards,
JosueYou are welcome Peter, always glad to help :)
Regards,
JosueSeptember 13, 2014 at 7:27 am in reply to: Google Adwords remarketing code, Add to all pages #318426Hey!
Alternatively you could put any <script></script> code inside a Code Block element in the pages you want to track.
Best regards,
JosueHi Richard,
Can you please create me a WP administrator account for your install? post it here as a private reply.
Regards,
JosueSeptember 13, 2014 at 7:25 am in reply to: Color Section: stretch to fit background no longer works #318424You are welcome Tim, always glad to help :)
Regards,
Josue -
AuthorPosts
