Tagged Questions
0
votes
1answer
21 views
Wordpress: home page navigation screwed
Here's the website I'm talking about. If you scroll, when you reach the bottom you'll notice a link to go on with the page navigation (Pagina successiva). If you click it you'll get the same posts as ...
0
votes
0answers
28 views
Hidden fields in Vertical navigation on product view
I am using the magnificent vertical navigation with css module. It works fine and I'm very happy with it! But I've one issue: I want the navigation also at the product view page. I've managed to get ...
0
votes
3answers
57 views
how can I create conditional HTML displays in PHP
I'm trying to find out how I can create a condition display of an HTML div like:
<div class="home">
<a href="/">
</div>
What I want to accomplish is to write something in PHP that ...
0
votes
0answers
12 views
Genesis Menu duplicating instead of moving
I am working on a genesis site where I need to move the standard nav menu to above the header. I'm using the following code in the functions.php file of my child theme:
remove_action( ...
0
votes
2answers
41 views
dynamic php ul menu [closed]
Just for this question
I have a tiny database of products that are three layers deep:
title:
Accessories/Air Grills/AG7030
Accessories/Air Grills/AG7031
Air Valves/Air Valve Louver Type/AV4000
Air ...
0
votes
1answer
45 views
Add two spans with classes into a WP Menu's li
I need to add two spans into the <li></li> of a WordPress menu. One contains the elements page title and one contains the description.
I've found out how to add one span into the li, but ...
1
vote
2answers
38 views
Highlight active page in navigation
I'm trying to find a solution to use PHP, not jQuery, to insert an "active" class into the corresponding hyperlink of the current page, in the following HTML markup:
<nav class="menu">
...
0
votes
2answers
44 views
if logged in, display logout, and vice versa in the navigation, php [closed]
when users login, it will show logout. when users hvnt login, echo the weclome msg, and show login.
my code in some web pages are worked. Yet, in some pages are shown both login and logout. i dont ...
0
votes
1answer
38 views
How to create an unordered list of meta titles of pages within a specific directory with php? [closed]
I am trying to make my website more manageable by using php to list the meta-titles of pages within a portfolio/ directory as an unordered list of links to those pages. Can anybody help? Here's an ...
1
vote
1answer
38 views
How do I code a navigation for wordpress with hover actions
...that pulls the first letter of the page title for Span A and the whole title for Span B (the hover result). I have the html and CSS version here http://codepen.io/CrabSmith2400/full/Kolje. I have ...
0
votes
3answers
61 views
PHP - MySQL “next” - “previous” link with ordering
I have a table like this
id | name | image | ordering
------+-------------+------------+--------------
1 | name 1 | one.jpg | 5
...
0
votes
1answer
74 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
70 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
2answers
67 views
PHP Dynamic menu highlight from database
I've been making a website for a client that is based off of 1 page and the links are to different categories or articles. I'm showing the content depending on the URL parameter like this,
<a ...
0
votes
1answer
33 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
1answer
35 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
44 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
60 views
Page navigation with php
I am trying to create a dynamic website, the index.php includes the following code in the content area of the website:
<?PHP
// if undefined then define
if(!$od || $od == ""){
$od = "news";
}
...
0
votes
2answers
65 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
0answers
306 views
Extra Thumbnail Nav Images in Flexslider loaded from Folder by PHP
I'm using Flexslider for it's thumbnail navigation via Jumi for a Joomla site. The slider and nav worked fine out of the box, but to avoid having to hand-code the dozen or so slideshows, I've been ...
0
votes
0answers
64 views
Php site NAVIGATION menu BUTTONS not stable after zoom in,out and in different resolutions,browsers,computers
I made with my colleague a menu for a site. The layers of the divs are like that:
HEADER
MENU
UL
LI in which there is a ######
The problem is that the margin of the ul ...
0
votes
2answers
87 views
ZF2 different menus in different controllers
I have a question about menus in ZF2.
I have one module, and two controllers, for example. In a layout I can render menus:
<?php echo $this->navigation()->menu('mainMenu'); ?>
<?php ...
0
votes
2answers
36 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
83 views
How to navigate through next and previous message button on media player theme?
EDIT: Due to copyright, the body of the question has been hidden.
2
votes
3answers
208 views
Yii CMenu Widget - How to Get Home Page
I've put together a menu in Yii (my first project using it) like this:
$this->widget('zii.widgets.CMenu',array(
'items'=>array(
array('label'=>'Home', 'url'=>array('/')),
...
0
votes
1answer
29 views
Better implementation of custom user navigation
I have code that generates user navigation depending on a single variable, the users sector id, this is selected when they sign up on the site.
I query the users profile to get the sector id.
With ...
0
votes
2answers
85 views
Using If/Else for PHP menu navigation
I'm looking for some feedback on using If/Else for my menu navigation or links to resources. I have done a few quick searches and have found items relating to using PHP to keep track of the current ...
1
vote
2answers
125 views
Loading pages into div via ajax navigation - Couple of problems
I'm new to this whole programming business and I'm trying to put together a simple website for myself.
At present the website has a header, some navigation links, a makeshift image below the ...
0
votes
2answers
74 views
build parent-child navigation using json data with PHP
I'm building navigation for a site. I have all my data stored on online JSON, here's an example:
{
"State": 0,
"Tasks": [
{
"Id": 1000000,
"ParentId": 0,
...
0
votes
0answers
90 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
51 views
How do I add a class of current to my navigational list items and links?
I've tried a few different ways to add a class of current on my navigation.
I read an article on doing so at: http://alistapart.com/article/keepingcurrent
So far I'm having no luck incorporating ...
2
votes
1answer
84 views
Link from Lightbox to Lightbox of different sizes
I have Login and Sign Up forms.
Both are opening in Lightbox.
Login have Link to Sign Up and vice versa.
Links are working properly, but the issue is sign up box's height is 600px while that of login ...
0
votes
1answer
171 views
How to have dynamic navigation items in a TWIG template using ZF2 and ZfcTWIG
Good day,
I am lost on how to implement what I want in ZF2 since I'm new to it. I have a site that uses ZF2 and ZfcTwig module and I want my TWIG template to have a dynamic navigation based on the ...
1
vote
0answers
227 views
Attempting to create a Dynamic Php/Mysql/Html multilevel navigation bar
Hi there basically I've tried following this tutorial which seems to meet my needs :- http://www.finalwebsites.com/tutorials/dynamic-navigation-list.php
However when I try to run this I get these ...
0
votes
1answer
66 views
Expanding page navigation splitted Query result
I have the results of my query getting split into pages. That is done using the following code:
<?php
if (isset($_GET["page"])) { $page = $_GET["page"]; } else { $page=1; };
...
-1
votes
1answer
100 views
Display subcategories of a specifc category in side bar
I'm using Hellowired theme, top navigation links are displayed in side bar. Instead I want subcategories of a specific category(ID 3) to be displayed in sidebar. Please keep in mind active inactive ...
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 ...
1
vote
0answers
79 views
Submenus in menu, below them (not on the left) in twitter bootstrap
I would to know if it's easy to change the submenu in the nav-bar. I want to insert them below the menu of each item (and not on the left). Like this :
Menu1
-submenu1-1
-submenu-12
Menu2
...
0
votes
1answer
43 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
53 views
Layered navigation system php
I'm stuck trying to create a basic navigation system for a site.
I've got a .txt file that I'm trying to put the whole site nav into then I'm looping through line by line and creating nested s. This ...
0
votes
2answers
115 views
creating a navigation with a jump menu
im making a responsive website so when it is at mobile size the navigation turns into a jump menu, this is all fine and dandy!
but when is change pages on the jump menu whenever i get to another page ...
0
votes
3answers
244 views
php nav bar active
Hi im trying to make my nav bar button active so it looks different when it is on that specific page.
when i manually change my li class to active it works but when i use my code below to do it the ...
0
votes
1answer
44 views
Dynamic navigation bar that loads items from folder?
Alright, so i am really not sure if this is even possible.
Here's what i want to do:
I have a folder called pages.
It could look like:
index
page2
page3
What i want to do is to list the files in ...
0
votes
0answers
168 views
Magento layered navigation filtering URL's with name not id
I have a quick question that is effecting the usability of my site. I've added some custom attributes to my layered navigation, and all works find. apart from one tiny little issue. I would ideally ...
0
votes
3answers
58 views
Compare a variable against more than one (an array of) variables, with the same outcome, in PHP
I have a simple navigation which uses php to know which "current page" you are on allowing my css to indicate this.
my php code:
<?php echo "\n"; if ($currentPage == 'about.php') { ?>
What ...
0
votes
1answer
166 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
3answers
68 views
creating a php website with user-friendly navigation
We are building a website where user has to login in order to view site's content (similar to what facebook and twitter use)
The problem is that our site's navigation is completely messed up:
When ...
0
votes
1answer
80 views
Non standard sorting and navigation using MySQL and PHP
I am trying to sort the information given to me by the API of an engineering journal. I have extracted the following information into a table:
ID (integer),
Journal Entry Name (Text),
...
0
votes
1answer
155 views
How to use php to show hover/selected class on pages when the Nav bar (not created with a ul) is in a separate include file?
I have a php template set up where the top and bottom common information is in separate include files. How do I make it so that the hovered a class shows up on each page when it's the current page? ...
1
vote
3answers
77 views
Should link navigate to new page, or show different div?
Example in code:
No page navigation:
<body>
<nav>
// Navigation links to the parts of the site.
// Clicking a link calls a javascript function to display the relevant ...






