RockSea
Forum Replies Created
-
Same issue here. Icegram Express dashboard and pages are jumbled up. Campaigns not working.
Forum: Themes and Templates
In reply to: [Hueman] This theme is dead, no supportI agree. This was a wonderful theme. But with no support it is now dead. It is scary since I had made all my website customizations based on this theme.
Forum: Themes and Templates
In reply to: [Hueman] Hueman 3.7.9 Conflict with WooCommerceThanks @nikeo, I will explore it once the flash sales are over tonight and get back to you.
Saw the notice. I have the same question!
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Something Went Wrong….I have exactly the same error. The gateway used to work until a few weeks back, but no more. Customers also have complained, so I had to deactivate the plugin and use the default paypal option.
I see that this is a recurrent problem with this plugin and has been discussed extensively, but has not been resolved yet. However, the plugin authors keep closing the tickets saying that this is fixed/resolved.
- This reply was modified 4 years, 6 months ago by RockSea.
Thanks @vaksupport. In the template, I am using the {{POSTIMAGE}} keyword for generating the image. I prefer to modify it through “Manage Templates”, rather than editing the original template. It is still not clear to me how I can use CSS in the template along with this keyword. Can I pass the width parameter to {{POSTIMAGE}}?
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] drop in google page speedForum: Plugins
In reply to: [Woo Total Sales] add a fixed number to the number of items sold.This is what I did to accomplish this task, but it requires tinkering with the plugin files. I would love to see a better option though!
/includes/awts-frontend.php
Add $awts_custom_count to $items_sold. Input the fixed number in the individual product page.
Here is the full code edited. //R if(!empty($awts_custom_count)){ //R $items_sold = $awts_custom_count; //R } else { $items_sold = $this->awts_get_total_sales_per_product( $product_id ); if(isset($items_sold)){ $items_sold = $items_sold->_qty + $awts_custom_count; }else{ $items_sold = 0; } //R }
Forum: Themes and Templates
In reply to: [Hueman] conflict with pluginsThanks @nikeo. It works on my sidebar though.
Thanks @vaksupport. It seems something in my theme (hueman theme) is conflicting with the plugin, it does not display the success/error message. Anyway, thanks again for the support.
@vaksupport let me know if the thank you pages are a premium option.
Thanks @vaksupport. I deactivated the plugins and checked again, the line breaks were still there. I then switched the theme to twentytwenty and the line break was gone! I could not efficiently weed out the culprit though. Finally, this is the CSS that I applied to eliminate the line break which was applied to the hidden elements.
.es_subscription_form br {content: ' ';}
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Hide cart when emptyIn fact, after form submission, it does not show any message on the page either. However, the sidebar widget works perfectly!
Thanks again @vaksupport. I don’t have that option for selecting pages. Please see the screenshot:
https://drive.google.com/file/d/1qGVDieOL76p-FUDLCcB51OThvD-_f0t0/view?usp=sharing