spac3race
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Change User Account Page WordingThank you! I repeated the replace string with the new wording. All sorted.
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Change User Account Page WordingThis has worked for the side menu perfectly thank you. What do I need to change to get the section ‘title’ to say the same?
Forum: Plugins
In reply to: [Page Restrict for WooCommerce] Change User Account Page WordingThanks for this code snippet. I must have done something wrong though! I tried to change “Restricted Pages” to “Purchased Content” but ended up with the below!
add_filter( 'gettext', 'wpdocs_translate_text', 10, 3 ); function wpdocs_translate_text( $translated_text, $untranslated_text, $domain ) { if ( 'Restricted Pages' !== $translated_text ) { $translated_text = 'Purchased Content'; return $translated_text; } // Now do your checking for your string within the 'blah' domain }Forum: Plugins
In reply to: [CMP - Coming Soon & Maintenance Plugin by NiteoThemes] SSL Not forced?Hi Ales
Ok thanks for your help. Odd one, I’ll have a Dev check into it.
Rob
Forum: Plugins
In reply to: [CMP - Coming Soon & Maintenance Plugin by NiteoThemes] SSL Not forced?Thanks Ales
I’m using WordPress HTTPS by Mike Ems.
Rob
Forum: Plugins
In reply to: [CMP - Coming Soon & Maintenance Plugin by NiteoThemes] SSL Not forced?Thanks Ales, the site is working with SSL when the plugin isn’t activated. That’s whats confusing!
Forum: Themes and Templates
In reply to: [MesoColumn] Post content missingOk, got it sorted, thank you. It was the PHP version running on the site. It had been upgraded to 7 and for some reason that broke the content display.
Forum: Themes and Templates
In reply to: [MesoColumn] Post content missingHave confirmed the code you included (php the_content…) and also moved it into the entry-content div, but this hasn’t made any difference.
Forum: Themes and Templates
In reply to: [MesoColumn] Post content missing“Schema.org Markup for Posts” is already disabled. Suggested memory change has been done but hasn’t fixed it.
Very frustrating!
Forum: Themes and Templates
In reply to: [MesoColumn] Post content missingThanks, will take a look for the code. I have single.php before adding featured image and tried swapping that back but it didn’t help.
Other searching suggests it might be a hosting memory issue, so also checking that.
Forum: Themes and Templates
In reply to: [MesoColumn] No Featured Image showing on posts or pagesThanks, I’ve applied this code and Featured Image is now showing on single post, but its very large – probably the default upload size.
Is there a way of fixing the size to something smaller?
Forum: Plugins
In reply to: [Follow Nofollow Control] not workingAhhh ok thanks – will try that now. Shame that isn’t mentioned!
Forum: Plugins
In reply to: [Follow Nofollow Control] not workingHi – I have the same issue. All (global) nofollow links work fine, but trying to exclude certain domains to follow doesn’t work. Any ideas?