How Do I Resize/Delete The Highlighted Area, See Attachment

Support desk for Multipurpose Quark Theme
GK User
Thu Apr 09, 2015 2:35 pm
Hello,

I wanted to remove/delete the highlighted area in the attachment. In other lessen the black area from the top.
Here is the url: http://prophecyandyou.org/index.php/who-we-are

See attachment.
User avatar
Platinum Boarder

GK User
Thu Apr 09, 2015 3:16 pm
So basically you would like to remove black background spacing above "SPEAKER | DIRECTOR" text?
User avatar
Moderator

GK User
Thu Apr 09, 2015 3:25 pm
Yes, correct.


Cyberek wrote:So basically you would like to remove black background spacing above "SPEAKER | DIRECTOR" text?
User avatar
Platinum Boarder

GK User
Thu Apr 09, 2015 4:24 pm
It can be reduced by modifying template settings, Images section and reducing first 3 values - they define this element's height for different screen sizes.
User avatar
Moderator

GK User
Thu Apr 09, 2015 4:41 pm
Cyberek,

Unless I am doing something incorrect, your suggestion is not working. See attachment. :shock:

Url: http://prophecyandyou.org/index.php/who-we-are


Cyberek wrote:It can be reduced by modifying template settings, Images section and reducing first 3 values - they define this element's height for different screen sizes.
User avatar
Platinum Boarder

GK User
Mon Apr 13, 2015 6:25 am
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Mon Apr 13, 2015 5:53 pm
Cyberek,
I sent you the info requested via your PM.


Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Platinum Boarder

GK User
Mon Apr 13, 2015 6:59 pm
Did you save the settings?
I have just checked and modified:
"Featured image height (small desktop)" (which is proper for my screen size) value to 300px and it reduced the header size.
User avatar
Moderator

GK User
Mon Apr 13, 2015 7:09 pm
Cyberek


I saved the settings you recommended and still no changes. :shock:
Link: http://prophecyandyou.org/index.php/who-we-are

Cyberek wrote:Did you save the settings?
I have just checked and modified:
"Featured image height (small desktop)" (which is proper for my screen size) value to 300px and it reduced the header size.
User avatar
Platinum Boarder

GK User
Thu Apr 16, 2015 9:50 am
It looks like a bug in our template.
I'll report that to our devteam and will write back as soon as I'll get an answer.
User avatar
Moderator

GK User
Thu Apr 16, 2015 9:52 am
Eventually you can quickly edit file:
templates/gk_quark/templateDetails.xml
and modify this line
Code: Select all
                    <field name="featured_image_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />

and change it to:
Code: Select all
                    <field name="featured_image_height_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />

After the change please set heights again in template settings.
User avatar
Moderator

GK User
Thu Apr 16, 2015 3:52 pm
Cyberek,

As per usual YOU ROCK. :D The code worked and THANKS. :woohoo:


Cyberek wrote:Eventually you can quickly edit file:
templates/gk_quark/templateDetails.xml
and modify this line
Code: Select all
                    <field name="featured_image_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />

and change it to:
Code: Select all
                    <field name="featured_image_height_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />

After the change please set heights again in template settings.
User avatar
Platinum Boarder

GK User
Thu Apr 16, 2015 4:42 pm
It also will be fixed with next template release/update.
User avatar
Moderator


cron