Advertise additional services on home page

Discussion in 'Appointway WordPress Theme' started by shehzad, Jun 12, 2013.

  1. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    The template currently has space to add up to three services on the home page, in the 'Our Services' section. My client is now requesting to include two additional services to make it five. I've asked my developer to look into this, however he is stuck...can you please help?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It is possible but you need to add your content manually.

    Add code given below in the "front-page.php" as shown in the image.

    Code:
    <div class="space"></div>
                                            <div class="featurebox_desc first">
    <h4><a href="Your link">Your heading</a></h4>
                                            <a href="Your link"><img src="Your image link" /></a>
                                          <p>Your paragraph</p>
                                            <a class="readmore" href="Your link"><?php _e('Read More', 'Appointway'); ?></a></div>
                                        <div class="featurebox_desc second">
                                          <h4><a href="Your link">Your heading</a></h4>
                                          <a href="Your link"><img src="Your image link" /></a>
                                          <p>Your paragraph</p>
                                            <a class="readmore" href="Your link"><?php _e('Read More', 'Appointway'); ?></a>
                                        </div>
    [​IMG]

    After that
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .space{
    margin-top:20px;
    }
     
  3. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    Many thanks for your reply...I will give this a try.

    Will the additional services we include still appear in a responsive mode on smartphones?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Yes, They are fully responsive on smartphones.
     
  5. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    Hi,

    I forgot to mention this, but we are creating a multi-lingual site, so the additional services we add on the home page will need to appear both in Arabic and in English. We are using the QTranslate plug-in for this.

    My developer is saying that it may need a template/CSS modification for this to work, requiring boxes to be included in the template - two for the English version and two for the Arabic version and how the content can be added from the back-end?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    qTranslate works for theme option panel and for adding additional services in theme option require lots of customization, So please call freelancer to do that.
     

Share This Page