arnoo-1
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Popup] it doesn't workNo idea?
Forum: Fixing WordPress
In reply to: WidgeterrorOk thanks a lot!
I delete this option in my table and it is good!Arno
Forum: Fixing WordPress
In reply to: Widgets Enabled Confusion – Error in widgets.phpI use the deVision theme and I have this problem…
I seems to be in relation with the SidebarDo you have a tip?
Forum: Fixing WordPress
In reply to: Widgets Enabled Confusion – Error in widgets.phpWhere Can I found this extra
update_option( ‘sidebars_widgets’, NULL );
In which file?
ThanksArno
Forum: Plugins
In reply to: to delete the link in Featured Content GalleryHow to delete the Read More in the Plugin Featured Content Gallery?
I tried but without resultsThanks
ArnoForum: Plugins
In reply to: to delete the link in Featured Content GalleryI use the Featured Content Gallery.
I can’t found how to delete simply the link of my picture.I search in the plugin file gallery.php
<div id="myGallery"> <?php $imgthumb = get_option('gallery-use-thumb-image') ? "thumbnailimg" : "articleimg"; $wordquantity = get_option('gallery-rss-word-quantity') ? get_option('gallery-rss-word-quantity') : 100; if (get_option('gallery-way') == 'new') {//new way $arr = split(",",get_option('gallery-items-pages')); if (get_option('gallery-randomize-pages')) { shuffle($arr); } foreach ($arr as $post_or_page_id) { get_a_post($post_or_page_id); ?> <div class="imageElement"> <h2><?php the_title() ?></h2> <?php if(get_option('gallery-use-featured-content')) {?> <p><?php $key="featuredtext"; echo get_post_meta($post->ID, $key, true); ?></p> <?php } else { ?> <p><?php the_content_rss('', 0, '', $wordquantity); ?></p> <?php } ?> <a href="<?php the_permalink() ?>" title="Read More" class="open"></a> <img src="<?php $key="articleimg"; echo get_post_meta($post->ID, $key, true); ?>" alt="<?php $key="alttext"; echo get_post_meta($post->ID, $key, true); ?>" class="full" /> <img src="<?php $key=$imgthumb; echo get_post_meta($post->ID, $key, true); ?>" alt="<?php $key="alttext"; echo get_post_meta($post->ID, $key, true); ?>" class="thumbnail" /> </div> <?php } ?> </div> <?php } else { ?> <?php $temp_query = $wp_query; ?> <?php query_posts('category_name=' . get_option('gallery-category') . '&showposts=' . get_option('gallery-items')); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="imageElement"> <h2><?php the_title() ?></h2> <?php if(get_option('gallery-use-featured-content')) {?> <p><?php $key="featuredtext"; echo get_post_meta($post->ID, $key, true); ?></p> <?php } else { ?> <p><?php the_content_rss('', 0, '', $wordquantity); ?></p> <?php } ?> <img src="<?php $key="articleimg"; echo get_post_meta($post->ID, $key, true); ?>" alt="<?php $key="alttext"; echo get_post_meta($post->ID, $key, true); ?>" class="full" /> <img src="<?php $key=$imgthumb; echo get_post_meta($post->ID, $key, true); ?>" alt="<?php $key="alttext"; echo get_post_meta($post->ID, $key, true); ?>" class="thumbnail" /> </div> <?php endwhile; else: ?> <?php endif; ?> <?php $wp_query = $temp_query; ?> </div>
Do you have any idea?
Forum: Plugins
In reply to: to delete the link in Featured Content GalleryNo idea about this link?
Forum: Fixing WordPress
In reply to: Add links in two different columnsAny proposal?
Forum: Plugins
In reply to: Frontpage Slideshow with a bandThank you very much
It works!Arnoo
Forum: Plugins
In reply to: Frontpage Slideshow with a bandNobody to help me?
How to delete this blqck band in background of my Frontpage Slideshow…?
Forum: Themes and Templates
In reply to: Message width in PageBut we can see a problem with the meta.
At the footer, the band go out of my page.
What could be this problem?Forum: Themes and Templates
In reply to: Message width in PageOk I changed the width for #narrow
Thanks a lotForum: Installing WordPress
In reply to: Not sufficient permissionsAfter reading few posts and documentation in Google.
I resolved my problem.I changed the prefix on the prefix_usermeta table
but I lost to change the prefix of the prefix_options table and the prefix_user_roles.
Now It works.
Forum: Installing WordPress
In reply to: Not sufficient permissionsI add a new login and password by phpmyadmin but no result.
It doesn’t work.
Forum: Fixing WordPress
In reply to: Post problem presentationOk I resolved my problem with a copy/paste of my files .php