briz_dad
Forum Replies Created
-
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] URL not formatted correctly?Hello Maui2wp,
I am helping Steven – we attempted to work with the plugin’s demo obj file:
https://www.skyladderdrones.com/3d/Here is the short code:
[vrm360 canvas_name=s1 model_url=https://www.skyladderdrones.com/wp-content/plugins/vrm360/demo/demo.obj aspect_ratio=1.8 initial_offset=0.9]
Do you see what I am doing incorrectly?
~ Greg
Forum: Plugins
In reply to: [Multiple content blocks] Broken with WP 5.0worked like a charm – thanks for the save! ??
Forum: Developing with WordPress
In reply to: XML document from categoriesHello bcworkz,
Unfortunately (for me) – this is way out of my scope of ability.
It seems like you’re saying that it would have to be uniquly coded. I’m surprised a plugin hasn’t been developed for this yet. I’d think it would come up a lot for WP users.
Of course there are a lot of plugins that create XML files – but they are targeted to SEO. None are creating unique XML documents based on the category IDs.
Thank you for your reply, bcworkz.
Sincerely,
GregHello Cais,
The project went in a different direction – so we’ll never know the issue’s cause.
I very much appreciate your quick response.
Sincerely,
GregForum: Themes and Templates
In reply to: Child Theme for ForeverWood Theme – multiple CSS filesOK – I got an answer from the theme developer.
For what ever reason, I wasn’t understanding that I needed to substitute the actual theme name in place of the word “theme” on the samples. I think it wasn’t clear because the Child Theme name isn’t relevant in the function.
The working function in my case is:
add_action( 'wp_enqueue_scripts', 'foreverwood_child_enqueue_styles' ); function foreverwood_child_enqueue_styles() { wp_enqueue_style( 'foreverwood-parent-style', get_template_directory_uri() . '/style.css' ); }
Parent Theme: foreverwood
(In case the above helps other non-programmers understand this new method.)
Thanks for the support,
GregI just found this from the client – wish list…
What I need for this basic site is the following:
1. ability to register a new camper online
2. campers need to choose which package they want (1,3,6,12 camps) they would stay on a recurring basis until they opt out even after their membership is up.
3. camper would make payment online
4. camper would get put in the camp they signed up for (and all recurring camps they signed up for)
5. List all campers in their respective camps (attendance sheet)Forum: Plugins
In reply to: [Formidable Honeypot] Illegal String Offsetyeah – it looks like the developer has dropped off… not just in supporting this plugin – in general. too bad – it was a great tool when it worked.
I noticed that – thank you!!
#veryhappy~ Greg
Forum: Plugins
In reply to: [PayPal for WooCommerce] Admin Notifications not getting emailedHello Support,
Yes, I checked and double-checked the admin email – and sent test messages to make sure it was actually a “working” email.
So I should check in with WooCommerce support about it?
Sincerely,
GregHello MathewRuddy,
Is it possible to bring back the feature that gave the admin the choice of opening a new browser window?
I think everything else settled okay.
~ Greg
OK – I am emailing you an xml file that was created from the export.
By the way, I just found the “Sliders per page” option in the “Screen Options” panel.
I set it to 25 and now see all the sliders.
I am going to see if I can edit #2069.
Lastly – there used to be an option for the slider link to open a new browser window. I currently don’t see that option.
(emailing now)
By the way, Slider ID #2069 isn’t in the “All Sliders” panel.
Hello @matthewruddy,
I saw there was a new update waiting this morning – I did the update with an outside hope it would resolve things.
I’ve kept the plugin updated as releases are “flagged” in the admin – I tend to always update when they are waiting.
Until yesterday’s update, everything was smooth.
In the “All Sliders” panel, there are five sliders showing (I added the numbers in the “Title” so that I could start differentiating them).
screenshot linkIn the “Customize” panel, there are 22 sliders. Also, in the screenshot below, I created the homepage slider yesterday as part of my trouble-shooting. You notice it isn’t appearing in the “All Sliders” panel.
2nd screen shotI haven’t removed anything yet in case it is needed to help trouble-shoot. I’m hoping I don’t have to uninstall/reinstall…
Standing by,
GregForum: Plugins
In reply to: thumb images change main imageany ideas help here?
Forum: Plugins
In reply to: [Posts in Page] featured image in posts?awesome – this was the perfect post to direct me to… thank you! ??