Slider revolution menu edit - wait for action button greyed out

Hello,

I am trying to edit a slider revolution menu and I am having issues with adding a new menu item because the template has an action that I cannot duplicate.

My issues are with Menu5 and higher…(6, 7, 8, etc) Menu1-4 were in the template but my attempt to recreate for additional menu items isn’t flying.

I have tried to look at each option - but cannot figure what i am missing to allow me to turn on the “wait for action” toggle. It is greyed out and I cannot figure how to get it to work. It’s as though it isn’t seeing the “simulate click” action??? Help please

The page is here:
https://yogasamatva.com/template-blocks/
and it is the Photography Carousel1

As you can see with the additional menu items, they are not hidden until the click…I need them to go hidden.

thanks I have added a secure note for more info.

Can you please take a look for me?

I ALSO SEE THE FOLLOW * Menu burgerToggle 1st / Last Frame IN THE ACTION Triggered By FOR THE ONES THAT ARE WORKING, BUT IT IS MISSING FOR THE NEW ITEMS. I THINK THIS IS WHAT I NEED TO IMPLEMENT. HOW TO?


**UPDATED…after looking deeper **

I believe need to add the new menu items to the existing group for the burger menu but i don’t see it as a folder like i do in the tutorials for creating groups…how do i do this?!

SCREENSHOT
In the screen shot you can see that there is a small “a” in a box that is missing from the copied menu items that are not working.

Hey @samatvayoga,

Thanks for writing in!

Please edit your slider and do the following:
1.) Click the hamburger icon.

2.) Click “Actions” in the Layer Options

3.) And then add the menu items in the modal popup.

Kindly let us know how it goes.

THANK YOU!!! it was driving me crazy!! and soooooo simple.

Can you help me with one more thing please…

I am wanting to have my blog content appear differently. Since my website if marginless for the headers, can you help me remove the right, left and top margins for the “feature” image in my blog section?

  1. Remove the margins to allow feature images to be full screen
  2. Remove the "title (aka page name) from appearing above the feature image. I would like to design the page and put the title in myself. This used to happen but i cannot figure out how i turned it on…i think it was a theme option but I cannot find it again.

Thanks again for your help with the other issue…here is a link to the page i am meaning.

https://yogasamatva.com/events-programs/master-class-covid-cleanse-sunday-may-16-1230pm-in-studio-live-home/

Hello @samatvayoga,

You are most welcome.

To resolve the other question, please follow these steps below:
1] Using Notepad or TextEdit or Sublime Text or any text editor, please create a new file in your local machine.
2] Insert the following code into that new file

<?php

// =============================================================================
// VIEWS/ICON/CONTENT.PHP
// -----------------------------------------------------------------------------
// Standard post output for Icon.
// =============================================================================

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  <div class="entry-wrap">
    <?php x_icon_comment_number(); ?>
    <div class="x-container">
      
      <?php if ( has_post_thumbnail() ) : ?>
      <div class="entry-featured">
        <?php x_featured_image(); ?>
      </div>
      <?php endif; ?>
      
      <?php x_get_view( 'global', '_content' ); ?>
      
    </div>
  </div>
</article>

3] Save the file named as content.php
4] Upload this file to your server in the child theme’s folder wp-content/themes/x-child/framework/views/icon/

You will need to create the folder path first since it does not exist in your child theme yet.

Best Regards.

I don’t believe this addressed the removal of the title. I have fixed the width problem.

how do i take that “post” title off the blog page (it is a blog post setting somewhere). i used to have it not show and i don’t want it there with the new site build.

I have same problem and tried again to add action in burger button but it doesnt work. After that I have downloaded slider again.

Copied menu item, position it neatly and the click the burger button and instead of copy item I have added action and it works. I believe copying was the problem before but anyhow it works thanking you so much.

Hey @mujtaba677,

We are glad you’ve figured out a way to resolve your issue.
Thank you very much for letting us know.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.