David
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] About the "og:description"That’s fine and thanks for the quick response chuck.
My site hosts audio only and no text within the posts so i get a blank space in the area where “og:description” is displayed. If you do manage to make custom entries let me know as this would be the icing on the cake for me.
I will continue to use the plugin and once again thank you for such a great plugin!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] turn off alm-thumbnailYeah i did notice ?? it has been around a lil while but in previous versions i could delete the function that i posted above and everything would be fine, in this latest version it throws up an error on my admin page.
Where do you want me to put this? in my themes functions or below the code specified above?
—–
UPDATE! Works in theme fuctions ?? I appreciate the help.
—–function alm_remove_thumbnail_image_size() { global $ajax_load_more; remove_filter( 'after_setup_theme', array( $ajax_load_more, 'alm_image_sizes' ) ); } add_action( 'after_setup_theme', 'alm_remove_thumbnail_image_size', 1 );
Thank you..
Forum: Themes and Templates
In reply to: [Point] Benefits of Upgrading to Point 2.0I just read the changelog, this seems to be a massive update. Anybody know if the theme options panel is there or no? if not where do we enter our adcode etc..
Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Live Search ResultsI DONE IT ??
It was a simple fix in the end i found by editing searchwp-live-ajax-search/templates/search-results.php i could change how results are displayed.
Forum: Plugins
In reply to: [MP3-jPlayer] "Can't locate audio"EDITED! Sorry my point was already made
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Category pagesSorry My (CATEGORY & TAGs) use archive.php to display there results i think as i dont have a tag.php. How would i make these separate codes work together on the archive.php? They all work on there own.
If i add multiple codes eg raw tag code and the raw category code i will get 2 buttons at the bottom due to 2 seperate codes.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Category pagesHey could you help me? I’ve set the “cat” page up with this code below and it worked like a charm for me:
<?php
$cat = get_category( get_query_var( ‘cat’ ) );
$category = $cat->slug;
echo do_shortcode(‘[ajax_load_more category=”‘.$category.'” offset=”6″ posts_per_page=”6″ pause=”true”]’);
?>Ok so how would i do this for the search page to show more results after the first 6 results? I only have the search page to do and im 100% up and running.
Thanks great plugin!!!
Forum: Plugins
In reply to: [Haiku minimalist audio player] Just updated to new version of HaikuHey my site is DOPE-SHIT.COM I also downloaded the zip file from www.remarpro.com and uploaded it manually via FTP. I did not replace the old files I removed those first for backup!
You will notice that I have edited the player in such a way that I liked the way I could style it myself? BTW: can you make a exclusive player then i’m willing to sort a deal ?? ..
Forum: Plugins
In reply to: [Haiku minimalist audio player] Just updated to new version of HaikuHey actingkeith you can get version 0.4.6 at the following link if you want to revert back for temp: VERSION 0.4.6 Hopefully he will fix this problem soon, I also get a bare link on the new version so…FIX soon please aha!
Forum: Plugins
In reply to: [Haiku minimalist audio player] Just updated to new version of HaikuJust updated the Haiku player and the new version did not work for me ?? it didn’t replace any .mp3 links what so ever?? I’ve reverted back to the older version of the player for now where I could create my own style and also where it replaces all .mp3 links.
Im willing to give the new version a go if you can fix the replace .mp3 option so my links will be replaced by the player once again.
Thanks.
Forum: Plugins
In reply to: [Plugin: Latest Posts by Author] “Just a starting point” pluginHey any chance of a little update, this plugin is awesome for my needs but i do need to be able to cut down the length of the titles, any chance of a quick fix???
Example:
<?php echo do_shortcode(‘[latestbyauthor author=”username” show=”10″ chars=”39″ excerpt=”false”]’); ?>
Max length of the title links, 0 could means unlimited characters – 39 could means 39 characters etc???????????
Thanks.