Nivo
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
ok, i’ll try it and keep you inform.
Thanks again Chris.
Thanks for the quick reply Chris.
I haven’t tried it with another theme. It’s doing as if the plugin was not installed at all, it’s going back to the front page like it use to do.
Both login redirect & registration redirect does’nt work.
Forum: Fixing WordPress
In reply to: Search results page does not show clickable titledidn’t work shandiz.
Thanks anyway.
Forum: Fixing WordPress
In reply to: Search results page does not show clickable titleThis is what I have in search.php
<?php /** * * search.php * * The search results template. Used when a search is performed. * */ get_header(); ?> <?php get_sidebar('top'); ?> <?php if (have_posts()) { theme_post_wrapper( array('content' => '<h4 class="box-title">' . sprintf(__('Search Results for: %s', THEME_NS), '<span class="search-query-string">' . get_search_query() . '</span>') . '</h4>' ) ); /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_top_posts_navigation')) { theme_page_navigation(); } /* Start the Loop */ while (have_posts()) { the_post(); get_template_part('content', 'search'); } /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_bottom_posts_navigation')) { theme_page_navigation(); } } else { theme_404_content( array( 'error_title' => __('Nothing Found', THEME_NS), 'error_message' => __('Sorry, but nothing matched your search criteria. Please try again with some different keywords.', THEME_NS) ) ); } ?> <?php get_sidebar('bottom'); ?> <?php get_footer(); ?>
I’m not a coder, but I can usally modify the code by myself, but this time I really dont know what to do.
I dont want to be a pain but if you shandiz, or someone else, could give me a hint on what to do, that would be much appreciated.
Forum: Fixing WordPress
In reply to: Search results page does not show clickable titleCan I ask you what need to be modified in searchform.php?
This is the only code there is:
<form class="art-search" method="get" name="searchform" action="<?php bloginfo('url'); ?>/"> <input name="s" type="text" value="<?php echo esc_attr(get_search_query()); ?>" /> <input class="art-search-button" type="submit" value="<?php echo __('Search', THEME_NS); ?>" /> </form>
Thanks for your time!
oops sorry! double post…
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Make Text boxe unwritableHey thank you so much ??
Viewing 7 replies - 1 through 7 (of 7 total)