Forum Replies Created
-
AuthorPosts
-
I tried to disable my .htaccess – Same problem
I tried to disable Enfold / Child and use TwentyX – Same problem
I tried to disable all plugins – same problem
I tried to install Relevanssi and add the extra thing to child function.php – same problem = NO SEARCH RESULTS???
What Kebab???
It’s a HUGE job to disable all plugins and theme – Enfold don’t hold my footer settings and messes it up. Hours is spend on just to find…. NADA :-( :-(I got the same problem
No search results at all – for words that I used 1000 times??
I don’t want a resource eating plugin like relevanssi – How can I get Enfold working again?
I have another (many) sites with enfold – only one is having this issue?
(( I did also have the issue with duplicated post/pages with the ?s= ))
I did try to disable all plugins – NADA
Funny thing… When searching in top header (https://bizdoktor.dk) I see the results with thumpnails pics but when clicking enter the 404page is empty?? So the search works – but the results are not posted to the results page??@Mike
But I don’t want the clients to be able to update via my personal token – I want to control this via the APIHI Enfold People,
I updated my own site to version 4.5 and did the “Personal Token” thing.
How does this work for us – We build sites for clients. We purchase a Enfold license for each client on my own Envato account and transfer the license to the client and create an API.
How do we use the new token thing in this manor?October 5, 2018 at 12:55 pm in reply to: Shop page displaying all products and not product categories #1018267Hi Annemarie
All those settings are moved and can be found at Appearance > Customize > WooCommerce now.
I found the answer on https://github.com/woocommerce/woocommerce/issues/18889September 4, 2018 at 3:42 pm in reply to: Layerslider error: failed to open stream after update #1005657Super… Self fixing bug – I love it!
Maybe it was just because the bug saw you coming … Your magic hands !!Thx
September 4, 2018 at 2:27 pm in reply to: Layerslider error: failed to open stream after update #1005574Hi Victoria,
The wp-config shows;
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_LOG’, false );
define( ‘WP_DEBUG_DISPLAY’, false );Maybe the client has defined it elsewhere?
September 4, 2018 at 12:26 pm in reply to: Layerslider error: failed to open stream after update #1005478This reply has been marked as private.Hi Mike,
No problem :-)
I changed the curry quotes in your code and tried ut again – IT WORKED so thanks for the solution.
Here is the code without the “curry”// Remove LayerSlider’s update notifications add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($value) { if($value) { unset($value->response[plugin_basename(__FILE__)]); return $value; } }
I always try to have the latest versions :)
At this time it’s:
WP: 4.9.7–da_DK
Enfold 4.4.1 (Child) that includes the nagging Slider 6.7.1 (Maybe a tick in the settings of Enfold that turned this nagging off?Have a nice summer
Peter
- This reply was modified 6 years, 3 months ago by Netzie.
Hi Rikard,
Thx – Please close itBR
Peter
Case closed…
It was proberly a combination of my “Search Settings” in my Google Analytics … Vs Enfold Vs something else!!
I edit the search settings and removed the funny letter with the X and got Norton to rescan … Voila CLEAN?!
Maybe a false negative?Anyway thanks for your help and support !!
Hi Mike
Not funny dude!
I maintain a lot of sites and use Enfold for all – This nagging LayerSlide is a NAGGING thing.
Please reconsider your answerHi Mike
I found the file here: /themes/enfold/config-layerslider/LayerSlider/layerslider.php
Added the code … But it didn’t work?? I still see the NAGGING 1 plugin to update but no-show under WP Updates??Thanks – Getting that nagging thing off would be super … But won’t this solution be overwrite next time Enfold is updated?
Any chance this could be in the CHILD version of added to the function.php in child folder?
BRNetz
- This reply was modified 6 years, 4 months ago by Netzie.
Thanks Vic!
Hmmm weird indeed
I change it and request a rescan.
I also edited some settings in my search settings in GA – So maybe it will sort itself out?
Have a nice weekend – I’ll let you know when this issue is solved or not!!Hi Dude,
Thanks
I did a total bit by bit compare against my install and a new downloaded version
File: enfold\config-woocommerce\woocommerce-mod.cssDiff: /*enfold v 3.1.4*/
.av-woo-purchase-button{clear:both;}
.widget_layered_nav_filters .chosen a{display: block; border-radius: 2px; padding-left:3px;}
.widget_layered_nav_filters .chosen a:hover, .widget_layered_nav .chosen a:hover { text-decoration: none; }
.widget_layered_nav_filters .chosen a:before, .widget_layered_nav .chosen a:before{
content: “×”;
margin-right: .53em;
color: #e2401c;
font-family: Arial, Baskerville, monospace !important;
font-weight: bold;
}Should have been
content: “x”;Could that trigger such an stir?
I actually compared my other sites … This: content: “×” is also present there? Hmmm
- This reply was modified 6 years, 5 months ago by Netzie.
April 9, 2018 at 5:29 pm in reply to: Adding sections (in Advanced Layout Builder) to the Page Template #939325QUESTION RESOLVED.
Decided to create the sections as a widget which client could add as they wanted it – I anticipated the client would come back later asking how they could have pages without the widget embedded!
The debug mode was very helpful to create the widget, thanks!!
March 30, 2018 at 6:19 pm in reply to: Adding sections (in Advanced Layout Builder) to the Page Template #935389Hi WP Turned Up
Thanks for the great ideas – But as you mentioned yourself – I want ONE place to do future updates as well.
So maybe a custom section added via function.php and a “exclude” ID same place.
I even considered “Widget on pages” plugin – But I don’t thing that Avia Adv. Layout would work?? with a WOP Shortcode?We already have the “Template” … section but Authors forgets to add them and an update is huge work – all 260 pages!!! – No Thx :-)
March 21, 2018 at 12:00 pm in reply to: Fullwidth Easy Slider image loading pre-set size not original #930515This reply has been marked as private.February 6, 2018 at 1:19 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #908553Hi Victoria
Our mistake – We added a “space” between .cat-item and .cat-item-986 :-) That was totally bad!! And after adding in your magic code… It worked !!
WRONG CODE
.cat-item .cat-item-986 {
display: none;
}RIGHT CODE
.cat-item.cat-item-986 {
display: none;
}Once again – Thanks!
February 6, 2018 at 1:02 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #908543Annemarie added it in quick css – Is there another way or somehow … Hmmm I moved the css code up… Now it works! + ?
So there is something in our Quick CSS that was messing with it :-)Super cool … As long as it works!!
THX!! For your magicFebruary 6, 2018 at 12:01 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #908511Hi Victoria,
That don’t work – The code is already in (Quick CSS) – But the cat stil shows?
Maybe there is another way? Or I missed something?Peter
February 5, 2018 at 3:46 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #908049I do use a “Restrictions Plugin” to hide all Herbalife Products in my shop – Silly Rule from Herbalife Int.
So you do need to be logged in to see the products … (For the time – The redirect in that plugin don’t work – should redirect NO ACCESS/ NON Logged in users to the LOGIN Page /min-konto/ —February 5, 2018 at 2:43 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #908013any shop page (see side panel on the left)
https://herbalcenter.dk/herbalife/vaegttab/February 5, 2018 at 11:55 am in reply to: Disable category "Uncategorized" in shop breadcrumb #907876Hi Victoria
Absolutely – Thanks for your magic!
Feel free to edit anything to get the job done! ;-)Hugs
Peter
February 4, 2018 at 4:00 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #907549Hi Basilis
Nope … Not that I know about
Best regards
Peter
February 2, 2018 at 12:30 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #906819Hi Rikard
I tried all… rename – delete, shoot, hidden wuit css (@annemariedoolin) killed – erased | turned off | burned | you name it!
It’s more than stuck ;-) But I recon that your magic could do it?Don´t want to rename it or use it – I want it gone – My category are fine and is the way I want and need them :-)
- This reply was modified 6 years, 9 months ago by Netzie.
February 1, 2018 at 9:21 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #906471Hi Rikard,
continuing on @annemariedoolin’s topic
Our problem is not in (or at) the breadcrumb – But the product category list
The uncategorized shows up on top of all category when empty and not empty? Very persistent – And I tried to “sort” it… It keep getting to the top – it’s driving me up the wall :-)Can you edit the script for us to do this and or both? :-)
Thx
Any news… ??? Even emails sent via Aweber detects the BAD certificate!!
You could end up on Kaspersky’s black list!!Yes – Kaspersky Internet Security
Best regardsPeter
Hi
Great – Why would I NOT use the ALB when this is why I have Enfold and this is WHAT you are ALL about
Once you go Enfold – There is NO OTHER – No way back and the “Related Posts” don’t work when I make beautiful content with the ALB !!??
There are KEBAB in the machine!Anyway… Setting 240 articles manually with a BLOG element with diff tags… is not on my menu! :-)
-
AuthorPosts