One of the most useful and used plugins in my arsenal. Thanks guys.
]]>The simplest way I can come up with is to have a special user role such as “Rescue Coordinator”.
Create the private fields needed with Advanced Custom Fields (ACF). Integrate these fields only for the pets posts, and only for Rescue coordinators – without publishing them to the front end.
It’s a clunky way – but by doing this, I can also create groups of fields for the pets documents, and even give access to certain fields – such as desexing pdf files to only the person fostering that dog – and then later to the new dog’s owner.
If anyone would like to know more – am happy to write up a process for this in the near future when things have calmed down – we have lots of intakes at the moment.
Thank you so much for your response Igor, and thank you for any considerations to my quandary in the future.
]]>Any work arounds or solutions to this?
Thanks,
John
Some clients are currently experiencing a problem with analyzing Verizon bills: Verizon’s RDD zip file and Device Report are uploaded, but the upload process gets “stuck” (spinning processing wheel), as a result the analysis or press Submit for help are not showing.
Your MyPHP Admin will not show the analysis data, but will retain the bill and user data so you can follow up with that until we post an update.
1) User data will still populate in the appropriate table. The analysis data will be shown as NULL.
2) Bills they’ve uploaded will be in the appropriate tables: RDD + Device Report. You can export these tables with the headers and into Excel for manual review.
Work Around: Run these queries manually from your PHP MyAdmin raw data table to create analysis results. Data usage is not included here.
Total Bill: SELECT (SUM(ROUND(Total_Charge,2))) FROM `’wpvd_att_raw_data_report;
Total Line Count: SELECT COUNT(DISTINCT phone_number_invoice) FROM wpvd_verizon_raw_data_report
Total Savings: SELECT COUNT(DISTINCT phone_number_invoice) * 13 FROM wpvd_raw_data_report
If you need anything else related to a Verizon upload issue, please respond to this thread or email me directly: [email protected]
Thank you,
Greg
1) I was wondering when the next update for Gutenberg will be released? Specifically, to address the need to enter Quick Edit mode to correctly set the parent attribute for new pages when the desired parent is not available in the regular Edit Page mode (under Page Attributes–>Parent Page).
2) I was also wondering if there is any down side to using the Classic Editor plugin with WP 5.1.1+? The Gutenberg HTML is vastly different, using <figure>, <!– wp:paragraph –>, etc. The Classic Editor does not use these elements and I was wondering if I don’t use this syntax will it cause future incompatibility issues?
3) Finally, Gutenberg seems to have an issue when I insert custom HTML within a page. For example, if I add a “title” attribute (title=”label”) to an element to create a tool-tip label (to an image, for example), I get the following alert: “This block contains invalid or unexpected content”, then prompts me to allow WP to resolve it. I ignore this warning, because its solution is to delete the code; and since the page displays as expected, I just ignore the warning. Will this issue be addressed?
Thanks for any and all information regarding these concerns.
]]>I understand that the front end adding and editing of registries would require a lot of work and a front-end interface, but I was wondering if there would be anyway to make an easier workaround to add front-end functionality?
I’m still fairly new, and not too sure how difficult it would be, but it looks as though the wishlists are a type of custom post, and I was thinking that it might be possible to modify them from the front end using Advanced Custom Fields and/or Gravity Forms with a repeater?
Do you think this might be a solution worth pursing to add front end functionality? Or am I underestimating how tricky this would be?
Thank you
]]><b> TEXT TEXT TEXT </b> ——————– TEXT TEXT TEXT TEXT TEXT
<break>
<b> TEXT TEXT TEXT </b> ——————– TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT
<b> TEXT TEXT TEXT </b> ——————– TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT
<b> == Bold {text} —- == Literal “-” TEXT TEXT TEXT TEXT TEXT == Block of text
MY THOUGHT: Write this in TikZ/PGF, compile down to PNG, embed the PNG pic into
the webpage.
I WANT a bullet point right after <b>. Preferably colored to show-up the
HTML goons.
HMMMM, I am curious: What makes a “support question”, a support question??
]]>SIMPLE WORK-AROUND:
WAS: (–)
45: wp_enqueue_style( ‘wcpdf-main-css’, plugins_url( ‘assets/css/wcpdf-main.min.css’ , __FILE__ ), array(), ‘1.0.2’ );
47: wp_enqueue_script( ‘wcpdf-main-js’, plugins_url( ‘assets/js/wcpdf-main.min.js’ , __FILE__ ), array(‘jquery’, ‘wp-color-picker’, ‘jquery-ui-datepicker’), ”, true );
REPLACE WITH: (++)
45: wp_enqueue_style( ‘wcpdf-main-css’, plugins_url( ‘assets/css/wcpdf-main.css’ , __FILE__ ), array(), ‘1.0.2’ );
47: wp_enqueue_script( ‘wcpdf-main-js’, plugins_url( ‘assets/js/wcpdf-main.js’ , __FILE__ ), array(‘jquery’, ‘wp-color-picker’, ‘jquery-ui-datepicker’), ”, true );
BETTER: Create the min files (using an online .JS formatter) and drop the missing files in the assets subfolders, being part of the ZIP distro.
https://www.ads-software.com/plugins/woocommerce-custom-product-data-fields/
]]>Problem:
Using the “Hide – if” then selecting any option, the plugin fails to hide that widget feature on any of the selected locations in the WordPress install.
WorkAround
Choose instead “Show – if” selection, then choose which pages or locations where you want the specific widget to appear. This works the same as hide only that you have to specify the all the pages / blog you want to have the widget appear.
Yes this is more work to overcome the conflict between Jetpack and the theme, but it worked for me. Of course if its a theme issue for you and the work around did not resolve the issue, then you have to contact the theme author and get it fixed, assuming it was a premium theme.
https://www.ads-software.com/plugins/jetpack/
]]>