TobiF

Member

Forum Replies Created

  • But, when I look at a page, created by the Graphene theme, I see exactly the same thing.

    Here, for instance: http://www.spfbrasken.se/ny/text/34.

    Yes, the h1 tags contain the URL to the page itself, but it also contains, ta-da, the page title.

    (and a description of the link!).

    And beleive me, Google is good at telling visible text from links!

    If you don’t want your H1 links on single pages to contain a link to self, then that can of course be changed in a child theme. But I can’t see what you would gain from that.

    In reply to: Comments on Landing Page

    #18866

    I want to thank all that have contributed to this thread and helped out. It does finally work. The error was entirely mine.

    Thanks for sharing the root cause. That’s how we can learn from each other!

    In reply to: Blog disappeared with theme update

    #18742

    In my translations, I have expanded the word –DISABLED– to something like –DISABLED, NO FILTERING– or –DISABLED, SHOW ALL– to make it clearer.

    In reply to: Comments on Landing Page

    #18862

    Hmm.

    Comments are always related to a particular post (or page).

    So, you could either show a list of all the latest comments (globally for the whole site) at the end of the front page, but reusing and expanding the type of code you’ve got in the /latest comments/ widget.

    But if you want to have a comment form… Then there would need to be one comment form for each post!

    And, the easiest way to show comments on the front page would be to show them directly after their respective post, but then the list of comments needs to be within the main loop.

    When you reach the footer, the loop is closed, and no post is active, so you can’t just grab the related comments there.

    So, something like:

    Set a global variable: Number of comments per item to show on front page

    Then, inside the loop: if this variable is greater than 0 and there are comments, then loop through the latest n comments, before the loop continues to the next item.

    Oh, any, typically, your main h1 tag will contain BOTH the title and the url, since it will show the post title with a link to the post (i.e. with a link to self…)

    And, after you’ve published a text, WordPress won’t change the permalink automatically, even if you edit the headline.

    Sounds like you want to create a child theme and change the php so that the main title is formatted as H2 and you instead insert the permalink within h1-tags. And at the same time, you adjust it size in the css…

    The url and the title (headline) needs to be treated independently here’s why.

    The Gardening exemple

    I wrote a sales copy about Gardening to sell an ebook.(url http://www.my-site-.com/gardening).

    I go on the net to promote the page on diffrent blogs, forums, I write different articles on ezine articles and other article directories with links pointing toward http://www.my-site-.com/gardening.

    I think you can accomplish this with the standard WordPress functionality.

    If you tell WordPress to generate permalinks from your titles, then you actually have the opportunity to edit these links. And you can write whatever you want there (as long as you avoid spaces and other non-url-friendly characters.

    But you may need to open the panel for permalink editing. In the upper right corner of the editing window, there’s a button called “screen options”, it will open a panel, where you select what panels you want to have visible.

    In reply to: Graphene won't show and WP-ecommerce product categories

    #18871

    I have tried alternative plugins but the problem is that they are not translated adequately. And I need a full Russian translation of every detail in the plugin.

    If the plugin is well prepared for translation, then you could even try to translate it yourself.

    I plan to switch at least one of my sites to Graphene. But, since the site is in three languages (Swedish, Russian and English) I’ve now been spending some time updating the Swedish and Russian translations. 🙂

    So, IF you’ve found a plugin that seems to have the functionality you need. Check if it’s got a subfolder language and inside a pot or po file. If so, then you could do yourself and the Universe a favor by translating the plugin into Russian.

    In reply to: Is it ok if I update the Swedish translation?

    #18587

    Russian translation is ready.

    Please pick it up at: http://dl.dropbox.com/u/23975858/GrapheneRu.zip

    Let me know when I can delete the file from that address.

    Added: By the way, the translation was in better shape than the Swedish one, but I still had to change a large number of previous texts, as well.

    Thanks,

    Tobi

    PS! Let me know if you want me to have a look at the mobile theme’s translations to SV and RU, as well.

    In reply to: Non-escaped character in Graphene FAQ

    #18759

    Suggestion: in options.php:1111 Show post author's gravatar it would be good to add a link to the gravatar site. (I just did in the Russian translation 🙂

Viewing 10 posts - 21 through 30 (of 45 total)