WordPress help - Ask your questions

Status
Not open for further replies.
Hey We_Go, I think you are going a more difficult path, I have one suggestion. Leave plugins and build tabs in yourself, that way you can use them wherever you want! Just google simple jQuery tabs and implement the solution in page template.

Thanks for the input,That has been tried. I had an coder that was experienced in the theme I am using. He tried to incorporate the standard jquery tabs as per various tutorials:
http://www.jacklmoore.com/notes/jquery-tabsNo luck with that. Tabs are never rendered. This is a code snippet from one of the earlier versions we tried

Code:
<!--this is the script that makes the tabs work-->
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script>
	$(function() {
		$( "#tabs" ).tabs({
			event: "mouseover"
		});
	});
	</script>
<!--end of tabs script-->
	
<?php /* Template name: AzonCustomTabs */ ?>?
<?php get_header(); ?>
<div id="main_content">
<div id="content">
<h1><span itemprop="itemreviewed"><?php the_title(); ?></span></h1>
  <!----- Add Shortcodes HERE for WPZonBuilder content && Rollover Tabs tabbed space --->
 
<div id="tabs">
	<ul>
		<li><a href="#accessories">Accessories</a></li>
		<li><a href="#productDescription">Product Description</a></li>
		<li><a href="#detailsFeatures">Details & Features</a></li>
		<li><a href="#video">Videos Playing</a></li>
		<li><a href="#reviews">Customer Reviews</a><li>
	</ul>


		<div id="accessories">
				<p>Hi there! I?m a bike messenger by day, aspiring actor by night</p>
		</div>


		<div id="productDescription">
			<p><?php echo do_shortcode('[amzn_product_post template=productdescription]'); ?></p>
		</div>


		<div id="detailsFeatures">
			<p><?php echo do_shortcode('[amzn_product_post template=detailsfeatures]'); ?></p>
		</div>


		<div id="video">
			<p><?php echo do_shortcode('[amzn_product_post template=video]');?></p>
		</div>


		<div id="reviews">
			<p><?php echo do_shortcode('[amzn_product_post template=iframereviews]'); ?></p>
		</div>
</div>

I did some more elimination testing and finally got all three pieces of software to work correctly together (WP theme+page template) + WPZonBuilder + RolloverTabs plugin .... success ... and then I upgraded WPZon to 2.5M (latest) and I am back to having double entries of text in my tabs !!!!! After another 8 hours I am really tired of looking at code, so I am reverting back to the (tab compatible) working version of WPZon.
I do have another question: one part of the data (image and text together) is built in a html template within a table. WP builds the page. When that is the only part of the content space of the page, then it prints correctly with 5 small images in the lower right quadrant of the page. IF the tabs are added to the page below the html table, the 5 small images are gone. In my head is that anything in the original table should not change(!?):confused:: but obviously I am wrong. Where did the images go?The behavior is the about the same with the premium theme never ever showing the 5 small images, and 2011 theme showing the described move from visible to gone. (I was annoyed at the images never showing in the premium theme, so tested out in 2011 & noted the disappearing act).I have tried looking at it in firebug, but that is beyond me at this time. Do have any idea what is happening? IF you have time I can give you the access in a few days if I don't accidentally fix it in the mean time.

Have a good one!
We
 
Last edited:
How to design a landing page for wordpress? can you suggest any of such kind of themes for wordpress?
 
How to get internal links displayed as below in SERPS?

Screen Shot 2012-08-28 at 12.08.49 PM.png

How to add rating to a SERP Listing? ( as below )

Screen Shot 2012-08-28 at 12.09.35 PM.png

Plugins or Internal configurations?
 
i have recently started learning wordpress on my own and i am strengthening my grip on the basics of html firstly.. using different sites like 123school, any tips for newbie?
 
Few questions just started a wordpress blog here's what i want to do with my blog

1) I want to design my own theme and template in dreamweaver without affecting the functionality how would i do that.
2) For a particular url if i want to create a landing page to get opt ins how to do that.
3) further i want a seperate opt in list in the side bar also..
Any Suggestions for The best theme style and functionality wise.

Thanks in advance
 
Sorry one more thing forget to add how to cloak affialiate URL in wordpress what is the best Practise.
Thanks
 
Hey everyone:cool: thanks originalexe for all the help you have given the members! I have a question....I am trying to implement a slider on my header but i cannot for the life of me find out how to display a category label for each post displayed. I want it to look like the picture below. is there a code i can enter to display category? Thanks for your help
Screenshot_2.jpg
 
Hey guys, i have been tying to wrap my head around getting some ajax/jquery on the wordpress dashboard.
Or better put a popup as any sort of modal window, thickbox, shadowbox etc.
i have found a few resources however none seem to accomplish this.
Is this a futile attempt?

What i am looking to do is popup single div ive created and hide the rest of the dashboard.
most all of the code I've looked into breaks jquery or just doesn't work.

this is an example of code that unfortunately doesn't work but looks promising
I dont think im allowed to post links but this is the url
Edit actually I cant post anything but its on
wp.tutsplus and thats all it will let me put with moderation settings
and is called "A primer on ajax in the wordpress dashboard laying the foundation"
any developers or theme coders have feedback/suggestions?
Thanks
 
Hello Original EXE, thanks for your benevolence..

I have a little task I want to do..

The posts in wordpress are given in a while loop, I want advice on how I should implement adding chosen ad images into the posts in this while.
Obvisouly, when I add an image into the while loop it replicates in each post, I want to be able to control which images post..

Any ideas on implementation?

P.S. You can be PHP/Logic heavy
 
Thanks for answering all these questions OriginalEXE. I have a bit of an odd one I hope you or another member could help me with. When I checked my keyword density of my home page on a free site it's showing 24 occurrences of the keyword '8217' and 7 occurrences of 'here 8217'. I worked out this 8217 is some kind of code for a ' character. My question is could this be having an effect of how search engines see my site and is there a way to get rid of it (besides making my text grammatically incorrect!)
 
Hello,

I hope you can help with this, as it is the first thing I need to learn for this new theme I want to make and have found NOTHING on line to help yet.


I need to know how to add a new menu item to the dashboard settings, and then a few sub items to it.

So something like this.

[My Theme Settings]
--[Help Videos]
--[How To's]
--[Free Business Cards]


Each link is going to pull in info from a file, that I will place where ever needed. The main thing is, I dont want this to be a sub nav of settings or any other default wordpress theme.
 
Hello,

I hope you can help with this, as it is the first thing I need to learn for this new theme I want to make and have found NOTHING on line to help yet.


I need to know how to add a new menu item to the dashboard settings, and then a few sub items to it.

So something like this.

[My Theme Settings]
--[Help Videos]
--[How To's]
--[Free Business Cards]


Each link is going to pull in info from a file, that I will place where ever needed. The main thing is, I dont want this to be a sub nav of settings or any other default wordpress theme.

If you want to create a new menu, open your functions.php look for register_nav_menus or and paste this inside it:
Code:
'nav_name' => __( 'Nav Name On Backend', 'theme_name' ),

If you don't have it, paste this:

Code:
register_nav_menus( array(  
  'nav_name' => __( 'Nav Name On Backend', 'theme_name' ),  
) );

Assuming you want to display the menu on the header, use this code:
Code:
<?php wp_nav_menu( array( 'theme_location' => 'nav_name' ) ); ?>

You could see it, messing with CSS will make it look good :)
Hope that helps!
 
I was wondering how I could make the categories on my blog be displayed as the main menu. I'm using the Chunk theme.
 
How can I make two sidebars on both sides of the page? Do I need to find some theme which has this by default?
 
No, I know how to set up more that one nav in the theme, I am looking to add my own link in the backend of wordpress (dashborad). Like I see done in a lot of higher end themes.

So that I can have some custom settings and information be pulled in.



If you want to create a new menu, open your functions.php look for register_nav_menus or and paste this inside it:
Code:
'nav_name' => __( 'Nav Name On Backend', 'theme_name' ),

If you don't have it, paste this:

Code:
register_nav_menus( array(  
  'nav_name' => __( 'Nav Name On Backend', 'theme_name' ),  
) );

Assuming you want to display the menu on the header, use this code:
Code:
<?php wp_nav_menu( array( 'theme_location' => 'nav_name' ) ); ?>

You could see it, messing with CSS will make it look good :)
Hope that helps!
 
well, I am dragged with a problem, my word press is not saving changes.....what to do with that...
 
hello sir.

today i saw a template, there have separate post page for content ..how it creating
you can see left site post , media , links buttons .. but with this theme there have another option ' slide ' and inside of that add slide , edit slide ..

how can i create a custom post page for my template
 
hey guys i would like to know what cost and time of mine will be consumed, if i am interested in creating and running a blog site which should be wordpress based?
 
hey guys i would like to know what cost and time of mine will be consumed, if i am interested in creating and running a blog site which should be wordpress based?

You could do everything for free, but it is recommended to use a paid web hoster like HostGator and buy a domain (e.g. from NameCheap or GoDaddy).
 
Status
Not open for further replies.
Back
Top