andersonmultimedia
Forum Replies Created
-
Is this issue resolved?
Thanks for the update Steve. I had noticed this ticket was marked resolved. Do you have any idea when 3.27.5 might get pushed out?
Any idea when 3.27.4 will be released?
Thanks for the update, Steve. Looking forward to the release.
Just checked on someone else’s iPhone. Same issue.
Thanks for the quick response. I do not have Hover Pause selected. But the carousel still won’t restart on-tap on my Android. Does it work for you?
Forum: Plugins
In reply to: [Email posts to subscribers] Error syncing tablesI resolved this issue. Was using wrong user in staging DB.
Forum: Plugins
In reply to: [Email posts to subscribers] Opt in widget success messageThanks @gopiplus! When will v5.0 be available?
Forum: Plugins
In reply to: [Email posts to subscribers] Opt in widget success messageThank you. I don’t see an option to edit the opt-in success message that displays in-browser after form submit – in the plugin settings.
This functionality broke for me ‘on most’ program_listings CPT pages… but not ‘all’. When I analyzed the shortcode between the shortcodes that rendered and the ones that don’t, I can see no inconsistencies… AND update permalink does nothing. However if I copy and paste this portion of the shortcode from a working page:
display-posts post_parent="fsu-programs" post_type="program_listings" taxonomy="category"
over the same portion on a non-working page like tis one:
display-posts?post_parent="fsu-programs"?post_type="program_listings" taxonomy="category"
and Preview, the functionality that disappeared after WordPress 4.3.17 -> 4.4 upgrade is restored. Got me??Thanks Bill. I try like that, but still no luck.
[display-posts post_parent=”32″ post_type=”program_listings” taxonomy=”category” tax_term=”day-school-affordability-and-sustainability” order=”ASC” orderby=”title”]
Thanks for the response, Bill. Here is an example shortcode:
[display-posts post_parent=”north-america-programs” post_type=”program_listings” taxonomy=”category” tax_term=”day-school-affordability-and-sustainability” order=”ASC” orderby=”title”]
Seems the post_parent argument is no longer respected after 4.3.17 db update. I am able to make the other arguments work in the shortcode still. As soon as I try to restrict post_parent arg to ‘current’ or specified post_parent id, breaks the display. Any help is much appreciated. Thank you.
Forum: Themes and Templates
In reply to: How do I make these submenus into dropdowns?Thank you very much WEN Solutions. Developer came back to me and fixed with:
.nav.main-nav ul.sub-menu li { border: 0 none; float: none; } .sub-menu { background: #000 none repeat scroll 0 0; display: none; left: 10px; min-width: 12em; padding: 5px 0; position: absolute; top: 100%; z-index: 100; } .nav.main-nav ul.sub-menu li a { display: block; font-size: 15px; padding: 5px 8px; } .nav.main-nav ul.sub-menu li a:hover { background: #fff none repeat scroll 0 0; color: #000; } .nav.main-nav li:first-child .sub-menu { left: 0; } .nav.main-nav > li:hover .sub-menu { display: block; }
Forum: Plugins
In reply to: [Suffusion Collapse Menu] Does it work in nav bar above header?Ok – so I hadn’t followed all of your instructions at https://www.drafie-design.nl/set-suffusion-to-be-responsive/
I’ve added:
#nav-top .col-control, #top-bar-right-spanel .col-control {width: 100%; min-width: 0;}
to my stylesheet and now it works.
Thank you.