Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

header icons not showing in single posts WordPress

  • SOLVED

Just a quick fix,
Cant find out why my social icons (png) that are in a <ul> <il> in my header arent showing up in my single post page.

they showing everywhere else.

http://pastebin.com/nGeKt2yp

Answers (1)

2011-12-08

Gabriel Reguly answers:

Hi Diragusa,

Sorry, but I can't properly understand your issue.

Maybe you could post an image of what you want.

Regards,
Gabriel


diragusa comments:

hey gabriel,
Im unable to have romeluv work in a tdominiform.


Gabriel Reguly comments:

Hi Diragusa,

Sorry, but I still can't understand your issue.

Do you mean you want to insert the shortcode [GLOBALMAP] into a tdominiforms field on frontend and have it working as it was inserted via backend?

Regards,
Gabriel


diragusa comments:

Actually like when you post thru the map metabox below the "add a post" content box. When activated the plugin puts a address box in the "add a post" in wordpress.
Now unless both are the same thing. then yes i need that. but if the metabox there and [globalmap] are different then i still need the metabox soloution put in the form.


Gabriel Reguly comments:

Hi Diragusa,

Ok, I think I understand now.

Can you afford a bigger prize?

This is something I will have to research and therefore $8 seems too little for me.

Something like $35 would be more appropriate, also it can attract more experts to your question.

Right now I am going offline, tomorrow I might help you.

Regards,
Gabriel


diragusa comments:

i would love to add more to the price. I just need it quick.
good night


Gabriel Reguly comments:

Hi Diragusa,

Do you need help to learn how to increase the prize?

Just click here: [[LINK href="http://wpquestions.com/question/edit?id=3504"]]Add more money to prize[[/LINK]]

Regards,
Gabriel

P.S. This [[LINK href="http://wpquestions.com/question/showLoggedIn/id/3508"]]question [[/LINK]]was posted at the same time as yours and is already solved. (Hint: prize was $35)


diragusa comments:

ive change my question, because ive fixed the problem. but im stuck with this one.


Gabriel Reguly comments:

Hi,

Do you have an URL, so I can see the issue?

Regards,
Gabriel


Gabriel Reguly comments:

Hi,

Having a look at your code, you are using hard coded URLs as http://localhost/

You should change it to something like site_url();

As for your icons, please try this:

<ul id="social-links">
<li><a href="/rss.xml"><img src="<?php echo content_url('/themes/test-child/images/') . 'rss.png' ?>"></a></li>
<li><a href="http://www.twitter.com/artsavenueca"><img src="<?php echo content_url('/themes/test-child/images/') . 'twitter.png' ?>"></a></li>
<li><a href="http://www.facebook.com/artsavenueca"><img src="<?php echo content_url('/themes/test-child/images/') . 'facebook.png' ?>"></a></li>
</ul>


[[LINK href="https://codex.wordpress.org/Function_Reference/home_url"]]https://codex.wordpress.org/Function_Reference/home_url[[/LINK]]

Regards,
Gabriel