sweena
Forum Replies Created
-
Forum: Plugins
In reply to: [BackupBliss – Backup & Migration with Free Cloud Storage] Migration failedIt work! Thank you
Forum: Plugins
In reply to: [BackupBliss – Backup & Migration with Free Cloud Storage] Migration failedI have tried uploading the backup file via ftp and I have launched again the backup recovery from the panel. But I got error again: BMI-AfVAGRho-58669
Forum: Plugins
In reply to: [Event Tickets and Registration] Paypal payment doesn’t workSolved!
Thank you very much!!
Very good support.Best,
Forum: Themes and Templates
In reply to: [Point] How to translateI have just done it,
create the .mo file and paste into /wp-content/languages/themes/
and call it mythemeshop-(lang code).mo
this works for memythemeshop is the theme’s name which appears in chains
i found the solution here:
http://codex.wordpress.org/Next_and_Previous_Links#The_Next_and_Previous_PostsI have the same issue. How can it be fixed? any ideas?
Thanks
Forum: Plugins
In reply to: [Goods Catalog] How to modify the catalog title page ?Hi,
I have the same issue, I’ve found a solution.
In this file: inc/post-type.php you can find this line:'name' => __('Goods', 'gcat'),I’ve changed ‘Goods’ for my own title and the window title changes.
I hope it works for you.Other way is making a translation file but only if you need to translate it (this is my case) so I can write whatever in the translation. This way is better to avoid overwriting.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Unable to enter key with AKISMETweird.. you can see the input form if you are able to change the display attribute in css.
I could do it with firebug, there is some hide code in html, the only thing to do is change the css attribute display:inline.So, I think it is a problem with some script supposed to change the style, and it doesn’t work.
this is what I did, and it worked for me
<p> <?php $post = get_post($item->ID); echo $post->post_excerpt; ?> </p>just before the
</li>