lineceline
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Can we invert thumbs down and thumbs up?OK sorry I did by replacing images and changing the values… And something else, I get the error “Failed To Verify Referrer” what is it ? Thanks !
Forum: Plugins
In reply to: [FL3R FeelBox] Integrate plugin on the homepage after each postAny help on that please? Also, could you please share what you’ve done so far in the code for the homepage display? Maybe I can help, better than working on it separately… 😉
Thanks!
Forum: Plugins
In reply to: [FL3R FeelBox] Integrate plugin on the homepage after each postHey Armando,
Thanks for the update! Also I have a small issue on my website, each time I reload the page, I can click on a smiley and vote again, do you know why ?
Thanks,
Céline
Hi all,
I eventually talked to the plugin developer and also my theme’s developer (The Teardrop theme), and I want to thank them for their support, the solution is :
Put the vimeography shortcode between : [rubi] [/rubi] shortcodes.
Then, in the file jquery.custom.js, I deleted the first part, which was :
// z-index order fix
$(function () {
var zIndexNumber = 1000;
$(‘div’).each(function () {
$(this).css(‘zIndex’, zIndexNumber);
zIndexNumber -= 1;
});
});
$(“#pp_overlay”).css(‘zIndex’, 1001);Then, I adapted my CSS theme so that the header and the footer are always on top of the scene, and that was all good !
Good luck to all of you guys,
Céline
Hi,
For the size of the video, I just imported the vimeography css in my theme.
But I still have an issue with the javascript, it won’t load.
I deleted this line in my shortcodes.php file, in my theme folder :
remove_filter(‘the_content’, ‘wpautop’); (it was remove filter and not add filter…, which is weird because if I take a look at your solution, I wouldn’t have encountered any issue with this code).Do you have any idea of what else it could be?
Here is the concerned website : http://pigup.fr/?page_id=452
Thanks guys!