parmendil
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WP FullPage] New version coming?I’ll add something to this, is the new release using the last version of fullpage.js? There’s some functionality I need to use from the new one 🙂
Thanks for your great work!
Forum: Plugins
In reply to: [WP FullPage] Autoscroll is not workingWell… I worked it out placing this code on my main .js file:
function moveSlideshow() { $.fn.fullpage.moveSlideRight(); setTimeout(moveSlideshow, 10000); } $( window ).load(function() { moveSlideshow(); });Forum: Plugins
In reply to: get_previous_post get_next_post in menu orderOk, I made a function to provide this. If somebody searches for this topic, here you have:
function bring_previous_next_post_link($previous, $template, $text, $cat) { global $post; $original_post = $post; query_posts($cat); $posts = get_posts('offset=0&orderby=menu_order&order=ASC&numberposts=1000'); $link = ''; $gotThere = false; foreach($posts as $post) { start_wp(); if ($post->ID == $original_post->ID) { $gotThere = true; } else { if ($previous && $gotThere) break; $link = get_permalink(); if (!$previous && $gotThere) continue; } } echo str_replace("%link", "<a href='".$link."'>".$text."</a>", $template); $post = $original_post; }Forum: Plugins
In reply to: [Contact Form 7] problem with Contact Form 7 qtranslate ajaxHi Takayuki. Do you think this can be solved? I really love your plugin but this is a problem for multilanguage sites.
Thanks a lot, F.
Forum: Plugins
In reply to: [Contact Form 7] problem with Contact Form 7 qtranslate ajaxNobody had this problem before? I can’t believe it 🙁
Forum: Plugins
In reply to: WP ecommerce shopping cartillufoxdesign, do you remember what were the changes that your provider made? It may help others (like me, 🙂 ).
Viewing 6 replies - 1 through 6 (of 6 total)