Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter sky108

    (@sky108)

    I know there are numerous newsletter plugins available, however I really am after a simple clean look that will easily embed into my footer I already have on my website? (please see posted links in above message for the look I am after)

    Thanks for the help!

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    thanks for the help Matthew, much appreciated I have fixed the error by changing the layout.min.css file through ftp (not available through wordpress)….hope this helps anyone else researching a similar problem, & here is the code I added…

    #footer {
    padding-bottom: 10px;
    }
    #footer .widget {
    margin-bottom: 20px;
    }‏

    #footer {
    padding-bottom: 10px;(remove)
    }
    #footer .widget {
    margin-bottom: 20px; (remove)
    }

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    oops sorry guys, wasn’t aware of that rule, will follow the link, thanks!

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    also if you view that site in mobile mode, http://loyals.info/london/favorites/
    the weather plugin i made which sits at the bottom is not responsive to mobiles….if you can fix these little niggles ‘ll give you a tenner & i’ll make you my “go to” guy 😀

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    thanks for the help again but after inserting the above code the image i made is no longer present & instead getting the following code….

    Parse error: syntax error, unexpected ‘<‘ in /home/supafoni/public_html/www.loyals.info/wp-content/themes/wpcasa/footer.php on line 37

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    http://loyals.info/london/

    any help guys, much appreciato!

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    Having problems since the recent wordpress update…my footer image has reverted back into it’s “hovering” position. So much of the same question really, how can I get that image to “stick” on top of the footer? Any help much appreciated, I have tried to copy the above but doesn’t seem to work now?
    Here is my footer.php file:

    <?php
    /**
    * Built theme footer with widget area,
    * and wp_footer(). The widget area is called
    * ffooter because ‘footer’ causes issues.
    *
    * @package wpSight
    * @since 1.0
    */

    // Action hook before footer
    do_action( ‘wpsight_footer_before’ );

    // Display footer widget area if active

    if( is_active_sidebar( ‘ffooter’ ) ) {

    // Open layout wrap
    wpsight_layout_wrap( ‘footer-wrap’ ); ?>

    /* Footer Image */

    <div id=”footer-image”>

    <img src=”http://loyals.info/wp-content/uploads/2014/07/london-scape-footer-cut-w-white33-transparent.png&#8221; alt=”Image Description”>

    </div><!– footer-image –>

    /* Footer */
    <div id=”footer” class=”clearfix”>

    /* Footer Widget Area */
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer’) ) ?>

    <?php dynamic_sidebar( ‘ffooter’ ); ?>

    </div><!– #footer–><?php

    <div id=”footer-sidebar” class=”secondary”>
    <div id=”footer-sidebar1″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-1’)){
    dynamic_sidebar(‘footer-sidebar-1’);
    }
    ?>
    </div>
    <div id=”footer-sidebar2″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-2’)){
    dynamic_sidebar(‘footer-sidebar-2’);
    }
    ?>
    </div>
    <div id=”footer-sidebar3″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-3’)){
    dynamic_sidebar(‘footer-sidebar-3’);
    }
    ?>
    </div>
    </div>

    </div><!– #footer–><?php

    // Close layout wrap
    wpsight_layout_wrap( ‘footer-wrap’, ‘close’ );

    } // endif is_active_sidebar()

    // Action hook after footer
    do_action( ‘wpsight_footer_after’ ); ?>

    </div><!– #outer –>

    <?php
    do_action( ‘wpsight_after’ );
    wp_footer();
    ?>

    </body>
    <!–Start of Zopim Live Chat Script–>
    <script type=”text/javascript”>
    window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
    d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
    _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute(‘charset’,’utf-8′);
    $.src=’//v2.zopim.com/?2PcASxxRPk0QamjgPPebmfoTRRP4nb2Y’;z.t=+new Date;$.
    type=’text/javascript’;e.parentNode.insertBefore($,e)})(document,’script’);
    </script>
    <!–End of Zopim Live Chat Script–>

    <script>

    $zopim(function() {
    $zopim.livechat.button.setColor(‘#B20047’);
    $zopim.livechat.theme.reload(‘#B20047’); // apply new theme settings
    });

    </script>

    <script>

    $zopim(function() {
    $zopim.livechat.window.setColor(‘#B20047’);
    $zopim.livechat.theme.reload(); // apply new theme settings
    });

    </script>

    <script>

    $zopim(function() {
    $zopim.livechat.badge.setColor(‘#B20047’);
    $zopim.livechat.theme.reload(); // apply new theme settings
    });

    </script>

    <script type=”text/javascript”>
    $zopim(function(){
    $zopim.livechat.concierge.setName(‘Loyals Of London’);
    });
    </script>

    </html>

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    that’s awesome, thank you loads!!! It goes back to the same hovering like position when I center the image, but that’s fine I can work around it in photoshop!

    just one last question regarding the footer…how do you incorporate widgets inside the grey area? the widget areas i have made, when I add a widget they seem to be above the area in question? Ideally would be great to incorporate an email subscriber widget, & telephone address info…I can find widgets for this no probs, but how do you tell the script I want them to be placed in that area right at the bottom of my page?

    many thanks again for the help!

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    coincidentally the original footer file for the theme, which i have a back up for, is as follows….

    <?php
    /**
    * Built theme footer with widget area,
    * and wp_footer(). The widget area is called
    * ffooter because ‘footer’ causes issues.
    *
    * @package wpSight
    * @since 1.0
    */

    // Action hook before footer
    do_action( ‘wpsight_footer_before’ );

    // Display footer widget area if active

    if( is_active_sidebar( ‘ffooter’ ) ) {

    // Open layout wrap
    wpsight_layout_wrap( ‘footer-wrap’ ); ?>

    <div id=”footer” class=”clearfix”>
    <?php dynamic_sidebar( ‘ffooter’ ); ?>
    </div><!– #footer–><?php

    // Close layout wrap
    wpsight_layout_wrap( ‘footer-wrap’, ‘close’ );

    } // endif is_active_sidebar()

    // Action hook after footer
    do_action( ‘wpsight_footer_after’ ); ?>

    </div><!– #outer –>

    <?php
    do_action( ‘wpsight_after’ );
    wp_footer();
    ?>

    p.fimage {
    line-height; 12px;
    margin:auto;
    left:0;

    p.fimage a img {
    margin: 0 auto; padding: 0 0 0 12px;

    <img src=”http://loyals.info/wp-content/uploads/2014/07/london-scape-footer-cut-w-white33-transparent.png&#8221; alt=”Image Description”>

    </body>
    </html>

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    sure, i have assigned 3 sidebars in the footer….

    <?php
    /**
    * Built theme footer with widget area,
    * and wp_footer(). The widget area is called
    * ffooter because ‘footer’ causes issues.
    *
    * @package wpSight
    * @since 1.0
    */

    // Action hook before footer
    do_action( ‘wpsight_footer_before’ );

    // Display footer widget area if active

    if( is_active_sidebar( ‘ffooter’ ) ) {

    // Open layout wrap
    wpsight_layout_wrap( ‘footer-wrap’ ); ?>

    <div id=”footer” class=”clearfix”>
    <?php dynamic_sidebar( ‘ffooter’ ); ?>

    <div id=”footer-sidebar” class=”secondary”>
    <div id=”footer-sidebar1″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-1’)){
    dynamic_sidebar(‘footer-sidebar-1’);
    }
    ?>
    </div>
    <div id=”footer-sidebar2″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-2’)){
    dynamic_sidebar(‘footer-sidebar-2’);
    }
    ?>
    </div>
    <div id=”footer-sidebar3″>
    <?php
    if(is_active_sidebar(‘footer-sidebar-3’)){
    dynamic_sidebar(‘footer-sidebar-3’);
    }
    ?>
    </div>
    </div>

    </div><!– #footer–><?php

    // Close layout wrap
    wpsight_layout_wrap( ‘footer-wrap’, ‘close’ );

    } // endif is_active_sidebar()

    // Action hook after footer
    do_action( ‘wpsight_footer_after’ ); ?>

    </div><!– #outer –>

    <?php
    do_action( ‘wpsight_after’ );
    wp_footer();
    ?>

    p.fimage {
    line-height; 12px;
    margin:auto;
    left:0;

    p.fimage a img {
    margin: 0 auto; padding: 0 0 0 12px;

    </body>
    </html>

    Forum: Fixing WordPress
    In reply to: customizing footer
    Thread Starter sky108

    (@sky108)

    thanks for replying to my post, I have tried the above, even managed to register 3 footers in the widget area, & I have dl that plugin, however the image is just hovering above the footer, when I place it in the designated new footer areas it sits in the footer area (as shown here http://loyals.info/london/ )….what I was after is that image to be adjoining & directly connected to the bottom footer?
    Hope this makes sense.

    oh yes sorry for hijacking this post diywebco, hope u get your q answered & looking forward to contributing to this forum community. thanks 🙂

    hi sorry if it is already been said but how do i post a new topic please, it relates to my wordpress footer i wish to have customized
    many thanks

Viewing 14 replies - 1 through 14 (of 14 total)