rompelstilchen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different language for commentsyes i did but
– they all aim at translating the whole site
– or even do multi sub site stuff
– the list is too big to parse it allForum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto start@merchantweb plz dont hijack my thread
if you did the same as i did and used the code above,
either it works or create another thread
i am busy working on that issue to set this thread as resolvedthx
Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto startok the problem was contact form 7
now i gonna have to use another plugin or figure out how to have both working
i read that loading stuffs in the footer was not working for every browserForum: Hacks
In reply to: Custom "widgets" (?)yes thanks that did the trick ??
Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto starthow do you see there is 2 instances loaded ?
Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto startI added this to function.php but I still get the same js error, and the carousel stil does not autostart
i also notice the carousel stops working , then it starts again after a long period of time for no reason
can you have a look ? https://robot.isp.imath.be/robot-monk/
if (function_exists('load_my_scripts')) { function load_my_scripts() { if (!is_admin()) { wp_enqueue_script('bootstrap_script',"/bootstrap/js/bootstrap.min.js"); wp_enqueue_style('bootstrap_css', "/bootstrap/css/bootstrap.min.css" ); wp_enqueue_style('bootstrap_responsive_css', "/bootstrap/css/bootstrap-responsive.min.css" ); } } } add_action('init', 'load_my_scripts');
i also noticed in firefox i get the error “carousel is not a function”
Forum: Plugins
In reply to: [Easy Photo Album] getting startedi also checked in firefox, no html/js error…
Forum: Plugins
In reply to: [Easy Photo Album] getting started(ok i’ll change the settings)
??? well yes precisely … Easy Photo Album is causing the problem, hence the meaning of this post(???)
but in chrome i dont see any html/js error
Forum: Plugins
In reply to: [Easy Photo Album] getting startedi dont get it,
– i had to set the album as draft status otherwise it showed up on the front page (witch i dont want)
– as i not set a single test post on the front page, the whole site vanishes
so i change the theme to the default one (cos i had made modifs in my current theme) and i see the header but not the rest of the site
as said before, no errors in the js window….
here you go : https://robot.isp.imath.be/
thx for checking this out
Forum: Fixing WordPress
In reply to: dodgy plugin installationbut where do i put the php code for wp_enqueue_script and wp_enqueue_style ?
Forum: Plugins
In reply to: [Easy Photo Album] getting startedyes the problem was that no insert album icon is displayed in text mode in the editor
but the resulting display is horrible, just 3 images are displayed with some gray rectangle under each image, and the rest of my site layout vanished
also the page takes hours to load, dont know why
i checked in the javascript console but i get no errorsForum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto startok i’ll check all these
i use [gallery type="carousel" ...] in my page text
thx for the help ??
Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto starti tried this
[script type=”text/javascript” src=”/wp-includes/js/jquery/jquery.js”][/script]
but i got the same issue
`jQuery(document).ready( function($) { $(‘#agnosia-bootstrap-carousel’).carousel( { interval : 3000 , pause : “hover” } ); } );
“undefined is not a function”
Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto starthere is my include lines
[!–bootstrap–]
[script type=”text/javascript” src=”/jquery-2.1.0.min.js”][/script]
[script type=”text/javascript” src=”/bootstrap/js/bootstrap.min.js”][/script]
[link rel=”stylesheet” type=”text/css” href=”/bootstrap/css/bootstrap.min.css” /]
[link rel=”stylesheet” type=”text/css” href=”/bootstrap/css/bootstrap-responsive.min.css” /]Forum: Plugins
In reply to: [Agnosia Bootstrap Carousel by AuSoft] Plugin does not auto startok,
thanks
“I think you need to make sure your Bootstrap package includes the carousel library. Take a look at https://getbootstrap.com/javascript/.”
i dont see anything about bootstrap including carousel,but something about coding with bootstrap; besides it should be the other way around
also i did not even know there was a jquery bundled with wp
i went to jquery official donwload pagetoo bad the plugin system is not more automated, i don’t really like the “modify header.php” paradigm