Forum Replies Created
-
AuthorPosts
-
Thanks Josue! But I figured out what the problem was. I had the layer slider in a code element container in the advanced editor as opposed to being in the “Media Element” “Advanced Layer Slider” element on the page. Once I switched that it did just as the other site. LOL – I spent 2 hours on that. I don’t care what you say.. that’s funny. ;)
Thanks for your help,
-David- This reply was modified 10 years, 5 months ago by BizBuzzMedia.
Thanks Ismael, here is a link to what I want the form to look like: http://zatches.org/to-get-started/ This was created using the contact form element in the theme.
Here is a link to what it looks like now: http://zatches.org/test/ This one I created in Gravity Forms and put it on the page using the widget element.
I’m trying to figure out how to lay them out the same but I don’t have the form element to work with using the widget.
Thanks,
-David
That’s bad news.. I have a client who likes the styling of the Enfold forms. Is there an easy way to apply the themes styling to the Gravity Forms?
Thanks,
-David
This is the code from the 404 template as it is now.
<!–end content–>
</div>
<?php
//get the sidebar
$avia_config = ‘page’;
echo ‘<div class=”sidebar sidebar_right three alpha units”><div class=”inner_sidebar extralight-border”>’;
dynamic_sidebar( ‘404’ );
echo ‘</div></div>’;
</div><!–end container–>
The site is at http://www.zatches.org – If you do a search for the keyword “anything” you can see the 404.
Thanks,
-David
I will create a new topic from now on, I just couldn’t locate where to add one. I still don’t see a place to add a new topic.
Also, I tried the code above and created a new widget named 404 and it’s still displaying the other sidebar instead of the new custom sidebar.
Thanks,
-David
Hi Ismael, I need to change the side bar that is currently displaying on my 404 page. Can you tell me how to write this?
//get the sidebar
$avia_config = ‘page’;
get_sidebar();
?>
Thanks,
-David
-
AuthorPosts