Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having the same problem. I posted the following post but haven’t gotten any replies. ?? When you say, “this is what I did” where exactly did you put that?

    </style><![endif]–></h6>
    <h6 class=”MsoNormal”>[portfolio_slideshow id=127]Improve Your Lifestyle</h6>
    <p style=”text-align: justify;”>Do you want to improve your lifestyle? Hampton Roads Corporate Yoga is dedicated to helping people improve their lifestyles through the practice of yoga. Our classes are beginner-friendly as well as educational – providing you with information that you can use on, as well as off, your mat in your everyday life.</p>
    <p style=”text-align: justify;”>Learn simple yoga breathing exercises and poses that can help you reduce stress and fatigue and increase your energy level – lower your blood pressure- improve your heart and digestive health – become more productive at work and reduce absenteeism. Through the practice of yoga, you can transform your mind, body and spirit – improve your overall well-being – look and feel younger. You only have to practice yoga a few times a week. Hampton Roads Corporate Yoga wants to help you change your lifestyle and experience the benefits of yoga. Contact us to learn how you can receive professional yoga instruction in the convenience of your home or business.</p>

    Previous post:
    When I added the slideshow, it pushed my text down below it. I want the text to start to the right of the slideshow and wrap underneath. I have the free version, not Pro. Can you tell me specifically what to do to get this to happen. My site is hrcorporateyoga.com. Thank you!

    .slideshow-wrapper {
    display: block;
    margin: 0 0 10px 0;
    }

    .showloader {
    background: url(../img/ajax-loader.gif) no-repeat center center
    }

    .showloader .portfolio-slideshow, .showloader .slideshow-nav, .showloader .pager {
    visibility: hidden;
    }

    .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ” “;
    clear: both;
    height: 0
    }

    * html .clearfix {
    zoom: 1
    }

    *:first-child+html .clearfix {
    zoom: 1
    }

    .slideshow-wrapper .inactive {
    opacity: .2;
    filter: alpha(opacity=0);
    cursor: default
    }

    .slideshow-wrapper p {
    margin: 10px 0!important
    }

    .slideshow-content img {
    margin: 0!important;
    border: none!important;
    padding: 0!important;
    max-width: none!important
    }

    .fluid .slideshow-content img {
    max-width: 100%!important;
    width: auto;
    height: auto
    }

    .portfolio-slideshow {
    margin: 10px 0 0;
    z-index: 1!important;
    clear: both
    }

    .slideshow-content {
    width: 100%;
    margin: 0 0 7px 0;
    }

    .slideshow-nav {
    margin-top: 5px;
    overflow: visible;
    line-height: 15px;
    height: 17px
    }
    .slideshow-wrapper a.hide {
    display: none
    }

    .slideshow-wrapper a.hide.active {
    display: inline-block
    }

    .pager {
    clear: both
    }

    .slideshow-nav a {
    text-decoration: none;
    color: #444
    }

    .slideshow-nav a:hover, .slideshow-nav a:focus{
    text-decoration: underline;
    }

    .slideshow-nav a.pause,.slideshow-nav a.play,.slideshow-nav a.restart,.slideshow-nav a.new {
    margin: 0 15px 0 0
    }

    .slideshow-nav a.slideshow-prev {
    margin: 0 10px 0 0
    }

    .slideshow-nav a.slideshow-next {
    margin: 0 20px 0 10px
    }

    .slideshow-wrapper .not-first {
    display: none
    }

    .slideshow-wrapper .pager {
    margin: 10px 0;
    }

    .slideshow-wrapper .pager img {
    opacity: .5;
    filter: alpha(opacity=50);
    border: none!important;
    padding: 0 10px 10px 0;
    margin: 0;
    float: left;
    width: 75px;
    height: auto
    }

    .slideshow-wrapper .pager img.activeSlide {
    opacity: 1;
    filter: alpha(opacity=100)
    }

    .slideshow-wrapper .pager img:hover {
    cursor: pointer
    }

    .slideshow-info {
    font-size: .9em;
    margin-right: 20px
    }

    Thread Starter smashr22

    (@smashr22)

    Please check out the latest post on my blog to see the unwanted number alignment.
    https://blog.hrcorporateyoga.com/

    Thread Starter smashr22

    (@smashr22)

    I am using zeePersonal theme and have set up an RSS feed and added the Feed Burner Email widget. I pulled the widget into my sidebar blog but it is not showing on my page. A small white rectangle shows as if something was added but none of my feed options show. I have added the title (Subscribe by Email), Feedburner feed URL (https://blog.hrcorporateyoga.com/feed/) and email address. Does anyone know how I can get this to show on my page and also how I can get the RSS logo to show as well? Thank you!

    Thread Starter smashr22

    (@smashr22)

    Thanks! I couldn’t get it to work that way but I was able to add a custom menu in my template where I could add links to pages. Thank you for taking the time to help me!

    Thread Starter smashr22

    (@smashr22)

    Ok, thanks but I don’t know where to put it. Below is my footer.php and the text that I want to link is in the center footer.

    The name of one of the pages (comment policy) is: https://blog.hrcorporateyoga.com/comment-policy/

    Can you tell me where to insert the link code?

    <div class=”clear”></div>
    <?php if(is_active_sidebar(‘sidebar-footer-left’) or is_active_sidebar(‘sidebar-footer-center’) or is_active_sidebar(‘sidebar-footer-right’)) : ?>
    <div id=”bottombar”>
    <ul id=”bottombar_left”>
    <?php dynamic_sidebar(‘sidebar-footer-left’); ?>

    <ul id=”bottombar_right”>
    <?php dynamic_sidebar(‘sidebar-footer-right’); ?>

    <ul id=”bottombar_center”>
    <?php dynamic_sidebar(‘sidebar-footer-center’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>

    <div id=”footer”>
    <div id=”foot”>
    <?php
    $options = get_option(‘themezee_options’);
    if ( isset($options[‘themeZee_general_footer’]) and $options[‘themeZee_general_footer’] <> “” ) {
    echo $options[‘themeZee_general_footer’]; }
    ?>
    <div class=”credit_link”><?php themezee_credit_link(); ?></div>
    <div class=”clear”></div>
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

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