tihanyilaci
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Elisium] Why does a new page openHi, go to Appearance > Editor and edit Main Index Template(index.php). Find this line:
<a href="<?php echo( ($options['slide2_link'])); ?>" target="_blank" rel="nofollow" class="button">Learn more</a>
Just remove the ‘ target=”_blank” ‘ attribute from the anchor (
<a>
) tag.Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Yes, you can find in the documentation many options to set up the slider properties
Look for the section called ‘Optional JavaScript Configuration’. Those options can be set in the data-options attribute of the ul tag like this:
<ul data-orbit data-options=”bullets:false;slide_number:false;pause_on_hover:false;timer:true;timer_speed:5000;”>
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?@stretcho69
Hi, You can set it up at the
ul html tag’s data-options attribute.Appearance > Editor > Main Index Template (index.php)
this line is to look for:
<ul data-orbit data-options=”bullets:false;slide_number:false;pause_on_hover:false;timer:true;”>
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?@philippedonnart
change this line in style.css:@media only screen and (min-width: 1281px) and (max-width: 1720px) {
to something like this:
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?It also happens in Firefox when the browser’s width is over 1703px. The same situation in Chrome so it seems this is not browser related.
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Thank You for Your answer! My next question is, when setting the timer to true and pausing the animation the ‘play’ icon’s right part is hiding. And both of the icons ‘play’ and ‘pause’ are twice as high as the documentation of Foundation 4 shows at the orbit’s manual.
https://foundation.zurb.com/docs/v/4.3.2/components/orbit.html
How can I change the size of the icons? Maybe that solves the problem.Best Regards
Laszlo
Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?However setting up option timer to true it works.
But somehow switching this option to false animation stops.Forum: Themes and Templates
In reply to: [Elisium] How to Change Slides?Hi, this theme is awesome!
I’d like to ask one thing: If it is possible, how to set the slider moving automated?
Thanks,
Laszlo from Hungary