Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I would like that function aswell.
    Great plugin.

    Thread Starter Strongman

    (@strongman)

    Hi Kevin

    1. Was fixed by adding a css-class to the stylesheet (As you suggested)

    2. Indeed it is fixed now. Thanks!

    3. Was caused by the SEO plugin I used, Platinum SEO Pack. As recommended I downloaded SEO Ultimate, which fixed the issue, and also hade more features that I wanted.

    Gold star!

    Thanks Kevin, marking this post as resolved

    Thread Starter Strongman

    (@strongman)

    Sound good will check that out!

    The two other bugs still are left, hope i could provide you with some info, not sure though if other people have seen any similar problems.
    Hopefully it will be resolved

    Anyway glad you made the plugin that wasn’t on the market.

    Thanks & a nice weekend to you
    Anthony

    Thread Starter Strongman

    (@strongman)

    Hi Kevin,
    thanks again for your response, yeah I will have to add that piece of code to the css.

    As for the other issue, I am sorry, but I realized that it was a plugin, Platinum SEO Pack to be exact that was causing this issue. I will have to try and modify that plugin myself.

    It seems that the SEO plugin uses the description for meta-description.
    Maybe in the future your plugin would create a separate database field for the category plugin. Since probably most SEO plugins use the description for meta. I do not have that much experience though.

    Unfortunately my programming skills are limited, otherwise I would love to help out.

    Thanks for your willingness to help me!

    Anthony

    Thread Starter Strongman

    (@strongman)

    Hi kevin thank you for your reply,
    here is some more info
    The problem with the toolbar – picture

    I thought this might help visualizing the problem.
    I use Chrome latest version.
    Also tested in IE9 same issue.

    When i go to POST or PAGE editor, there are no issues, just the CATEGORY and TAGS editor that does this.

    (The 1st question)Does H1, H2, H3 tags work for you?

    <div class="category-archive-meta">
    <h1>This is title</h1>
    <p>Hello</p>
    </div>

    I think that the problem is, the class for the div has to be changed from “category-archive-meta” to “category-body” for example. Otherwise it uses category-archive-meta and I do not know where that css class is.
    Best would be if it used the settings that I have set sitewide for H1 tags etc.

    (The 3rd question/issue/suggestion)
    Currently the Category/Tags Description is used in 2 locations on one page.
    in the head section
    <meta name="description" content="This is title Hello">

    and in the body section

    <div class="category-archive-meta">
    <h1>This is title</h1>
    <p>Hello</p>
    </div>

    Where I would rather have…

    in the head section
    <meta name="description" content="Here you will find all the items of the xxx that you need">

    and in the body section

    <div class="category-archive-meta">
    <h1>The Xxx for your needs!</h1>
    <p>All of the posts listed here are xxx and eliminates the need of any other pages</p>
    </div>

    To do this it would require i guess 2 fields in the admin section; 1 meta-description field and 1 category/tags body text.
    Or actually just one additional field, since the description already is used for meta-description

    But i guess this would be much more difficult to program.
    Do you understand what i mean? What do you think?

    Thanks again
    Anthony

    Forum: Hacks
    In reply to: I need urgent help.

    Hello,
    if you have access to the database then it shouldnt be that hard.
    Just login, find the table wp_users find the user_pass field. Then you go and make a new password with an md5 generator.

    The string you choose will be the password.
    Now you should have a md5 string. Go back to the database, edit user_pass for the selected user. Edit the value and paste in the new password.
    Save.

    Now you should be able to log in.

    If you need more detailed help i suggest you check the Resetting_Your_Password

    Thread Starter Strongman

    (@strongman)

Viewing 7 replies - 1 through 7 (of 7 total)