Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [ZenCache] Mobile theme@franklyeen The mobile mode is not yet supported, but we are working to add support soon.
Forum: Themes and Templates
In reply to: [Independent Publisher] Is there any way to make a post sticky?@lefelys WordPress includes this functionality, yes, and the Independent Publisher theme supports it.
All you need to do is edit the Post and in the Publish meta box edit the Visibility of the post and then click the checkbox that says “Stick this post to the front page”. See this screenshot: https://cloudup.com/cgJcvqq1mRL
Forum: Plugins
In reply to: [ZenCache] Mobile themeForum: Themes and Templates
In reply to: [Independent Publisher] Support for multi author cards?@xmanx1 Glad I could help! 🙂 I opened a new GitHub issue to look into adding support for Co-Authors Plus to the theme: https://github.com/raamdev/independent-publisher/issues/234
Forum: Themes and Templates
In reply to: [Independent Publisher] Support for multi author cards?@xmanx1 That’s not built into the theme, no, however the function that produces the author card (
independent_publisher_posted_author_bottom_card(); see inc/template-tags.php#L520-L569) can be overwritten in a Child Theme so that it outputs two author cards instead of one when more than one author exists (WordPress itself only supports one author per post, so you’ll need to integrate this with whatever you’re using to specify multiple authors).Forum: Plugins
In reply to: [Comment Mail] Translating frontend to other language.@neoswf Apologies for the very late reply here.
[sub_type_options]can be translated; the options pass through the same WordPress Translation functions as everything else (see this line). The same is true for[sub_deliver_options](see this line).However, as I mentioned to @reeve in another post, WordPress no longer recommends including the translation file with the plugin itself, so we stopped including a translation file for the free version hosted on ww.wp.xz.cn. Instead, you should use https://translate.ww.wp.xz.cn/
For example, see the Brazilian Portuguese translation page for Comment Mail here:
https://translate.ww.wp.xz.cn/projects/wp-plugins/comment-mail/stable/pt-br/defaultIf you scroll to the bottom of that page, you’ll see an Export link where you can download the POT file.
moment I’ll translate the templates, and a new plugin version will be out there, it means that all my work will be lost (if you will update the templates)? How will I be able to avoid that? Translating the .Po?
If you make modifications to the Comment Mail templates through the Comment Mail plugin itself, those changes are saved from version-to-version—your changes are not lost. The same is true with the translation file—unless the content of what you’re translating changes (which is rare), your translation file will work from one version to the next.
Forum: Plugins
In reply to: [Comment Mail] How to remove IP in mail notification@reeve Unfortunately that’s not possible to hide in the free version of the plugin (with Comment Mail Pro you have access to the Advanced Templates and you could modify this there).
However, I agree that there should be an option to hide the IP address in notification templates, so I’ve opened a GitHub issue so that we can work on adding this to the next release; see: https://github.com/websharks/comment-mail/issues/288
Forum: Plugins
In reply to: [Comment Mail] How to translate the plugin ?@reeve WordPress no longer recommends including the translation file with the plugin itself, so we stopped including a translation file for the free version hosted on ww.wp.xz.cn. Instead, you should use https://translate.ww.wp.xz.cn/
See the German translation page for Comment Mail here:
https://translate.ww.wp.xz.cn/projects/wp-plugins/comment-mail/stable/de/defaultIf you scroll to the bottom of that page, you’ll see an Export link where you can download the POT file.
Forum: Themes and Templates
In reply to: [Independent Publisher] Menu Failure@primal-toad This does not sound like a theme issue at all. There are over 4,000 active installs of this theme and nobody else has reported any such issue, so that’s further evidence to me that this issue is related to your specific WordPress installation.
You might try posting a question on https://ww.wp.xz.cn/support/ to see if anyone there has any ideas.
Forum: Plugins
In reply to: [Comet Cache] Name Change?@utahman1971 We did not want to change the name. We were forced to change the name by Zendesk (another company). See this article.
Forum: Plugins
In reply to: [Comet Cache] exclude home page from caching@franzblog No problem. 🙂 I’m glad to hear it’s working. Thank you for following up.
Forum: Plugins
In reply to: [Comet Cache] exclude home page from caching@franzblog I just tested it using the latest version of Comet Cache (v160521) and it’s working as expected.
Can you tell me what your WordPress Settings → Permalinks are set to? Also, do you know what web server your site is running (e.g., Apache or Nginx)?
Forum: Plugins
In reply to: [Comet Cache] exclude home page from caching@franzblog You’ll need to use URI Exclusion Patterns (see Comet Cache → Plugin Options → URI Exclusion Patterns) and provide the proper Watered-Down Regex Syntax to exclude the home page. To exclude only the home page, you’d enter the following as a URI Exclusion:
^/$Forum: Themes and Templates
In reply to: [Independent Publisher] Space around embedded pictures@lshiponi You’ll need to use CSS to control the spacing around images. I recommend using a Child Theme or installing JetPack and using the Edit CSS module to add custom CSS to the site. 🙂
Forum: Themes and Templates
In reply to: [Independent Publisher] Page comments@lshiponi You’ll need to enable Comments for the Post/Page inside WordPress itself. See this article: https://codex.ww.wp.xz.cn/Comments_in_WordPress#Enabling_Comments_on_Your_Site