Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter woodson02

    (@woodson02)

    Wow, that was simple. I just completely overlooked that area. Sorry for making you waste time answering that. Thanks for everything, your plugin is great.

    Thread Starter woodson02

    (@woodson02)

    Yes, 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.

    woodson02

    (@woodson02)

    I 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.

    Thread Starter woodson02

    (@woodson02)

    Wanted 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.

    Thread Starter woodson02

    (@woodson02)

    Tried 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.

    Thread Starter woodson02

    (@woodson02)

    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.

    Thread Starter woodson02

    (@woodson02)

    Hi, 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?

    Thread Starter woodson02

    (@woodson02)

    Damojothemes.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.

    Thread Starter woodson02

    (@woodson02)

    Thanks for everything. Your really helped me out a lot.

    Thread Starter woodson02

    (@woodson02)

    Can I dedicate a css file specifically content-single.php?

    Thread Starter woodson02

    (@woodson02)

    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?

    Thread Starter woodson02

    (@woodson02)

    Worked perfect. Thank you very much.

    Thread Starter woodson02

    (@woodson02)

    This 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?

    Thread Starter woodson02

    (@woodson02)

    get_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.

    Thread Starter woodson02

    (@woodson02)

    Yes. 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.

Viewing 15 replies - 1 through 15 (of 25 total)