Forum Replies Created
-
AuthorPosts
-
July 15, 2017 at 9:45 am in reply to: 4.1 mobile menu mega menu problems – this update has been a disaster for me! #821617
I just deactivated and reactivated bbPress a second time and my forums are back online.
I just deactivated and reactivated bbPress a second time and my forums are back online. *phew*
July 15, 2017 at 9:34 am in reply to: 4.1 mobile menu mega menu problems – this update has been a disaster for me! #821610As a result of activating and deactivating the bbPress forum plugins, all my forums and forum pages have disappeared. This update is breaking my site. Please help!
I just realized that as a result of activating and deactivating the bbPress forum plugins, all my forums and forum pages have disappeared. This update is breaking my site. Please help!
The ‘My Account’ is one that I’ve had to add manually through functions.php so it’s not being included in the menu list. But with the previous Enfold version this was not a problem. Any suggestions? This is the code I am using in functions:
// Filter wp_nav_menu() to add profile link add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link', 10, 2); function my_nav_menu_profile_link($menu,$args) { if( $args->menu_id == 'avia-menu' ){ if (!is_user_logged_in()) { return $menu; } else { $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' . __('My Profile') . '</a></li>'; } $menu = $menu . $profilelink; } return $menu; }
However, the issue seems to be on the extends beyond this because even when a desktop browser is half minimized, even without the burger/mobile menu being triggered, other menu links overlapp the logo. So if you go my website and decrease your browser size you will see the problem occur.
- This reply was modified 7 years, 4 months ago by EnlightenedMedia.
July 4, 2017 at 12:21 pm in reply to: How to add Hover color effect color to button in LayerSlider? #816285I found a solution within Layer Slider, so I don’t need to define a custom class.
This is what I did:
With the button layer selected, go to the Transitions tab and enable Hover. Within hover settings, set colors in the Style Properties box. In the Timing & Transitions box, alter the duration to 100 ms. And that’s it, now I have a hover effect on my button!
July 4, 2017 at 12:17 pm in reply to: How to add Hover color effect color to button in LayerSlider? #816278Hi Sarah, I tried that but still nothing changes.
July 2, 2017 at 2:07 pm in reply to: Product Gallery images not showing as a gallery thumbnails #815561Thank you, I updated the theme and that resolved the issue.
July 2, 2017 at 11:34 am in reply to: Custom WooCommerce Shop – how to set Breadcrumbs to custom shop not default shop #815508Can anyone help me with this?
Hi John, thanks for the instructions. This is the page with the slider:
Hi John, thanks for your reply, I need some clarification:
So after I enable the debug mode, I create the kind of button I want and the copy that code which looks like this?:
[av_button label='Get Started' link='manually,http://' link_target='' size='large' position='center' icon_select='no' icon='ue801' font='entypo-fontello' color='custom' custom_bg='#004f67' custom_font='#ffffff' admin_preview_bg='']But where inside the Layer Slider do I paste the shortcode?
-
AuthorPosts