Emily Rapport
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Sharing Block] Using a pattern in a templateThanks for your reply Nick, I am using a custom hybrid theme based on Underscores. I just tested this again and I think the issue was all me. I have a function that will allow me to generate a shortcode for a pattern so I can use it in a php template. I just tried it again as a general template (not a pattern) and called that in my php file using block_template_part(‘single-social-share’) – this method worked as expected. I think my shortcode to display a synced pattern is doing something else to the content of the blocks… but I’m not sure what (yet)…
Forum: Plugins
In reply to: [Meta Field Block] Possible to get relational ACF fields?Thank you Phi! So – I’m not sure where to put this code. Should I be adding to a functions.php file or does this need to be in my archive-team_member.php? And, I did not use the Post Object field – I used the “relational” field although it appears to output the same type thing (?) – but I can change this if you recommend it. I appreciate your help!
Forum: Plugins
In reply to: [WooCommerce] many tabsI think this may be what you are looking for:
https://docs.woocommerce.com/document/editing-product-data-tabs/
You can use Advanced Custom Fields to create the content areas on the backend that will then populate those tabs for each product.
Hi Andy, I was having this same problem on some (but not all of site I am managing) Checked the “read this first” section of the forum and this tip did the trick:
Finally, if you’re locked out of your site due to a server error open your .htaccess and remove the Better WP Security section from it.
How do you do this if the file permission of the .htaccess file is set to 0444 and you’re locked out of the site and can’t access the server tweaks to change it back?
If you are locked out from WP, access your site Via Cpanel (your ISP provider should have provided you credentials) change the permissions there and edit the file there.
You can also edit file permissions via your FTP client like Fetch, click on file and “get info” – allow the “write” option for yourself. Once you have removed the Better WP Security section from your .htaccess file, you can delete the plugin from plugins folder and login with default WP URL. Hope that helps.
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 301 Redirect.Found a simple plugin that worked: https://www.ads-software.com/extend/plugins/simple-301-redirects/
Still using BPS, no conflict there.
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 301 Redirect.I am having this same problem – put the custom 301 redirect to old HTML site (moved to WordPress so want to redirect old links).
No change – all old links still arrive at the 404 page. Any updates found, please post!