Tagged: enfold, events calendar, header image, LayerSlider
-
AuthorPosts
-
October 26, 2017 at 7:19 pm #869296
I am having a couple of issues with customizing my events page. By reading the threads here I was able to get a submenu on the page and make the submenu container look like the one on every other page of the site. Here is what I am having problems figuring out.
1) The items in my sub-menu says “Start a Project” which is pulling directly from my ‘header’ menu. However, I would like to pull from my main menu which has the primary navigation for my site including: Home, Inclusion Insights, Events, ITSE Market & Contact Us.
2) I’d like to add an image (preferably through layerslider or easy slider) to the top of the events page like each of the other pages on the site. The image should appear right ontop of the subnav and the subnav should stick to it.
Thanks in advance for your help
October 29, 2017 at 5:04 pm #870120Hey Joelle,
I’m sorry, I’m not very clear on the requests above, can you, please, explain a bit more? Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaNovember 1, 2017 at 4:13 am #871048Attached is a mockup of what I would like the page to look like.
1) I would like to be able to add an image on top of the events calendar page. And, I’d like to be able to edit the events calendar page using the Avia Layout Builder – so that changing out pictures each month will be easier. Editing it via Avia Layout Builder will also enable me to easily make other modifications to the page. Somewhere on the forums – I saw that there was a Beta for this…but I didn’t save it. While I realize it isn’t foolproof as it is in Beta – I’d like to try it and can help provide feedback on how it works.
Here’s what the top of the page looks like now:
http://actandinteract.wpengine.com/wp-content/uploads/2017/11/current-events-calendar-page.jpg (hosted on WPengine)Here’s what I want it to look like:
Events Calendar Page" />2) I created the following submenu with HTML. However, I know that placing the menu here can be done with the proper PHP command. I was able to get a submenu on the sight using PHP…but it gave me the wrong menu. I just need to know the command for selecting a specific menu so that the one I want shows up. This way, I won’t have to re-code the menu every time I add a change.
Does this help?
November 3, 2017 at 9:55 pm #872311Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisNovember 3, 2017 at 10:27 pm #872323Hi Basilis:
What I am looking for is the Beta Kreisi was working on which would allow you to use the Avia Layout Builder for the Events Calendar Page. I stumbled across the link a couple of weeks ago — but didn’t have time to act on it. Now I can’t find it. I realize that I would be taking my chances with a Beta…but for now it is worth the risk. Can you send the link to the post with the Beta?
Best,
Joelle
November 6, 2017 at 3:47 pm #873103Hi Joelle,
Not sure, I know which Beta do you mean? A theme demo?
Best regards,
VictoriaNovember 6, 2017 at 6:12 pm #873239Hi Victoria. It wasn’t a theme demo. It was a beta giving increased functionality for the Enfold Events Calendar Pro page template allowing it to be created & edited like any other page within the enfold theme using the avia layout framework. If you can find it I would love to see it.
Meanwhile – I’ve figured out how to hardcode the picture I want into the enfold event calendar pro layout. Can you please tell me how to
1) apply the “Transparent & Glassy header” to the top portion of the header like the rest of my pages?
2) Call up a SPECIFIC menu in wordpress using php instead of having to hard code my menu using html within the template? In my case this menu is called ‘Main Menu’ It is different than the menu that appears in my header.
OR
I know how to disable all Enfold features for Events Calendar Pro. I can do that and then could you tell me the code I would need to be able to use the Enfold full-length sub-menu within their page?November 9, 2017 at 5:00 am #874383Hi,
1.) Please use the following filter to set the header to “transparent glassy”.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { if( is_post_type_archive( 'tribe_events' ) ) { $header['header_transparency'] = 'header_transparency header_glassy'; } return $header; }
2.) Are you trying to display a different menu? Please try the following plugins.
// https://wordpress.org/plugins/menu-items-visibility-control/
// https://wordpress.org/plugins/zen-menu-logic/Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.