ceol
Forum Replies Created
-
Forum: Plugins
In reply to: [A-Z Listing] Exclude non alphanumeric characters – again…inserted comma in first line before 10 like so:
add_filter( 'a_z_listing_item_index_letter', 'ignore_quotes_in_a_z', 10, 3 );
Saves ok now but doesn’t appear have any effect on the listing.
Any ideas much appreciated,
Thanks- This reply was modified 4 years, 8 months ago by ceol.
Forum: Themes and Templates
In reply to: [Hamilton] Background image with infinite scroll in iOS 13.3Hi Anders.
Thanks for your reply. Thought I found a fix with this:
html { background-size: cover; height: 100%; overflow: hidden; } body { height:100%; overflow: scroll; -webkit-overflow-scrolling: touch; }
which which seemed to work but unfortunately
overflow: hidden;
results in hiding related posts/pagination where they would normally appear below post content. Removing this brings the other problem back (image background zoom in iOS).Any idea how I could get around this?
I can’t believe this problem persists in iOS which messes up such a common and universally used design feature.Thanks again
- This reply was modified 4 years, 10 months ago by ceol.
Forum: Plugins
In reply to: [WPFront Scroll Top] Code conflictUpdate:
Seems the problem is:overflow: hidden;
but removing this brings the other problem back (image background in iOS).Forum: Themes and Templates
In reply to: [Hamilton] Thumbnail size on main blog pageThanks @anlino.
I nearly got this sorted but not quite:in functions.php
// Custom Image Sizes
add_image_size( ‘hamilton_preview-image’, 1200, 9999 );changed size to 800 and then used regenerate thumbnails plugin which halved file sizes while still looking pretty decent (depending on the original image aspect ratio).
However, monitoring loading activity shows that original 1200 images are being called before the new smaller 800 images.
It would be great to have a temporary manual fix for this in the meantime as a way of dealing with loading pages with tons of posts in low bandwidth situations?
Many thanks
Forum: Themes and Templates
In reply to: [Hamilton] Image background in alternate hamburger menuResolved thanks
Forum: Themes and Templates
In reply to: [Hamilton] Increase content width on a single pageResolved thanks
Forum: Themes and Templates
In reply to: [Hamilton] Increase content width on a single pagecarbybarby838,
Excellent..section-inner.post-##.page.type-page.status-publish.hentry.missing-thumbnail > div {
max-width: 1000px;
}.section-inner.post-##.page.type-page.status-publish.has-post-thumbnail.hentry.has-thumbnail > div {
max-width: 1000px;
}Works perfectly even using % instead of px.
Don’t know how you arrived at the solution, I can’t make sense of it.
Thanks a million…Forum: Themes and Templates
In reply to: [Hamilton] Increase content width on a single pagecarbybarby838,
Thanks very much for this. While this works for reducing, unfortunately there seems to be a max-width constraint.I had previously found somewhere on this forum the following which increased width globally:
.section-inner.medium { max-width: 840px; }
.section-inner.thin { max-width: 900px !important; }.section-inner .section-inner {
width: 100%;
}Have tried to adapt it with your page id code but without success. Any ideas much appreciated.
Brilliant tip on the page id – Thanks…Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Search results Text colorSolved it with:
p.asl_desc {color:black !important;
}Forum: Themes and Templates
In reply to: [Hamilton] Display posts in random order on blog pageFound a solution here…Seems to be doing the trick.
Forum: Themes and Templates
In reply to: [Hamilton] Image background in alternate hamburger menuBrilliant. Great solution thanks very much!
…actually think that may have worked after all…
Forum: Themes and Templates
In reply to: [Hamilton] adding embed audio to post in Hamilton is messyHi.
I’m having the same problem: it’s like all button states are showing simultaneously. Would be great to have this fixed.
Thanks, great theme…