neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Old menu still showing upTry changing the selector –
#site-navigation
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Old menu still showing upHard to say without a link, but probably a CSS or Javascript conflict
Forum: Plugins
In reply to: [Testimonial Rotator] author info on archive pageThis is how I hooked it into my archive template, I am using a Genesis theme in the example below – if you are not, then add the code to your template in the right spot without the action and function.
add_action( 'genesis_entry_footer','sa_add_author' ); function sa_add_author() { global $post; $cite = get_post_meta( $post->ID, '_cite', true ); // AUTHOR INFO echo '<hr class="longform_hr">'; echo "<div class=\"testimonial_rotator_author_info cf-tr\">\n"; echo wpautop($cite); echo "</div>\n"; }Forum: Plugins
In reply to: [Registration Options for BuddyPress] Suppress Pending Email AlertCool – thats great, removed the action in functions.php
// Remove pending email alert remove_action( 'bp_core_activated_user', 'bp_registration_options_notify_pending_user', 10, 3 );Forum: Plugins
In reply to: [SlickNav Mobile Menu] Center menu button and brand logoThere is a CSS file in the plugin folder but you would be best off just using your theme’s style.css file as you will retain your changes when the plugin is updated.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu not showingI see you have it all sorted now – can see both menus
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Old menus still showing upMost probably a CSS issue – I see that SlickNav is no longer active on the site.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Submenu always openMaybe a theme conflict, is there an option to disable Javascript/jQuery features in Porto theme? If you temporarily swap themes to WordPress default theme does it behave correctly?
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Adding a Logo to the Approval EmailHi Michael – this is actually working for me now – must have been cached before – but now with the edits in place you suggested on the current public version, the logo is now displaying.
As well as adding img to the allowed tags…
add_action( 'init', function () { global $allowedtags; $allowedtags['img'] = array( 'src' => array (), 'width' => array (), 'height' => array () ); } );- This reply was modified 9 years, 5 months ago by neilgee.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Search form above Menu ItemsYou’ll need to clear all caches, plugins and/or CDNs
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Search form above Menu ItemsYou can change in
js/slick-init.jsline 55 fromappendtoprependForum: Plugins
In reply to: [SlickNav Mobile Menu] Adding social media icons to menu barYou’d have to add that in, it’s custom done with some CSS styling for the social menu and positioning – that’s how the example you supplied has been done – they are not actually using the plugin but the raw jQuery Slicknav
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Adding a Logo to the Approval EmailThanks for reply Michael – I tried the edits and also the 4.3.0 version but still the img gets escaped – when I check the raw source on the email sent it’s like
<img src=\"http://pathtoimage.gif\" />Forum: Plugins
In reply to: [SlickNav Mobile Menu] Shortcode for Search FormHi – there is no Pro version – only the WordPress Repo version.
Option to add a search field is in the Options page, no shortcode needed 🙂
Forum: Plugins
In reply to: [VenoBox Lightbox] Width and height / fullscreen esp. with iframes?Sounds like you may have other CSS that is conflicting – the images affected by VenoBox will appear in the lightbox at the ‘Size‘ specified when you choose the ‘Link To’ – see the options http://themes.wpbeaches.com/venobox/plugin-options/