swcomm
Forum Replies Created
-
My apologies. I did see your reply and simply got so busy with a few other things, I forgot to acknowledge. Closing this ticket is fine, thanks so much.
Hi – thanks! I had to grab this a slightly different way to do what I needed, but this was helpful.
Forum: Plugins
In reply to: [Advanced iFrame] Custom Field WYSIWYG FieldJust sent you an email. Sorry for the delay – took some time off for the holiday.
Thanks for the quick reply – yes, you understand what I’m asking perfectly. In my post/page template, if Featured Image has a FooGallery custom URL, use that link on the Featured Image.
Forum: Plugins
In reply to: [Advanced iFrame] Custom Field WYSIWYG FieldI do have other toolbar buttons from plugins that insert shortcodes on those fields and they work as intended – FooGallery and Embed Any Document. The default Add Media button is there as well, and that works fine. I did try disabling both of those plugins to see if they were creating the conflict with Advanced Iframe, but that doesn’t appear to be the issue either. So any help would be great.
thanks again –
Forum: Plugins
In reply to: [Advanced iFrame] Custom Field WYSIWYG FieldI have a custom post type with a number of custom fields, and some of them are wysiwyg fields that include the whole visual editor toolbar from Advanced Editor/TinyMCE, and we’re using the Classic editor, not the Block editor. I use Advanced Custom Fields to create these custom fields:
ACF WYSIWYG EditorAdvanced Iframe works fine in the post edit area of the custom post type. The Advanced Iframe button is available in the visual editor toolbar for those custom wysiwyg fields, but clicking the button does nothing.
There are some jqmigrate errors, but I see them on the post edit field as well, so I don’t think that’s the problem.
Thanks for any help.
Forum: Developing with WordPress
In reply to: Query specific Taxonomy pageI don’t think I’m explaining what I’m trying to do very well. I’ve found another way to achieve what I need.
Forum: Developing with WordPress
In reply to: Query specific Taxonomy pageYes, I know all that. I’ve setup an ACF field for the featured image and my tag page displays it just fine. What I need is that tag page to display in my slider, along with the posts I’ve set as featured. Using the tag’s description as the post content or excerpt in the slider, and the tag’s featured image as the slider image. Again – not looking for the posts with the tag, the tag page itself.
I’d think there has to be a way to use custom query to get a specific tag archive page, but everything I’m finding tells me how to get the posts with the tag, and that’s not what I need.
Forum: Themes and Templates
In reply to: [Himalayas] Standard WP Widgets on FrontpageHi – I created a second instance of an About Us widget, as I ended up only needing to add one page. To override the 2-col in that widget, I used some css to target that second widget’s id. So:
#himalayas_about_us_widget-2 .tg-column-wrapper {
/* you may not need this one at all */
margin-left: -7%;
margin-right: 0;
}#himalayas_about_us_widget-2 .tg-column-2 {
width: 100%!important;
}
#himalayas_about_us_widget-2 .about-title {
/*this hid the page’s title, so I could use the widget title only*/
display: none !important;}
Hope that helps –
Forum: Plugins
In reply to: [RSS Feed Retriever] OrderbyHi – that’s funny, I did kind of the same thing. Hacked enable_order_by_date to false in the plugin. Works beautifully. Yes, I agree, it’s a great plugin but needs this one small modification to enable alternate date sorting method.
Hi again – sorry for the delay, had to switch to another project. Yes, that shortcode works perfectly. Nice that I can use any date formatting as well. Great work, thanks much.
Thanks for the reply. Yes, the shortcode retrieves the custom field date correctly, but I need to change its formatting, so sounds like your solution would do it.
But there’s no rush – I ended up creating a custom RSS feed for products that take care of the issue for my immediate need. But having that date formatting capability in your plugin would be nice to use for other feeds. We use WooCommerce for events, so event date is an important part of the feed.
Thank you!
Forum: Plugins
In reply to: [PayPal for WooCommerce] Confused about the REST APII’m going to close this ticket. Unfortunately, Paypal just lost a customer, as this is a brand new Woocommerce setup and new merchant account for one of my clients. I was able to set up Stripe in test mode for the site in approximately 5 minutes, so my customer will be using Stripe instead of Paypal for transactions. Thanks for your help tho.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Confused about the REST APII’m trying to use the cc rest. The only reason I mentioned the lack of SSL on the dev server was to learn whether that was the problem – I know the live site will need SSL. If that’s the problem, it’s the first time I’ve run into a non-SSL dev installation not being able to test using the paypal sandbox. Can you point me to anything to explain what the problem with the credentials might be? Thanks.
Forum: Plugins
In reply to: [Woo Donations] Go Directly to checkoutSorry, missed adding the methods link above.