scandinaviannerd
Forum Replies Created
-
I am having the same issue with this plugin.
Nothing changes after php memory. This plugin is causing conflict and hiding access to the pages where I use itForum: Plugins
In reply to: [WooCommerce] Can’t edit homepage using elementorI made it
But Siteground was telling this was due to woocommerce. This happened under sitetransfer or under woocommerce update.
My site and woocommerce sidebars are erased.Forum: Fixing WordPress
In reply to: Site error on wp dashboardI deactivated all the plugins, NOW MY ENTIRE SITE IS DIAPPEARED???
What happeneded?I can’t activate all the plugins, I’m getting message this is expired?
How can such thing happen?What a SHIT
Forum: Fixing WordPress
In reply to: Site error on wp dashboardbut by this my settings will be overrided if I deactivate plugin?
I have used months on building ecommerce and can’t just erase settings and themes
Forum: Themes and Templates
In reply to: [OceanWP] oceanWP, Hide Price & Add to Cart for Logged Out UsersHi,
I added this codes after checking out developer docs, but this is still not working. Other codes I added are working. Why?// Hide prices
add_action(‘after_setup_theme’,’activate_filter’) ;
function activate_filter(){
add_filter(‘woocommerce_get_price_html’, ‘show_price_logged’);
}
function show_price_logged($price){
if(is_user_logged_in() ){
return $price;
}
else
{
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
return ‘Login to See Prices‘;
}
}Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Add to quote button missingI disabled this plugin and activated again. It is still NOT working….
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Add to quote button missingHi,
I’ve the same issue, just sent you email- This reply was modified 4 years, 7 months ago by scandinaviannerd.
Forum: Plugins
In reply to: [W3 Total Cache] Page Speed, Inline CSS, Make fewer HTTP requestsnow I got 8,6 s. https://gtmetrix.com/reports/iqm.no/X9GcoGx8
It seems the settings I have combine with w3 and Cloudflare, are wokring very well…the main issue is “requests”= 189.
Is there anyway to optimize : These 2 functions via w3?1. Add Expires headers
2. Make fewer HTTP requestsForum: Plugins
In reply to: [W3 Total Cache] Page Speed, Inline CSS, Make fewer HTTP requestsHi Marko,
I tried to change some of settings:
https://gtmetrix.com/reports/iqm.no/RSEpQBkICan’t make it better: (Yes, minify under Cloudflare is enable and working!)
My setting under minify for W3 are following:
HTML minify settings: Enable
Inline CSS minification X
Inline JS minification X
Don’t minify feeds
Line break removal XJS minify settings: Enable
Operations in areas:
Embed type:
Before </head>
After <body>
Minify Combine only X
Preserved comment removal (not applied when combine only is active)
Line break removal (not safe, not applied when combine only is active)CSS minify settings: Enable X
Combine only
Preserved comment removal (not applied when combine only is active)
Line break removal (not applied when combine only is active) X@import handling: Process
My page full load time is 17 sekunds with 190 request. Something must be done wrong under settings.
I’m not getting JS file management as shown in youtube tutorials.Forum: Plugins
In reply to: [WooCommerce] Product attribute NOT working in woocommerce sidebarsIt became visible now !
Hi,
I’m just contributor here and have plan to disable plugin also. Did you try to delete your account at shortpixel? It might be because of CDN from your shortpixel account that you connected to your website.Let me know, I’ll do the same..
Hi Gerard,
Getting F-score on GT-metrix: https://gtmetrix.com/reports/iqm.no/BL0wq6APFollowing is still NOT working:
Serve scaled imagesMinify CSS
Minify JavaScript
I’m very insecure by using this SPAI as our hosting do not provide any CDN system. Wondering if this SPAI is really working?
I’m using SPAI with shortpixel image optimizer
Forum: Themes and Templates
In reply to: [OceanWP] Price filter NOT visible in customized sidebarHi Amit,
The price filter is showing up in wc-side bar: https://iqm.no/Dummy/produktkategori/microbiology/instruments-microbiology/but NOT in my customized sidebar: https://iqm.no/Dummy/sale-products/
Everything else is showing up in my customized sidebar expect this “filter by price” widjet. Is there anything I did wrong??Forum: Themes and Templates
In reply to: [OceanWP] Can’t createThanks!
I’ll do that:) So the answer was so simple that new menu should NOT be assigned to any location, the new menu must be created without any location.
Thanks!
Forum: Themes and Templates
In reply to: [OceanWP] top bar text color NOT changingSorry, I forgot to close this topic, I made it by changing link color.
Thanks