shackep
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Load more buttons not showingThe ajax loading part of the website is broken. The preload still works. Looking at the source code where the loader button should be I see this:
<div class="alm-listing alm-ajax " data-preloaded="true" data-preloaded-amount="3" data-repeater="template_2" data-post-type="post" data-post-format="" data-category="" data-category-not-in="" data-tag="" data-tag-not-in="" data-taxonomy="" data-taxonomy-terms="" data-taxonomy-operator="" data-meta-key="" data-meta-value="" data-meta-compare="" data-year="" data-month="" data-day="" data-author="" data-post-in="" data-exclude="" data-search="" data-post-status="" data-order="DESC" data-orderby="date" data-offset="0" data-posts-per-page="5" data-lang="" data-scroll="false" data-scroll-distance="150" data-max-pages="5" data-pause="true" data-button-label="Load More" data-button-class="" data-destroy-after="" data-transition="fade"></div>
But nothing after this, so it seems like the button isn’t rendering.Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Load more buttons not showingI forgot to mention, I am also using the add-ons: Custom Repeaters and Preloaded.
Forum: Themes and Templates
In reply to: [Make] Override Frontend Templates in Child ThemeThanks! I’ll give that a try. I will consider it resolved though since I have my answer.
Hey Samlents,
I have been doing something similar. What you are looking for: height: 100vh;
You could apply this to all banner sections:
.builder-banner-slide {
height: 100vh;
}or apply it to individual sections like this:
#builder-section-1424371656094 .builder-banner-slide {
padding-bottom: 485px;
height: 100vh;
}Cool! I am really looking forward to using this.
Fantastic! That will be so handy to have access to. Looking forward to using it.
Thanks Andy! I’ll keep an eye out.
Forum: Plugins
In reply to: [SW Lazy Load] Having some issuesSorry for the delay getting back to you. Here is the link: https://andhereweare.net/ This only happens when jetpack’s photon module is enabled.
Forum: Plugins
In reply to: [User Switching] Network-only? Will it stop working on single installs?Right on! Thanks for the clarification. Also thanks for such a great plugin. I use it several times a week.
Forum: Networking WordPress
In reply to: Subsite plugins defaults to network pluginsThank you three for the help and direction.
Strangely this resolved itself. Everything is back to normal. I did not disable any plugins of note the day things went back to normal. An issue I was having with Gravity Forms also resolved itself at the same time. Benevolent gremlins.
Marking this as resolved, will add info if it starts happening again and I have definite clues. Anyone else that has the same thing start happening, I would be be interested in hearing about it.
I will update WP ASAP.
Forum: Networking WordPress
In reply to: Subsite plugins defaults to network pluginsRunning WordPress 3.5.1
Forum: Networking WordPress
In reply to: Subsite plugins defaults to network pluginsI know, it is crazy.
From the sub-site dash:
https://www.evernote.com/shard/s49/sh/d871f68c-0c05-48c3-b3bd-7fac41dd32e3/3235715a27553316722f10bad5508562/deep/0/Dashboard%20%E2%80%B9%20Spring%20Arbor%20University%20%E2%80%94%20WordPress.pngHere is the page I see after I click on plugins:
https://www.evernote.com/shard/s49/sh/9193abeb-dff7-4e82-8d4e-3d972fec6560/5bf06ccd429ebda85eb42eb423b84fc6/deep/0/Plugins%20%E2%80%B9%20Network%20Admin%20%E2%80%94%20WordPress.pngAnd this is what I see when I go to my network admin and click plugins:
https://www.evernote.com/shard/s49/sh/bc33e231-c573-4c8e-992a-81e2395dd31f/d96693563786075e5f4b241c21d69608/deep/0/Plugins%20%E2%80%B9%20Network%20Admin%20%E2%80%94%20WordPress%20and%20Web%20Functionality%20Wishlist.pngThis weekend when traffic is low I will take some time to turn off plugins and see if I can identify if there is anything that would be causing this.
It would be great if there was a MU plugin called WP bisect that worked like git bisect but with turning on and off plugins until the problem plugin is identified.Forum: Networking WordPress
In reply to: Subsite plugins defaults to network pluginsThe pages are exactly the same, with the exception of the URL.
Forum: Plugins
In reply to: [My Twitter Widget] Feed is not loadingYou could replace your FB RSS link with a link generated by: https://www.twitter-rss.com/ It seems to work. The people behind it are in Poland and that is all we know. They may be good people but without a face theres no telling if they may start pushing their own content onto your site using this.
I would love to see an alternative from a known source.
Forum: Plugins
In reply to: [Posts 2 Posts] Email Connected Userjsing,
I do something similar using the edit flow plugin: https://editflow.org/. I can connect users or create groups of users that are sent notifications that I can add directly to the post. I know this is not related to Posts 2 Posts but could be an option depending on how far along you are on your project.