dichotomy
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Parent as childThank you for the super speedy response!!!
Forum: Plugins
In reply to: [Plugin Organizer] https issue?I added a filter using the https permalink and it worked. THANK YOU!!!!
- This reply was modified 8 years, 3 months ago by dichotomy.
Does the interest group have to be a checkbox? I accidentally set mine up as a radio button, and have the form default to checked. New subscribers work properly, being added to the list and the new group. Existing subscribers are not being updated, even though I have it set to Update Existing Subscriber=Yes, and Send Update Email=No.
So I’m wondering if the issue is the radio button vs checkbox, or if there is a plugin issue.
EasyForms version 6.1.4
Wordpress version 4.6.1Thank you.
Never mind…it worked! Must have just been a delay in updating the MC servers. THANKS!
I did the update and it broke my site. I’m using a child theme and custom header and it looks like the code has been changed to a point where the child doesn’t work.
First code change I noticed was
<div id="page" class="grid<?php echo ' ' . mb_theme_options( 'width' ); ?>">
(from my custom header)
vs.
<div id="page" class="grid<?php echo ' ' . $bavotasan_theme_options['width']; ?>">
(from the parent theme header)It seems that instead of looking for mb_theme it’s looking for $bovatason_theme.
The reason I’m focusing on that line of code is because that’s where it breaks. The source code shows:
<body class="home page page-id-9 page-template-default logged-in custom-background"> <div id="page" class="grid
and then nothing….
Hopefully I can find my the older version of Magazine Basic and restore it.
Forum: Fixing WordPress
In reply to: Code snippet killing child pages displayTHANK YOU!!!
You just saved me a TON of angst. Simple fix, works perfectly.Never mind… I hacked it for macintel only css…
html[data-platform*=’MacIntel’]Here’s a screen shot if it helps.
The issue is in Mac browsers.
https://dichotomydesign.com/arrow.jpgHoping for a response… I keep trying different things but nothing seems to work….
Thank you.Forum: Plugins
In reply to: [FA Lite - WP responsive slider plugin] First slide displays half an imageI fixed mine by changing css. I noticed the first loading slide had a different class than the others and it had a margin-top that was different than the other slides. Looks great now.
Forum: Plugins
In reply to: [FA Lite - WP responsive slider plugin] First slide displays half an imageHaving same issue in Chrome and Safari. IE and FF are ok.
https://192.254.198.184/~osgiall1/
Otherwise looks good, but client will not be happy ??Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form anchorCool. Thank you. I guess Ctrl-F5, and manually clearing browser cache doesn’t work any more… Shoulda done the DNS flush.
Anyway, thanks again!
Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form anchorHi hitcode…
Sorry, it’s not working.
I tried it in the <head> and in the <body> both top (just under body tag) and bottom (just before the /body tag).Cleared cache and tried in chrome and firefox. It still scrolls…..
A couple of times it scrolled to a few lines above the form, but never top of page.
Any other suggestions? THANKS!
The page is:
https://davidrosenhaus.com/free-reading-appointments/Forum: Plugins
In reply to: [Contact Form 7] Arrow Keeps Spinning No Message That SentI am having this same issue. I am updated to WP 3.9.1
I disabled ALL plugins except CF7 and CF7 Newsletter by Katz.
Using twenty-twelve which is also updated. (all other themes are deleted)Emails are going through (to me and to subscriber) and Constant Contact is correctly adding the contacts. This happens immediately which is pretty cool.
BUT…. the little arrow wheel keeps spinning (and John Lennon is singing “I’m just sittin’ here watching the wheel go ’round and ’round) ad infinitum.
Any help would be awesome… THANKS!
Forum: Plugins
In reply to: [WP eCommerce] Sliders not working after upgrade to WP 3.9The slider seems to be embedded as a function of wpecommerce. If this is not the case, then I’m highly confused. It’s a flexishop theme using wpecommerce. Maybe the slider is part of flexishop v1, but those developers flaked and aren’t supporting the theme anymore so I’m at a loss… (yes, i submitted a ticket last week to them, but they haven’t responded)
I just LOVE taking over someone else’s mess and having to completely deconstruct a site to figure out how the idiot put it together.