Forum Replies Created
-
AuthorPosts
-
August 3, 2017 at 9:16 pm in reply to: Breadcrumbs – for default archives shows drafted page #834022
Hi Basilis,
thank you for your answer.
The guest user (not logged in) CAN SEE the page within the breadcrumbs. But if he clicks on it it Fails (of Course).
Exactly this was my Problem…Regards,
MichaelHi,
ok, I have disabled all plugins and the issue keeps there.In the meantime I digged into the enfold theme code and found this:
in the function avia_breadcrumbs_get_parents( $post_id = ”, $path = ” ) {
the wordpress function get_page_by_path( $path )The Problem seems to be, that the function get_page_by_path does not evaluate the post_status and Returns also pages in status draft.
So I have added this if case further down in function avia_breadcrumbs_get_parents:
if ($page->post_status != ‘draft’)
{
/* Add the formatted post link to the array of parents. */
$parents[] = ‘‘ . get_the_title( $post_id ) . ‘‘;
}Do you think that this is the right solution for my Problem. It seems to get rid of pages in Status DRAFT in my breadcrumbs.
Regards,
Michael- This reply was modified 7 years, 3 months ago by zwachm.
July 30, 2017 at 10:11 am in reply to: Breadcrumbs – for default archives shows drafted page #831769Hi,
yes, I have already tried to change this setting. But this will not remove the entry “Homepage ÖBFV – Duplikat”,
which has status “DRAFT”.Breadcrumbs with active Blog set to page “Aktuelle beim ÖBFV”:
Sie befinden sich hier: Startseite/Aktuelles beim ÖBFV/Homepage ÖBFV – Duplikat/2017/JuliBreadcrumbs without any Setting at Enfolg-Blog page (“select page”):
Sie befinden sich hier: Startseite/Homepage ÖBFV – Duplikat/2017/JuliRegards,
MichaelMay 24, 2017 at 11:12 am in reply to: Menu in Backend not visible after activating Child-Theme #798835Hi John,
thank you for your answer and the link.
As it turns out, the Problem was caused by a faulty plugin, which should have only list some cart Content in frontend, causing the menu-editor in backend to crash. After solving that out, all the menues are visible and it does not require any further, Manual Job to copy something from the ENFOLD main theme.
So, maybe the posted description refers to an old behaviour?
Please consider this topic as solved.Thank you,
Regards,
MichaelHi Nikko,
thanks for the prompt support!!
Yes, now it seems to be ok. I copied the Footer Widget Settings manually now and I think it is the same now.Does it mean, that the Enfold function “Import Parent Theme Settings” does not work correctly?
Thank you for your help!
Regards,
MichaelThat would be great! I am sure you can find the issue faster than I can…!
Thank you in advance,
MichaelHi Nikko,
thank you. This was a great hint.
It turns out, that the plugin “WPML Multilingual CMS” is causing the problem. Sorry for bothering you!Regards,
MichaelHi,
thank you for your answer.
I tried it again with your quotes by copy/paste. Still the same.The Problem is, that the HTML Code is shown in the Code Block until I save the page. Afterwards the code block element is empty again.
The HTML code is not stored within the database table _postmeta during saving/updating the wordpress page.
The element _aviaLayoutBuilderCleanData is empty.Regards,
MichaelHi,
thank you – this helps!
Regards,
MichaelHi,
at first a was really confused by your answer and the link, since the Team-Memeber Element on the page
http://kriesi.at/themes/enfold/shortcodes/team/ works fine.But the Team-Member Element on the page http://kriesi.at/themes/enfold/pages/about-us/ (and on my site too)
shows the ugly Social-Icon Box (as provided and marked in my screenshot) which is wider than the image and overlapping too.
It starts happending on resolutions smaller than 768px. With less than 365px it is ok again. So the Problem is between 365 and 768px.Probably the problem is the proportion of the Image?
Can you see my point now?
Regards,
MichaelHi Rikard,
sorry for that. obviously you are located in a blocked coutry of my firewall…
Here is the link to Google drive:
https://drive.google.com/drive/folders/0B9S1euzTb0MUQVJ4MWlfUmppX3c?usp=sharingRegards,
MichaelHi,
here you can find screenshots:
http://www.log2track.com/~michi/enfold-ticket/It fails in Chrome 56.0.x, IE 11 and on Safari iPhone.
Regards,
MichaelHi,
it seems to be a problem of wordpress and setting the language to German (de). So it is no problem of the theme itself.
Regards,
Michael -
AuthorPosts