Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MSweet123

    (@msweet123)

    @nvourva…Thank you! Thank you! Thank you!

    That worked beautifully! I just had to edit the top margin a little.

    One more question please, if you have time:

    I have a site using the Superb Lite theme. It only allows for 2 slider images on the front page. How can I edit the code to allow for 3 more images? This is what the code for the slider looks like:

    <div class=”slider-wrapper clearfix”>
    <div class=”flexslider”>
    <ul class=”slides”>
    <?php
    // check if the slider is blank.
    // if there are no slides by user then load default slides.
    if ( get_theme_mod(‘slider_one’) ==” ) { ?>
    <li id=”slider1″>
    <img src=”<?php echo get_template_directory_uri(); ?>/assets/images/slide1.jpg” alt=””/>
    <div class=”flex-caption”>
    <div class=”caption-content”>
    <div class=”caption-inner”>
    <h2 class=”slider-title”><?php esc_html_e(‘Perfect for your business website’, ‘superb’) ?></h2>
    <p><?php esc_html_e(‘Superb is a theme designed for your business website.’, ‘superb’) ?> </p>

    <?php esc_html_e(‘Start Building Your Website Now’, ‘superb’) ?>

    </div>
    </div>
    </div>

    <li id=”slider2″>
    <img src=”<?php echo get_template_directory_uri(); ?>/assets/images/slide3.jpg” alt=””/>
    <div class=”flex-caption”>
    <div class=”caption-content”>
    <div class=”caption-inner”>
    <h2 class=”slider-title”><?php esc_html_e(‘Showcase your work and services’, ‘superb’) ?></h2>
    <p><?php esc_html_e(‘Use the home featured section to showcase your services.’, ‘superb’) ?> </p>

    </div>
    </div>
    </div>

    <?php } ?>

    <?php
    // if user adds a cusotm slide then display the slides
    // load first slide
    if ( get_theme_mod(‘slider_one’) !=” ) { ?>
    <li id=”slider1″>
    <img src=”<?php echo esc_url(get_theme_mod(‘slider_one’)); ?>” alt=””/>
    <?php if ( get_theme_mod(‘slider_title_one’) !=” || get_theme_mod(‘slider_one_description’) !=” ) { ?>
    <div class=”flex-caption”>
    <div class=”caption-content”>
    <div class=”caption-inner”>
    <h2 class=”slider-title”><?php echo esc_html(get_theme_mod(‘slider_title_one’)); ?></h2>
    <p><?php echo esc_html(get_theme_mod(‘slider_one_description’)); ?></p>

    <?php if ( get_theme_mod(‘slider_one_link_url’) !=” && get_theme_mod(‘slider_one_link_text’) !=” ) { ?>
    “>
    <?php echo esc_html(get_theme_mod(‘slider_one_link_text’)); ?>
    <?php } ?>

    </div>
    </div>
    </div>
    <?php } ?>

    <?php
    // load second slide
    if ( get_theme_mod(‘slider_two’) !=” ) { ?>
    <li id=”slider2″>
    <img src=”<?php echo esc_url(get_theme_mod(‘slider_two’)); ?>” alt=””/>
    <?php if ( get_theme_mod(‘slider_title_two’) !=” || get_theme_mod(‘slider_two_description’) !=” ) { ?>
    <div class=”flex-caption”>
    <div class=”caption-content”>
    <div class=”caption-inner”>
    <h2 class=”slider-title”><?php echo esc_html(get_theme_mod(‘slider_title_two’)); ?></h2>
    <p><?php echo esc_html(get_theme_mod(‘slider_two_description’)); ?></p>

    <?php if ( get_theme_mod(‘slider_two_link_url’) !=” && get_theme_mod(‘slider_two_link_text’) !=” ) { ?>
    “>
    <?php echo esc_html(get_theme_mod(‘slider_two_link_text’)); ?>
    <?php } ?>

    </div>
    </div>
    </div>
    <?php } ?>

    <?php } ?>

    <?php } ?>

    </div>
    </div>

    Thank you!

    Michelle

    Hi Julia,

    I just had this to happen to me.

    The way that I resolved the issue of not being able to login in to the admin control panel, is that I moved the wordpress site to another domain and then I moved it back.

    I was able to do this because I had other sub-domains created on the account. So I moved the wordpress site to one of my sub-domains and then moved it back to the main domain.

    If you want to change the domain address it is better to do it through the Godaddy hosting account. If the domain name is on another account then you would just need to point that domain name to the ip address for your Godaddy hosting account. Once you do that then you would add that domain to your hosted domains. Then you can go to “manage applications” and move the wordpress site to that domain address.

    I hope this helps 🙂

    Thanks!

    Michelle

    Thread Starter MSweet123

    (@msweet123)

    @jose Castaneda…Thank you for your reply. I am using the Landline theme. It is a free theme in WordPress.

    @rossmitchell…Thank you for your reply. Unfortunately, this theme does not have theme options in the “Appearance” menu, but I really like it and would like to use it. It it quite minimalistic (it doesn’t even have any sidebar options), but I would still like to at least place the copyright text along the bottom.

    Thread Starter MSweet123

    (@msweet123)

    @kidcompassion…Thank you SOOO much! I followed the instructions in the article. I will probably try it the other way just for the “know how”, but when I looked in the footer.php file, the code looks different than it does in the “inspect element”. So I was unsure of what I would need to delete.

    I want to learn html and css. I have picked up a few quick tips that I can use for certain things (like this issue).

    Thanks again!

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