indira14
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] WPML compatibility?Are there plans to make it compatible with WPML at all?
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] StylesheetPlease read my post with codes carefully. I explained in which theme files those codes should be placed.
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] StylesheetHere’s what I did to make it work:
Added content-single.php to my theme, with this code:
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> </div><!-- .entry-content --> </article><!-- #post-## -->Added content.php to my theme, with this code:
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( !is_single() ) : ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1><?php the_title(); ?></h1> <?php the_post_thumbnail(); ?> <?php the_content('',FALSE,''); ?> <?php comments_template(); ?> </div> <?php // For single posts and pages, display the full content ?> <?php else : ?> <?php endif; ?> </article><!-- #post-## -->In single.php, the loop should be:
<?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php endwhile; // end of the loop. ?>I also added single-proof_gallery.php to my theme, also with this as a loop:
<?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php endwhile; // end of the loop. ?>Hope this helps!
Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] StylesheetWhat do I need to do to make the plugin work with my own theme? Do I need to add certain things to my functions.php? I’m using the normal WordPress stylesheets for galleries, but it still looks off. I can’t seem to figure out what makes my theme incompatible. Zoom and deselect are displayed as links below the photo instead of inside of them on hover. The meta data is not aligned.
Forum: Plugins
In reply to: [Events Maker by dFactory] Events give "Not Found"Thanks, that worked. I guess I did it in the wrong order. Thank you!
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount removed at checkout!I can confirm that this issue does not occur anymore if you disable the WPML plugins. I do really need to have my site multilingual so I hope this issue can be fixed asap.
Please forget my previous post. This e-mail problem has been solved and turned out not to be related to the short_open_tag.
We have disabled short_open_tag because it stopped our order e-mails from being sent!
Can you let me know whether short_open_tag will still be used in the next version? I’m hoping it won’t as it is apparently not recommended and proves to break other functions on our site.
The plugin is great otherwise, so much compliments for that.
Thanks for your reply. We’ve enabled short_open_tag and now it works nicely!
Will the next version of the plugin stop using short_open_tag? Might be a good idea considering:
; This directive determines whether or not PHP will recognize code between
; <? and ?> tags as PHP source which should be processed as such. It’s been
; recommended for several years that you not use the short tag “short cut” and
; instead to use the full <?php and ?> tag combination. With the wide spread use
; of XML and use of these tags by other languages, the server can become easily
; confused and end up parsing the wrong code in the wrong context. But because
; this short cut has been a feature for such a long time, it’s currently still
; supported for backwards compatibility, but we recommend you don’t use them.Forum: Plugins
In reply to: [WooCommerce] Proceed to checkoutedit7279
Old: http://1jniql3b4nma4ec4172faf89tve.wpengine.netdna-cdn.com/wp-content/uploads/2015/02/woocommerce-2-2-cart-page.png
New: http://1jniql3b4nma4ec4172faf89tve.wpengine.netdna-cdn.com/wp-content/uploads/2015/02/woocommerce-2-3-cart-page.pngThe code for the “Proceed to checkout” button is now part of:
<?php woocommerce_cart_totals(); ?>—
Thank you Lorro, I thought about that too.
It is however not the best option because it will still load the cart totals and the shipping options in the background. I’m trying everything to make the shop as past as possible, so it would be great if someone has
Forum: Plugins
In reply to: [Gravity Forms (nl)] Next and Previous still EnglishPlease reply. I can’t launch my site if this plugin is not completely translated. I have the latest version of both Gravity Forms and Gravity Forms (nl) but still the Next and Previous buttons are in English.
Forum: Plugins
In reply to: [WooCommerce] Order History gone when DowngradingI have the same issue! Had to downgrade back because the shopping cart was working. Now we’re missing 35 orders!!!
Forum: Plugins
In reply to: [WooCommerce] Subcategory not showing on shop pageWe did a similar thing to make the subcategories show. Glad you two ‘solved’ it too.
Still, I think WooCommerce should do something about this because this problem keeps coming back. Our structure was perfect, now we had do a unwieldy workaround to make everything show up correctly.
Forum: Plugins
In reply to: [WooCommerce] Products not being added to shopping cart in IE, FF and ChromeMy point is that you said it was fixed, when the problem I described still occurs in version 2.2.3.
I will refer to this topic at the WooCommerce Multilingual plugin.
Forum: Plugins
In reply to: [WooCommerce] Products not being added to shopping cart in IE, FF and ChromeI have updated the plugins and re-activated WooCommerce Multilingual but still no products are added to the cart. It is not fixed in WooCommerce 2.2.3.