Forum Replies Created
-
AuthorPosts
-
ah, I needed to copy the functions-enfold.php into my child functions.php, not add the file to the child theme. It’s there now. Thanks!
forgot, here is the link
sure, thanks
Thanks, I did that but it is displaying [bread_crumb] on the page instead of the actual breadcrumb. I am using the child theme and copied those files there with the changes in the documentation. Any suggestions?
August 19, 2015 at 10:55 pm in reply to: Enfold with Woocommerce probelems with All-Import Pro product display #490442Hi, I think I have it figured out.
I added a product manually and it went in fine. The Advanced layout builder in the theme was set to be active in a custom field in the import settings, once I deleted that, it loaded them the way it should.
Thanks for your help and if we run into anything else, I will let you know.August 12, 2015 at 4:59 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #486681Thanks, that seems to have done the trick!!
July 30, 2015 at 3:55 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #480752I should maybe clarify as well that this particular sidebar was added in the widgets using the Enfold Child Custom Widget Area. Does that change the way these needs to be called?
July 30, 2015 at 3:53 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #480751<?php $avia_config['currently_viewing'] = "page"; //get the sidebar get_sidebar ( 'Programs' ); ?>
This is the snippet. It does not pull in the Programs sidebar. I tried using dynamic_sidebar as well and it still did not pull in. I have looked at the codex and that seems to be the way to get it to pull in but it’s not. I would appreciate any assistance.
Thanks!July 28, 2015 at 8:05 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #479891that is perfect! Thanks so much. One more question, is there a way to call a specific sidebar? I tried adding the name to the get sidebar function and it did not pull it in. I have a sidebar called Programs.
Much appreciated!July 24, 2015 at 3:40 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #478221Any word on this? We have other clients using and interested in using Enfold and Event Calendar Pro so knowing a sidebar is possible for the events pages would be helpful in our recommendation for themes and events combinations. Thanks so much!
July 21, 2015 at 4:54 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #476616I tried adding the sidebar but it seems to just break the page. Is it
<?php $avia_config['currently_viewing'] = "blog"; //get the sidebar get_sidebar(); ?>
We only need it to be on the single-event. I would like it to pull in a specific sidebar I created called events. Would I just replace “blog” with “events”. I understand there may be some styling tweaks that need to happen in order to get it to work but if I can get it to pull in correctly, that is a start.
Thanks!you can close this ticket, had errors corrected
not working. I have tried every combo on every forum. Every time I add something it tells me there is a syntax error in this line
<main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
I am not a php programmer so I don’t know what the error is. It doesn’t like the mark-up. Please look at my post on pastebin and advise. We use this theme a lot and have several of our customers that we recommend this to and purchase it frequently, we need to know that we can add a custom template if need be and the password protection actually work.
I will try adding that in and see if that does anything.
This reply has been marked as private.The url used to direct people to this password protected page is on print material, your theme was applied recently and it stopped working. I can’t take them to another page first which is how the first plug-in works. The second one you suggested will password protect the site itself, not individual pages. I have looked through documentation and support forums on how to get the password protection to work with a custom template but every piece of code I have tried is not working with this theme. If you needed to password protect a custom template in your Enfold theme, how would you do it? The standard wordpress password protection is not working. I gave the code as to how it is wrapped, is there something that should be different or modified there? Please advise,
thank youThe title is saying protected but it does not ask for the password to see the content, just goes straight to the content. I have checked this while being logged out and cache cleared to confirm it is not that too.
get_header(); if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'> <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <div id="container" class="one-column"> <div id="content" role="main">
That is what the content is wrapped in. What do I need to get the password protection to work? thanks for helping.
-
AuthorPosts