Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Sort Categories by date not alphabetical

    #45236

    That link is a page, which itself is a child page of “Kindergarten”.

    Pages don’t use categories. (Only posts can be added to a category.)

    I also don’t see any content on that page.

    Are you talking about the order of the child pages that are listed on this page:

    http://aacademy.org/classroom-access/kindergarten/

    Mod

    In reply to: Search bar glitch

    #44969

    Glad to help.

    Marking thread as resolved. You can do this yourself as well.

    Mod

    Lol, been there, done that.

    Moved to Support. Marking thread as resolved. You can do this yourself as well.

    Quote:
    I created some text boxes

    Just curious as to what you meant by “text boxes”.

    Mod

    In reply to: Search bar glitch

    #44967

    Add to custom CSS or child theme stylesheet:

    p.clearfix.default_searchform {
    background: none;
    }

    Moved to Support.

    Mod

    In reply to: Header Image Button will not let me upload an image

    #45238

    Have you recently updated anything? Are you able to upload items to the media gallery?

    Try temporarily disabling your plugins to rule out a plugin issue?

    Moved to Support.

    Mod

    In reply to: Sort Categories by date not alphabetical

    #45233

    Posts are normally sorted by date within a category.

    Or are you talking about a listing of all categories? Link to page you want to re-sort?

    Mod

    In reply to: Widget white space issue

    #44953
    Quote:
    They told me the issue I am having looks like a template issue (could be BS??)

    In general, plugin authors always blame theme authors, and vice versa. But yeah, it’s the plugin:

    But in the widget’s CSS, I see:

    .sfsi_plus_widget {
    bottom: -65px;
    min-height: 55px;
    position: relative;
    right: 0;
    }

    It’s pulling the bottom down to make room for the pop-ups.

    And then, in the HTML itself, it sets the height:

    <div class="sfsiplus_norm_row sfsi_plus_wDiv shuffle" style="width: 225px; text-align: center; position: absolute; transition: height 250ms ease 0s; height: 50px;">

    If you don’t mind your pop-ups appearing on top of your widget title, you can try this custom CSS:

    .sfsi_plus_widget {
    bottom: 0;
    min-height: 0px;
    }
    .sfsiplus_norm_row {
    height: auto !important;
    }

    You might want to check on the plugin’s website to see if they have examples of how this widget has been implemented on other sites. It may give you a better idea of how to handle this situation on yours.

    Mod

    I’m not sure if it’s a compatibility issue with the Helper plugin. Let’s wait for a developer to chime in. It’s been a while since I worked with multisite.

    Mod

    In reply to: View mobile neo from laptop

    #45229

    Navigate to your Any Mobile Theme plugin page. The instructions are at the bottom.

    Mod

    In reply to: Theme Graphene Mobile Neo won't update

    #45226

    Did you remember to add your API key to Neo’s settings?

Viewing 10 posts - 261 through 270 (of 5,839 total)