elisesky
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Tiles] a href in addition to onclickYes, I second this too.
This is not SEO friendly at all, google will not find these pages.
Forum: Themes and Templates
In reply to: [Customizr] Slider load delaySo the active check does not work if you have removed some slides.
Something like this works:
$first = true; ... <?php if (isset($slider_checked) && $slider_checked == 1) : $active =''; if ($first){$active ='active'; $first=false;}Forum: Themes and Templates
In reply to: [Customizr] Slider load delayMore info:
I see there is this check in the tc_voila_slider.php file:
if ($i==0) {$active =’active’;}
and when I change $i==1 it works.. This is really weird because $i is set to 0 at the beginning.
Forum: Themes and Templates
In reply to: [Customizr] Slider load delayIt seems to be the bootstrap carousel, so the first slide needs to have class=”active” in it.
Forum: Themes and Templates
In reply to: [Customizr] Slider description text lenghtThanks for the quick response!
It would be nice if this setting could be changed from somewhere else in the future, so it wouldn’t be overwritten when updating.
Viewing 5 replies - 1 through 5 (of 5 total)