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?
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> After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .space{ margin-top:20px; }
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?
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?
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.