You need to enable navigation and edit navigationText: Assuming this is version 1.3.2 $(“#owl-example”).owlCarousel({ navigation: true, navigationText: [“<img src=’myprevimage.png’>”,”<img src=’mynextimage.png’>”] }); Assuming it’s version 2: $(“#owl-example”).owlCarousel({ nav: true, navText: [“<img src=’myprevimage.png’>”,”<img src=’mynextimage.png’>”] });
Author Archives: Prosoxi.com Webmaster
Find Instagram User ID Number.
Use the below form to find your Instagram ID number by entering your valid username. visit http://www.ershad7.com/InstagramUserID/
Check variable if explode-able in PHP
use explode itself to see if it is explodable $a = explode(” “,”Where Am I?”); if(count($a)>1) { echo “explodable”; } else { echo “No use of exploding”; } or if(strpos($row[‘city’], ‘ ‘) !== false) { // explodable } else { // not explodable }
Elastix backup and restore file location.
/var/www/backup
Reset Elastix Web Interface Admin Password
Reset Elastix Web Interface Admin Password This requires that you can log into the server at the console, or via SSH. If you dont have the login details to log into the console, or ssh in, you will need to reset the root password. After logged in, to reset the admin account password for the …
Continue reading “Reset Elastix Web Interface Admin Password”
bootstrap device widths
Personally I only worry about devices with 320px width or greater. In a sense I don’t care much about smaller devices, although I expect sites I make to have some (possibly reduced) functionality in every browser. Check this for more details Media Queries for Standard Devices