Rhama
Forum Replies Created
-
Forum: Plugins
In reply to: Custom Contact Form Included in Themenobody can help?
maybe it’s because the image use some special tag? All my images use class=”alignleft” or aligncenter and they didn’t appear at all in the PDF
Forum: Plugins
In reply to: [PDF24 Article To PDF] [Plugin: PDF24 Article To PDF] Sheep IconHi, I’m really waiting for your new feature to customize the style so we can use image nor the text. but, from your last reply it’s already 2 months ago but in latest version of pdf24 I don’t see any changes for it. are you forget or it’s quite difficult to realize?
Forum: Plugins
In reply to: [Plugin: article2pdf] adding code to single.phpyou should use code like this:
<a href="<?php the_permalink(); ?>?article2pdf=1"><img src="http://s.ww.wp.xz.cn/style/images/feedicon.png" /></a>you must put manually in your template files. for example in index.php or single.php by using this code:
<a href="<?php the_permalink(); ?>?article2pdf=1">PDF Version</a>Forum: Plugins
In reply to: [article2pdf] [Plugin: article2pdf] Doubling slashesyes, it’s very annoyed. I’m still have no way beside fixing it manually again and again
Forum: Plugins
In reply to: [article2pdf] [Plugin: article2pdf] Install helpanywhere you like. for example, I put in index.php & single.php after
the_time()... <?php the_time('') ?> | <a href="<?php the_permalink(); ?>?article2pdf=1">PDF Version</a>Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Localizationonce again, you’re cool! I forgot to use Custom CSS as well hahaha
allright then, I’ll send the files to your email. Many thanks!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Localizationah! you’re cool! never thought to use that trick! 😀
by the way, this is also the problem for the images (asc.gif, bg.gif & desc.gif). for table header using light background color, black images is okay. but, how if I set up the background in dark one? so, once again I need to replacing the three images with my own white. could you add more feature in next version to solve this problem?
and one more thing. I want to make some corrections for Bahasa Indonesia translation for your plugin, where can I send it?
thanks again TObias.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Localizationthanks for your response Tobias.
Here’s my answers:
1. What is the value of the “WP_LANG” constant in your wp-config.php file?
>>> I use international WordPress version, in English of course.
2. What is the setting of the Language dropdown on the “Plugin Options” screen?
>>> I choose Indonesian (id_ID)Yes, I know exactly what you mean by two questions above. If I use WordPress in Indonesian version the problem solved, but unfortunately Indonesian version is too slow for updating core 😀
and the only way is by tweaking the plugin. good to know you have nicer solution then 😉