Bluap Questions

Perfect responsive WordPress theme to showcase your mobile, iPad or tablet apps.
GK User
Fri Sep 27, 2013 11:17 am
Hi,

Just a couple of questions please:

1. Where is the text stored or changed on the demo/quickstart to the left of the widget GK Image Show?
2. In the footer Keep in touch what changes need to be made to form action code to make the notify me button work?

<div data-width="50">
<h3><strong>Keep</strong> in touch with us</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare porttitor diam, a accumsan justo laoreet.</p>
<form action="#" class="gk-form">
<input type="email" placeholder="e-mail address...">
<input type="submit" class="button bordered" value="Notify me">
</form>
</div>
User avatar
Fresh Boarder

GK User
Fri Sep 27, 2013 12:02 pm
Hi,

1. This text is stored in Media Library (image caption and description), check this documentation please:
http://demo.gavick.com/wordpress/bluap/?page_id=1064

2. It's just a custom HTML example, you can use this code to connect with any newsletter plugin using proper action attribute in the form (e.g. wysija pluign), check also this similar thread:
https://www.gavick.com/forums/simplicit ... 24243.html
User avatar
Moderator

GK User
Fri Sep 27, 2013 1:17 pm
Great many thanks,
Is it also possible to change the background block colour of each widget on a per widget basis, currently they are red?
User avatar
Fresh Boarder

GK User
Fri Sep 27, 2013 1:40 pm
Yes it's possible with CSS overriding. Put this code to Bluap/css/override.css file (first enable this option in Bluap -> Template Options -> Advanced tab)
Code: Select all
#gk-bottom5 .box {
background: yourcolor!important;
}


Above code will change color of every widget background on bottom5 widget position, if you want other position or only specified widget I need to see your website to give you proper CSS rules.. (you can send me a PM with the URL).
User avatar
Moderator

GK User
Mon Sep 30, 2013 2:57 pm
Thats great thankyou.
another how do you achieve the cookie bar?
User avatar
Fresh Boarder

GK User
Tue Oct 01, 2013 8:46 am
In regards to the cookie bar, please check this thread (from 4th post)
http://www.gavick.com/forums/simplicity ... 24881.html
User avatar
Moderator


cron