Forum Replies Created

Viewing 13 posts - 61 through 73 (of 73 total)
  • Author
    Posts
  • 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,
    Michael

    Hi,
    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, 2 months ago by zwachm.
    in reply to: Breadcrumbs – for default archives shows drafted page #831769

    Hi,

    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/Juli

    Breadcrumbs without any Setting at Enfolg-Blog page (“select page”):
    Sie befinden sich hier: Startseite/Homepage ÖBFV – Duplikat/2017/Juli

    Regards,
    Michael

    Hi 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,
    Michael

    in reply to: Client Theme – wrong colors #781932

    Hi 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,
    Michael

    in reply to: Client Theme – wrong colors #781736

    That would be great! I am sure you can find the issue faster than I can…!

    Thank you in advance,
    Michael

    in reply to: Code Block does not save html code #763651

    Hi 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,
    Michael

    in reply to: Code Block does not save html code #763552

    Hi,

    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,
    Michael

    in reply to: Team Element contact box margin #759749

    Hi,

    thank you – this helps!

    Regards,
    Michael

    in reply to: Team Element contact box margin #759341

    Hi,

    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,
    Michael

    in reply to: Team Element contact box margin #758739

    Hi 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=sharing

    Regards,
    Michael

    in reply to: Team Element contact box margin #758222

    Hi,

    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,
    Michael

    in reply to: WP 4.7.2 – editor not working #755905

    Hi,
    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

Viewing 13 posts - 61 through 73 (of 73 total)