Symhome
Forum Replies Created
-
Forum: Themes and Templates
In reply to: previous posts linkI figured it out. The navigation code shown above what not in the “page.php”.
Forum: Themes and Templates
In reply to: previous posts linkHere is what is in my “navigation.php” file. I did not touch this.
<?php /** * You can change navigation in this is file * * @package WordPress * @subpackage constructor */ ?> <div class="navigation"> <?php if (function_exists('wp_pagenavi')) : ?> <?php wp_pagenavi(); ?> <?php else: ?> <div class="alignleft"><?php next_posts_link(__('<span>«</span> Older Entries', 'constructor')) ?></div> <div class="alignright"><?php previous_posts_link(__('Newer Entries <span>»</span>', 'constructor')) ?></div> <?php endif; ?> </div>
Forum: Themes and Templates
In reply to: previous posts linkAny idea why the older/new entries links do not show up at the bottom of my blog?
Forum: Themes and Templates
In reply to: spacing/padding issues@antonshevchuk What code do I enter into the CSS tab? I originally had this code in the CSS tab with an older version of the theme and it worked.
'.hentry .footer .line { height:300px !important; }'
And the code suggested wpbum suggested put the image in the wrong location. Basically I am trying to get the footer text line to increase in height.
Forum: Fixing WordPress
In reply to: different sidebars on several pages, constructor theme as CMSNow that constructor 1.0.6 has been posted, the Dynamic Widgets plug in works again.
Forum: Themes and Templates
In reply to: spacing/padding issuesWell the widget spacing and removing the bullet points worked.
Where do I find the code for the footer to increase the spacing? I could not find it in the style.css file. And when I added it, it did nothing.
Forum: Themes and Templates
In reply to: previous posts linkHow would I give you the index file with just providing the actual link.
There is the site file:
https://www.symhome.net/index.phpAnd there is the Theme associated file:
https://www.symhome.net/wordpress/wp-content/themes/default/index.phpForum: Themes and Templates
In reply to: spacing/padding issuesHere is the link.
Forum: Plugins
In reply to: [Plugin: Image Widget] Image doesn’t appear on siteSame here, my image does not display since I upgraded to 3.0.
Forum: Fixing WordPress
In reply to: different sidebars on several pages, constructor theme as CMSI have been using Dynamic Widgets (https://www.qurl.nl/dynamic-widgets/) with some good success until this latest release of the constructor 1.0.4 theme.
Now I can’t get widgets to show up on any of my static pages. With or or without the plug-in.
Forum: Themes and Templates
In reply to: Duplicate menu items in WP 3.0I removed the /wp-admin/nav-menus.php file from my server and I am still getting a duplicate top menu.
Forum: Themes and Templates
In reply to: Date doesn’t showI am having the same issue.
Forum: Plugins
In reply to: [Plugin: Dynamic Widgets] Problems w/ Dynamic WidgetsI have version 1.2.3. I have a feeling it may be something to do with the new version of the theme that I am using. Because I just deactivated the plug-in and the sidebar was still not showing up.
So I am wondering if it has something to do with the the fact that I have a static front page and the post page.
Site is https://www.symhome.net
Forum: Fixing WordPress
In reply to: Header/Footer image not showingNope, that did not work. Any ideas on how I can get my header and footer image back?
Forum: Fixing WordPress
In reply to: Header/Footer image not showingActually, since I used the ‘Search & Replace’ plugin to edit the wp-posts of my database, I should just have to export that section of the database on my hard drive. Yes? I am just thinking out loud.
I will try in later this evening unless others have a better idea.