There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
I am doing a website for a client. She wants to have pictures in the left sidebar to link to various pages internally. I am using the text widget. The problem that I am having is that all of the links are going to the blog page. I am also using widget logic.
#2
May 12, 2009, 08:51 AM
Flynn
3,768 posts · Oct 2008
Munich, Germany
What are you putting into the widgets? It would have to be static HTML links such as
This is the code that I am using <a href="http://crememagnolia.net/?page=120">
<img src="http://www.crememagnolia.net/wp-content/uploads/home.jpg" alt="Mag Artists">
</a>
#4
May 12, 2009, 09:06 AM
gina31
14 posts · Apr 2009
Flynn i figured it out!! Thank you so much. I looked at your code and found that I forgot to put it _id with the page code!!
You are awesome. This kept me up all night. Thank you for replying!!!!
#5
Jan 23, 2013, 01:15 PM
irina2
7 posts · Nov 2012
I'm attempting to do this now and I seem to be getting the same issue. I link out using the permalink but when I click the button to the page it sends me to a page that doesn't exist (i.e. an error).
Here is the code I use in the widget:
<a href="http://www.chocolateatime.com/running/ "><img src="http://www.chocolateatime.com/wp-content/uploads/2013/01/Running-button-resized.jpg"/></a>
What is the "_id" solution that I seem to be missing?
Any suggestions are much appreciated!!
#6
Jan 23, 2013, 01:22 PM
irina2
7 posts · Nov 2012
I should also add that I basically copy and paste the link for the page into the widget area. However, when I actually click on the widget button to take me to the appropriate page I am taken to a different hyperlink
Remove the space from after the link URL and add a space before the slash in the image URL.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#8
Jan 23, 2013, 02:10 PM
irina2
7 posts · Nov 2012
Hmm I think I did what you suggested by the problem still persists.
Here is the current code:
<a href="http://www.chocolateatime.com/running/"><img src="http://www.chocolateatime.com/wp-content/uploads/2013/01/Running-button-resized.jpg" /></a>
Am I missing or misunderstanding something? Sorry if this is a basic question, I'm still very new!
Thanks!
#9
Jan 23, 2013, 02:16 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
That should work. Your first code gave me the same error as you had. This code does not. Make sure you clear your browser cache or if you have a caching plugin be sure and clear that cache as well.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.