azoswald
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] How to show job ID in Job DashboardThis works well for the Job Dashboard template.
However it doesn’t work on the content-job_listing.php templateI thought the same code should work. It only shows the “ID:” text but does not display the actual post ID.
Any ideas? Thanks
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Multiple issues such as Bad GatewayI’m also having the same issues.
We’re losing sales because of these errors.Is there a solution?
Forum: Plugins
In reply to: [WooCommerce] Products disappear from the cartHi @abiernat
Which plugin was causing the conflict?
Forum: Plugins
In reply to: [Eventbrite API] Divi ThemeI’m using this on Divi.
I’m just using their php template and applied this CSS to tidy things up:/*Eventbrite Calendar Styling*/
.page-template-eventbrite-index-php .entry-header {
text-align:center;
width: 100% !important;
max-width:1080px !important;
margin:auto;
padding: 20px 10px 20px 10px;
}.page-template-eventbrite-index-php .entry-content {
text-align:left;
width: 100% !important;
max-width:1080px !important;
margin:auto;
padding: 20px 10px 20px 10px;
}.page-template-eventbrite-index-php .page-header {
display: none;
}.page-template-eventbrite-index-php #sidebar {
display:none;
}.page-template-eventbrite-index-php .post-thumbnail {
display:block;
margin:auto;
width:50%;
padding-bottom:20px
}Forum: Fixing WordPress
In reply to: Moved from Godaddy – can't update WordPressThanks Mark. GoDaddy support did not explain to remove the line from wp-config nor remove the gd-config.php
Forum: Plugins
In reply to: [WR ContactForm] Check Submissions ERRORI just spent a load of time putting together a three-page form, only to find this same problem.
The work around is to install Contact Form DB until when/if this issue is solved.
Quite disappointing.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not working in WordPress 3.9Hi All – I’ve been searching through a bunch of forums trying to work out what was causing a ‘red box’ error on Contact Form 7.
In my case, it was incompatible with “Intuitive Custom Post Order” plugin.
As soon as I uninstalled the above plugin, Contact Form 7 began to work again.
Replace the said plugin with “Simple Custom Post Order” and now all good.