Dekadinious
Forum Replies Created
-
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeYes I need to translate all front end text.
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeI think I am using the CodeStyling Localization plugin
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeLooking forward to the paid version, then!
Thank you ??
Forum: Plugins
In reply to: [WooCommerce] Change text on sorting buttonsFound the code, but how would I go forward creating a filter in functions.php to change the text “Price”, “Popularity” and “Rating” to something else?
<div class="woocommerce-ordering-listorder"> <a class="listorder-price <?php if($orderby == 'price-desc'){ echo 'down select'; }else if($orderby == 'price'){ echo 'up select'; } ;?>"><i class="fa fa-arrow-down"></i><i class="fa fa-arrow-up"></i><?php _e( 'Price', 'ROEN' );?></a> <a class="listorder-popularity <?php if($orderby == "popularity"){ echo "select"; } ;?>"><i class="fa fa-toggle-off"></i><i class="fa fa-toggle-on"></i><?php _e( 'Popularity', 'ROEN' );?></a> <a class="listorder-rate <?php if($orderby == "rating"){ echo "select"; } ;?>"><i class="fa fa-toggle-off"></i><i class="fa fa-toggle-on"></i><?php _e( 'Rating', 'ROEN' );?></a> </div>
Forum: Themes and Templates
In reply to: [Fruitful] Woocommerce checkout page loyoutAny updates on this?
Forum: Themes and Templates
In reply to: [Fruitful] Woocommerce checkout page loyoutI also want two columns, but with the input fields spread over two columns and the order summary underneath. The way it is now takes too much space.
Forum: Themes and Templates
In reply to: [Fruitful] Remove "Background for header"I had to refresh the Theme Options page 10 times, and then the “Remove” button appeared.
Resolved.
Forum: Themes and Templates
In reply to: [Fruitful] ignored in footer on WooCommerce pagesThank you so much!
I have no idea how I missed that. It worked when I assigned the class “footer” to the img-tag, and in my custom css put:
img.footer { height: 50px !important; }
Thank you again!
Forum: Themes and Templates
In reply to: [Fruitful] ignored in footer on WooCommerce pagesThe site is under development and in maintenance mode. I do not wish to exit maintenance mode right now. Is there any way I could show you with maintenance mode active?
I just don’t see what would make the footer ignore my HTML-code only on WooCommerce-pages!
??
Forum: Plugins
In reply to: [WP Category Permalink] Small fix for woocommerce compatibilityI can’t get this to work with WooCommerce Product Categories. I have installed and activated the plugin, but no “premalink” text appears when I hover over the category names. Did a recent WP-update break the code?
I would LOVE for this to work!