energykick
Forum Replies Created
-
Forum: Plugins
In reply to: [Limit Login Attempts] HOW to UninstallDid you ever find a way to uninstall this. It is causing issues on my site and I cannot get rid of it.
Can any body help?Forum: Plugins
In reply to: [Compact WP Audio Player] Causing conflict with soundmanager2 scripts.Sorted out. I stopped my apps from registering the script (soundmanager2-nodebug-jsmin.js) as it doesn’t like being registered twice. Great plugin, now doing exactly what I need.
Forum: Plugins
In reply to: [MP3-jPlayer] Not working in Chrome since 3.9ditto. I don’t think this player cares about ID3 tags (well my audios have never had them) so I don’t think it is that. Backdated to 1.84 of MP3J-Player, same result.
Love this player but have temporarily moved to another until this is fixed. I hope simon is working on it.
Ditto, I cannot find the dashboard. All connected but I feel like I missed a step, can’t find the data to view.
Forum: Plugins
In reply to: [Last Viewed Posts by WPBeginner] Using [shortcode] in title.Oh, thank you for answering so quick. I understand some things but not how the title shortcode works. I just added this to function.php
add_filter( ‘the_title’, ‘do_shortcode’ );
and it works. Do you know if there is a way I can use your $zg_get_title to tie into that somehow.
Thanks
RobForum: Plugins
In reply to: [Last Viewed Posts by WPBeginner] Using [shortcode] in title.Now I have found some nice way to format my output with a photo and all like this:
echo "<div style=\"width: 550px;\"> <div style=\"float: left; width: 100px;\">"; echo "<img class=\"floatLeft\" src=".get_the_post_thumbnail( $post_id, array(100,100));echo "</div> <div style=\"float: left; padding-left: 10px; width: 430px;\">"; echo "<a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">". $zg_title_out->post_title . "</a>\n"; echo "</div>"; echo "<br style=\"clear: left;\" /><hr>";
but still cannot get the title to calculate my shortcode. I also tried this:
$zg_get_title = do_shortcode('[exercisetitle]');
but it also gives and error. Does anyone have ideas how this can be done.
thanks!
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Post Thumbnail – Featured ImageHi, I have updated to your forked version. I am trying to import photos along with my posts and have them be the featured image (thumbnail). I have formatted like this:
csv_attachment_thumbnail (thumbnail)
c:\photos\100.jpgand the images don’t show up. I think my problem is I don’t know what to put in for (attachment). Can anyone steer me right.
Thanks!
Forum: Plugins
In reply to: [FAQ Manager] Questions not CollapsingGot this working. Using WP351 and current plugin version I went into Advanced settings in the plugin and clicked to activate
Use old scripts instead of the rewritten API.
Now the screens all start with all accordions collapsed. Hope that helps
Forum: Plugins
In reply to: [MP3-jPlayer] MP3 Player inlineOk I got it. Had to do bracket the variables properly,
mp3j_put( ‘[mp3j track=”‘.$mp3title.'” title=”‘.$soundtext.'” flip=”y”]’ );
Awesome plugin!!
Forum: Plugins
In reply to: [MP3-jPlayer] MP3 Player inlineOk I figured out a way I can do this but need help. I have tried using the title to get the player inline, now I was to pass the template code a variable but it won’t work. I tried this:
mp3j_put( ‘[mp3j track=”$mp3title” title=”$soundtext”]’ )
but it doesn’t work.
Anyway I can put a variable in the template code?
thanks
Hey I know not the best way to do it but I just edited the shortcodes.php file.
Find
$qaplus_shortcode_output .= ‘<div class=”qa-category”><h2 class=”faq-catname”>’ . $category->name . ‘</h2>
and replace $category->name with “”.
Maybe someone knows a better way?
Forum: Plugins
In reply to: [FAQ Manager] Questions not CollapsingI am having the same problem.
Just installed the app for first time, set the jquery options and put this on a page
[faqcombo faq_topic=”FAQ”]
and all the questions/answers just come up in a row.
Help and Thank you.