• Skip to primary navigation
  • Skip to main content
  • Skip to footer

TECHXT

simple extendable solutions

  • Home
  • Wordpress Tutorial
  • SEO
  • How to
  • Forum
  • Knowledge Base
    • Domain Name Generator
    • My Tech Projects
    • News
    • Security
  • About
  • Search

Icons Not Displaying Correctly On Home Page|Tweet Like Plusone and Share Plugin|Plugin Support Forum|TECHXT

.

Avatar
sp_LogInOut Log Insp_MemberList Members
Lost password?
sp_Search Search
Advanced Search
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
Home
Plugin Support Forum
Tweet Like Plusone and Share Plugin
Icons Not Displaying Correctly On Home Page
Go to Bottom
sp_NewPost Add Reply
sp_NewTopic Add Topic
sp_Feed Topic RSSsp_TopicIcon
Icons Not Displaying Correctly On Home Page
June 26, 2011
5:29 pm
Avatar
Jason
Guest
Guests
Go to Top
1sp_Permalink sp_Print sp_QuotePost Quote

http://twitpic.com/5f9q8v

 

I am having this problem when I enable the icons to be displayed on my front page and above content.

June 27, 2011
5:34 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
2sp_Permalink sp_Print sp_QuotePost Quote

I saw the pic.. Twitter button is getting displayed twice. What options are activated?

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

June 30, 2011
8:49 pm
Avatar
Jason
Guest
Guests
Go to Top
3sp_Permalink sp_Print sp_QuotePost Quote

I enabled:

- Optimized the script for faster loading. (I disabled it, problem persisted.)

- Display Twitter via @jasonmumbles

- Display Facebook Like

- Display Google +1

- Display on Excerpt 

 

Size of icon:

-Small

 

Alignment:

- Left aligned

 

Display on Posts 

- Above content (enabled)

- Below content (enabled)

 

Temporarily disabled "Display on Home Page - Above content".

 

If I disable the "Display on Excerpt", it will show a single row, but only the Twitter button, not FB, not Google +1.

 

If I enable the "Display on Excerpt", it shows two rows. Top row has all three, but bottom row has only 1 (Twitter).

July 1, 2011
2:41 am
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
4sp_Permalink sp_Print sp_QuotePost Quote

I am still confused why its getting displayed twice. Can you tell me what theme you are using I would like to test the plugin on the theme you are using on my test site.. Also can you post your site URL

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

July 5, 2011
4:04 am
Avatar
Jason
Guest
Guests
Go to Top
5sp_Permalink sp_Print sp_QuotePost Quote

I am using a paid theme from Pagelines, PlatformPro.

 

And my URL is http://jasonmumbles.com.

July 21, 2011
5:01 pm
Avatar
Jason
Guest
Guests
Go to Top
6sp_Permalink sp_Print sp_QuotePost Quote

When I tick

- Display on Homepage

- Display Above Content

Only 1 icon appears (Twitter) but not the rest.

 

When I tick

- Display on Homepage

- Display Above Content

- Display in Excerpt 

 

All three appears (from the Display in Excerpt) and extra 1 Twitter icon (from the Display Above Content).

 

So, is it possible to Display in Except and on Homepage but without ticking the Display Above Content?

 

I hope you get what I mean. Else I will Twitpic later. 🙂

July 22, 2011
2:36 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
7sp_Permalink sp_Print sp_QuotePost Quote

Yes it can be done but we need to change the plugin code. I cannot change the code to the existing plugin because it has been coded to be used by every one. Changing the code to match your needs will affect other users.

 

I suggest that you use the PHP code to display the plugin and add the code to your theme.

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

July 23, 2011
8:04 am
Avatar
Jason
Guest
Guests
Go to Top
8sp_Permalink sp_Print sp_QuotePost Quote

How about creating/adding another option "Display on Homepage" but for "Display in Excerpt" only? That way everyone can use it if they are facing the same problem as me. 

 

Also, I am using a paid theme and I am not very sure how to add them into my theme files. :/ 

July 23, 2011
8:20 am
Avatar
Jason
Guest
Guests
Go to Top
9sp_Permalink sp_Print sp_QuotePost Quote

twitpic.com/5uftl5 <- Something like this?

July 23, 2011
8:29 am
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
10sp_Permalink sp_Print sp_QuotePost Quote

Yes I can add the option but it will take a little time 🙁

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

July 25, 2011
6:30 pm
Avatar
Jason
Guest
Guests
Go to Top
11sp_Permalink sp_Print sp_QuotePost Quote

Sudipto: I can wait. I rather wait than crack my head figuring out how to insert that few lines of code into the theme. Thanks!

July 27, 2011
12:07 pm
Avatar
_sudipto_
Admin
Forum Posts: 537
Member Since:
June 22, 2011
sp_UserOfflineSmall Offline
sp_UserWebsite sp_Twitter sp_Facebook
Go to Top
12sp_Permalink sp_Print sp_QuotePost Quote

@Jason - Just replace the line

 

add_filter('the_content', 'disp_social',1);

with

if(!is_home())
add_filter('the_content', 'disp_social',1);

By the way I like the design of your logo :)

< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />

July 28, 2011
5:15 pm
Avatar
Jason
Guest
Guests
Go to Top
13sp_Permalink sp_Print sp_QuotePost Quote

Modified the codes but it didn't work. 

 

Then, I took a rough guess and modified into this:

if(!is_home())
add_filter('the_excerpt', 'disp_social');

And it's working perfectly and just the way I want it! 

Thanks a lot! 

Thanks for the compliments! :D Really made my day.  
July 28, 2011
5:22 pm
Avatar
Jason
Guest
Guests
Go to Top
14sp_Permalink sp_Print sp_QuotePost Quote

On second check, nope, it didn't. 

While my code allows to display only the except buttons, the buttons in my single post are missing. >.<

 

I think I will just wait for you to add in the options. 😐 

sp_NewPost Add Reply
sp_NewTopic Add Topic
Add Reply: Icons Not Displaying Correctly On Home Page
Guest name (required):
Guest email (required):

NOTE: new posts are subject to administrator approval before being displayed

Guest URL (required)
Math Required
What is the sum of:
3 + 7
sp_Feed All RSS
Go to top
Forum Timezone: America/New_York
Most Users Ever Online: 177
Currently Online:
Guest(s) 2
Top Posters:
Natália Gastão: 10
indy: 6
Milan Berger: 5
Cesar Bielich: 5
YethzART: 4
Aqua Skye: 4
Member Stats:
Guest Posters: 369
Members: 88
Moderators: 0
Admins: 2
Forum Stats:
Groups: 2
Forums: 5
Topics: 384
Posts: 1334
Newest Members:
test usser, Anthony Ang, Fernando Rueda, Jesus S. Jr Matubis, Quinton Williamson, William H Cole
Administrators: Administrator: 4, _sudipto_: 537
© Simple:Press —sp_Information

Footer

Subscribe by email

FOLLOW US :

Tools & Apps

  • Domain Names Generator
  • Our Wordpress Plugins
  • HTML Code Table

TechXT Network

  • www.seecoupons.com – Just another Deals & Coupons site
  • pincodes.techxt.com – A search engine for Indian Pincode.
  • stdcode.techxt.com – A search engine for Indian STD Codes
  • mobileinfo.techxt.com – A search engine for Indian Mobile Codes
  • bankifsccode.techxt.com – A search engine for Indian Bank IFSC Codes.

Info

  • Contact us
  • Privacy Policy

  •   simple extendable solutions

© Copyright 2025 TECHXT.COM

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.