Tagged Questions
0
votes
2answers
23 views
Wordpress custom wp_pagenavi does not work on custom page with custom query
I am trying to do some custom page and I am not using the wp_pagenavi plugin but a custom function with my custom pages, right now it only works on index.php pages but it was working fine some days ...
0
votes
0answers
16 views
Wordpress Site Navigation Menu li Title Not Visible
Please help me:
I am facing a problem with the site: http://scholatar.com/
In the navigation menu list item only the home link title "HOME" is visible but other list item's link title are not ...
0
votes
0answers
27 views
Adding Dynamic navigation link with PHP for Buddypress/Wordpress
I am trying to add a dropdown navigation for my buddypress/wordpress site that has a dynamic link that goes to the blog of the user that is logged in.
I want this link to appear in a subnav of a "My ...
0
votes
1answer
47 views
How to make objects appear when hovering over image
I have a problem. I'm trying to edit my code in Wordpress and running into a problem. I want to make objects (left/right navigation) appear when hovering over the slider image. See website here: ...
0
votes
1answer
18 views
Page navigation can't find page 2
I don't know why does page navigation do not work correctly.
There are more than 8 postings, but it shows just 8 postings. And I can't find page number '2' and the text 'next page'. Why?
...
0
votes
1answer
24 views
Change wordpress blog limit to months rather than by number of posts
Is there a way to override how wordpress displays a number of posts on a post listing page?
I need to limit the number of posts on a page by month instead of limiting it to a number of posts per ...
0
votes
1answer
29 views
How to skip certain links on adjacent posts in Wordpress?
I use the following code to fetch the links of the previous and next posts respectively, from the single post template;
<?php echo get_permalink(get_adjacent_post(false,'',false)); ?>
<?php ...
0
votes
2answers
33 views
How do you change the content div based on the navigation hover
I want to display my contact form when the user hovers over my navigation menu "contact" list item using css.
So I want to have a solution that explains how I can use css to hover over "A" (menu ...
0
votes
1answer
26 views
3 Level Wordpress navigation problems
I am still fooling around with this dumb navigation menu. The idea is that when you first go to the page the top level pages are listed, when one of those is clicked the second level menu appears ...
0
votes
0answers
30 views
Wordpress menu, parents children and grandchildren
I am currently working on a nav menu for a wordpress theme using wp_nav_menu.
I have a few questions as I am now STUCK!
This is how I create my menu:
wp_nav_menu(array(
'sort_column' => ...
0
votes
2answers
50 views
wp-pagenavi not working… It changes the actual url but not the posts themselves?
The issue I am having is I have created a separate new blog page on its own page template being called blog.php, I have pulled 5 posts into each page and the first page work great and link to the ...
0
votes
2answers
21 views
Menu items on Wordpress website not aligning
http://bit.ly/11mYerz
If you take a look at the top navigation bar, only the Testimonials link is on the top of the bar - no idea why. I've swapped it out with others and it only seems to be ...
0
votes
0answers
13 views
Navigation HTML not loading on switching theme with mobile detector
I am creating a mobile version of website using 2 wordpress themes & mobile detector plugin to switch themes on detecting a mobile device everything is fine but the HTML of navigation is not ...
0
votes
2answers
47 views
CSS Navigation that the menu doesn't expand until clicked to that section
I'm trying to create a navigation for Wordpress like the navigation in the link below.
navigation for Wordpress
Basically the navigation doesn't expand. It only shows the sub links if the user is ...
0
votes
2answers
51 views
Change Navigation CSS in Wordpress with Javascript
I created a custom header navigation for my wordpress site for the homepage only. On all other pages, I am using the default theme navigation. However, on the homepage, after I scroll down past the ...
0
votes
1answer
21 views
Wordpress: mark navigation with “new” posts
I'm looking for a way to put a "new" label in my navigation when there is a new post in that section. I have 3 main sections (1 standard posts and 2 custom post types), so if one of those sections ...
0
votes
2answers
51 views
Pagination for custom post type on page template
Hello I am trying to add pagination to a page template which I am using to display a custom post type. I have looked around for a few hours but I haven't come across clear set of instructions to ...
0
votes
2answers
32 views
Showing secondary nav on one page wordpress
I have this bit of code in my header:
<?php if (has_nav_menu('sub-header-menu', 'responsive')) { ?>
<?php wp_nav_menu(array(
'container' => '',
...
0
votes
1answer
23 views
inserting google 'onclick' tracking link attribute in wordpress
I am looking for a way to modify the links on my Wordpress site so it tracks all my 3rd party links.
I was able to find some help with the, how to create the correct tracking code in Google ...
-1
votes
1answer
48 views
make the Nav bar text Centered
How do i make the text centered within my nav and ensure that it stays that way from all resolutions (1920x1080 it is left, 1420, its centered)
I also realise that alot of this code is useless and ...
0
votes
2answers
35 views
Style Unordered List Independently From Parent Unordered List
I'm not sure if I formulated the question correctly, but let me try to explain what I want to achieve.
I'm trying to style navigation menu of a WordPress-based site.
I want the submenu links to be ...
0
votes
0answers
14 views
next_post_link previous_post_link dont disable when there is no next post, instead loop posts
if(get_adjacent_post(false, '', true)) {
previous_post_link('%link','<img src="larr.gif"/>');
}
else {
echo '<img src="larr2.gif"/>';
};
if(get_adjacent_post(false, '', ...
1
vote
1answer
221 views
Arrange Drop-Down Submenu Items Horizontally, Wrapped (Modified TwentyTwelve WordPress Theme)
The site I'm working on uses the modified WordPress TwentyTwelve theme. The standard drop-down menu of that theme has been modified to push the content down when the submenu opens:
Problem: I want to ...
1
vote
1answer
54 views
Submenu Pushes Parent Menu Items Apart On Hover in Modified WordPress TwentyTwelve
I'm working on a WordPress site that uses the modified version of TwentyTweve theme.
My job is to modify the navigation dropdown menu, to make it push the content down when the dropdown submenus ...
0
votes
2answers
221 views
Make Drop-down Menu Push Content Down in WordPress Twenty Twelve
I want to modify CSS of WordPress Twenty Twelve theme in such a way that the drop-down submenu links push the rest of the content down.
I assume, I have to remove position:absolute; in CSS in the ...
0
votes
0answers
92 views
Wordpress Twenty Twelve Multi-Colored Submenus
I am trying to figure out how to make the different top level menu items each have their own background color, and then have the drop down menu under that item inherit the same color treatment.
I am ...
0
votes
0answers
50 views
Wordpress page navigation not working for blog posts
I've managed to get my search page to have a numbered page navigation at the bottom of the page but when I use the same code for the blog posts page navigation it works until the second page and then ...
0
votes
0answers
65 views
Default WordPress navigation for single page theme
I have found a similar question here: Single Page Navigation Menu Dynamically Generated but I am not too sure how or even if this will work with what I am doing.
I am building a single page theme, in ...
0
votes
2answers
101 views
wordpress sub navigation bar
my question is that i created a templetes for my wordpress site i create a sub navigation bar when the user seleces a tab on the sub nav bar we want it to stay selected. we inserted the following code ...
0
votes
0answers
70 views
Customizing wp_nav_menu to Replace Menu URLs with Loop-Generated Anchors?
I'm trying to create a single-page WordPress theme that utilizes Reveal.js, so all of the sections are indexed on the same page (www.example.com/#/, www.example.com/#/1, www.example.com/#/2...). As ...
0
votes
0answers
182 views
woocommerce ajax layered navigation
I was wondering if anyone had used woocommerce layered navigation as I am having some quite big problems with it. I have set product attributes and set the settings in the widget area of the backend ...
0
votes
2answers
61 views
Changing the posts page in Wordpress?
The topic title might be a little misleading, but I didn't really know what title to give this question, but since it relates to changing the post page, I figured it would be fine.
So I actually ...
0
votes
0answers
26 views
Wordpress - How to create functional navigation from html code
I have created this navigation:
<div id="menu">
<a href="index5.php" class="btn">ZajÃmavosti</a>
<a href="index4.php" class="btn">Pravidla</a>
...
0
votes
2answers
73 views
Wordpress archive page navigation not working
Not sure why, but I can't seem to get the page navigation working in my wordpress archive template file. Wondering if someone might be able to lead me in the right direction here...
Here's the code:
...
0
votes
1answer
24 views
Reverse Navigation Menu in Wordpress
I have my navigation menu showing up in reverse. I think it is a css problem but I can't find the problem. Please help:
http://www.jamonit.org/dev/
0
votes
0answers
24 views
PHP / Wordpress
I have a piece of php code that creates nice looking pagination, however when the permalinks are set to default (page=?284) rather than something like post name (/post-name) the pagination buttons ...
0
votes
1answer
19 views
Adding border to just the news page in Wordpress
I would like to add a dotted bottom border to my nav menu on just the news page.
Here is the site I'm working on so you can see what I mean: http://www.eclipse-experience.com/subdirectory
Any idea ...
0
votes
1answer
36 views
Can anyone suggest a way I can get my class=“selected” to work on my navigation in Wordpress?
Can anyone suggest a way I can get my class="selected" to work on my navigation in Wordpress?
I have a wordpress navigation setup:
If I am on the home page, my home page class is selected.
If I ...
0
votes
1answer
17 views
IE wordpress nav styles perfect when logged in, but not when loggged out
Out of no where, the navigation on site down started acting crazy when viewed in Internet Explorer while not logged in. However, when you log in... everything works perfectly...
I know it must be a ...
0
votes
1answer
52 views
Sidebar navigation is not visible in safari only
I am developing my portfolio site for wordpress and for some reason that I have not been able to identify my page links are not made visible in safari, but they work fine in all other tested browsers.
...
0
votes
0answers
64 views
Keeping parent page active in the nav bar, when on a child page
I am not showing the child pages in the menu, however I would like to highlight the parent page in the nav bar when in the three child pages.
My understanding is that the CSS that is already in the ...
0
votes
1answer
185 views
Wordpress 3.5 - How to only show the sub menu of a parent with wp_nav_menu?
I want to find the easiest way to get the child list of a specific page (stored inside Appearances > Menus tab) with wp_nav_menu function.
Example, I have this menu, called "primary_navigation" :
...
0
votes
1answer
58 views
Menu Dropdown Showing in wrong spot
I have blown 5 hours already on this.
There is a second menu. When you hover over an item, the dropdown is in the wrong place.
Please help.
Here is the CSS.
/* MY RIGGING MENU*/
...
0
votes
0answers
49 views
How to change the default navigation like primary navigation=Page and secondary navigation=Category to my own
i am using a wordpress theme from solostream.The theme consists of dual navigation.But when i go to the menu section, it says that the theme doesnt support any navigation.Please could any one help me ...
0
votes
0answers
204 views
add filter to wp_nav_menu to display categories right after the home link
I need to add categories on wp_nav_menu right after the home link followed by all the items on that nav menu.
Basically, I am trying to do this by adding a filter on functions.php to have my ...
0
votes
1answer
29 views
Navigation Tool Tip Wrong Place
I created tooltip arrows for this navigation. They show up on hover but they also show up in the bottom of the drop down. I am wondering what code is keeping them there!
Here is the code i am using ...
0
votes
1answer
121 views
wordpress wp_nav_menu add span at the end of ul
I am using wordpress and wp_nav_menu function to get navigation, and I want to add a span inside ul like this:
<ul>
<li><a href="">url1</a></li>
<li><a ...
0
votes
1answer
161 views
jQuery Easing Wordpress Navigation
I am trying to establish jQuery easing in my Wordpress template so that I might have some cool scrolling effects to div id's further down the page. I've done this before using plain HTML, but I'm a ...
0
votes
1answer
104 views
Wordpress Bootstrap Navigation
I have combined bootstrap and wordpress. I have found 2 articles and gists that provide a walker and some markup to add to get a dropdown navigational menu working properly.
I have tried several ...
0
votes
2answers
90 views
Wordpress Dropdown Menus Out On Page Load
My site Campfire Inc Is displaying the dropdown navigation on page load. On hover it retracts. I am wondering if this is an issue with the theme or with some jquery. How do i fix it if the error is in ...



