KerimD
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] Easing Slider in Home Page Only – "Double" Home Page HeaderI try to place the slider in the homepage of the Local Buesness them from InkThemes.com version 1.1.8. The slider should be display instead of Top Feature Image. When I went to editor, frontpage php I found this code
====================================================================<div class=”flexslider”>
<ul class=”slides”>
<?php
//The strpos funtion is comparing the strings to allow uploading of the Videos & Images in the Slider
$mystring1 = localbusiness_get_option(‘localbusiness_slideimage1’);
$value_img = array(‘.jpg’, ‘.png’, ‘.jpeg’, ‘.gif’, ‘.bmp’, ‘.tiff’, ‘.tif’);
$check_img_ofset = 0;
foreach ($value_img as $get_value) {
if (preg_match(“/$get_value/”, $mystring1)) {
$check_img_ofset = 1;
}
}
// Note our use of ===. Simply == would not work as expected
// because the position of ‘a’ was the 0th (first) character.
?>
<?php if ($check_img_ofset == 0 && localbusiness_get_option(‘localbusiness_slideimage1’) != ”) { ?>- <?php echo localbusiness_get_option(‘localbusiness_slideimage1’); ?>
-
<?php if (localbusiness_get_option(‘localbusiness_slideimage1’) != ”) { ?>
“><img src=”<?php echo localbusiness_get_option(‘localbusiness_slideimage1’); ?>” alt=””/>
<?php } else { ?>
<img src=”<?php echo get_template_directory_uri(); ?>/images/signupimg.jpg” alt=””/>
<?php } ?>
=======================================================================Which should php code of the easing slider be pasted?
thanks
<?php } else { ?>
Forum: Plugins
In reply to: [Easing Slider] Easing Slider in Home Page Only – "Double" Home Page HeaderHow i? can add slider in a Local Business wordpress template? I tryed so many times but with no succes. Thanks.