ozbutcher
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with wp_list_pages, $10 if you can help me*bump*
Can someone help me please? I’m really stuck here. At current the site doesn’t work well in IE. ??
Forum: Themes and Templates
In reply to: Problem with wp_list_pages, $10 if you can help methanks whooami, no rush ??
edit: ah crap I see the link isn’t working right, I think there some stuff that got added in front of my link. try this:
Forum: Themes and Templates
In reply to: Problem with wp_list_pages, $10 if you can help meThanks for your reply whooami.
I’ve looked through the header.php and can’t find the code “<li class=”pagenav”><h1></h1>” anywhere.
The author of this theme had created a different wp_list_pages function called wp_list_pages2 but I removed that and got a little close to only displaying the first level of perm links instead every one.
Would you have time to look at my theme and see if you know where its coming from? Just in case I have zipped up the theme just as it appears on the website. many thanks! ??
Forum: Themes and Templates
In reply to: WP List Pages, Please help me edit this codeYes I have gone through it about 30 times and tried many different variations but just can not get that damn little bullet to go away! ??
Forum: Themes and Templates
In reply to: WP List Pages, Please help me edit this codeI am using this code
‘<div id=”menu”>
<div id=”menu_items”>
<div>/”>Home</div><?php wp_list_pages(‘title_li=<h1>’ . ‘</h1>&sort_column=ID&depth=1’); ?>
</div>’Now it only shows one bullet! How can I get rid of this please? ??
Screenshot:
https://share.webcommand.org/Share/images/445672wp.jpgForum: Fixing WordPress
In reply to: navigation problemsI got this very same problem! In my theme folder I can’t find the ‘<li class=”page_item”>’ anywhere!! In none of the files yet when I do a page source view it’s definitely coming up in the code ??
Forum: Themes and Templates
In reply to: WP List Pages, Please help me edit this codeI find I can get it pretty close using the standard WP_list_pages call but for some reason I get some random bullets showing up and messing up the menu options.
In the code it says something about “Allow plugins to filter an array of excluded pages” I’m hoping this may help?
Forum: Fixing WordPress
In reply to: emails are sent from [email protected] even though set otherwisewow thanks for the quick fix! I searched a solution but nothing came up ??
Forum: Fixing WordPress
In reply to: My theme has no footer… and how to do facebook?ok the SEO was definitely taking control of the sharethis mod… must have been overwriting the description. I just copy and paste the blog entry into the SEO description and it works.
but as to why I can’t get the sharethis popup im lost. I don’t have a header file… just a footer which I made.
Forum: Fixing WordPress
In reply to: My theme has no footer… and how to do facebook?ahh I’m using SEO mod and the lightbox JS mod. could that be interfering with sharethis?
Forum: Fixing WordPress
In reply to: My theme has no footer… and how to do facebook?thanks for the tips. I’ve kinda sussed most of it out.
and I managed to integrate facebook into the list. the only problem is that it only submits the title feed to facebook and not the post details as it does on the authors site. see example
mine only submits title:
https://www.facebook.com/share.php?u=http%3A%2F%2Fswisshut.com%2Fpaws%2F%3Fp%3D3&title=Hello+Friends…authors example (submits content):
https://www.facebook.com/share.php?u=http%3A%2F%2Falexking.org%2Fblog%2F2007%2F08%2F27%2Ffinding-neverlandForum: Fixing WordPress
In reply to: My theme has no footer… and how to do facebook?I had a look at a default theme and made my own footer.php
I uploaded it into my theme folder and added the suggested code: <?php wp_footer() ?>
I also edited my index.php from my theme to call the footer. for some reason the pop-up still does not show up? I do have the javascript in the wp-includes/js/ folder though.
I’m using latest version of wp.