identity
Forum Replies Created
-
AuthorPosts
-
John, I figured out the CSS to resolve it on mine (mchenrylife.com) and if you aren’t seeing it on the demo, then may have just been something specific to mine from some other code.
cheers
Just wondering if anyone has anything to add here…what’s been tested, experiences, what worked, what didn’t, etc?
cheers
This reply has been marked as private.Additional issue now… started getting IPN Invalid emails repeatedly, around 70+ now for a number of ID numbers. I’ve tried plugging these into the URL to even try to figure out what they are, but they come up as 404.
Not sure if these were some how tied to testing of recurring payments, though that’s my assumption since none of the IDs bring up any live pages.
Is there anyway to clear this out of the system?
cheers
Thanks Guust
Thanks for the update Paolo
Try going into the Places (or specific CPT setting) where the custom fields are (Geodirectory > Places Settings > Sorting) and see if Featured is there and if it is default or not.
cheers
Sure, could you give me an email and I’ll put the zip out on Google Drive.
cheers
One thing I have noticed though now is that the sidebar needs to be, or it seems, wider/larger portion, otherwise things like the calendar widget and business hours widget bust out of the right side (disappear actually) as the browser window size gets smaller.
Haven’t quite figured out why that is yet.
Update:
Looks like Enfold has had a lot of changes in this update. They have added a little more customization to sizing within the Enfold Admin > General Layout > Dimensions.
Here you can now set a max-width as well as the distribution across the content/sidebars.
Found that the previous fix placed in the functions.php file may no longer be needed and was probably conflicting. If you’ve added this code, you might want to try commenting it out and adjusting the settings in Enfold.
/* Include the global settings for Enfold Change the default page layout for Enfold theme */ add_action('init', 'my_layout_change_layout', 900); function my_layout_change_layout() { global $avia_config; $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'two alpha', 'entry' => 'eight alpha'); //GWB }
If that doesn’t work, apparently others on the Enfold forum have had issues like this as well and one of the recommendations is to do a full ftp upload to make sure that all of the files get updated, clearing any caching plugins, etc.
cheers
Thanks Stiofan. If you get a patched version you could send over, that would be great. Was hoping to go live by tomorrow, although now that Enfold’s 3.0 update broke the sidebar layout, who knows.
cheers
This reply has been marked as private.I’m also using EWWW and works good. Nice thing is that you can run it automatically on upload but also selective optimize images or have it run through the entire media library an optimize, either ignoring previously optimized images or reoptimizing them as well. Lots of great settings I haven’t actually played with yet, but very impressed so far.
I have found though, especially if you are uploading very large images to begin with that it seems to really bog down the system. In general, I think image optimization on the server is a pretty resource intensive operation, so any bulk optimizations might be best scheduled for off-hours or low traffic periods.
cheers
Excellent, thanks Stiofan.
And thanks for the response Jeff. Arguably, there is an on, off, and null state, just like zero is neither positive nor negative.
In this case, I think it was less about on/off and more about presentation. If it is off, but no message is output in GD, I think that’s perfectly fine, after all, if I want or need an explicit on and off messaging, select and radio inputs are perfect for that.
And perhaps that was the simple solution here…if off, then don’t display.
Either way, greatly appreciate the quick turn around and I think this builds in improved messaging capabilities with regard to the custom fields.
cheers
Stifoan,
Thanks. Any chance that could be pushed out in the next day or two? Hoping to launch the site this week?
cheers
-
AuthorPosts