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 »

[SOLVED] Permalinks and Custom Inserts


  #1  
Old Mar 10, 2011, 11:26 AM
Caracal
 
2 posts · Mar 2011
London
This my first ATA so here is the problem.
Using Version 3.6.1
Default permalinks with custom inserts works fine. I need to change the permalink to page name not page ID when I do this the custom inserts disappear on all the pages except for the home page.
These are the inserts.
/* Setup bullets for LI items on sidebar */
div.widget ul {
list-style-type: none!important;
}

div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}
/* Normal bullet */
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(background: url(./wp-content/themes/atahualpa/images/bullets/1.gif)no-repeat 0 3px ;
}
div.widget ul li:hover{
border-left: 0 !important;
padding-left: 15px !important;
background: url(./wp-content/themes/atahualpa/images/bullets/3.gif) no-repeat 0 3px;
}
ul {
list-style-type: none!important;
}
/* Normal bullet */
div.page ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(./wp-content/themes/atahualpa/images/bullets/PostBullets.gif)) no-repeat 0 3px;
}
It has to be something simple but I cannot find it on the forum.

Thanks in anticipation..
the site "accolademeasure.co.uk"

Last edited by Caracal; Mar 10, 2011 at 03:23 PM.
  #2  
Old Mar 10, 2011, 11:58 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Please define what mean by "custom inserts" and what you are trying to accomplish.
__________________
~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.
  #3  
Old Mar 10, 2011, 03:21 PM
Caracal
 
2 posts · Mar 2011
London
Hi thank you for such a prompt response.
I just got it!! how stupid but lost too many hours.
The insert needed to look like this in the add css,html section.
/* Normal bullet */
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url('<?php echo get_template_directory_uri(); ?>/images/bullets/1.gif') no-repeat 0 3px;

I had.
background: url('<?php echo get_template_directory_uri(); ?>/wp-content/themes/atahualpa/images/bullets/1.gif') no-repeat 0 3px;

All because of the permalinks structure.

Thanks any way.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
why Fields in the Atahualpa 3.3.3 does not expand? css inserts, html inserts krystyna New Versions, & Updating 3 Oct 28, 2010 12:22 PM
ADD HTML/CSS Inserts -- 3.5.1 --- Need to remove default CSS Inserts ortho New Versions, & Updating 0 Jun 23, 2010 03:17 PM
Help - Using Custom Page Names as Permalinks Matthew Krichbaum Page & Category Menu Bars 4 Apr 30, 2010 08:28 PM
HTML/CSS inserts in Atahualpa 3.4.1 (for custom header image slider) csb Header configuration & styling 3 Nov 16, 2009 07:02 PM
[SOLVED] why Fields in the Atahualpa 3.3.3 does not expand? css inserts, html inserts ppat2 New Versions, & Updating 3 Jun 2, 2009 05:41 PM


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


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