mktgessentials
Forum Replies Created
-
Website link: https://nwirc.org/training-and-events/schedule/
Oh, perfect! That did the trick!
Thanks so much,
JennaI added it within my theme’s functions.php. I just tried making a dummy change and saving the table, and I cleared the website’s cache and my browser’s cache.
Hello,
I read through both of those posts and inputted the following code. However, I’m still not seeing the scope attribute added to the table.
function ada_tablepress_add_scope( $tag_attributes, $table_id, $cell_content, $row_number, $col_number, $colspan, $rowspan ) { if ( $row_idx === 1 ) { $tag_attributes['scope'] = "col"; } return $tag_attributes; } add_filter( 'tablepress_cell_tag_attributes', 'ada_tablepress_add_scope', 10, 7 );
- This reply was modified 4 years, 10 months ago by mktgessentials.
Forum: Plugins
In reply to: [Yoast SEO] Issues with og:image missingOh, that worked! Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Issues with og:image missingHello,
I just checked and I’m running Yoast version 12.0 and WordPress version 5.2.3. I re-cleared all of my caches and I’m still experiencing the issue.
Forum: Plugins
In reply to: [WP Store Locator] “More info” no longer working with WP 4.9.8?My problem is the exact same as MichaelNi. I cannot get the ‘More Info’ to display at all.
Forum: Plugins
In reply to: [WP Store Locator] “More info” no longer working with WP 4.9.8?I am having a similar problem.
Here is the URL:
https://www.versa-pak.com/distributor-search/I have a description entered for ‘BGR – Columbus Office’ and yet it does not even show the ‘More Info’ link, regardless of whether I have the content set to show in the Info Window or the Listing. I’ve cleared the transient cache, my site cache, removed and re-entered the information, and no luck. I also checked the browser console and it shows no errors.
This is urgent and I need it resolved ASAP.
My site is hosted on WPEngine.com and is running PHP 5.6 and the latest version of WordPress.
I have enabled the debug in the wp-config file and re-authorized. This is what the log shows:
[2017-10-11 14:34:06] oAuth Token Refreshed
[2017-10-11 14:34:06] a:4:{s:12:”access_token”;s:67:”CKDpk-nwKxICAQMYnMMcIKjOGiiDyQEyGQClhA4dZdosLQHrawLXv_myF2t2lMNR258″;s:13:”refresh_token”;s:36:”6115fb8d-6537-4b36-b789-c813a40bfb89″;s:13:”hs_expires_in”;i:1507754046;s:14:”bsd_expires_in”;i:1507752246;}I did discover this morning that my disabling the other HubSpot plugin (HubSpot for WordPress), the issue seems to go away. It looks like the two plugins may no longer be playing nice. I have instead manually installed the HubSpot tracking code so that I can keep the other plugin deactivated. However, it may be good for you to know in case others are having issues with the two plugins conflicting with each other.