Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #911140

    The element showing posts has the following error.
    I want it to show posts by post tags, but it shows portfolio entries instead.

    thanks for your help in advance.

    #911381

    Hey Karl,

    What error?
    We do not see something if you have attached something

    Best regards,
    Basilis

    #912424

    When you look at the end of this post, you see a lot of portfolio_entries and posts mixed.
    But I want only post entries.
    https://www.textile-raumgestaltung.biz/edler-dekostoff-tabularasa-von-dedar/

    greetings karl

    #912915

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #913999

    Ok Basilis
    I did it.

    #914038

    Hi,

    From a Quick review I can see that there are a lot of plugins installed that are making a conflict with the WordPress functionality.
    You would need to fix that by chekcing one by one so can find and fix the issue.

    Best regards,
    Basilis

    #914057

    Hi Basilis,
    it is not a question of a wordpress functionality.!!
    The element of the enfold theme which shows posts by tags is not only showing post but also portfolio items which are also tagged. This is the misfunction. Why should be this be a wordpress mafunction??

    greetings Karl

    #914288

    Hi Karl,

    Which version of php are you running? Can you please disable caching plugins and see if the issue remains?

    Best regards,
    Victoria

    #916675

    Hi Victoria:
    these are my server settings:
    Server Einstellungen
    Operating System: Linux
    PHP Version: 7.0.25-nmm1
    Server Software: Apache
    MySQL: 5.7.20
    PHP Allow URL Fopen: Ja
    PHP Memory Limit: 356M
    PHP Max Post Size: 200M
    PHP Max Upload Filesize: 200M
    PHP Max Script Execute Time: 90
    PHP EXIF Support: Ja

    #917070

    Hi Karl,

    Thank you, the token has expired. Can you update it, please?

    Best regards,
    Victoria

    #918984

    I did.
    see e-mail below.

    greetings Karl

    #919880

    Hi,

    Can you please post us the details here so we can review them?

    Best regards,
    Basilis

    #923478

    Ok I explain again.
    I want to show connected Blog-posts at the end of a post:
    See: https://www.textile-raumgestaltung.biz/edle-dekostoffe-von-clarke-and-clarke/
    On this post you see the headline “VIELLEICHT GEFALLEN IHNEN AUCH FOLGENDE ARTIKEL:”
    After this headline I want that post with a certain Tag will be shown.
    But instead there are PORTFOLIO-ITEMs shown with the same tag.
    In spite you have the posibilites to show post tags OR not AND Portfolio entries.
    Right now I see Posts AND portfolio entries with the same tag.
    And I want only Posts with the chosen tag.

    #925176

    Hi,

    Thank you for the info. The previous login token has expired. Please create another token or add this filter in the functions.php file.

    add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);
    function avia_post_slide_query_mod( $query, $params ) {
    	unset($query['post_type']['portfolio']);
    	return $query;
    }

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.