robhob
Forum Replies Created
-
Forum: Plugins
In reply to: [Minimal Coming Soon – Coming Soon Page] Email Form not appearingAnybody? Please…
I have the same issue.
Never mind… just figured out that the contact form button I was seeing was a Jetpack thing and not part of the plugin.
Okay, I’ve figured out that the data is saved wp_postmeta. If you want to manually clean up the SEO data for a specific page, use the following query (replace XXXX with the id of the page in question):
SELECT * FROMwp_postmetaWHERE meta_key LIKE ‘%Yoast%’ AND post_id = ‘XXXX’;You should then be able to update the values in phpMyAdmin. If you’re not confident with MySQL, please tread carefully.
It’s not a solution to the problem but at least it’s a way of cleaning up your SEO values.
I’m battling with the same problem. I have a plugin called Duplicate Post and it looks like pages that have been duplicated using this tool are the ones with the issue.
Any idea where this data is stored in the database?
I emailed icegram and their solution worked:
…add following block to your message body and it will work.<style> .ig_button{ border-color: rgb(193, 193, 193) !important; background-color: rgb(193, 193, 193)!important; } </style>Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Videos Not WorkingOkay, I’ve figured out how to get it to work. All that I needed to do was to add a thumbnail of the video as the slide background. You can see the end result here: http://kempston.co.za
Hi Chris
I’ve encountered the same problem. What have you done to overcome this problem?
Doesn’t look good that you haven’t had a response in three months.
Cheers
Rob
Forum: Plugins
In reply to: [Meet My Team] Modal Horizontal AlignmentThanks jdgrade, made the change and it works perfectly.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Rounded CornersExcellent, thanks
I’ve just tried to upgrade from 2.0.40 to 2.0.58 and encountered the same problem.
The site with the problem is: http://kempston.co.za.
Looking forward to getting this sorted.
Cheers
Rob
Also experienced issues. Fixed when back on the previous version.
Forum: Everything else WordPress
In reply to: Advice on creating a customer portalHello
I ended up using a plugin called Absolute Privacy (http://www.johnkolbert.com/portfolio/wp-plugins/absolute-privacy) to manage access to the site and Gravity Forms to handle the capturing of orders.
Hope that helps.
Rob
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Post by EmailHi Jeremy
The site in question is http://kempstonrecruitment.co.za/, I resolved the issue with Jetpack by disconnecting and reconnecting my wordpress.com account in Jetpack.
Thanks for the info.
Incase it matters, after signing in as a non admin user, I connected their account to Jetpack, setup pbe and then signed in as admin. At that point my site stats didn’t work. I then disconnected and reconnected Jetpack which then fixed the problem but broke the pbe. I’ve subsequently created a WordPress.com account for one of the users and have setup pbe successfully on the site.
Rob
Excellent!
Thanks