winston whitely
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Initial Sync Never CompletesProblem solved. Thanks
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] not able to update WoocommerceThis issue is being handled right now. Thank you.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Api key not connectingThank you.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Api key not connectingYes. MC4WP is the plugin i mentioned in my issue. I am having trouble with the api key not connecting. I reached out to Mailchimp and was told to try this forum.
- This reply was modified 5 years, 9 months ago by winston whitely.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Api key not connectingHere is the error message i am getting:
Warning: trim() expects parameter 1 to be string, array given in /app/public/wp-content/themes/nrgnetwork-child/functions.php on line 232 Fatal error: Uncaught TypeError: Argument 1 passed to MC4WP_Admin::save_general_settings() must be of the type array, string given, called in /app/public/wp-includes/class-wp-hook.php on line 288 and defined in /app/public/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php:243 Stack trace: #0 /app/public/wp-includes/class-wp-hook.php(288): MC4WP_Admin->save_general_settings(”) #1 /app/public/wp-includes/plugin.php(208): WP_Hook->apply_filters(”, Array) #2 /app/public/wp-includes/formatting.php(4709): apply_filters(‘sanitize_option…’, ”, ‘mc4wp’, ”) #3 /app/public/wp-includes/option.php(306): sanitize_option(‘mc4wp’, ”) #4 /app/public/wp-admin/options.php(283): update_option(‘mc4wp’, ”) #5 {main} thrown in /app/public/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php on line 243
Forum: Plugins
In reply to: [BulkPress] Custom post typeOk, I think I figured it out. Thanks for your response. When my site goes live I will definitely add a donation.
Thanks for now…
WW
Forum: Plugins
In reply to: [BulkPress] Custom post typeThe problem I was having is the category for my custom post type. When I try and load categories, the new categories only populate the main WordPress post categories. The categories for my custom post type don’t receive the upload.
The drop down selection shows more than one selection for categories so you would think tha,t one of them would work.
Any suggestions..
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-mattic on image post thumbnailThe output for the original code links to the post detail page.
i’m hoping to have the post content toggle down underneath the post thumbnail image.
here is an example of what i was able to do using the text editorhttps://recruitme.futbol
, but i need for the trigger to be attached to the image(grid). You can login with: user:adaim and password:adam2I also tried this:
echo [expand title="<'TT_C::image_filter($img)' />" tag="div" ] $php get_the_excerpt() [/expand];}
but it’s not working.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-mattic on image post thumbnailSee revised comment above..
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-mattic on image post thumbnailThis is the original code that i’m trying to alter.
echo '<a href="'.esc_url( get_permalink() ).'">'.TT_C::image_filter($img).'</a>';}
This is my attempt but it’s not working.
echo do_shortcode( ‘[expand title=”be-img-block”‘.TT_C::image_filter($img) )'” tag=”div” alt=”thumbnail image”]Target Content[/expand].’;}
“target content” would be my post excerpts.(toggled up and down)
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-mattic on image post thumbnailThanks, I’m going to experiment with this function.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-mattic on image post thumbnailThis is the code I’m trying to augment but it’s not working:
This code is in my “page-activity.php” file
echo?’‘.TT_C::image_filter($img).’‘;}
I want to toggle the WordPress excerpt content, which I have populated with my WordPress main content.
- This reply was modified 7 years, 8 months ago by winston whitely.
- This reply was modified 7 years, 8 months ago by winston whitely.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] the visitor can edit live table?Thanks for your response.
Can you point me to a tutorial on how to achieve both methods?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] the visitor can edit live table?Hello, I’m in need of,this,feature as well. To be able to have logged in users edit a table template on the front end.
I am experimenting with the Template Tag Function, and some editable php code that’s already part of my theme. I think I AMA really close but the problem I am having is that once a table,is created by a user and the user decides to edit the table, table press,or perhaps my theme, creates a new table instead of showing the table I want to edit.
Again, I believe I am really close. Please login and have a look perhaps you can help.
The site is:
Win.recruitme.futbol
You can login as:
Username: adam
password: adam12Click on the drop down under “Hi Adm”, select “my players”, then try to edit one of the items/table, and you will be taken to a new table to,create. It egnores your user profile access.
Any advice would be greatly appreciated.
I’m thinking to,use WP data tables,if this can’t work for me.
Thanks
WinstianForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dynamic table dataP.S. I’ve already created the field group with ACF. The table press part is where i need guidance.
thanks
winston.