Kompozitor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSIndeed when I copy the taxonomy file and switch to twenty19 it reads the file OK
I guess there is something in my theme…
What should be the chmod permissions on the folders and file, just to be sure there is nothing there ?
Where can I check the register_taxonomy thing ?
Sorry for all these basic questions but it’s the first time I go that deep on the technical aspects with wp
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSHi thanks again for your help
I tried the permalink thing, but no result….actually, I had also problems with custom fields, and got aware that my site had probably been hacked…
having, not a lot of content, I decided to restart from scratch, and created a new DB, reinstalled wordpress and so…
Now I created a few custom taxonomies for Easy Digital Download, just the way I did on the previous website…
And now I still have problem with the term archive page…
I created a taxonomy-composer.php file in my child theme
and wordpress doen’t read it and point directly at taxonomy.php
here is the link
https://kompozitor.fr/thenotebar/composer/test/I did exactly the same thing, duplicted the archive page from the theme and copied it in my child theme after changing the taxonomy names…
was working perfectly on the previous install, and here nothing
I don’t understandForum: Plugins
In reply to: [Media Library Assistant] Media upload dateHi,
sorry for very very late answer I’ve been caught in other activities that lead me to put this topic aside for a whileActually I created this template
<[+itemtag+] class=’tnb-lastupdate’>
[+upload_date,date(‘d F Y’)+]
</[+itemtag+]>as I just need the date, nothing more.
But now I’m facing another problem
This date has to be translated
so I used the Markup in a php snippet
as following$var= do_shortcode( ‘[mla_gallery post_parent=”current” post_mime_type=application/pdf mla_markup=tnb-lastupdate]’ );
$timestamp= strtotime($var);
echo date_i18n( ‘d F Y’,$timestampΓ );but the $timestamp variable always ends up empty as if the strtotime function does not recogize the content of the variable.
would it be possible to retrieve the upload_date directly as a unix timestamp ?
Thanks in advance
Greg
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSI’m very puzzled
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSHi
Thanks for your answerI tried everything you mentioned
I have now a standard .htacess, the taxonomy concerned is a custom one, but I have also others I created the same way as this one, and they work all fine… The taxonomy pages, they all contain the same code, as they are adapted duplicates from the theme i’m using, so I completely control what it contains
i also completely re-uploaded the wp-adlin and the wp-includes to that if there was some core hacked code it would be erased
the problem is still the same
I was thinking about deleting this taxonomy and creating a new one to replace this one
What do you think ?
Forum: Fixing WordPress
In reply to: Layout broken on one side of a 2 language site (WPML)Hi I was a corrupted image in a post
I changed it and now everything is okPost snippets
Well documented
Supports All types of snippets, they can be inserted as raw text or as shortcodesYou can pass variables as inputs…
It’s not sexy but does the job
Hi
Thanks for your answer.As this update has caused so many problems on the back-end and frontend, I decided to migrate all my snippets to another plugin and to unistall woody.
So sorry about that, but these problems have been time consuming and and cannot afford to have plugins that cause this kind of problems on my website.
Thanks anyway and wishing you all the best
Hi
Thanks for your answer.As this update has caused so many problems on the back-end and frontend, I decided to migrate all my snippets to another plugin and to unistall woody.
So sorry about that, but these problems have been time consuming and and cannot afford to have plugins that cause this kind of problems on my website.
Thanks anyway and wishing you all the best
Forum: Fixing WordPress
In reply to: Screen option doesn’t drop down on backendHi it was because of a plugin that I deactivated…
The link you sent me was not the solution but gave me a method to find the origin of the problemThanks a lot
When I open the console I still have this problem
Uncaught Invalid dimensions for plot, width = 0, height = 175Do you have any idea ?
Forum: Plugins
In reply to: [Sheet Music Libary] Page not foundHi,
the plugin is working wonderfully now.I just have another question, when I click on an instrument or a difficulty or a genre,
it leads me to empty pages like this one
http://kompozitor.fr/thenotebar/orchestration/cello/is this normal ?
Thanks a lot in advance !
Forum: Plugins
In reply to: [Sheet Music Libary] Page not foundHi, I tried to bring myself a workaround
In the plugin files I replaced the name of the taxonomy ‘genre’ by ‘genresh’ and also everywhere in the PHPAnd it works…
Any way you included this simple correction in the next update, this would be highly appreciated π
Forum: Plugins
In reply to: [Sheet Music Libary] Page not foundWorks very well thanks
now I have another problem
I’m using this theme
http://preview.themeforest.net/item/musik-responsive-music-wordpress-theme/full_screen_preview/12127123?_ga=2.5416819.1387760606.1535076763-1474115933.1535076763which also defines a taxonomy called GENRE
and apparently there is a conflict between the plugin and the theme:
– If I deactivate the plugin and flush the permalinks, then I can visualise the Genre page provided by the theme
– If I activate it, the piece pages are “not found”, If I flush the permalinks as you advised, then I can visualize the sheet music pages but then, the genre pages provided by the theme are “not found”
is there any tweaking I can apply to avoid this conflict ?