ceol
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [PopularFX] Background image in Home headerThanks very much for your response. Yes problem was inability to select background row on laptop screen when pagelayer edit panel open and only central column/rows visible, filling up the full viewable width. Solution I found was to click the hide arrow on side of editing panel to reveal area to side of main column, click background here and then click the editing panel arrow again where main background image settings now in focus.
Navigator method works much better thanks
Forum: Plugins
In reply to: [Smart Slider 3] ‘Optimize > Resize’ vs manually resizing pre-uploadThanks.
Forum: Themes and Templates
In reply to: [Hamilton] standard menu…hang on, I forgot the ‘px’ for the max-width sorry…
Thanks againForum: Themes and Templates
In reply to: [Hamilton] standard menuThanks a million – I missed that.
While trying to force show standard menu in mobile view, also trying to have a smaller font-size using this:
@media (max-width: 10000px) { .nav-toggle {display: none !important;} .alt-nav-wrapper {display: flex !important;} } @media (max-width: 768) { .alt-nav a { font-size: .5rem !important; } }
…but no luck. Any help most appreciated. Thanks again
Forum: Themes and Templates
In reply to: [Koji] Hiding mobile ‘hamburger’ mobile menuYes that worked.
Thanks a millionForum: Plugins
In reply to: [Smart Slider 3] Arrows on desktop, drag on mobile?Hi.
Thanks for that.
Is there a way I could implement a next slide upon click method for all instances? so I could disable arrows altogether, like this JS method here from another plugin:
`jQuery(‘.flexslider’).on(‘click’, function() {
jQuery(this).flexslider(‘next’);
});`The browser click highlighting of arrows in android and ios is a shame. Can be seen here https://smartslider3.com/lightbox-with-caption-slider/
Thanks again for the great slider
Forum: Plugins
In reply to: [Smart Slider 3] Arrows – accidentally highlighted in useGreat thanks
Forum: Plugins
In reply to: [Smart Slider 3] Arrows – accidentally highlighted in useThanks.
Problem occurs on safari desktop: if you click too quickly the arrow ares are highlighted and looks messy. Problem does not occur on chrome desktop but does on android but only momentarily when clicking on.Forum: Plugins
In reply to: [Smart Slider 3] No animationThanks
- This reply was modified 3 years, 1 month ago by ceol.
That would be most excellent indeed. Many thanks
Thanks very much.
Best regardsForum: Plugins
In reply to: [A-Z Listing] Exclude non alphanumeric characters – againHi.
I’ve discovered that part of the issue seems to be with certain characters only: seems to be working with(
and[
, but not with“
or\
How might I get it working for double quotes and apostrophe?
ThanksForum: Plugins
In reply to: [A-Z Listing] Exclude non alphanumeric characters – againHi.
I removed the grouping just to see but no change; very strange.
ThanksForum: Plugins
In reply to: [A-Z Listing] Exclude non alphanumeric characters – againHi.
'a test apostrophe index title'
"a test quote index title"
Thanks for replying.Forum: Plugins
In reply to: [A-Z Listing] Exclude non alphanumeric characters – againHave several instances (one per category) in a page using shortcode like:
[a-z-listing display="posts" post-type="post" taxonomy="category" terms="miscellaneous" grouping="26"
if that’s relevant. thanks