just a question: now I want to update the template. Actualy I use a child theme of template, so if I update a file within theme but I use the same file in child-theme folder, read wp the updated file or my "obsolete" child file? or have I to compare…
thank you very much... sorry, but probably when I decided to use child theme instead of modify theme file, I forgot to reset the last updated theme file. now I proceed to translate admin panels. thanks again
Unfortunately, the provider does not support multi ftp accounts. since the domain of my client, I am not authorized to give you the login information. for the wp I have no problems. But I can upload here the files that you want to check.
sorry for my english, I wanted to say "if it wasn't useful for the customer, I shouldn't insist"
I had set italian language in wp-config.php - define('WPLANG', 'it_IT'); -
I have not installed any localization plugins, i don't need it, the wordpr…
I made the change but it does not work. I'm sorry if this does not serve the client, I do not insist. I send you my file apollo13.php so you can check if I was wrong to correct it. thank u very much.
I imported default.po in PoEdit, I typed the strings with localized text, I saved as It_IT.po and copied in hypershot/languages/admin even with the new default.po you sent me, replacing the existing one . but the wp admin menu is not localized.
which css file use for formatting page graphic as attached example? which tag in which css line number? I creating new page format but I have to get new css parameters for background and page content like no margin, no border, width 100%, height 100…
I resolved!
I replaced
<?php a13_post_info(); ?>
to
<?php do_action('addthis_widget',get_permalink($post->ID), get_the_title($post->ID), 'below'); ?>
and i resolve 2 of my issue in one shot!