supervision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: nothing helped on my next_posts problem“Is there a reason why you set the number of ‘posts_per_page’ in the query, and not general from dashboard – settings – reading ?”
No, I just copied the example code and realized there is no difference if its there or not. Of course of reasons of maintenance I would remove it there when I fixed the problem, so that its not overwriting the settings from the dashboard and would cause confusion.
Anyway, removed this param but the result is still the same:
For me is possible to remove the category param so that I would not have to change the loop, but when I leave out
paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array('cat' => -6, 'paged' => $paged ); query_posts($args);there will be no results found at all, which confuses me even more.
Forum: Themes and Templates
In reply to: nothing helped on my next_posts problemwp version is 3.1.4
Hey there,
slideshow was working wonderful 5 days ago, but now it seems to be some js error I could not manage to fix:
TypeError: b.browser is undefined
http://vanessapuschmann.de/wp-content/themes/scope/js/jquery.isotope.min.js?ver=1.5.03
Line 13TypeError: a(…).live is not a function
http://vanessapuschmann.de/wp-content/plugins/lightbox-plus/js/jquery.colorbox-min.js?ver=1.3.17.2
Line 4First search in the internet led me to some jquery 1.9 bugs, but there the plugin is not using the latest jquery + the errors point to isotope and colorbox jquery scripts.
Any idea how to fix this?
cheers,
svForum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workNice, working good so far. What would be also nice is a column in the overview where the order is visible, imho.
cheers,
danielForum: Fixing WordPress
In reply to: viewport not scaling to 1anyone an idea?
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workmmmh, when I expand the options, I could add a title,
but there is no side link option:http://s7.directupload.net/images/120924/fbq5qatz.png
Do I have to enable this somewhere?
cheers,
danielForum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workHey,
thanks for the information apocalypseboy!
I think it makes sense if there is one day a working name attribute for different slide shows, cause there are many people out there using several of them on their homepages 🙂
Another thing. Wanted to add a link to some of the images, and imagine putting the link in the article itself. I digged a bit in your code and wanted to wrap the image in a tag while looping through your slide posts, but wont work, because I realized that during the slide show only the background image of the div container ist changed…
Awesome alchymyth, just works fine now!
Thanks a lot!yes, I am using get_posts within the loop.
page.php:
http://pastebin.com/EvzKSmRxmy custom page-blog.php:
http://pastebin.com/HahSEnFKIt has been a while, but as I said before, I did a lot of css changes, but didn’t changed much about the theme functionality.
Checked the mod dates on theme files via ftp, beside custom pages there are only changes to index, header, footer + functions.php, and in functions.php I just added another function when I tried to solve the pagination on another way, BUT since this function is not called anymore this this could not have an effect.
Tried this solution:
http://wp-ultra.com/2011/07/adding-pagination-to-the-twenty-eleven-theme-without-a-plugin/and added “function sonar_pagination”, which you have to call instead of “twentyeleven_content_nav( ‘nav-above/below’ )”, but now its NOT called anymore.
well, I just downloaded twentyeleven theme from here to be sure:
http://ww.wp.xz.cn/extend/themes/twentyeleven
looked in the index.php, and yes, this is exactly the code I moved to my custom page.
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workAnother thing. Now I have 2 slidesets (for 2 slideshows),
but it is all shown in one…if there is no id tag, how to distinguish?Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workOkay, its working now.
If I could make an suggestion, I would recommmend giving an example tag in the first place, and I didn’t now that I had to put the images as “slide article image” instead of just loading it into the “slide article”….or did I oversee it in the documentation?
cheers,
svFor sure:
http://zookie.de/testing/I removed the code, that is fetching all the posts from the theme index page to a custom page (could that be the reason?), and changed css, but thats pretty much it.
Is there a way to debug the code, that we have any more hints here?
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not work