xzyla
Forum Replies Created
-
Forum: Plugins
In reply to: [Etsy Shop] Etsy Shop html integrationI appreciate your reply. I do not see the answer to my inquiry on the FAQs. I want the script or backend info to pull my listings into an html NOT WordPress site. I will pay for the information as I know this plugin is for WordPress but want to build an html site.
Thank you.
Would it be helpful if I purchased the PRO version on the envato market?
Would this resolve any issues? How would I import the plugin without interfering with the settings?
Thanks you for your time.
I installed Ajax Search Lite version 4.7.13 on another site to test and the search does nothing if you hit return after typing or selecting the magnifying glass icon.
I understand most people will select from the drop down but others do not and just hit enter for the results.
Please help.
Thank you
I have not modified the search.php file. Below is the code
<?php
get_header();
$NV_layout = of_get_option(‘pagelayout’,’layout_four’);
if( $NV_hidecontent != “yes” )
{
$columns = ”;if( $NV_layout == “layout_one” ) $columns = ‘twelve’;
elseif( $NV_layout == “layout_two” ) $columns = ‘eight last’;
elseif( $NV_layout == “layout_three” ) $columns = ‘six last’;
elseif( $NV_layout == “layout_four” ) $columns = ‘eight’;
elseif( $NV_layout == “layout_five” ) $columns = ‘six’;
elseif( $NV_layout == “layout_six” ) $columns = ‘six’;
else $columns = ‘eight’;echo “\n\t”. ‘<div id=”content” class=”columns ‘. $columns .’ ‘. $NV_layout .'”>’; ?>
<article>
<?php if ( have_posts() ) : ?><h2 class=”pagetitle”><?php _e(‘Search Results For: ‘, ‘themeva’ ); ?> <?php /* Search Count */ $allsearch = &new WP_Query(“s=$s&showposts=-1″); $key = esc_html($s, 1); $count = $allsearch->post_count; echo ‘<span class=”search-terms”> “‘. $key .'</span>” ( ‘. $count . ‘ ‘. __(‘articles found’,’themeva’). ‘ )’; wp_reset_query(); ?></h2>
<?php while (have_posts()) : the_post(); ?>
<p>
<h3 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php $title = get_the_title(); $keys= explode(” “,$s); $title = preg_replace(‘/(‘.implode(‘|’, $keys) .’)/iu’, ‘<strong class=”search-excerpt”>\0‘, $title); ?><?php echo $title; ?></h3>
<p>
<?php the_excerpt(); ?>
</p>
<hr />
</p><?php endwhile; ?>
<?php else : ?><h2><?php _e(‘No posts found. Try a different search? ‘, ‘themeva’ ); ?></h2>
<?php
get_search_form();
endif;
global $wp_query;
$total_pages = $wp_query->max_num_pages;
if ($total_pages > 1)
{
$current_page = max(1, get_query_var(‘paged’));echo ‘<div class=”page_nav”>’;
echo paginate_links(array(
‘base’ => get_pagenum_link(1) . ‘%_%’,
‘format’ => ‘&paged=%#%’,
‘current’ => $current_page,
‘total’ => $total_pages,
‘prev_text’ => ‘«’,
‘next_text’ => ‘»’
));echo ‘</div>’;
} ?>
</article><?php
echo “\n\t”. ‘</div><!– #content –>’;get_sidebar();
} // Hide Content *END*
get_footer();
Thanks for the reply. I disabled the plugin but still an error page does not work. I also tested if it was a conflict with any other plugins.
I am no sure why it displays correct drop down links with no errors but when you hit return or more results it gives an error?
Please help with this.
I wanted to add that I have disabled each plugin one-by-one and determined there were no conflicts. Could it be that the php7 server is causing an issue?
The dropdown results work but, hitting return or selecting “More Results” end in a 500 error.
Please help with this issue. Thank you
Forum: Plugins
In reply to: [Etsy Shop] Mobile alignmentFred — thanks for the reply. My products run off the page like it has a lot of padding on the left side. See my screenshot at https://anythingphotos.com/proof/tablet-screen.png
This is the same on every product page on a tablet.
Thanks for your time.
Michael
Forum: Plugins
In reply to: [List Petfinder Pets] xml load errorWell, wait a minute. Right after I sent the message, I noticed it works.
GENIUS plugin! I can’t thank you enough for your support.
Happy New Year!
Forum: Plugins
In reply to: [List Petfinder Pets] xml load errorI received it and replaced the file via ftp, but have the same results. I even changed the server php version to 5.6 but no success.
Forum: Plugins
In reply to: [List Petfinder Pets] xml load errorI deleted the slashes but it did not seem to make a difference. Can you send me a fresh file? My email is [email protected]
Thank you.
Forum: Plugins
In reply to: [List Petfinder Pets] xml load errorI replaced //ini_set(“allow_url_fopen”, true); with
//ini_set(‘allow_url_fopen’, ‘on’); with no luckI am not well versed in php