Forum Replies Created
-
AuthorPosts
-
April 25, 2025 at 2:29 pm in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1482854
Thanks, will do – and report back after the WE. Magnus
April 24, 2025 at 7:28 am in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1482065Thanks Ismael – will try that. Most important for me to know is that deleting users doesn’t delete their blog posts. Magnus
What worked for me as a workaround was to create a new Admin user and try with those login. Then the advanced editor came back. It’s a workaround for sure and does not address the core issue, but at least I could edit the blog again.
Good luck,
MagnusApril 23, 2025 at 9:09 am in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481935Dear Ismael:
thanks – I will try that but before I have one question: all our blog post carry the author’s name which is automatically displayed. What happens if I remove the respective author’s account – will the old author’s name still be displayed?
Thanks,
MagnusApril 23, 2025 at 7:46 am in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481925Tried to set role of ‘WP-admin’ to normal subscriber and back to admin – but problem with this account persists. No, never used a user role plugin. Shall I (and if so, which)? Thanks!
April 23, 2025 at 7:40 am in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481924ups, sorry for that – see private box:
April 23, 2025 at 7:20 am in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481920Thanks Ismael:
This is a longer reply with probably a hint to a solution…
(1) Plugins:
I have the following plugins installed and active:- No Self Ping, Version 1.2
- Smash Balloon Instagram Feed, Version 6.8.0
- WP Mail SMTP, Version 4.4.0
- WPForms Lite, Version 1.9.4.2
- Yoast Duplicate Post, Version 4.5
See also screenshot attached. So no Classic Editor plugin.
(2) Users (maybe the issue lays here?):
I have created a temporary admin login, see private box. It will be disabled once the issue is addressed.HOWEVER, here comes the catch: After testing the temporary account I noticed that I can edit/create posts with the new temporary admin account but not with the old ones (like WP-admin or small-luxury-world), although the first one is an admin as well and the latter an editor. Could it be that has to do with the email addresses of these accounts as those non-working ones have @theeclecticum.com addresses, i.e., blog associated?
To make things easier for you I also provided the WP-admin credentials.
Thanks,
MagnusApril 22, 2025 at 5:48 pm in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481856solved the list formatting
April 22, 2025 at 5:44 pm in reply to: Cannot edit or create new blog posts anymore (Advanced Layout Editor) #1481850What is the correct way of using the list code? This look absolutely horrible here!
So can I assume its ‘safe’ for me to renew my support subscription? Thanks!
tried to edit the formatting of my reply for correct quote tags but got the message that my theme license expired… sigh!
Thanks Rikard:
Did as you suggest and I get the following message now:
Your key still seems to have expired. If you recently purchased a support license on themeforest you might need to wait a few minutes for it to work
So I guess I can conclude that this is unlucky wording only (which Kriesi might want to address….) and (i) my Enfold theme license is valid and (ii) its safe to buy a new Enfold support license if needed.
Please confirm.
Thanks,
Magnus-
This reply was modified 1 month, 2 weeks ago by
mbosse99.
Dear Rikard:
thanks a lot – its just that this message on Kriesi support is indicating the theme license has expired (see private link).
So if its indeed only the support license this would be good to have confirmed.
Thanks,
MagnusOctober 10, 2023 at 5:25 pm in reply to: Automatically display author, excerpt and categories? #1422030Update: managed to display categories with this simple shortcode:
function post_category_shortcode(){ global $post; return get_the_category_list($separator = ', ', $post->ID); } add_shortcode( 'sc_post_category', 'post_category_shortcode' );
Case closed!
October 10, 2023 at 4:21 pm in reply to: Automatically display author, excerpt and categories? #1422025Sorry Ismael, I am getting the following error message for categories:
“Your PHP code changes were not applied due to an error on line 2750 of file wp-content/themes/enfold/functions-enfold.php. Please fix and try saving again.
Cannot redeclare get_the_category_list() (previously declared in wp-includes/category-template.php:141)
”Line 2750 in my functions-enfold.php corresponds to line 230 in your linked get_categories_list code.
Thanks,
MagnusOctober 5, 2023 at 7:22 am in reply to: Automatically display author, excerpt and categories? #1421457For calling the functions with [sc_post_category] I would need to add the following to the end of the get_the_category_list or the get_the_terms function:
add_shortcode( 'sc_post_category', 'get_the_category_list' );
That would be important as I have my blog template set to call the function with that term.
Thanks,
MagnusSeptember 28, 2023 at 8:14 am in reply to: Automatically display author, excerpt and categories? #1420772Thank you Ismael, excerpt and author work nicely, the categories I am going to tackle later. Magnus
June 1, 2023 at 3:40 pm in reply to: Security Warning: ‘Connection not private, website might be impersonating….’ #1409282Please delete – SSL certificate expired, problem solved.
Thanks, that looks already good! Finally, we’d like to change the spacing between lines accordingly also for the excerpt we display on our topical post grids (see private link). Thanks again! mbosse99
February 16, 2021 at 11:49 am in reply to: Firefox issues: Page is slow and clunky and getting SSL message #1281299Excellent, thanks Rikard – that solved it! Magnus
February 14, 2021 at 11:34 am in reply to: Firefox issues: Page is slow and clunky and getting SSL message #1280393Hello:
I have the same issue here – how do I update favicon and header image to https? By simply uploading them once more?
Thanks a lot,
MagnusJanuary 7, 2021 at 11:41 am in reply to: Enfold 'Latest News' Widget: prevent duplicate listings on same page? #1270832Nope, this does not solve the problem, in fact it makes it worse: I now even have triplicates:
– 5 most current blog posts in slide on top
– same 5 now also mentioned in the blog posts section below
– and also liked in the Enfold ‘Latest News’ WidgetThanks,
Magnus-
This reply was modified 4 years, 5 months ago by
mbosse99. Reason: edited to solve formatting errors of Kriesi support site
November 26, 2020 at 9:36 pm in reply to: Enfold Comments – reduce SPAM: block certain words, links, HMTL code… #1263368Hi Victoria:
thank you. The thread you linked refers to the contact form, are you sure the solutions apply as well to the comments plugin which I am concerned aboutl?
Thanks,
Magnus-
This reply was modified 4 years, 6 months ago by
mbosse99. Reason: orthography
Excellent, thanks!
April 27, 2020 at 11:24 am in reply to: Blog Posts: Automatically display author, date, and categories? #1207475Excellent, thanks a lot – that solved it!
Dear Ismael:
when will the new native integration be active? I have the same ‘Instagram has returned invalid data’ issue as well.
Thanks
MagnusApril 20, 2020 at 2:42 pm in reply to: Blog Posts: Automatically display author, date, and categories? #1205495Hi Victoria:
a bit late but still – success – almost! I now can automatically include post title, date and author into a blog post. What does not work is the category – it always returns ‘Array’ as a display.
Here is the function I used – what is wrong? Note that I might have more than one category for a single post.
function post_category_shortcode(){ global $post; return get_the_category($post->ID); } add_shortcode( 'sc_post_category', 'post_category_shortcode' );
Thanks!
Magnus-
This reply was modified 5 years, 1 month ago by
mbosse99.
That’s it, thanks so much! Topic can be closed.
Magnus
Mike: that a lot. One thing: the disc is now
'inside'
, which looks a bit odd with blog titles that exceed one row. However, if I move the disc'outside'
they entirely disappear.Anyway to change that?
-
This reply was modified 5 years, 1 month ago by
mbosse99.
-
AuthorPosts