oneguy
Forum Replies Created
-
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Displaying the map in difeerent language?Anyone?
This is easy to explain.
If you go to this address
https://80.179.140.91/~connectone/?page_id=130and just press “find” you will be redirected to the homepage.
Is that how it should work?
Forum: Plugins
In reply to: [Advanced Menu Widget] [Plugin: Advanced Menu Widget] Menu titleThis is exactly what I need!
Please help us ??Forum: Fixing WordPress
In reply to: Custom class for my liWorks like a charm ??
Just watch this theme!!!
Still missing all the background images but I think you can get the feel of it!Thank you ever so much.
It’s so good to be smart ??
Thanks again
Guy
Forum: Fixing WordPress
In reply to: Custom class for my liThanks –
Your code rocks!
But now I have another enigma –
Considering the face that they are leading to anchors –
Is there a way to add an active class as well for each link being pressed?
If that’s not possible or too much, tell me…Thanks ??
Guy
Forum: Fixing WordPress
In reply to: Custom class for my liThanks
This is a parallax web site from theme spectrum –It’s not yet done. just started working on it….
Forum: Fixing WordPress
In reply to: Custom class for my liI think this one does the trick –
<?php $i = 1; while ( have_posts() ) : the_post(); echo '<li class="block';?><?php echo $i; ?><?php $i++; ?><?php echo '">'; echo ' <a href="#block';?><?php echo $i; ?> <?php $i++; ?> <?php echo '" title="'; ?> <?php the_title(); ?> <?php echo '">'; the_title(); echo '</a> </li>'; ?> <?php endwhile;
Forum: Fixing WordPress
In reply to: Custom class for my liWait a sec…
Both don’t work ??
Yours don’t have the A href part….
Mine just doesn’t work…Forum: Fixing WordPress
In reply to: Custom class for my liLOL ??
We just posted in the same time!
Thanks!!!
All the best –
Peace and love
Guy
Forum: Fixing WordPress
In reply to: Custom class for my liSolved ??
<?php $i = 1; while ( have_posts() ) : the_post(); echo '<li class="home';?><?php echo $i; ?>"<a href="#block';?><?php echo $i; ?> <?php $i++; ?> <?php echo '" title="'; ?> <?php the_title(); ?> <?php echo '">';the_title(); echo'</a></li>'; ?> <?php endwhile;