thestormtrooper
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Fancybox for WordPressHi,
Sorry just seen your post.
In the Shashin settings at the bottom were it says:
Other Viewer Settings
I have fancybox in every available box.
I also have Hyphen selected and have links and images both selected as well.
I think everything else is configured just as normal?
Hope that helps.
I figured out how to do what I wanted, not sure if the right way or not but it works well enough:
Link to Tab 2:
<a id="41_1" href="#GTTabs_ul_41" class="GTTabsLinks">Link Text Here</a>
Link to Tab 3:
<a id="41_2" href="#GTTabs_ul_41" class="GTTabsLinks">Link Text Here</a>
and so on…
Hope that helps someone else.
Forum: Plugins
In reply to: [Wordpress Tabs] how to load a certain tab automaticallyI figured out how to do what I wanted, not sure if the right way or not but it works well enough:
Link to Tab 2:
<a id="41_1" href="#GTTabs_ul_41" class="GTTabsLinks">Link Text Here</a>
Link to Tab 3:
<a id="41_2" href="#GTTabs_ul_41" class="GTTabsLinks">Link Text Here</a>
and so on…
Hope that helps someone else.
Forum: Plugins
In reply to: [Wordpress Tabs] how to load a certain tab automaticallyHi,
I am also looking for something similar to this?
I’d like to know how I create a hyperlink from one tab to another without the page reloading? This is so I can have links to information in another tab from tab 1 so the person doesn’t have to go and click the tab at the top of the page.
Any help is greatly appreciated!
Thanks.
yes, you build it yourself. Read the tab for installation on the wordpress plugins page for it, it tells you all.
Forum: Plugins
In reply to: This theme has no available custom post templates.I’ve somehow solved this problem?
I tried deactivating it and then reactivating it. This never solved the problem. However… a day later it seems to have appeared again as an option, I can only assume I uninstalled or deactivated another plugin that was interfering with it.
Is now resolved somehow anyway.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Fancybox for WordPressSolved my problem, quite simply I hadn’t put the tag fancybox in enough of the boxes in the other viewer settings section of Shashin plugin.
Thanks.
Forum: Plugins
In reply to: This theme has no available custom post templates.I’ve got the same problem here, it just says: This theme has no available custom post templates.
This is since I upgraded to WordPress version 3.3
My custom templates are in with my index.php etc etc so not sure what the problem is?
Any ideas?
Thanks.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Fancybox for WordPressI’ve had a further look into this and the only difference I can see from the other images is that the picasaweb albums links end with the file like so: img_0001.jpg?imgmax=800
Whereas the other images I have end with: img_0001.jpg
Anyone know if this is the reason? it’s all I can think of? but not sure how to get the fancybox to recognise the .jpg if the filename doesn’t have it at the end?
Hope that makes sense, I might have to post this again as for some reason the post is marked resolved but it is not…
Any help is greatly appreciated, thanks.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Fancybox for WordPressHi,
I’m also having problems with Shashin not working with the Fancybox plugin? The fancybox plugin works with other images but for some reason the shashin google images just go to a new jpg page.
Any ideas?
Any help is appreciated.
last throw of the dice….
anyone any ideas?
Thanks.
/* CATEGORY IMAGES */
li.categories { display: block; float: left; position: absolute; font-weight: 700; font-size: 14px; width:205px; height:225px; margin:0px 15px 10px 0px; list-style: none;} /* outermost list item */
li.cat-item { }
li.cat-item-10 { display: block; float: left; background: #ffffff url(https://notdoneliving.com/wp-content/uploads/2011/04/001-195×110.jpg); width:195px; height:110px; border: 1px solid #E1E1E1; z-index: -1; margin:20px 20px 20px 0px; list-style: none; background-repeat: no-repeat;} /* category ID #7, etc */
li.cat-item-11 { display: block; float: left; background: #ffffff url(https://notdoneliving.com/wp-content/uploads/2011/04/001-195×110.jpg); width:195px; height:110px; border: 1px solid #E1E1E1; margin:20px 20px 20px 0px; list-style: none; background-repeat: no-repeat;} /* category ID #7, etc */
li.current-cat { }
li.current-cat-parent { }
ul.children { }
—————————————————–
That’s what I’ve now got. I’m totally lost so if anyone is any good at CSS I’d really appreciate your help.
This page shows how far I’ve got: https://notdoneliving.com/travel/destination/
The images aren’t links? but a text link is in top corner of the images at present.
Heeellllpppppp!!!! please!!!I’ve been using this page here for the code to display the categories instead of the posts, I just need to know how to display an image for each category now??
https://codex.www.ads-software.com/Template_Tags/wp_list_categories
Thanks.
Hi,
Thought I’d reply to myself in the hope someone can help me out.
I’ve managed to get what I want by using the following code:
<?php wp_list_categories(‘title_li=<h2>Categories</h2>&orderby=id&use_desc_for_title=1&child_of=5&depth=1’); ?>
This displays only the child categories, which is exactly what I want. I then have to make a new php page for each top level category and change the ID number of the category only? e.g.
category-destination.php and category-africa.php and category-europe.php and so on… I’m not sure this is the best way? It’s the only way with my limited knowledge that I can see to get what I want?
What I really need now though is how to style the css to make it appear like the normal node display in the theme?
So far I have this:
/* CATEGORY IMAGES */
li.categories { font-weight: 700; font-size: 14px; }
li.cat-item { … }
li.cat-item-7 { … } /* category ID #7, etc */
li.current-cat { … }
li.current-cat-parent { … }
ul.children { … }Can anyone let me know how I’d style the css to make it the same as the node display style? I need to be able to set category ID 7 to show africa.jpg and category 10 to display europe.jpg and so on?
If anyone can understand my madness and explain how I add the images to my results I’d greatly appreciate it as I’m going crazy here looking at this for hours and hours. If you click on my site and then destinations you will see below the nodes what I have achieved so far.. I just want it displayed with the images in the node style.
Any help is greatly appreciated.
Thanks.Forum: Themes and Templates
In reply to: Categories tiered into more levels with menus?Anyone any idea what I’m on about? any help would be greatly appreciated… I’ve not much clue about code and so on, so looking for a simple solution. I would of thought it would of been a common query?
Thanks again.