Forum Replies Created
-
AuthorPosts
-
Perfect, Andy! Please close out ticket.
Please close this task.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Yes, this worked well for me too!
FYI – it may be important to mention we are using the Enfold Ajax preview search as a menu item with an input box to see a quick preview of search results.
This reply has been marked as private.Please close this ticket. Thank you!
Awesome. Must be user error (that would be me). For the record, when I see an email from you guys, to me – its like a gift. Thanks so much for your support, Ismael.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thanks for the suggestion Elliot. So far so good with WP-Types even without making any changes to meta.php. The only element in the Advanced Builder is that doesn’t work correctly is the Blog Posts. While it works well for full content, if you select display Title and Excerpt, it still displays full content. Otherwise Ive tried all and really nice results.
I even tried this…
<?php add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( is_singular('post') || is_singular('wels-devotion') ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; } ?>
Good stuff, Elliott. It works like a charm. I must say… of all of the support forums I work with you guys are the best. I’m up to 7 purchased Enfold themes. Gold star service sells ;-)
Please close out this ticket says… one satisfied customer.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.FYI – The breadcrumb CSS worked well for the Events Calendar Pro. You may close this!
Elliott –
The code you’ve provided worked well when replacing the previous code (ref support ticket above) in the functions-enfold.php. The custom content type title now displays instead of “blogs”. Nice work – I am thankful for your support.Hi Eliott,
With a few adjustments, it magically appeared as desired. Here’s what I ended up with… Perfecto! Just like Enfold. Gracias!#advanced_menu_toggle:after {
content: “Menu” !important;
font-size: 10px !important;
left: 10px;
position: absolute;
top: 17px;
}November 10, 2014 at 6:18 pm in reply to: Enfold boxed mode – menu divider/separator bookends #348905Thanks Elliott. Your answer to this issue worked perfectly! Consider this closed. Thank you so much.
November 7, 2014 at 10:37 pm in reply to: Enfold boxed mode – menu divider/separator bookends #347974This reply has been marked as private.November 7, 2014 at 5:11 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347800Hey Yigit,
Both sets of code given work for sites without Ubermenu installed. Examples:NO UBERMENU SITES
Code set 1: http://ficblog.wpengine.com
Code set 2: http://cef.wrc.wpengine.comUBERMENU SITES
Code set 1: http://wels.wpengine.com
Code set 2: http://wrc.wpengine.comSo you fixed the Enfold issue for us (what is in your control). Many thanks for that. Knowing that you don’t support 3rd party plugins, I will post on the Ubermenu forum to try to get this resolved for the other two sites.
November 7, 2014 at 3:10 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347735Not so fast….
One of the sites isn’t behaving like the other 3 sites (GOOD = ficblogs.wpengine.com wrc.wpengine.com and wels.wpengine.com ) . I even put in the !important after the border:none. Yet, still, there is a border for http://cef.wrc.wpengine.com The mobile menu is there, but so is that ugly border. What could be wrong there?November 7, 2014 at 2:49 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347729That’s just what the doctor ordered! Thanks so much. Mark as RESOLVED :)
November 6, 2014 at 11:02 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347441Hi Ismael and Arvish,
I want to clarify that the plugins have nothing to do with the top border appearing above the menu when in tablet (landscape) mode, while yet none of the menu is visable…
A perfect example of that behavior where NO ShiftNav nor Ubermenu is installed can be found here:
http://ficblog.wpengine.com/ (hosted on WPengine)
Please help me remove that border and menu container for that view.
Thanks,
jNovember 6, 2014 at 5:03 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347177We are not experiencing an issue with the plugins. It is the Enfold responsive layout width in question for which we’d like help hiding the border when the width for tablet (landscape) comes into effect. The plugins were mentioned just so you were made aware that are active.
-
AuthorPosts