alex675
Forum Replies Created
-
Forum: Themes and Templates
In reply to: help with css issue in sidebarCheck to see if your sidebar has a limited length.
Forum: Themes and Templates
In reply to: Can I create a wordpress template in this situation?Hi,
I developed a theme which I am currently updating. I know no PHP whatsoever. Take the PHP from another theme that has all the functions that you want (Functions, not sidebars). To create sidebars read this tutorial:
https://www.blogohblog.com/adding-extra-sidebar-to-your-wordpress-theme/
You may need to add a few extra divs here and there but in general you won’t need to to anything else. After you have the PHP and HTML/XHTML done you simply delete the stylesheet and make your own.Forum: Themes and Templates
In reply to: (widgets) No Sidebars Defined??This may not affect anything but try adding a 1 in sidebar.php and functions.php
SIDEBAR.php
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>
FUNCTIONS.php
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(1);
?>Forum: Themes and Templates
In reply to: Looking for a “find and replace” program for strings in phpHi,
Try using Info Rapid, it works fine for me and its free.For description:
https://www.inforapid.de/html/searchreplace.htmFor download:
https://www.inforapid.de/html/srdownload.htmForum: Plugins
In reply to: Mailpress fatal error / parse errorThe lines need to be added just before: End WordPress
Forum: Plugins
In reply to: Mailpress fatal error / parse errorHi,
I had the same problem, put it was fixed when I added these lines in my .htaccess file (make sure to save a copy before editing):
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4These, from my understanding update to PHP 5.2.3
P.S If you find any websites with Mailpress designs,could you post a reply listing them. Thanks!
Forum: Plugins
In reply to: Password-protect specific pages?you would go to your interior site and navigate to the register page then copy the url and make a link on the external site.
Forum: Themes and Templates
In reply to: Jillij – need help customising pleaseI could try to figure it out for you. But I’ll need to know what theme you are using and where I can download it from?
Forum: Themes and Templates
In reply to: How to have multiple columns of short article summaries?sorry, MAIN posts.
Forum: Themes and Templates
In reply to: How to have multiple columns of short article summaries?Forum: Themes and Templates
In reply to: Jillij – need help customising pleaseoh and make sure that you do not delete the semi-colons that follow the height property and the other stuff.
height :120 do not delete this –> ; <– do not delete this
Forum: Themes and Templates
In reply to: Jillij – need help customising pleaseyou need to go to your .css file (make sure you back it up before you edit) and find the div that surrounds your header. then increase height property with about 20-30px.
example:
style.css
#header{
height:120px <—-increase this value
other stuff
other stuff
other stuff
}(note that, the solution above will only increase th white space NOT the picture you are going to have to get a taller picture if you want to cover up the white space)
Forum: Themes and Templates
In reply to: How can you get the footer to stickDoesn’t seem to work… the footer is still stuck to the content.
Forum: Fixing WordPress
In reply to: Can’t log outHi,
I have two parallel working sites (internal,external). External for the un-logged-in users (or un-registered) and internal for the logged in users. I created this system to fix a security breach. However all th login links had to be redirected to the internal site which I manged to do. The problem is that all the logout links have to be redirected as well (I can not use meta widget). So, having all this said… does anyone know how to make a working logout button?Thanks
Alex
Forum: Plugins
In reply to: Password-protect specific pages?Oh and if you want to see the site go to:
https://www.saltsprings4h.info