PROBLEM WITH SIDEBAR

pending (14 posts) (2 voices)

  1. samnasr
    Member

    hi there im having a problem with my sidebar and the actual page itself. the website is https://ezchoicefinancial.com/contact-us
    i have the latest version of infocus wordpress

    the page i selected is the left sidebar layout, and i already have a created a sidebar widget called left where i have 2 pictures. the page was working fine and then im not sure what happened.
    the page reverted to full width and my sidebar got pushed on the bottom of the page. please take a look at it and let me know how to fix this?
    i think we have dealt with this situation 2 months back but i cant seem to find the post anywhere
    thank you

    Posted 5 months ago #
  2. Elliott
    Support

    Hello samnasr,

    I think it's most likely a div that wasn't closed properly or something similar.

    Paste the code you are using here.

    Also be sure to deactivate your plugins to make sure none are causing conflicts.

    Posted 5 months ago #
  3. samnasr
    Member

    here is the html code i have in the page

    <style>
    .fancy_header {
    width: 665px;}
    .fancy_header span {
    font-size: 17px;
    padding: 10px 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    display: block;
    width: 600px;
    text-align: center;}
    </style>
    [fancy_header bgColor="#2dcc37" textColor="#ffffff"]Welcome, Free Consultation, Get Started Now![/fancy_header]
     
    [one_half]
    <p style="text-align: left; font-size: 14px;">[dropcap1 bgcolor="#21c226"]1[/dropcap1]
    Get up to Date credit advice on unlimitted matters pertaining to your credit worthiness! If you are  looking to buy or refinance a home, car, or recreational  vehicle, allow us to answer your questions . If have you are having trouble qualifying or if you are having trouble getting the interest rate you want, contact us we can help. We increase your credit score by working on your individual credit.</p>
    <p>[/one_half]
    [one_half_last]
    <p style="text-align: left; font-size: 14px;">[dropcap1 bgcolor="#21c226"]2[/dropcap1]
    Our services don't end here. We work with people that want to work on their credit for employment purposes or just because they want to clean up their credit. Don't wait until you are about to complete a credit application to fix your credit. We will support you in your Vision to letting your credit brighten your future. Stay ahead of the game and contact  now!</p>
    <p>[/one_half_last]</p>
    <p style="text-align: left;"><span style="font-family: Arial; color: #000000;">[colored_box title="EZ Choice Financial Corporation" bgColor="#7d7b7b" textColor="#ffffff"]</span></p>
    <p style="text-align: left;"><span style="font-family: Arial; font-size: 14px;">Address:     <span style="color: #ffffff; font-size: 14px;">2081 Business Center Drive Suite 165 </span></span></p>
    <p style="text-align: left;"><span style="color: #000000; font-size: 14px;"><span style="color: #ffffff; font-size: 14px; font-family: arial;">                    Irvine, CA 92612 </span></span></p>
    <p style="text-align: left;"><span style="font-family: Arial; font-size: 14px;">Telephone:  <span style="color: #ffffff; font-size: 14px;">(888) 349-6690 </span></span></p>
    <p style="text-align: left;"><span style="font-family: Arial; font-size: 14px;">Email :        <span style="color: #ffffff; font-size: 14px;">Info@ezchoicefinancial.com</span>[/colored_box]</span></p>
    <p> </p>
    <p style="text-align: left; font-size: 14px;">Se Habla Espanol and other languages as well !</p>
    <p style="text-align: left; font-size: 14px;">We can contact you as well. Please complete this secure form below :</p>
    <p><iframe style="width: 665px; height: 791px; border: none;" src="https://www.jotform.com/form/13012512812" frameborder="0" scrolling="no" width="320" height="240"></iframe></p>

    Posted 5 months ago #
  4. samnasr
    Member

    ok here you go i cleaned up the page a bit

    <style>
    .fancy_header {
    width: 665px;}
    .fancy_header span {
    font-size: 17px; font-weight: bold;
    padding: 10px 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    display: block;
    width: 600px;
    text-align: center;}
    </style>
    [fancy_header bgColor="#2dcc37" textColor="#ffffff"]Welcome, Free Consultation, Get Started Now![/fancy_header]
     
    [one_half]
    [dropcap1 bgcolor="#21c226"]1[/dropcap1]
    <p style="text-align: left; font-size: 14px;">Get up to Date credit advice on unlimitted matters pertaining to your credit worthiness! If you are  looking to buy or refinance a home, car, or recreational  vehicle, allow us to answer your questions . If have you are having trouble qualifying or if you are having trouble getting the interest rate you want, contact us we can help. We increase your credit score by working on your individual credit.</p>
    [/one_half]
    [one_half_last]
    [dropcap1 bgcolor="#21c226"]2[/dropcap1]
    <p style="text-align: left; font-size: 14px;">Our services don't end here. We work with people that want to work on their credit for employment purposes or just because they want to clean up their credit. Don't wait until you are about to complete a credit application to fix your credit. We will support you in your Vision to letting your credit brighten your future. Stay ahead of the game and contact  now!</p>
    [/one_half_last][colored_box title="EZ Choice Financial Corporation" bgColor="#404040" textColor="#fffffff"]Address: 2081 Business Center Drive Suite 165

    Irvine, CA 92612

    Telephone: (888) 349-6690

    Email : Info@ezchoicefinancial.com[/colored_box]

    <p style="text-align: left; font-size: 14px;">Se Habla Espanol and other languages as well !</p>
    <p style="text-align: left; font-size: 14px;">We can contact you as well. Please complete this secure form below :</p>
    <p><iframe style="width: 665px; height: 791px; border: none;" src="https://www.jotform.com/form/13012512812" frameborder="0" scrolling="no" width="320" height="240"></iframe></p>

    And here is the Custom CSS i have

    .colored_box_title {
    color: #ffffff;
    font-size: 16px;}

    .colored_box {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;}

    Posted 5 months ago #
  5. Elliott
    Support

    Try saving all of that code in a separate file and delete it from the page to see if it's what's causing the problem.

    Posted 5 months ago #
  6. samnasr
    Member

    i actually just deleted the whole page . i only left the side bar. i even put in the sidebar the sub navigation and not the pics i had. still the sidebar is showing in the bottom and the page is full width

    Posted 5 months ago #
  7. samnasr
    Member

    that is so weird! i dont know what to do

    Posted 5 months ago #
  8. samnasr
    Member

    Elliott i sent you a pm message so you can access the wordpress site

    Posted 5 months ago #
  9. samnasr
    Member

    Elliot i just deactivated all my plugins again, removed all my custom css codes. then i made me a new test page: https://ezchoicefinancial.com/test with a RIGHT sidebar . the same exact problem occured. this is getting serious. im worried

    Posted 5 months ago #
  10. samnasr
    Member

    also in a separate question i was seeking your help about entering some javascipt code to get the ssl logo on my website you told me :

    "It doesn't look complete but their instructions are to paste it right before the ending body tag which you can find on line 36 in /wp-content/themes/[your_theme]/footer.php."
    http://mysitemyway.com/support/topic/ssl-certificate-logo

    it did what yuo asked but that wasnt the solution so i removed it the javascript from the footer.php . could i have messed some code in that page? but even if i did mess it up, what does the footer have to do with the body or main content of a page? here is the code content from the footer.php in case i messed something up , see below:

    <?php
    /**
    * Footer Template
    *
    * @package Mysitemyway
    * @subpackage Template
    */
    ?>

    <?php mysite_after_main();

    ?><div class="clearboth"></div>

    </div><!-- #content_inner -->
    </div><!-- #content -->

    <?php mysite_before_footer();

    ?><div id="footer">
    <div class="multibg">
    <div class="multibg"></div>
    </div>
    <div id="footer_inner">
    <?php mysite_footer();

    ?></div> <!-- #footer_inner -->
    </div><!-- #footer -->

    <?php mysite_after_footer();

    ?></div><!-- #body_inner -->

    <?php wp_footer(); ?>
    <?php mysite_body_end(); ?>
    <!--

    </body>
    </html>

    Posted 5 months ago #
  11. Elliott
    Support

    We'll continue in PM.

    Posted 5 months ago #
  12. samnasr
    Member

    i replied back to you in pm with 2 messages

    Posted 5 months ago #
  13. Elliott
    Support

    I'll be viewing my PM's in about an hour, please be patient.

    Posted 5 months ago #
  14. samnasr
    Member

    it is cool i just want to know if my messages where making it, i never used the pm prior to this

    Posted 5 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme