cleanteam
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] ‘presale’ questionthanks Chris, I will check it out.
Forum: Plugins
In reply to: [WP Customer Reviews] Pro VersionI would like to chime in with the same question.
It *could* be a good plugin, but in the current version it’s just useless to me:
– no language files (not the entire world speaks english)
– no template / css customization
– very limited scope with custom fieldsbut it has some really good features, like the differentiation between product / business ratings, moderation capabilities etc.
I (and I think many others) would be ready to pay for a better pro version – and there aren’t really many other plugins around that do the same. it’s a shame this project has stalled.
So please, give it a go!
Forum: Plugins
In reply to: [WC Fields Factory] render shortcode in field?thanks Sark
I think I have not been precise in my question. So what I like to do is to enter a shortcode as a predefined value in the admin field and have this shortcode rendered to its output in this same field on the product page. I am trying to get a value into the field that is only created on the product page (such as e.g. the username).I can use this
$af_val = get_post_meta( $post->ID, "wccaf_" . "your field name", true ); echo do_shortcode( $af_val );
to render the shortcode somewhere on the page, but that’s not exactly what I am trying to achieve.
Hope I made myself clear ??
thanksthanks @telephag for sharing. In addition to your suggsted edit I also had to uncomment line 48 in /wp-content/plugins/thecartpress/modules/LoginRegister.class.php:
add_shortcode( 'tcp_my_account' , array( $this, 'tcp_my_account' ) ); }
by removing the // at the front of this line to make the login page details reappear – otherwise it will just show the sortcode [ tcp_my_account ].
@rothschild86 thanks for the rewrites. have already used parked domains in certain conditions (e.g. ssl per mapped domain) and the multisite picks them up nicely in a separate install, but good to know there is a solution for the given restrictions too ??
@nyckidd I am sure to read in @rothschild86 instruction
– Have multisite ready and wordpress subsite in question set as a subdomain
. As for your permalink question – they should be fine, but in any case backup your install before any attempt!!!
Forum: Plugins
In reply to: [Slingpic] tumblr share link not resolving properlythanks, works perfectly fine now.
Another question, if you allow me to use the same thread, is regarding something I try to achieve integrating slingpix into the buddypress activity stream (I have added a trigger categegory to bp activity plus and buddypress media). It seems that slingpix only fires on (re)loading the page, so whatever is hidden beneath the ‘lead more’ section is not showing the share buttons, once this additional content is loaded. The same applies to images published by bp activity plus (which adds new posts to the stream without refreshing the page).
I am quite a virgin when it comes to JS/JQuery, maybe you can hint me into a direction as to how I could make this work… I would highly appreciate any help in this regard.
thanks for all your efforts and the superb slingpix plugin, which I will just now go to vote up with 5*!
Forum: Plugins
In reply to: [Widget Logic Visual] Widget Logic Visual not working with 3.5I’ve given iwdspiderwoman’s fix a shot and it seems to work for me. (Haven’t tested it completely yet, but the formerly ‘dead frozen’ widgets can be operated again.)
thanks for the efforts iwdspiderwoman!
looking for an answer to this very question, I came across this thread.
@esmi – why bother responding at all, if you don’t even show the least of effort to provide an answer? (…and even more so, if it’s just ‘basic CSS’ which I am sure you must have tons more experience with than the rest of us…)
Oops, seems the monospaced font from the editor doesn’t carry over to the post, hence the garbled display, I try with code tags…
|---------| | C1/R1 | |---------|---------| | C2/R1 | C1/R2 | |---------|---------| | C2/R2 | |---------|---------| | C1/R3 | C2/R3 | (from here it resumes to 'normal') |---------|---------|
Forum: Fixing WordPress
In reply to: Double page namesthanks cameldance, that was solving mine too. Let me reward you with the most beautiful camel I’ve ever met. https://www.youtube.com/watch?v=VSYTaICXJnY
Forum: Plugins
In reply to: [Popularity Contest] Incorrect table name '' on line: 255@awpuser
yep, seems to have fixed it for me. thanks!Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] [Plugin: WP-Piwik] very cool indeed!further to my last post, no. 2 WP-Piwik and WPMUDEV new blog template:
Note: deleting the wp-piwik-settings unfortunately is not a permanent remedy for the problem, as the field gets repopulated and propagated during site creation, hence the newly created blog will again show the stats of the template site and the new site is not added to Piwik.
The described ‘fix’ worked for only one fresh blog. I don’t know how I could exclude the field from being repopulated or copied over during the creation process. Maybe someone having some idea?