-
AuthorPosts
-
January 19, 2018 at 10:53 am #899578
Dear support team,
I have installed ultimate members plugin and since then, the login/logout/registration pages show up in any blog.On the plugin page, the problem was addressed and related to the theme
https://wordpress.org/support/topic/ultimate-member-pages-showing-as-blog-posts/Is there a setting to remove the wrong posts?
Thx,
AxelJanuary 20, 2018 at 4:22 am #899965Hey Axel,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 20, 2018 at 7:42 pm #900167Hi, here is the login:
please ignore the encoding error on first start and simply refresh.
Thx,
axel- This reply was modified 6 years, 10 months ago by Victoria.
January 23, 2018 at 7:53 am #901234Hi Axel,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaJanuary 30, 2018 at 1:59 am #904559This reply has been marked as private.January 31, 2018 at 4:56 am #905332Hi,
login/logout/registration pages
Are you referring to the “Vereinsintern” widget area or sidebar menu?
Best regards,
IsmaelJanuary 31, 2018 at 10:14 am #905458Hi, it is the blog on the frontpage. I have chosen another blog-style in enfold so that the problem does not occur. If you switch to raster the problem occurs.
The problem has been reported here aswell and an example can be seen here:
https://lacontessaaz.com/blog-grid/Thx,
AxelFebruary 1, 2018 at 9:40 am #906083Hi,
Thank you for the info. That’s odd. Could you provide the login details to that site as well? Please try filter in the functions.php file.
add_filter('avia_post_slide_query', 'avf_custom_post_grid_query'); function avf_custom_post_grid_query ( $query ) { $pages = get_pages(); $exclude = array(); foreach($pages as $page) { $exclude[] = $page->ID; } $query['post__not_in'] = $pages; return $query; }
It should exclude the pages from the grid layout query.
Best regards,
IsmaelFebruary 1, 2018 at 9:13 pm #906465Hello Enfold Team,
we are also working on Axel´s Website. Ismael´s code was added to the functions.php, but unfortunately the unwanted pages still show up on the grid layout… Is there any other way to get this to work?
Regards
JulianFebruary 2, 2018 at 3:04 am #906573Hi!
Thank you for the update. Please provide the login details for the “lacontessaaz” site because the previous site is not loading properly.
Best regards,
IsmaelFebruary 2, 2018 at 10:13 am #906745Hello,
we don´t have anything to do with the “lacontessaaz” site, it is just an example we got from the Ultimate Members forum, after searching for our problem. Please try again, our site should load fine now.
Regards
JulianFebruary 4, 2018 at 8:23 am #907395Hi Julian,
Which version of php are you running?
Best regards,
VictoriaFebruary 5, 2018 at 10:57 am #907828Hello Victoria,
we are currently running 5.5.38.
Regards
JulianFebruary 5, 2018 at 8:37 pm #908177Hi,
That is a version WordPress is not supporting, you would need to update that completely so it can work out.
Best regards,
BasilisFebruary 10, 2018 at 7:36 pm #910618I too have this issue.
PHP 7.2 – latest Enfold
February 12, 2018 at 1:07 pm #911080Hi,
@agenturlanzinger: I was asking the OP. We can’t access the sites above.
@rodpascoe: Please provide the login credentials. Make sure that the Appearance > Editor panel is accessible. We would like to check that particular page.
Best regards,
IsmaelFebruary 12, 2018 at 1:51 pm #911100I no longer have them Ismael. I just copied the content to a new identical page and then deleted the old one.
Ultimate Member seems to make the pages in such a way that they identify as posts. I’ve looked in the database and the post type is definitely set to page but Enfold still identifies them as posts.
Strange.
February 13, 2018 at 4:57 am #911499 -
AuthorPosts
- You must be logged in to reply to this topic.