Forum Replies Created
-
Mod
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:
Mod
Glad to help.
Marking thread as resolved. You can do this yourself as well.
Mod
In reply to: Graphene 1.9.4.1 Slider Disappearing, creating multiple homepages
August 6, 2015 at 3:19 am #45249Lol, been there, done that.
Moved to Support. Marking thread as resolved. You can do this yourself as well.
Quote:I created some text boxesJust curious as to what you meant by “text boxes”.
Mod
Add to custom CSS or child theme stylesheet:
p.clearfix.default_searchform {
background: none;
}Moved to Support.
Mod
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
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
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
In reply to: Install Issues – trying to find answers and failing horribly
July 30, 2015 at 11:28 pm #45180I’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
Navigate to your Any Mobile Theme plugin page. The instructions are at the bottom.
Mod
Did you remember to add your API key to Neo’s settings?
