redactuk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Captions not showingCaptions did not show for me because I was using using some framework code that messed with the figcaption classes. This plugin is looking for captions with the .wp-caption-text class. Mine didn’t have that class. As a temporary fix I solved this by changing lines 84 and 89 of wpFeatherLight.js to look for .gallery-caption instead of .wp-caption-text, although you may need to use another class.
Hope this helps someone.
Forum: Plugins
In reply to: [Reusable Text Blocks] Theme templates locationThanks for quick reply but I’m missing something. When I create this function I get error message “Undefined variable: template”… I don’t understand what to set $template to in my function, and ommitting it then fails to pick up template.
Note: I keep all templates in /template-parts/ off the main theme folder. So within that folder I have my /text-blocks/ folder.
Forum: Plugins
In reply to: [Reusable Text Blocks] Theme templates locationOk, so I can see addition of filter in latest version but I’m stuck as to how to implement it as {template} name required in any additions. Maybe I’m being thick byt could you please posty code snippet as to how you would specificy additional location? Thanks
Forum: Plugins
In reply to: [Reusable Text Blocks] SEO repercussions of repeated contentThe content included via this plugin is crawled via the search engines in exactly the same way as the rest of the page content, so yes you do need to be careful to keep duplicated content included with this plugin to a minimum.
I use this plugin quite a lot, but only for very small snippets of text that I was already happy would not cause duplication issue anyway.
Also find this plugin very useful to give clients access to edit small text blocks on pages they would not normally have access to edit e.g. sections on a home page, footer or other content not easily editable via pages/posts.
Forum: Plugins
In reply to: [WP Header Images] Undefined varivariable: wphi_premiumNote: on front-end with error reporting on I also get:
Strict standards: Only variables should be passed by reference in C:\wamp\client4\web\wp-content\plugins\wp-header-images\inc\functions.php on line 188
Forum: Plugins
In reply to: [CiviCRM Member Sync] Hurray!!! (and one question about generating passwords)@natpromo4 Thanks for reply, but I’m not after users updating their details via the WordPress screens. As requested in OP I want a way for users to do this via the front-end. I only replied to this thread as it seemed like you were implying that adding primary email address to civicrm profile/contribution page automatically resulted in password field being icnluded as well, but this is not the case.
Forum: Plugins
In reply to: [CiviCRM Member Sync] Hurray!!! (and one question about generating passwords)Has anyone made any progress with this?
When I create a civiCRM Profile with just a Container Email Primary fields and add this to a WordPress page I can update the email address fine but it doesn’t also present a password field 🙁
Note: The only time I can get CiviCRM to interact with password field is on my initial contribution page with member signup where it asks user to provide a wordpress username and password.
What I need to is to offer user self-service password change option.
Forum: Plugins
In reply to: [WPGlobus] When switching language change css to rtlThanks Edodi
Forum: Plugins
In reply to: [WPGlobus] When switching language change css to rtlAny chance you could share solution?
I need an Arabic transalation for a site and I’m wondering best way to handle this with this plugin i.e. I need RTL to kick in when language switcher is selected.
Thanks
Forum: Plugins
In reply to: [Five Star Restaurant Reviews] PaginationOne quick question: Any reason why slug for single reviews is the singular ‘review’ rather than ‘reviews’?
Forum: Plugins
In reply to: [Five Star Restaurant Reviews] PaginationOk, solved problem. I had a page in the Bin with the slug /reviews/. As soon as I deleted that my archive template worked.
Forum: Plugins
In reply to: [Five Star Restaurant Reviews] PaginationThanks for reply NateWr. I’m using Hybrid framework that slightly alters template hierarchy so I’m just trying to find right way to handle archive diplay for custom post type, but that’s out of scope of you support. I’ll figure it out.
Forum: Plugins
In reply to: [Star Review Manager] Install ErrorsMySQL version 5.6.17
Forum: Plugins
In reply to: [Five Star Restaurant Reviews] PaginationAny chance you could elaborate on this? as I’m still struggling to find way to get page of reviews to paginate. Thanks
Same here, except it’s just my home page meta that won’t save