ezgold
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Increasing size of checkout buttonnm. Got it..
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Increasing size of checkout buttonI was able to change the button. I want to make it bigger..
Forum: Plugins
In reply to: [Per Page Sidebars] Stickiness doesn't work on some pagesI still need help on this
Forum: Plugins
In reply to: [Per Page Sidebars] Stickiness doesn't work on some pagesAnyone?
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuTim helped me solve it!
Thank you!
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuI tried the code you gave me and I got an error:
Parse error: syntax error, unexpected $end in…./html/searchbyssn.org/wp-content/themes/pigskin/header.php on line 56Will this code let me keep the “home” button in the top menu as well?
Forum: Fixing WordPress
In reply to: Page titles automatically added to menudo you mean replace with ` ?
do you mean that I need to replace
<code>
with `?Forum: Fixing WordPress
In reply to: Page titles automatically added to menudo you mean replace
with ` ?
Where do I place the code for the sidebar? in the sidebar.php?
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuMercime, I didn’t see your suggestion when I wrote the last comment.
Unfortunately your suggestion didn’t help since when I remove the <?php art_menu_items(); ?> The top-menu buttons disappear and all I see is links (you can see the button now – I changed it back to how it was).
https://searchbyssn.orgI did add the exclude pages and I can control the side bar and the top menu. But I still can’t control them separately. I want the top menu to have certain links(buttons) and the side bar to have different links.
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuWere you off during the weekend?
Anyone have an idea?
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuIf I will post here the functions.php will you be able to find the source of this issue?
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuthese plugins only handle the sidebar list_pages. I think there is a different function to put the pages in the top menu.
Forum: Fixing WordPress
In reply to: Page titles automatically added to menuI did try them and they didn’t work on the top menu.
Forum: Fixing WordPress
In reply to: Page titles automatically added to menumercime,
I didn’t have “wp_list_pages” code in my header.php
I did have
<ul class=”artmenu”>
<?php art_menu_items(); ?><div class=”l”></div>
and when I changed the <?php art_menu_items(); ?> with the code you mentioned, the top menu wasn’t what I hoped for (you can take a look: https://searchbyssn.org)Gangleri,
I’m not sure what “arguments” are, but this is how my header.php looks now:
<div class=”Main”>
<div class=”Sheet”>
<div class=”Sheet-tl”></div>
<div class=”Sheet-tr”><div></div></div>
<div class=”Sheet-bl”><div></div></div>
<div class=”Sheet-br”><div></div></div>
<div class=”Sheet-tc”><div></div></div>
<div class=”Sheet-bc”><div></div></div>
<div class=”Sheet-cl”><div></div></div>
<div class=”Sheet-cr”><div></div></div>
<div class=”Sheet-cc”></div>
<div class=”Sheet-body”>
<div class=”Header”>
<div class=”Header-c”></div>
<div class=”logo”>
<h1 id=”name-text” class=”logo-name”>/”><?php bloginfo(‘name’); ?></h1>
<div id=”slogan-text” class=”logo-text”><?php bloginfo(‘description’); ?></div>
</div></div>
<div class=”nav”>
<ul class=”artmenu”>- /”>Home
<div class=”l”></div>
<div class=”r”><div></div></div>Forum: Fixing WordPress
In reply to: Page titles automatically added to menuI’m afraid I wasn’t clear.
The pages are added to my top menu, not the sidebar. How do I remove them and leave only the “home” button.