Modifying the Team section on frontpage
April 2014 WordPress Theme
- GK User
- Mon Jun 23, 2014 6:22 am
Hi,
I'm modifying the Team section on the frontpage.
How can I remove the socmed links hardwired to the pictures?
I've commented out most overlay setting in the css, but the links are persistently there on mouse over.
On the screenshot below I mouse over the facebook link, but twitter & googleplus are there too next to it.

Thank you
I'm modifying the Team section on the frontpage.
How can I remove the socmed links hardwired to the pictures?
I've commented out most overlay setting in the css, but the links are persistently there on mouse over.
On the screenshot below I mouse over the facebook link, but twitter & googleplus are there too next to it.

Thank you
-
- Fresh Boarder
- GK User
- Mon Jun 23, 2014 7:13 am
Hello,
You have to edit content (text widget). This code is responsible for single item with social links:
it's enough to remove this fragment:
You have to edit content (text widget). This code is responsible for single item with social links:
- Code: Select all
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.2s" ><span><img src="[pageurl]/wp-content/themes/John/images/demo/team_2.jpg" alt="Team member" /></span><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.3s">
<h3>Dennis Hawkings</h3>
<small>Lead Developer</small></figcaption></figure>
it's enough to remove this fragment:
- Code: Select all
data-fb="#" data-twitter="#" data-gplus="#"
-
- Moderator
- GK User
- Mon Jun 23, 2014 7:34 am
Thanks for the quick reply.
I've done that, but the links still show up. Worse still, it'll be a broken link (http:// mysite. com/undefined).
It is here:
http://dreamrocket.sg/en/#clients
The links are there on mouse over the images.
I've done that, but the links still show up. Worse still, it'll be a broken link (http:// mysite. com/undefined).
It is here:
http://dreamrocket.sg/en/#clients
The links are there on mouse over the images.
-
- Fresh Boarder
- GK User
- Mon Jun 23, 2014 7:42 am
Sorry, the link should be http://dreamrocket.sg/en/#apps
-
- Fresh Boarder
- GK User
- Tue Jun 24, 2014 10:21 am
I still see this fragment in your code: data-fb="#" data-twitter="#" data-gplus="#"
Could you send me a PM with backend access? Then I'll check it exactly.
Could you send me a PM with backend access? Then I'll check it exactly.
-
- Moderator
5 posts
• Page 1 of 1