Wordpress Themes - WP Forum at BFA
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

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

Replace Separator with Image


  #1  
Old Sep 23, 2009, 11:17 AM
bgreathouse
 
2 posts · Sep 2009
I'm trying to replace the default dotted line that separates sidebars from the body with an image of a vertical line. Is this possible? Thanks,

Brett
  #2  
Old Sep 24, 2009, 03:35 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
why not change the dotted line to a solid line? (ATO->Page Menu Bar->Border around all menu items - change 'dashed' to 'solid')
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Sep 24, 2009, 10:01 AM
bgreathouse
 
2 posts · Sep 2009
Thanks for your reply... Am I correct in reading into the reply that an image isn't possible?

A solid line would get me closer to where I'd like to be but still not there. Thanks,

Brett
  #4  
Old Sep 24, 2009, 01:49 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I was just giving the easy suggestion first. You could play with this. Edit bfa_hor_pages.php
change line 6 (version 3.4.2) from
HTML Code:
	$list_pages_string = wp_list_pages('sort_column=' . $sort_order . '&title_li=&depth=' . $levels . '&exclude=' . trim(str_replace(" ", "", $exclude)) . '&echo=0');
to this
HTML Code:
	$list_pages_string = wp_list_pages('sort_column=' . $sort_order . '&title_li=&depth=' . $levels . '&exclude=' . trim(str_replace(" ", "", $exclude)) . '&echo=0'. '&link_before=*  ' . '&link_after=  *');
this will add a * before and after the page name. You could also use
link_after=<img src=”http://mydomain.com/myImage.gif"
This will put the image after each page titles - the down side is it will put it after teh last page also (which is why I suggested using the link_before and link_after in my first example) and it will put it after the page name in submenu's also
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Sep 25, 2009, 12:31 AM
DesignFlute
 
27 posts · Apr 2009
Mumbai, India
If you mean for eg putting a golden line vertically like this here; then this has worked for me:

I made .pngs (because i could change background colour any time) of desired sidebar width and uploaded these images to theme's image folder and put this into Ata options - style and configure sidebars- left/right sidebar style:

background: url(/wp-content/themes/atahualpa342/images/whatever.png);

hope this helps.

Bookmarks

Tags
sidebar

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replace rMenu with Suckerfish? Flynn Page & Category Menu Bars 19 Aug 11, 2012 11:25 AM
How to replace the default feed image in the header to Feedburner chicklet i vishvadeep Header configuration & styling 0 Aug 24, 2009 08:29 PM
replace "3 cubes" logo with custom logo image liontigerbear Header configuration & styling 3 May 13, 2009 02:07 PM
How to replace the image in %logo by an ad cafenett Header configuration & styling 2 Mar 17, 2009 07:36 AM
Replace Header image with mutiple ads wheregotfree Header configuration & styling 1 Feb 26, 2009 06:35 PM


All times are GMT -6. The time now is 04:19 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.