• dstewart015

    (@dstewart015)


    I was able to change the graphics on the sliding door page links at the top but can’t get them to like to the catagies I’ve defined. For some reason a couple of them link to where I want them to go but the rest don’t. Most of them link to a page that it won’t let me edit. The message on the page says “Nothing to see here”.

    Does anyone using sliding door know how I can get them to link to the pages I have catagorized?? you can see what I mean by looking at the blog I’m trying to setup:

    https://www.charlottelifegroup.com

    thanks,
    Deb

Viewing 10 replies - 1 through 10 (of 10 total)
  • asterax

    (@asterax)

    Hello.

    I am using the same template and have had the same problem. You mentioned being able to change the pictures in the top column- how did you go about doing that?

    Thanks,
    Phil

    wayneconnor

    (@wayneconnor)

    If you check out the support forum this question is answered.
    Basically, by default the images point to 6 different categories. If you don’t have 6 categories, or if the categories are empty, then you get that message.

    You can change the URL to point straight to a post, see the support forum for how to do that. The forum is at mac-host.com/support

    i do not have the same problem that dstewart015 mentioned, but i noted on their site that they are having the same problem i am… my windows aren’t sliding! the reason i was excited to try the theme was because of this effect, but no dice. they’re just static. i doublechecked to make sure that i had all of the right subdirectories, etc… but even before i tweaked anything the default images didn’t work

    anyone have any experience with it?

    thanks

    Hi, I’ve suffered from the same problem as Member-dstewart015.
    In my case, I’ve logged in My Admin Page【Dashboard】, defined 7 categories
    and 20 sub-categories【5 sub-categories by one parent categories】.
    Then, back to Dashboard, categories I defined aren’t appeared and My Blog
    has no categories.
    What’s happened!?
    Must I ajust “style.css” on “/wp-content/themes/sliding-door/”!?
    Help me and give any advice, if you may.
    Thanks!!

    hello, this theme is awesome. the last thing i am trying to do is change the top text to an image (png or jpg). the header.php file says to get the blog_info title. i want to leave that blank and just put a logo of picture of my website name on top of the sliding images…. any help would be great. thanks.

    Here is the fix for linking the category images:

    You’ll need to edit the file “header.php”. Open the file in a html editor or in notepad and you’ll need to find and replace the following lines of code, its baout 30 lines down from the top:

    You’ll need to replace the ‘/?cat=X’ with the category number that you want to link to as you can see I have linked to cats 9,31,3,11,5,6,7.

    Edit, Save, Upload, Enjoy.

    raBit

    you think it should work linking those sliding doors with Pages instead?
    I know that if I will try i will find out ??
    But I am too afraid I am break something
    Thank you

    Yes it does work linking the URL’s to other pages.

    I decided, to use this on my coffee desk theme. I integrated over the CSS info, and placed most of the header information into my coffee desk theme header. I then adjusted the categories in the header area, ( to my pages and my categories )

    My problem is, even after I seemed to have fulfilled the task, It still is linking to the original 7 categories no matter what I do.

    I have noticed, If i switched to the theme this comes in, It does work.

    I am wondering, If I could be missing any css file or do I have to go into something I am unaware of? Any help Please??

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Post Topic <?php } ?> <?php wp_title(); ?></title>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>"  />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>"  />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="icon" href="/favicon.ico" type="image/x-icon" />
    <meta name="Theme" content="Coffee Desk" />
    <meta name="Author" content="Roam2Rome" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <?php wp_get_archives('type=monthly&format=link'); ?>
    
    <?php wp_head(); ?>
    
    </head>
    <body>
    <div id="wrapper">
    
    <div id="welcomeheading">
    <h1><a href="<?php bloginfo('url'); ?>/">
    
    <?php 	$replacethese = array('[',']');
    		$replacewith = array('<span id="middleword">','</span>');
    		echo str_replace($replacethese, $replacewith, get_bloginfo('title')); ?>
    		</a></h1>
    </div>
    	<div class="description"><?php bloginfo('description'); ?></div>
    
    <div id="c_navigator">
    <div class="navigator">
    
    <div id="imageMenu">
    			<ul>
    				<!-- THESE AR ETHE LINKS YOU GO TO WHEN YOU CLICK ON A SLIDING DOOR IMAGE-->
    				<!-- change the href to look like this: <a href="yourlink.com">     -->
    				<li class="bk1"><a href="<?php bloginfo('url'); ?>/?cat=1">Category 1</a></li>
    				<li class="bk2"><a href="<?php bloginfo('url'); ?>/?cat=4">Category 2</a></li>
    				<li class="bk3"><a href="<?php bloginfo('url'); ?>/?cat=40">Category 3</a></li>
    				<li class="bk4"><a href="<?php bloginfo('url'); ?>/?cat=89">Category 4</a></li>
    				<li class="bk5"><a href="<?php bloginfo('url'); ?>/?page_id=231">Category 5</a></li>
    				<li class="bk6"><a href="<?php bloginfo('url'); ?>/?cat=6">Category 6</a></li>
    				<li class="bk7"><a href="<?php bloginfo('url'); ?>/?cat=7">Category 7</a></li>
    			</ul>
    			</div>
    
    <script type="text/javascript">
    
    			window.addEvent('domready', function(){
    				var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2, onOpen:function(e,i){location=(e);}});
    			});
    		</script>
    
    			<div id="c_navigator">
    <div class="navigator">
    </div>
    </div>	
    
    </div>
    </div>

    Thread Starter dstewart015

    (@dstewart015)

    I’ve had the Sliding Door theme on my website for several months now but a recent problem has cropped up. I had been using the IE browser primarily until I recently installed Firefox. I now have Firefox as my primary browser but I still use IE too (mostly to see if things view differently between the two). But now for some reason the sidebar does not show up when I open my website in IE even though it shows up fine in Firefox. Any suggestions???? My website is: https://www.charlottelifegroup.com

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can’t link catagories’ is closed to new replies.