Ajay's Creations Support Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ajax Edit Comments is now subscription based. All support questions need to be directed to http://www.ajaxeditcomments.com/forums/

Pages: [1] 2 3 ... 10
 1 
 on: Today at 02:22:45 AM 
Started by mammis - Last post by mammis
Since I got no reply I have been resolving this on my own.


Open top10.php
Search for
Quote
$output .= '<a href="'.get_permalink($result->postnumber).'" rel="bookmark">'.$title.'</a>';
Replace it with
Quote
$length = 32;
echo '<a href="'.get_permalink($result->postnumber).'" rel="bookmark">'.( strlen($title) > $length ? substr($title, 0, $length).'...' : $title ).'</a><br />';

 2 
 on: September 02, 2010, 11:46:47 PM 
Started by brandonvara - Last post by brandonvara
I installed the Popular Posts plugin and it does exactly what I want it to!  I set it to pull the first image from each post to display, but for those posts without images and only videos, I'd like it to display the youtube thumbnail.  Does anyone have any ideas?  Thanks!!!

 3 
 on: September 02, 2010, 10:22:06 PM 
Started by mammis - Last post by mammis
Hello!
Thnx for an great plugin first of.

I have a problem.
When a title is to long, it will display in 2 rows for my popular daily widget.

Is it anyway possible to set an maximum length of title?

Example that I want:
Title: Hello world, this is a test post
Should be: Hello world this is...

Eg. Max length 19 chars (incl space) and everything after 19 chars should be "..." in the end instead.

Sorry for my bad english, hope someone can help me.

Kindly regards

 4 
 on: September 02, 2010, 02:20:59 AM 
Started by Intlicious.com - Last post by Intlicious.com
Hi, i have site www.moviesblaster.com where i installed contextual related posts plugin and it was working fine when this site was hosted on shared server but when i transfered my site to VPS server till then this plugin is not working and when i enable this plugin content doesn't show on the site just like error pages or sometime just top header banner shows....

can you please suggest me what is the problem or contextual related posts plugin need any requirement on VPS server?

Regards!

 5 
 on: August 30, 2010, 09:14:07 PM 
Started by TJnTN - Last post by jakemdunn
Just thought I'd throw my two cents in here. I've been using this plugin with custom post types, and it works quite well - however, if you click the "Exclude Pages" check-box in the admin settings that kills it. The fix for that is to replace all instances of
Code: [Select]
if ($tptn_settings['exclude_pages']) $sql .= "AND post_type = 'post' ";with
Code: [Select]
if ($tptn_settings['exclude_pages']) $sql .= "AND post_type != 'page' ";in the plugin code.

I'd think a further upgrade would be the ability to filter top ten lists by post type - and I'd be perfectly willing to contribute that code myself, just need to know if I could, and who to submit it to.

Hope that helps!

 6 
 on: August 26, 2010, 04:01:41 AM 
Started by seales21 - Last post by seales21
Hey. 

Site URL.  http://www.dva-insurance.com/content

The CSS is obviously adjusted a bit from the original.  I've done this a few times with few or no issues, but this time I'm having difficulty with the topnav content. 
This site includes 5 pages,

    * About the Agency
    * Agency Staff
    * Companies We Represent
    * Emergency Claim
    * Make a Payment
    * Contact Us

For some reason, it won't publish more than 6 pages total (Including "Home").  If I rearrange the page ids, it just pushes the last id out.  Is this a theme issue, or a WP issue? 

Also,  I'd like to kill the "Home" page link.  Where can I find that code? 
Thanks.

Brian.


 7 
 on: August 25, 2010, 09:54:20 PM 
Started by unclhos - Last post by unclhos
I am trying to find a solution to a problem of searches with a "-" in the name. When I search for say "ACP 1" it works fine, but the title of the post is "ACP-1". So when I search for "ACP-1" it does not return any results. Anyone know how to fix this?

 8 
 on: August 25, 2010, 01:19:43 AM 
Started by miopede - Last post by miopede
Hello, all.

I am using the GreyBox Integrator plugin on my wordpress site running the Parallelus Unite theme.

The them has a menu builder which lets me use Pages, Categories, or URLs for my main menu. I'd like to launch a page using the greybox plugin directly from the menu. I have been advised to use something similar to this:
Code: [Select]
JavaScript: yourGreyBoxFunction(); return false from the theme developer.

Can this be done?

Thanks for the help!

 9 
 on: August 22, 2010, 11:59:53 PM 
Started by itsashok89 - Last post by Ajay
The custom header was never designed to have a link. You'll have the blog name in the custom header section that displays the link

 10 
 on: August 22, 2010, 11:58:36 PM 
Started by kentopolis - Last post by Ajay
Uncheck the:

Exclude Pages in Related Posts

Pages: [1] 2 3 ... 10