Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handcrafted Theme
#1
My latest Getsimple theme

Uploaded to Extend

View the demo here

[Image: screenshot.png]
Reply
#2
Hi Brentjlaf,

There is a bug in the template code for the slider component (template.php): there is always the slide1caption used...
<!-- Slider -->
<div class="slider">
<div id="owl-demo" class="owl-carousel">
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner1.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner2.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner3.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
</div>
</div>
Reply
#3
(2014-06-09, 19:45:31)oscon Wrote: Hi Brentjlaf,

There is a bug in the template code for the slider component (template.php): there is always the slide1caption used...
<!-- Slider -->
<div class="slider">
<div id="owl-demo" class="owl-carousel">
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner1.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner2.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner3.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
</div>
</div>



Thanks for spotting that the file has been updated Smile
Reply
#4
Hi Brentjlaf,

Thanks, and I think you forgot to describe the using of the "sidebar" component in the theme...?

TIA
oscon
Reply
#5
(2014-06-12, 01:32:35)oscon Wrote: Hi Brentjlaf,

Thanks, and I think you forgot to describe the using of the "sidebar" component in the theme...?

TIA
oscon

sidebar component is default on install no?
Reply
#6
Hi Brentjlaf,

Astonish and Handcrafted are fine Themes, but both have a little bug. When using a real mobile device or tablet, the menu button does not show. If you know the position you can make the links appear, but the menu button is not visible, be it in landscape or portrait mode.

The weird thing is, when you test the page in a shrinked window with a normal monitor or in resposinator everything's fine, well, but not in real life. You're stuck on a mobile.

I tried to fix it but did not manage.

Maybe you can take a look.

thx
Christian
Reply
#7
(2014-06-18, 07:19:52)cnort Wrote: Hi Brentjlaf,

Astonish and Handcrafted are fine Themes, but both have a little bug. When using a real mobile device or tablet, the menu button does not show. If you know the position you can make the links appear, but the menu button is not visible, be it in landscape or portrait mode.

The weird thing is, when you test the page in a shrinked window with a normal monitor or in resposinator everything's fine, well, but not in real life. You're stuck on a mobile.

I tried to fix it but did not manage.

Maybe you can take a look.

thx



Christian




What device are you testing on?
Reply
#8
ipad min, iphone 5, samsung trend plus and note 8, old sony experia
Reply
#9
works fine on Nokia Windows 8/8.1 IE.
Menu missing on Android on Samsung,STC
My Github Repos: Github
Website: DigiMute
Reply
#10
Love the template.
Trying to use this idea:

"Create a page "sidebar".
Paste this code into a template component <?php getPageContent('sidebar'); ?> "
(from here: http://get-simple.info/forums/showthread...+component)

But it is not working. I either get an error or a blank area.
I am trying to set it up so that the component areas can be edited with the editor as a page.

I did this successfully on a different template. I am using version 3.3.2.

Am I doing something wrong?
Thanks,
Mike
Reply
#11
(2014-08-12, 03:29:10)MikePritchard Wrote: Love the template.
Trying to use this idea:

"Create a page "sidebar".
Paste this code into a template component <?php getPageContent('sidebar'); ?> "
(from here: http://get-simple.info/forums/showthread...+component)

But it is not working. I either get an error or a blank area.
I am trying to set it up so that the component areas can be edited with the editor as a page.

I did this successfully on a different template. I am using version 3.3.2.

Am I doing something wrong?
Thanks,
Mike



Hi Mike

use the page template sidebar.php in the page options, then create a component called sidebar

Thanks
Reply
#12
Dear all,

first of: Thank you for the great theme!
I have a question concerning costumizing it:
What kind of images (sizes, filetyp etc.) do I need for the slider? I tried jpgs but in firefox they are not really responsive, e.g. they do not show correctly when the window is smaller. That is true also for my android.

Thank you very much for your support!

Best regards,

--
David
Reply




Users browsing this thread: 1 Guest(s)