Skip to content
Snippets Groups Projects
Commit 2023c715 authored by doka's avatar doka Committed by zymphonies-dev
Browse files

Issue #3002450 by doka, zymphonies-sales-team, zymphonies-team, midlot-team:...

Issue #3002450 by doka, zymphonies-sales-team, zymphonies-team, midlot-team: Slider without link on mobile
parent b7c20d1f
No related branches found
Tags 2.0.2
No related merge requests found
......@@ -139,7 +139,7 @@ function drupal8_custom_theme_get_slider_content() {
$path = base_path() . drupal_get_path('theme', 'drupal8_custom_theme') . theme_get_setting('slide_image_path_' . $i, 'drupal8_custom_theme');
}
$slider_content[$i] = '<li>
<img src="' . $path . '" alt="Slider Banner" />
<a href=' . theme_get_setting('slide_url_' . $i, 'drupal8_custom_theme') . ' class="more-link"><img src="' . $path . '" alt="Slider Banner" /> </a>
<div class="flex-caption">
<h2>' . theme_get_setting('slide_title_' . $i, 'drupal8_custom_theme').'</h2>
<p class="flex-description">' . theme_get_setting('slide_description_' . $i, 'drupal8_custom_theme').'</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment