Skylux

Forum Replies Created

Viewing 4 posts - 26 through 29 (of 29 total)
in reply to: Warning: invalid argument #61517

Skylux
Member

Sorry for double posting…

I’m narrowing down the problem hopefully.
If I switch back from the official child theme (provided by the author of the theme, no customizations made so far) to the (parent) theme then it does work with the dropdown menus on the archive page.

However the download button still shows the red cross sign and the dropdown exceeds the screen borders if using childs about 4 levels down.
Again a screenshot attached of this problem

in reply to: Warning: invalid argument #61507

Skylux
Member

I can get rid of the error message in the first screenshot of the original post (reattached here to be clear which error)
I just added (array) to the php in line 610 like this:

Original code:
foreach( $templates as $id ► $template ) {
//…
}

edited code:
foreach((array) $templates as $id ► $template ) {
//…
}

Not sure if this is the right thing to do, but it removes that error in the settings screen. The other problems, no dropdown menu in the archive page and the broken download button are still present…

in reply to: Warning: invalid argument #61503

Skylux
Member
This reply has been marked as private.
in reply to: Warning: invalid argument #61502

Skylux
Member

I deleted all plugins and started over with a clean install.

Now only WordPress itself, the OceanWP theme and your plugins (WPMD, Archive & Remote FTP) are being used.
The problem still persists so it’s probably not a conflict with other plugins.

I’ll send you the login credentials so you can have a look.

Viewing 4 posts - 26 through 29 (of 29 total)