The problem is with the right sidebar:
https://www.mcclellandfamily.com/blog/
In Widgets, no widgets are showing in the two sidebars at all, even though my live home page shows a good number of them. I can’t drag widgets out of the sidebars, or edit widgets when they are not there, but they are THERE.
I dragged the archives widget from the widget menu down into the inactive box. There I could open it and lo and behold it had the checkable box options to “Display as dropdown” and “Show post counts.” Why can’t I get these two options in the widget that is already in the sidebar even though it is not in the dashboard sidebar? How do I get the widget to show up in the sidebar in the dashboard as it clearly is there in the live site?
Any help would be greatly appreciated. My site is https://philiphydephotographycollector.com/
]]>This is from my single.php:
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
<p class=”tagged”>Tags: <?php the_tags(”,’·’,”); ?></p>
The site’s URL is www.hhrapinfo.com
#container {
clear: both;
margin: 0 auto;
opacity: 0.978;
}
#content-container {
width: 100%;
background: #E5E5E5
}
]]>I’m interested what are this “wpcom” theme versions? How come that I can’t find download file for specific wpcom theme that I somehow installed on my wordpress site? I was searching whole wordpress database and internet for answers.
I tried to download one more time same theme that I installed before on one website and I found out that there is no link for it. Theme that I’m talking about is Cutline. Version that I have installed is: “Cutline 1.02-wpcom”. I tried to ask Cutline theme designers for that version and they don’t even know for that version.
Does anybody have ZIP file of that theme? I would like to get it.
Second small question…
As I can’t find download link for my theme, is it possible to extract installed theme on my working website so I could just copy it on my next web where I want to use it and edit it.
I must say that this theme that I’m looking ( Cutline 1.02-wpcom ) for is very good for editing because it is possible to set pages under menu in any order that you wish, you can select what page you want to be the first page without custom first page, etc.
Cutline theme design theme did a very good job here.
]]>I am trying to make header image repeat horizontally repeat-x in Cutline theme here are the required codes:
Header.php
<div id="header_img">
<img src="<?php header_image() ?>" width="970" height="55" alt="" />
</div>
Styless.css
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }
#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */
function.php
<?php
$themecolors = array(
'bg' => 'ffffff',
'text' => '000000',
'link' => '0060ff'
);
// No CSS, just IMG call
define('HEADER_TEXTCOLOR', '');
define('HEADER_IMAGE', '%s/images/header.gif'); // %s is theme dir uri
define('HEADER_IMAGE_WIDTH', 970);
define('HEADER_IMAGE_HEIGHT', 55);
define( 'NO_HEADER_TEXT', true );
function cutline_admin_header_style() {
?>
<style type="text/css">
#headimg {
height: <?php echo HEADER_IMAGE_HEIGHT; ?>px;
width: <?php echo HEADER_IMAGE_WIDTH; ?>px;
}
#headimg h1, #headimg #desc {
display: none;
}
</style>
what changes i have to make in order to make header image repeat-x
Thanks for ur help.
Best Regards
]]>Can anyone tell me how to disable thsi feature in Cutline and get my Front Page back as the first page?
]]>