Trrance
Forum Replies Created
-
thumbs up for that!
yes a plugin that show the category list grid first and when you enter in one category , show the posts
Primary category—>Show Secundary Categories in grid view
Secundary category1—->enter—->Show post in grid view
Secundary category2—->enter—->Show post in grid view
Secundary category3—->enter—->Show post in grid viewForum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Help whit product presentation!ahhh sorry for commenting again, but this plugin configuration is so anoying! why dont do the presentation simple like eshop
e-commerce show all categories and sub-categories in the product page
would be nice if they show only the main category and when enter in one category there only be the subcategories and not all products.
e-commerce display in product page
main category 1 = when clicked ==> ALL PRODUCTS!? AND no SUBCATEGORY???
main category 2 = when clicked ==> ALL PRODUCTS!? AND no SUBCATEGORY???
main category 3 = when clicked ==> ALL PRODUCTS!? AND no SUBCATEGORY???
sub-category 1.1
sub-category 1.2
sub-category 2.1
sub-category 2.2
sub-category 3.1
sub-category 3.2should be like eshop:
main category 1 = when clicked ==> -sub-category 1.1 -sub-category 1.2
main category 2 = when clicked ==> -sub-category 2.1 -sub-category 2.2
main category 3 = when clicked ==> -sub-category 3.1 -sub-category 3.2Forum: Plugins
In reply to: [PrestaShop Integration] [Plugin: PrestaShop Integration] pathi need to that… i put the path of my prestashop i my local server instalation https://127.0.0.1/prestashop/ and nothing hapends
add the [ps_product_list id_category=4] to my page, but remain blank.
my wordpress instalation path is https://127.0.0.1/wordpress/
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] My country is not on the list of business locationsorry in n00b using eshop, where is the eshop_currency_codes filter?
Forum: Fixing WordPress
In reply to: product catalog that read an external database?anybody?
I use this theme https://www.yootheme.com/themes/downloads/load?id=393&token=0e8856a7&format=raw and find the comments.php in wp-content/themes/yoo_master/warp/systems/wordpress/layouts/comments.php
change this:<?php else : ?> <form class="short" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post"> <?php if (is_user_logged_in()) : ?> <?php global $user_identity; ?> <p class="user"><?php printf(__('Logged in as <a href="%s">%s</a>.', 'warp'), get_option('siteurl').'/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e('Log out of this account', 'warp'); ?>"><?php _e('Log out »', 'warp'); ?></a></p> <?php else : ?> <?php $req = get_option('require_name_email');?> <div class="author <?php if ($req) echo "required"; ?>"> <input type="text" name="author" placeholder="<?php _e('Name', 'warp'); ?> <?php if ($req) echo "*"; ?>" value="<?php echo esc_attr($comment_author); ?>" size="22" <?php if ($req) echo "aria-required='true'"; ?> /> </div> <div class="email <?php if ($req) echo "required"; ?>"> <input type="text" name="email" placeholder="<?php _e('E-mail', 'warp'); ?> <?php if ($req) echo "*"; ?>" value="<?php echo esc_attr($comment_author_email); ?>" size="22" <?php if ($req) echo "aria-required='true'"; ?> /> </div> <div class="url"> <input type="text" name="url" placeholder="<?php _e('Website', 'warp'); ?>" value="<?php echo esc_attr($comment_author_url); ?>" size="22" /> </div> <?php endif; ?> <div class="content"> <textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea> </div> <div class="actions"> <input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'warp'); ?>" /> <?php comment_id_fields(); ?> </div> <?php do_action('comment_form', $post->ID); ?> </form> <?php endif; ?>
Then i add the hooks in like so:
<?php else : do_action('comment_form_before'); ?> <form class="short" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post"> <?php if (is_user_logged_in()) : ?> <?php global $user_identity; ?> <p class="user"><?php printf(__('Logged in as <a href="%s">%s</a>.', 'warp'), get_option('siteurl').'/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e('Log out of this account', 'warp'); ?>"><?php _e('Log out »', 'warp'); ?></a></p> <?php else : ?> <?php $req = get_option('require_name_email');?> <div class="author <?php if ($req) echo "required"; ?>"> <input type="text" name="author" placeholder="<?php _e('Name', 'warp'); ?> <?php if ($req) echo "*"; ?>" value="<?php echo esc_attr($comment_author); ?>" size="22" <?php if ($req) echo "aria-required='true'"; ?> /> </div> <div class="email <?php if ($req) echo "required"; ?>"> <input type="text" name="email" placeholder="<?php _e('E-mail', 'warp'); ?> <?php if ($req) echo "*"; ?>" value="<?php echo esc_attr($comment_author_email); ?>" size="22" <?php if ($req) echo "aria-required='true'"; ?> /> </div> <div class="url"> <input type="text" name="url" placeholder="<?php _e('Website', 'warp'); ?>" value="<?php echo esc_attr($comment_author_url); ?>" size="22" /> </div> <?php endif; ?> <div class="content"> <textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea> </div> <div class="actions"> <input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'warp'); ?>" /> <?php comment_id_fields(); ?> </div> <?php do_action('comment_form', $post->ID); ?> </form> <?php do_action('comment_form_after'); endif; ?>
everything works fine, but when i disable the WP comments, facebook comments also disappear.
when i add the line
<?php echo do_shrotcode('[AWD_comments option="value"]'); ?>
to the comments.php my site stops loading from the comment, should add it somewhere else?Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my siteesmi, you have some theme that call jquery-1.6.3.min.js to test?
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my siteesmi i downgrade to an early buckup my database, change my password, reinstal the wp, etc and deleted the theme an reupload again, but the theme call the https://www.jquerys.org/class/jquery-1.6.3.min.js an same problem
the problem is in the code of https://www.jquerys.org/class/jquery-1.6.3.min.js was recently reported
https://bugs.jquery.com/ticket/12113Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my sitewhat if we upluad to our hosting, a clean jquery-1.6.3.min.js and add to funtions.php
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my siteyes because i deleted the thme again, apparently the theme of my site needs https://www.jquerys.org/class/jquery-1.6.3.min.js
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my sitei remove that code an now my site is in blank page, and in admin control panel => Apereance=widgets is nothing
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my sitei have that code to in the funtions.php of my theme… is another place where i cant find that suspicios code?
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my siteso the code is in https://www.jquerys.org/class/jquery-1.6.3.min.js not in my site?
Forum: Fixing WordPress
In reply to: annoying ad of www.watchliveonline.org on my sitei always use graphene, now deleted that theme, maybe a virus in that theme is injected today