phoenixobia
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion] Multi-level accordion or Nested AccordionHi, I am trying to do the same thing but it only shows the first level accordion and inside, it just shows the shortcode text.
Please assist
Thanks
Thanks for your response. Actually, I figured it out. The meta boxes were checked off under the screen options for some reason. Looks like when you add a new user and assign a different role to them, the meta boxes for custom post types in the menu section are turned off by default.
Thanks
Forum: Plugins
In reply to: [ACF Photo Gallery Field] How to display exactly?I added the var dump as follows:
$images = acf_photo_gallery(‘photo_gallery’, $post->ID);
var_dump( $images );It displays:
array(0) { }I made sure I have added the photos and set their captions too.
Forum: Plugins
In reply to: [ACF Photo Gallery Field] How to display exactly?Hi. I added <?php var_dump( $images ); ?> in my template and made sure I have images added to the field. On the front end it displays:
NULL
Let me know if that helps. I can also give you access to my testing site if you need.
Thanks
- This reply was modified 9 years ago by phoenixobia.
Forum: Plugins
In reply to: [ACF Photo Gallery Field] How to display exactly?Thanks for your response. I added this code to my template and changed:
$images = acf_photo_gallery(‘image_gallery’, $post->ID);
to
$images = acf_photo_gallery(‘my_acf_gallery_slug’, $post->ID);
But it is not showing anything. Is there something else that I need to change?
Thanks
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverI figured it out!
The conflict happens (at large viewpoints) when I put the shortcode in the default “Header Right” widget area in the header.I created a custom widget in the header and moved the shortcode in there. Now it’s working fine.
See if you can replicate it. I’m not sure if it’s the same for all themes or there’s a conflict with my theme (Genesis).
Thanks
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverI submitted my message through the provided link.
Thank youForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverI replied to the notification I received in my email. What address can I use to send you the information? Looks like there’s a conflict with the plugin on my site because some of the settings won’t affect the behaviour on front-end.
Please let me know.Thanks
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverSent you an email directly. Got it? Thx
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverInteresting! right now when I hover over the parent pages, the sub-menus expand.It doesn’t push other menu items down but it still expands on top of them.
Here’s what I did:
Auto Expand All Submenus: ON
Auto expand all sub-menus: ON
Auto Expand Current Submenus: OFF
Disable Parent Item Clicks: OFFForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Open Submenu by mouse hoverThanks for the quick response but I was able to achieve that behavior using the “Auto expand all sub-menus” and “Auto expand current sub menus” found under “Sub-menus Animations” settings so looks like the feature is currently there. Maybe different wording would make it more clear. But thanks anyways.
Forum: Plugins
In reply to: [Genesis Club Lite] Incompatible with Divi Builder pluginSent a request.
Please let me know if you got it.Thanks
Forum: Plugins
In reply to: [Genesis Club Lite] Incompatible with Divi Builder pluginIt is a premium Plugin. I will send you access credentials to my website. Please let me know what is the best way for you to get it. Thanks.
Forum: Plugins
In reply to: Divi builder time outI have the same issue. Everything has been working fine. But now when I open a page, a message pops up saying:
Oops, it looks like the Divi Builder failed to load. Performing the following actions may help solve the problem.
1. You are using third party plugins. Try disabling each plugin to see if one is causing a conflict.
Please help
ThanksThanks for your help.
It worked!