rosa1986
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Playlist plays only one video!ok, i modified the code myself, now it works.
Forum: Fixing WordPress
In reply to: Why am I seeing borders of transparent images?yes, try https://addons.mozilla.org/de/firefox/addon/firebug/ “inspect element” or post the link to your website.
Forum: Fixing WordPress
In reply to: NextGen Gallery loading and loadingi found out, that i have jquery 2 times installed and i`m now in another forum for jquery!
greets,
rosaForum: Plugins
In reply to: [Portfolio Slideshow] Portfolio Slideshow does not work correctly :(Can`t anyone help us?
Forum: Fixing WordPress
In reply to: Sidebar-Menu doing Yo-yo-effects!Thanks for your reply!
The sidebar was made from a friend of mine, who is now in holidays and can not help me anymore… the sidebar is located in sidebar.php and the code is following (i think the “hover”-thing is the problem):
<div id=”left-col”>
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js”></script>
<script type=”text/javascript”>$(document).ready(function(){
$(“li.page_item”).hover(function(){ // trigger
$(this).children(“ul”).slideToggle(“fast”); // blendet beim Klick auf “dt” die nächste “dd” ein.
$(this).children(“a”).toggleClass(“closed open”); // wechselt beim Klick auf “dt” die Klasse des enthaltenen a-Tags von “closed” zu “open”.
});
});</script>
<?php custom_nav_menu(); ?>
<div id=”sidebar”>
<div id=”feed-container”>
<p>” id=”feed_link”>Subscribe to the RSS Feed</p>
</div><?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘main_sidebar’) ) : ?><div class=”widget static-widget”>
<h3 class=”widgettitle”>Archives</h3>-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
<div class=”widget static-widget”>
<h3 class=”widgettitle”>Categories</h3>-
<?php wp_list_categories(‘show_count=0&title_li=&hierarchical=0’); ?>
</div>
<?php endif; ?>
</div>
</div>Forum: Themes and Templates
In reply to: remove comments, author and date from post