ferrie=differentieel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Botnet attack on my WordPress site – my defenceOf course we had no admin on board – first thing we did years ago ??
we have the same issue – files M4A and MP3 do play on the website – are uploaded within wordpress and seems to be OK
the error inside the Media Browser in WP is:
Warning: strpos(): Empty needle in /home/mylocationontheweb/plugins/amazon-s3-and-cloudfront/classes/as3cf-plugin-compatibility.php on line 906
Forum: Themes and Templates
In reply to: [Tonal] Audio template needs a small changemost important discovery is that a simple CSS line
solved one part of my problemthis one:
.hentry.format-standard .entry-format:before {
content: ‘\f109’;
}f109 = the icon for Audio Posts
Forum: Themes and Templates
In reply to: [Tonal] Audio template needs a small changethank you @designsimply
i will try that – –Forum: Themes and Templates
In reply to: [Tonal] Audio template needs a small changethank you Esmi
i know the Child Theme thingbut i do not see any content-audio.php template
so – – it is not clear to me how the post-formats do their work in TonalForum: Plugins
In reply to: [Analyticator] Newest update broken?and we have another nice one that broken the plug
Warning: stripslashes() expects parameter 1 to be string, array given in /hereismydomainnemd/html/some/wp-includes/kses.php on line 1257
what ever – – plug is not working at all
another “difficulty” on SEO are special characters
characters as é è or ? are ‘not done’ in titles and URLS
not in URLs is understandable
but why SEO plugin can’t handle special characters – is notForum: Themes and Templates
In reply to: No single pages on tanzaku theme?for those who are missing the single page: there is another plugin that causes a conflict: FancyBox for WordPress from Jose Pardilla – keeps your single page away.
Forum: Themes and Templates
In reply to: No single pages on tanzaku theme?@prtz & darrenza leaving sidebar 1 empty solves your problem as well.
Forum: Fixing WordPress
In reply to: Uploader not allowing thumbnail view radio buttonIF?? if you have the PodPress plugin ON?
switch it off!
and see what happens.on my worksite i see those small buttons again with the different measures AND THEY ARE WORKING again.
Forum: Fixing WordPress
In reply to: Why does ‘hierarchical’ not work in Get_Pages?i found this workaround to a bug in both wp_list_pages and get_pages depth and hierarchical.
you can ad a meta_key to the selection with the position of the page: parent, child, grandchild and so on.
that line should look like:
$pages = get_pages('child_of='.$post->ID.'&sort_column=menu_order&meta_key=Child_Loc&title_li=');
don’t forget to ad the meta_keys to your pages.Forum: Fixing WordPress
In reply to: wp_list_pages – only want children to top levelto create a workaround to the bug in both wp_list_pages and get_pages depth and hierarchy you can ad a meta_key to the selection with the position of the page: parent, child, grandchild and so on.
that line should look like:
$pages = get_pages('child_of='.$post->ID.'&sort_column=menu_order&meta_key=Child_Loc&title_li=');
don’t forget to ad the meta_keys to the pages.Forum: Fixing WordPress
In reply to: Why does ‘hierarchical’ not work in Get_Pages?i think you are right.
perhaps i try the get_categories for this job.
the get_pages function is too buggy.Forum: Fixing WordPress
In reply to: Why does ‘hierarchical’ not work in Get_Pages?correct!
and now?
how to solve this problem, any idea’s?Forum: Fixing WordPress
In reply to: Why does ‘hierarchical’ not work in Get_Pages?this is a kind of strange. both parameters where in the description.
are talking about a bug?