woodson02
Forum Replies Created
-
Forum: Plugins
In reply to: [AM Events] Adding div to separate eventsWow, that was simple. I just completely overlooked that area. Sorry for making you waste time answering that. Thanks for everything, your plugin is great.
Forum: Plugins
In reply to: [AM Events] Adding div to separate eventsYes, I am using the widget in a custom sidebar on the home page. I’m not familiar with modifying templates… I don’t see a single-event.php page.
I also looked in the plugin folder and do not see a single-event. Sorry for additional questions.
Forum: Plugins
In reply to: [WooCommerce] Woo-Commerce Update broke my checkoutI just had the same problem. 2.1.4 and 2.1.5 both had the icon just spinning. I followed randommess method and rolled back to 2.1.2 and my site is working again.
Make sure you delete the entire frontend directory and then upload the 2.1.2 frontend directory. I tried doing it without deleting and the changes weren’t working because I wasn’t overriding the files in frontend because they weren’t last modified.
Forum: Fixing WordPress
In reply to: TwentyThirteen Posts Page ProblemWanted to follow up and see if anyone had any advice to fix this issue I’m having. I’m still not being able to get a sidebar to appear on my blog page.
Forum: Fixing WordPress
In reply to: TwentyThirteen Posts Page ProblemTried that and widget logic on the main sidebar and I can’t get either to show up on the “news” page. That’s why I thought adding html to page template would be able to accomplish this. Still can’t find a solution.
Thanks so much. I added sidebars above the #heading and despite changing the z-index the #heading was still covering the sidebars so my links wouldn’t work. I changed position: inherit; and it fixed the problem.
Forum: Plugins
In reply to: [OptionTree] OptionTree 1.1.8.1 keeps breaking and I can't save any changesHi, I’m still hoping for some help on this issue. I’ve narrowed it down… I put this code into optiontree and save and everything works/looks exactly how it should and life is good.
<div id="advanced_text-20"> <img src="image.jpg" alt="Contact " width="125" height="116"> <p>Do you have a question for John?</p> <!-- Fast Secure Contact Form plugin 3.1.5.5 - begin - FastSecureContactForm.com --> <div id="FSContact1" style="width:250px;"> <form action="https://website.com/about#FSContact1" id="si_contact_form1" method="post"> <div style="text-align:left;"> <span class="required"> *</span>(denotes required field) </div> <div> <input type="hidden" name="si_contact_CID" value="1"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_name1">Name:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <input style="text-align:left; margin:0;" type="text" id="si_contact_name1" name="si_contact_name" value="" size="20"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_email1">E-Mail Address:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <input style="text-align:left; margin:0;" type="email" id="si_contact_email1" name="si_contact_email" value="" size="20"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_message1">Message:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <textarea style="text-align:left; margin:0;" id="si_contact_message1" name="si_contact_message" cols="20" rows="5"></textarea> </div> <div style="text-align:left; padding-top:2px;"> <input type="hidden" name="si_contact_action" value="send"> <input type="hidden" name="si_contact_form_id" value="1"> <input type="submit" id="fsc-submit-1" style="cursor:pointer; margin:0;" value="Submit"> </div> </form> </div> <!-- Fast Secure Contact Form plugin 3.1.5.5 - end - FastSecureContactForm.com --></div>
Optiontree is then automatically taking a piece of code out and breaking the entire plugin… this is what it looks like now:
<div id="advanced_text-20"> <img src="image.jpg" alt="Contact " width="125" height="116"> <p>Do you have a question for John?</p> <!-- Fast Secure Contact Form plugin 3.1.5.5 - begin - FastSecureContactForm.com --> <div id="FSContact1" style="width:250px;"> <form action="https://website#FSContact1" id="si_contact_form1" method="post"> <div style="text-align:left;"> <span class="required"> *</span>(denotes required field) </div> <div> <input type="hidden" name="si_contact_CID" value="1"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_name1">Name:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <input style="text-align:left; margin:0;" type="text" id="si_contact_name1" name="si_contact_name" value="" size="20"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_email1">E-Mail Address:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <input style="text-align:left; margin:0;" type="email" id="si_contact_email1" name="si_contact_email" value="" size="20"> </div> <div style="text-align:left; padding-top:5px;"> <label for="si_contact_message1">Message:<span class="required"> *</span></label> </div> <div style="text-align:left;"> <textarea style="text-align:left; margin:0;" id="si_contact_message1" name="si_contact_message" cols="20" rows="5">
The entire bottom part of the code is gone and it is missing the closing html tags. Any way to fix this?
Forum: Plugins
In reply to: [OptionTree] OptionTree 1.1.8.1 keeps breaking and I can't save any changesDamojothemes.com said the reason it has broke is because some html does not have the closing tags on them. They initially did have the closing tag but it was automatically removed. I can’t add the closing tags back because optiontree wont allow me to save anything. Does anyone know how I can fix this?
I’m not sure if you can go directly into the database and make changes… I’m not good with mysql.
Forum: Fixing WordPress
In reply to: Remove permalink from post title (twenty eleven)Thanks for everything. Your really helped me out a lot.
Forum: Fixing WordPress
In reply to: Remove permalink from post title (twenty eleven)Can I dedicate a css file specifically content-single.php?
Forum: Fixing WordPress
In reply to: Remove permalink from post title (twenty eleven)Awesome, thank you very much. If I could ask one more question that is related… Is there a way to make the post page the same as the rest of the site…
For example… I have modified the twenty eleven theme with a child theme to have a three column layout. My new posts display on the front page with sidebars to the left and right. If I click on that permalink it takes me to the individual post page and the layout changes. Is there a way to make the individual posts adhere to the same template so that it is still displaying 3 columns?
Forum: Fixing WordPress
In reply to: TwentyEleven 1.3 – Customizing PostsWorked perfect. Thank you very much.
Forum: Fixing WordPress
In reply to: Is there a way to make your post page look like your static pageThis works perfect if I view the post from the posts section of the dashboard. But if I view the page “posts” it doesn’t display correctly.
Any idea how to correct this?Forum: Fixing WordPress
In reply to: Controlling Widgets and Sidebarsget_header(); ?> <div id="primary"> <div id="content" role="main"> <?php the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>
No call of the sidebar. Just doesn’t make since that the widgets placed in the sidebar appear if the setting/reading/pages is set to news. But the widgets don’t display if the setting/reading/pages is set to blank. I miss my basic html/css that I understood :). But the functionality that wordpress ads is a must because I want to add in testimonials and widget support.
Forum: Fixing WordPress
In reply to: Controlling Widgets and SidebarsYes. Changed name to front-page.php. Viewed it and the front page still displays correctly. Viewed the “news” page. Still has widgets at the bottom.