Forum Replies Created

Viewing 15 replies - 31 through 45 (of 105 total)
  • Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    I must have done something wrong. The Uncategorized did not disappear from the webpage. ~

    here is my style.css (child)

    /*
    Theme Name: adventure-journal Child
    Description: Child theme for the adventure-journal theme
    Author: camilo
    Template: adventure-journal
    */
    
    @import url("../adventure-journal/style.css");
    
    h1.site-title a {
        color: #009900;
    }
    .entry-utility{
    display:none;
    }

    Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    I’m learning every day. Give me another 35 years and I’ll get there…

    Do I put that code at the very end of my style.css /child)
    Right?

    many thanks for your help.

    qim

    Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    or could it be this:

    <a href="https://pintotours.net/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a>
    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    “category tag” is in wp-includes\category-template.php and line 163 reads

    $rel = ( is_object( $wp_rewrite ) && $wp_rewrite->using_permalinks() ) ? 'rel="category tag"' : 'rel="category"';

    So, do I include

    .category tag{
    display: none;
    }
    Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    Right: class=”post-40 post type-post status-publish format-standard hentry category-uncategorized”

    I’ve searched for that in all files but cannot find such a class in any file

    Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    I suppose you mean View source in my webpage rather thasn this one. I did that and found:

    <div id=”post-40″ class=”post-40 post type-post status-publish format-standard hentry category-uncategorized”>

    So, the class should be “post-40” class ???

    Ευχαριστ?

    Forum: Fixing WordPress
    In reply to: Uncategorized link
    Thread Starter qim

    (@qim)

    Hi

    I already have a child theme (afventure-journal-child) with style.css in it.

    Please, note that I am only 4 WP days old… and am totallyat a loss. When you say “find the class of the element…) I assume you mean that I should find where Uncategorized is mentiond. I did that already and listed above the 4 files. I am not sure which ine I should mess with.

    Could you be more specific to see if my ignorance lights up?

    Thank you very mucg

    qim

    Thread Starter qim

    (@qim)

    I got some more information:

    reference to “Uncategorized” is in 4 files:

    wp-admin\edit-tags.php (line 191)
    wp-admin\optoons-permalink.php (lines 38, 124)
    wp-includes\category-template.php (line 161)
    wp-includes\upgrade.php (lines 107, 109)

    Could you help meremove the display of “Uncategorized” from the bottom of the blog, please?

    Thank you

    qim

    Thread Starter qim

    (@qim)

    Thanks ClaytonJames

    I’ve downloaded dnGREP but do not know how to transfer the files across from the host with FileZilla. Can you help, please?

    qim

    I have just heard JustHost that the log in pastebin has nothing to do with me. It is somebodu elese’s due to my having a shared account.

    The redirection problem remains unsolved, though.

    Dear Jeff

    This is a copy of a post I placed elsewhere.

    Itoo am unable to get redirection to work.

    You wrote taht the code above should be placed in wp-content/plugins/theme-my-login-custom.php: but I don’t seem to have that file. the nearest isi n wp-content/plugins/theme-my-login/modules/custom-redirecton/custom-redirection.php

    I am using WP 3.5.1 and theme Adventure-Journal

    Any help appreciated

    qim

    PS – I was surprised to see in the error log of mu host provider JustHost a referral to a site I have never heard of, less use that url in WP: https://www.psora.net/chat/chat.php
    Please, have a look at the log from one attempt this afternoon:https://pastebin.com/gr4VF6RP

    Thank you

    qim

    Dear Jeff

    I hope you are still around
    Itoo am unable to get redirection to work.

    You wrote taht the code above should be placed in wp-content/plugins/theme-my-login-custom.php: but I don’t seem to have that file. the nearest isi n wp-content/plugins/theme-my-login/modules/custom-redirecton/custom-redirection.php

    I am using WP 3.5.1 and theme Adventure-Journal

    Any help appreciated

    qim

    Forum: Plugins
    In reply to: Login/register widget
    Thread Starter qim

    (@qim)

    Sorry But I am totally lost in your site.

    the situation now is that I managed to sort out the main problem: the acces to dashboard. I had not configured things properly. The other probelm is that my redirections are not working. I am redirecting subscribers to a thir-party site but I get Not Found.

    Forum: Plugins
    In reply to: Login/register widget
    Thread Starter qim

    (@qim)

    Well, I found a couple of reasons for the problem. First, in general Settings I had assigned Administrator to everybody…

    However, now that I have redirected everybody except the admin to a third party site I still get Not Found.

    worse still the welcome box has a link to the dashboard and Profile allowing in everybody!

    Any ideas?

    Forum: Plugins
    In reply to: Login/register widget
    Thread Starter qim

    (@qim)

    Good morning

    I never mentioned that my theme is Adventure Journal and that I started(and carry on) building a page based on “Posts” rather than “Pages”.

    Maybe there is some conflict between Adventure Journal and Theme My Login.

    Forum: Plugins
    In reply to: Login/register widget
    Thread Starter qim

    (@qim)

    Lee
    It’s 3 am here and i need to get up early tomorrow. Thank you for everything. If you’re still around tomorrow, I would be very grateful if we could try and sort this out.

    meanwhile what si Peter’s Login redirect?

    Good night

Viewing 15 replies - 31 through 45 (of 105 total)