Twitter/Facebook & Google code.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 27, 2013 9:53 pm
Reply with quote
Report this post
http://ringnews24.com/joomlatest2/index ... ctor-conte

At the end of the article how do you edit/change the Twitter/Facebook/Google + code?

Cheers
User avatar
Gold Boarder

GK User
Sat Apr 27, 2013 10:10 pm
Reply with quote
Report this post
Hi, what kind of changes you want to make?

You have min 2 options:
(1) Disable default and install plugin https://www.gavick.com/social-gk5.html - which give you more features/options to choose

(2) Edit the source code : gk_news\layouts\blocks\social.php
User avatar
Platinum Boarder

GK User
Sat Apr 27, 2013 10:43 pm
Reply with quote
Report this post
I was just wanting to add 'Add this' code in the social part.
User avatar
Gold Boarder

GK User
Sun Apr 28, 2013 11:31 am
Reply with quote
Report this post
Why you don't use a simple plugin? It would be much easier.

Or insert your code inside here (on the bottom): gk_news\html\com_content\article\default.php
User avatar
Platinum Boarder

GK User
Sun Apr 28, 2013 1:12 pm
Reply with quote
Report this post
I have tried a few plugins but cant find one that looks right or puts the social buttons in the same place they are currently positioned.
User avatar
Gold Boarder

GK User
Sun Apr 28, 2013 2:35 pm
Reply with quote
Report this post
I always do that: find the plugin that features fit to my needs and add some css to fix/customize it's appearance.
User avatar
Platinum Boarder

GK User
Sun Apr 28, 2013 9:49 pm
Reply with quote
Report this post
I found a plugin that looked quiet good but it added the social icons to the end of the article and showed them in the media section, so per article it showed twice plus the current social icons, to that was a total of 3 social icons on 1 article page.

Would it be possible to help me with the css code to correct things?

Thanks.
User avatar
Gold Boarder

GK User
Tue Apr 30, 2013 8:47 pm
Reply with quote
Report this post
Sure, send me via PM , full access to back-end and URL of your website , and link where you have it, and info what do you need.
User avatar
Platinum Boarder

GK User
Tue Apr 30, 2013 9:17 pm
Reply with quote
Report this post
Pm Sent
User avatar
Gold Boarder

GK User
Thu May 02, 2013 10:00 pm
Reply with quote
Report this post
Now I see that you have social button 3 times, too much I suppose.
1) I've turned one of those, from K2, by css.
2) I've changed those from plugin to smaller size

p.s.
You have to focus only on one line social buttons, now you have 2.
User avatar
Platinum Boarder

GK User
Thu May 02, 2013 10:03 pm
Reply with quote
Report this post
You forgot to enable Gzip Page Compression, I've enabled it , and now website works much faster then before.
That's strange you building news website and don't care about speed.
User avatar
Platinum Boarder

GK User
Fri May 03, 2013 5:56 pm
Reply with quote
Report this post
How do I remove the extra Social button?

It looks weird having the same social buttons twice.
User avatar
Gold Boarder

GK User
Fri May 03, 2013 5:58 pm
Reply with quote
Report this post
Pawel F wrote:You forgot to enable Gzip Page Compression, I've enabled it , and now website works much faster then before.
That's strange you building news website and don't care about speed.


The site was running fast for myself, I didn't realize it was disabled.

I am concentrating more just now on getting the layout right.
User avatar
Gold Boarder

GK User
Tue May 14, 2013 7:39 pm
Reply with quote
Report this post
Hi Pawel, I was wondering if you had a chance to look at removing the extra social buttons that appear under media http://ringnews24.com/joomlatest2/index ... in-round-1

Thanks
User avatar
Gold Boarder

GK User
Mon May 20, 2013 10:45 am
Reply with quote
Report this post
Anyone able to help?

Thanks
User avatar
Gold Boarder

GK User
Fri Jun 28, 2013 6:51 pm
Reply with quote
Report this post
It still appearing at the bottom of the article and in media (twice on one page)

Anyone help?

Thanks.
User avatar
Gold Boarder

GK User
Sat Jun 29, 2013 10:05 am
Reply with quote
Report this post
Hi,

The link above gives me a 403 error so I can't check the issue for you, update the URL please if the issue still persists.
User avatar
Platinum Boarder

GK User
Sat Jun 29, 2013 5:09 pm
Reply with quote
Report this post
Don Lee wrote:Hi,

The link above gives me a 403 error so I can't check the issue for you, update the URL please if the issue still persists.


http://ringnews24.com/index.php/world-b ... n-the-ring
User avatar
Gold Boarder

GK User
Sun Jun 30, 2013 10:02 am
Reply with quote
Report this post
Just go to edit K2 categories and set Media Anchor to "Hide" in Item View Options.
User avatar
Platinum Boarder

GK User
Mon Jul 01, 2013 2:08 pm
Reply with quote
Report this post
I went to K2 Categorys and selected category 'boxing news'

I then clicked 'Item view options'

I changed Media from 'show' to 'hide'

The extra Social buttons are still there: http://ringnews24.com/index.php/world-b ... fight-next

Thanks
User avatar
Gold Boarder

GK User
Mon Jul 01, 2013 2:42 pm
Reply with quote
Report this post
That's odd. Try this way instead:
Code: Select all
#itemVideoAnchor{display:none;}

Add the code to override.css
User avatar
Platinum Boarder

GK User
Mon Jul 01, 2013 9:00 pm
Reply with quote
Report this post
That worked Don, but it removed Video Interviews as well as Radio embed codes.

I need it to remove the extra Social Buttons only.
User avatar
Gold Boarder

GK User
Tue Jul 02, 2013 4:07 am
Reply with quote
Report this post
I tested this code from Firebug and it worked:
Code: Select all
div.itp-social-buttons-box:first-child {
    display: none;
}

Remove the code in last post before adding this one.
User avatar
Platinum Boarder

GK User
Wed Jul 03, 2013 9:23 pm
Reply with quote
Report this post
That worked perfect.

Thanks Don. :ugeek:
User avatar
Gold Boarder

GK User
Thu Jul 04, 2013 11:03 am
Reply with quote
Report this post
You are welcome!
User avatar
Platinum Boarder


cron