AndreLung
Forum Replies Created
-
Forum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsThat worked perfectly! Thank you very much!
Forum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsYes, I tried. It does not save the selected pages. Also, dev tools is not giving me any error.
Forum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsHello Aaron,
I tried today, but there seems to be a problem. When I add a page and hit the “Save Settings”-button at the page bottom, I get a green success-message containing the following:
“Task failed successfully.”I also can’t enable the “Debug logging: “-checkbox. Here is the log which appears when I follow the link:
Contents of: /homepages/41/d****/htdocs/sites/sitename/wp-content/plugins/404-solution/temp/abj404_debug.txt: 2020-10-18 18:53:52 CEST (INFO): Updating database version from 2.23.1 to 2.23.2 (begin). 2020-10-18 18:53:52 CEST (INFO): Updating database version to 2.23.2 (end). 2020-10-18 18:53:57 CEST (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 0.26MB, Duplicate rows deleted: 0, Debug file size limited: false, Not enough 404s found to send an admin notification email (155)., Permlink cache rows updated: 0, User initiated: false Contents of: /homepages/41/d****/htdocs/sites/sitename/wp-content/plugins/404-solution/temp/abj404_debug.txt_old.txt: (Die Protokoll-Datei existiert nicht.)
Any ideas what I am doing wrong?
- This reply was modified 4 years, 1 month ago by AndreLung.
Forum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsI just installed the plugin and I think the file is missing. Did you include the ajax/exclude_pages_ajax.js in your update ?? ?
Forum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsThis is awesome news, thank you, Aaron! If you need any testing or other help, please let me know.
Thanks
AndréForum: Plugins
In reply to: [404 Solution] Exclude items from page suggestionsHey Aaron,
actually, “hidden” just means that you can’t find the page by browsing around. So, no links, not indexable. You need to know the direct link to find it.
I have a feeling, that creating a new post type is a little too much for my purpose. Is there really no way of excluding some pages?
Thanks
AndréDefinitely looks different. But no error in the console.
I am using the pitch-theme (https://pitch.select-themes.com), but I don’t think it changes anything in the backend. Maybe this is caused by some other plugins css? I noticed the kind of general class name “tooltip”.
However, this no major problem for me. Just wanted to hint you, that this is occuring in my backend.
Works like a charm! Thanks for your support!
With WordPress 5.2.3 and Chrome 76.0.3809.132 however, there is a little rendering issue with the little (i)s, which I haven’t noticed before: https://imgur.com/a/CJEDlU9
- This reply was modified 5 years, 2 months ago by AndreLung. Reason: mark as solved
Hi Simon,
and thanks for your answer! I did a little research yesterday and it’s in the options: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html#itemelement
I haven’t been successful in applying that, but maybe you have an idea how to achieve this? You are very right with the intermediate DIVs, but since I need the following, I think it could work:<div class="owl-carousel"> <div class="owl-stage-outer"> <ul class="owl-stage"> <li class="owl-item"> <div> Your Content </div> </li> <li class="owl-item"> <div> Your Content </div> </li> <li class="owl-item"> <div> Your Content </div> </li> </ul> </div> </div>
What do you think? Any idea on how to pass the options to the plugin?
Thanks!