Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • Hi Rikard,
    yes, this can be closed.
    Thanks again.
    Best
    Michael

    Hi Rikard,

    theme version is 5.6.6. as I have told. However, I have solved the problem just now myself, since I was in exploration mode since this morning … It was a PHP issue. Until now I was running the site network on PHP8.0.30. Upgrading PHP to 8.1 removed the issue.

    I still have this issue one one independent single site which runs on PHP 7.4, which deploys a critical error when switched to PHP 8.0 or 8.1. – However, I will have to find a solution to switching that site to PHP 8 anyway, so there is no more need to find a solution for the Woo product backend issue from my side …

    Anyway, the issue might come up for other users below PHP 8.1, since I was able to reproduce it on two different sites.

    Best
    Michael

    Hi there again,

    additional infos on the issue:

    On the production site (in A Multisite Network), the workaround to deactivate the plugins I found working on the single staging site involved does not work. The issue persists there, which makes it very hard to change or add Woocomerce products.

    Additonal issues (in all instances) are:
    * adding product gallery images does not work
    * quick edit in the Woocommerce product list does not work
    in both cases, nothing happens upon clicking.

    Hope there is a solution to this.
    Thank you for your efforts and kind regards
    Michael

    Hi there,
    additional issues on the Woo product setting/creation backend page:

    * also the top sliders “help” and “custumize view” do not react on Woo backend product page. However all works fine on backend pages for posts and pages …
    * In addition, “add new category” does also not work for the woo product on the product creation backend page …
    * In addition, the “product tags” section does not open on the product setting backend page

    It clearly affects something fundament with respect to this specific post type (which a Woo product is simply, I guess, but I may be wrong).

    Hi Ismael,
    I was running an experiment to adapt your code also for LearnDash post types, since started cross-testing both LMS systems to see what suits this project better.
    It actually works for whatever post type by simply adding an extra line of $supported_post_types[] at both occurances for each post type:
    $supported_post_types[] = 'post type';

    Great! thank you again.

    Next big question in this context is: Would it also be possible to add AVIA advanced layout edit functionailty to those post types, too?

    I found (on the Learndash site) a code dating back to 2015 which obviosly worked back then, but does not make a difference in my current installation:

    Code reads:

    
    add_filter(‘avf_builder_boxes’, ‘avia_register_meta_boxes’, 10, 1);
    function avia_register_meta_boxes($boxes)
    {
    if(!empty($boxes))
    {
    foreach($boxes as $key => $box)
    {
    $boxes[$key][‘page’][] = ‘sfwd-courses’;
    $boxes[$key][‘page’][] = ‘sfwd-lessons’;
    $boxes[$key][‘page’][] = ‘sfwd-topic’;
    $boxes[$key][‘page’][] = ‘sfwd-quiz’;
    }
    }
    return $boxes;
    }
    

    Do you have a solution that works with the current Enfold version?

    Thank you and best
    Michael

    in reply to: Remove sidebar from post for use Enfold with WP Courseware #1369548

    Hi,
    layout box support for WP Courseware units has been solved through your answer and functions.php code suggestion in the other thread:

    Thank you very much
    Michael

    Hi Ismael,
    thank you for your quick reply and the solution for the layout box. It perfectly works! Thank you so much. Now I am able to assign a custom sidebar for courses only. That’s what I needed.

    With respect to the “author box”: Isn’t a similar solution through functions.php possible for the author box? Even if you don’t support third party plugins, it’s still an Enfold issue. Enfold shows the author profile picture on each blog post. So it does for the course units. The issue is that even if the Admin is only adding one course unit to a course (that has been created through the correct course author account), that single unit will show the admin profile picture …

    I’m in contact with WP Courseware Support and I hope they can add support for author box and changing author in quick edit mode for courses, modules and units, if there is no fix through functions.php.

    Thank you very much again
    Best
    Michael

    in reply to: Remove sidebar from post for use Enfold with WP Courseware #1369383

    Hi,
    is there any outcome on this? I’m very much interested in a solution for WP Courseware, too.

    It relates to my current topic which is in addition looking for “author” checkbox support through screen options for WP Coursware units: https://kriesi.at/support/topic/wp-courseware-screen-option-author-layout-for-modules-and-units/

    This is exactly what I asked for in the section on “layout” in the above topic.

    Thanks
    Michael

    in reply to: Page numbering in "Magazine" sections not working properly #1263255

    Hi Nikko,
    that worked. Great. Thank you!
    I did modify the original file, assuming the next update will include the fix.
    If I better create an override in my child theme, please let me know.
    Best
    Michael

    Hi everyone,
    one important addition for everybody who uses this thread to solve the issue. There is an overlay for Mailpoet popups which blocks the access to the regular page content using a z-index of 100000. Thus one has to use a z-index higher than 100000 for the popup itself …
    For me, this worked:

    .mailpoet_form {
      z-index: 900000!important;
    }

    Otherwise, the popup itself is blocked and the page is in limbo, since no click is effective …
    Hope that helps.
    Best
    Michael

    Hi again,
    unfortunately, I ran into another issue. The solution works on the site I am currently building, but not on the existing production site that is running. Parameters are the same. Cleared the cache of browser and website, but still no effect. Please find an example link below. The bar appears after 15 sec
    I am puzzled since the setup of the two sites is almost identical …

    Made a mistake … It works on this site, too

    • This reply was modified 3 years, 5 months ago by MichaelNickel.

    Hi Mike,
    that worked for the sidebar. I also found the right classes for the footer and the socket. Thank you.
    Best wishes
    Michael

    Thank you Victoria,
    I hope there is an easy solution to that.
    Best
    Michael

    Hi Victoria,
    Sorry, I played around with it to find a solution and it was only active on pages, not on posts for a while. Now it is active on posts again, too.
    Please find two screenshots in the private content section.
    Thanks for your efforts. Hope there is a solution to it.
    Best
    Michael

    To make it clear: I have tried to apply z-index values to the elements involved, with no result.

    in reply to: Post slider: add author in multi-author blog #1249394

    Ok, I got it working.
    However, only after I modified the php file in the enfold parent theme directories. It does not work if I copy these files to the enfold-child.
    Any idea why that is? It works for the mansonry_gallery files to use modifications in the enfold-child …
    I would love not to loose these changes with the next enfold updates …

    in reply to: Post slider: add author in multi-author blog #1249357

    Hi Victoria,
    I followed the post you linked to and the secondary post inside there.
    I found the relevant reference code in line 898 and added afterwards the following code:

    			                    // Author in Post Slider MN BEGIN
              
                $author = get_the_author_meta( 'display_name', $entry->post_author );
                			$author_link = get_the_author_meta( 'user_url', $entry->post_author );
    											
    											if(!empty($author))
    											 {
    													 $meta .= '<div class="slide-meta-del">/</div><span class="blog-author minor-meta">';
    													 $meta .= '<a href="'.$author_link.'">'.$author.'</a>';
    													 $meta .= '</span>';
    											 }
                $meta .= $author;
                
             // Author in Post Slider MN ENDE
    

    I created the relevant php file in my enfold-child subfolder according to the original path, i.e. enfold-child/config-templatebuilder/avia-shortcodes/postslider

    It does not work, anyway.
    Since there are several if-cases in relation to blog style I have moved the code block around. It does not change a thing.
    I also tried the code I used to display authors in the masonry (see code in initial post above), without any success.

    My blog styling is “elegant” if that helps to define the right position for the code.

    Any suggestions on code changes how to display the author underneath the title?

    in reply to: Post slider: add author in multi-author blog #1249308

    Hi Enfold-team,

    I’m still looking for a solution. If you could tell me which php file is controlling the layout of the post slider, I can probably tweak it myself in a way similar to what I have done for the general post layout through the code above which I added to loop-index.php.

    So far, I have not found the right php file for the post slider and the documentation here does not give any specificity on the php file and/or path for the files which define the slider.

    My suggestion is still that in a future update you add the option of “multi-author blog” -> “display title & author” AND “display title, author & excerpt” to the drop down menu of the layout setting within the avia layout builder.

    Any hints are appreciated very much.
    Thank you
    Michael

    in reply to: Post slider: add author in multi-author blog #1248862

    Hi Victoria,
    thanks for your quick response, please find some private information below.
    Best
    Michael

    Hey Mike,
    great. It works. Thank you so much.
    Such an easy solution. I tried working through CSS, but I did not find a working solution.
    Thanks again.
    Best
    Michael

    Ok, I got, where I could add the author on the single post via loop-index.php
    Not sure how to solve the Masonry part …

Viewing 21 posts - 1 through 21 (of 21 total)