pzh20
Forum Replies Created
-
Obviously Breaking Bad won’t work on containers, but the locomotion scroll etc should still work.
What I really don’t understand is why they work in the editor but not on the frontendHas this been resolved? I’m using a create post form, and trying to upload the Featured Image, but the link in the form is a # and nothing happens when I click the upload
- This reply was modified 2 years, 1 month ago by pzh20.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Split adding new post over 2 pagesGreat, sounds just like what I need. Thanks again
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Split adding new post over 2 pagesKonrad, Thanks once again for responding so quickly.
Do I need to register the parameters beforehand with something like;
add_action('init','my_register_param'); function my_register_param() { global $wp; $wp->add_query_var('my_post_Id'); }
Then do a $_Get(“my_post_Id”);
As I’m using Elementor as my page builder, I’m adding these code snippets in a Code Widget in the page. The page will already have the form imbedded via a shortcode, so I then do something like
$my_photo_Id = $_Get("my_post_Id"); // pass the profile page id to the form acfe_form(array( 'name' => 'my-form-update', 'my_photo_Id' => $my_photo_Id ));
This I assume would normally be in a template for the 2nd post update page. I’m not sure if this will work inside Elementor.
Regards
PeteForum: Plugins
In reply to: [Advanced Custom Fields: Extended] Confused over default title and contectThanks for this Konrad,
I don’t mind having to use fields in the Field Group for the Title and Content, especially if they are mapped to the WordPress fields so they show correctly in the backend, it’s just that the Frontend Admin Pro for ACF Pro plugin allows the WordPress Title fields and Content fields to be included directly in the front end.
Anyway, I can set these field up.
REgards
PeteForum: Plugins
In reply to: [OoohBoi Steroids for Elementor] BREAKING BAD (works up to Elementor 3.5.9)Thanks again Oooh Boi, filling the gaps left by Elementor again.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] BREAKING BAD (works up to Elementor 3.5.9)OK, I thought it wasn’t working when I turned off the containers option, even refreshing the page. But this morning when I logged in again, Breaking Bad was working again.
Even though the level of control with Flex Containers is similar to Breaking Bad functionality, I don’t believe Elementor lets you set column widths using calc() for example, that is a benefit not having Breaking Bad hurts a lot of my sites.
Is it possible to do a tutorial on the similarities and differences using Elementor Containers and Oooh Boi’s Breaking Bad add-on?
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] BREAKING BAD (works up to Elementor 3.5.9)I’m using the same versions of Elementor as you and it shows up, but I don’t think it actually works. This is a real bummer as Breaking Bad is so powerful, I love it.
- This reply was modified 2 years, 6 months ago by pzh20.
I assume it created a database table? I’ll see if I can query that.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Breaking Bad on inner sectionsWell I couldn’t get it to work but I worked around the problem by removing the inner section and tweaking the design.
Thanks anyway
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Breaking Bad on inner sectionsI hope not, as it works fine on columns outside inner sections.
I will try deactivating things.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Plan for dealing with upcoming 3.6 releaseI’m sure you’ll come up with a whole bunch more extensions to continue to improve elementor.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Glider issueSurely because the sections are all there, the entrance animation shows for the first time and no others. I think you’ll have to animate the elements using Slider options, like Parallax to achieve what you need.
I think it’s because of the transition back to the first slide where it seems to scroll through the previous columns
OK, I think I’ve found where this issue is, when I try Transition Type of Fade, the change between the last and first slides gets mixed up, when I use Transition Type of Slide, it works but without the fade effect I hoped for.