T B
Forum Replies Created
-
It is true, but not automatic confirmation!
It was my bad.
Ruben182
Try write in without point
Bot like this.ipcc
but like thisipcc
And google up for mime type “ipcc”image/jpeg
Forum: Themes and Templates
In reply to: [vita] [Theme: vita] Optional one column pageOk
I have copied the style.css and renamed as onecolumn.css
After insert this code in the header.php
After this part
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<?php if(is_page_template('page-onecolumn.php')) :?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/onecolumn.css" media="screen" /> <?php endif;?>
Now I can edit the onecolumn.css separately
Forum: Themes and Templates
In reply to: [vita] [Theme: vita] Optional one column pageI made a custom page-onecolumn.php and add above the header
I can select on Page attributes–>Template<?php /* Template Name Posts: One Column Post */ ?>
I made a custom post-onecolumn.php and add above the header
I can not select yet! We need a Costom Post Template plugin to get it work.<?php /* Template Name: Onecolumn Page */ ?>
Remove the sidebar code from customised page and post files
<?php get_sidebar(); ?>
Now I need edit the css.
Isn’t it?Help me please ??
Forum: Themes and Templates
In reply to: [vita] [Theme: vita] Optional one column pageNew page file create: page_onecolumn.php
Remove the: <?php get_sidebar(); ?>Add the css #page_onecolumn
Original
#page
#content {
margin: 0 470px 0 0;/* margin: 0 280px 0 190px;*/
}
.side1 {
width: 250px;
float: left;
margin-left: -250px;
}
.side2 {
width: 180px;
float: left;
margin-left: -450px;
}Modified
#page_onecolumn
#content {
margin: 0 970px;/* one column */
}Is that ok?
What is the next step?
Help please
What do you mean by “(‘example1.com’,’example2.com’)” ?
Do you mean?
$doms313=array('Sub-directory1.com','subdomain1.Sub-directory1.com','subdomain2.Sub-directory1.com','subdomain3.Sub-directory2.com','subdomain4.Sub-directory1.com'); $doms314=array('Sub-directory2.com','subdomain1.Sub-directory2.com','subdomain2.Sub-directory2.com','subdomain3.Sub-directory2.com','subdomain4.Sub-directory2.com'); ....
That’s true, but I like to leave alone some site… if finally work…
?? @mihai I would like install more WordPress MS in the subfolder, because I don’t want to remove-update and move the subsites into the new site…
/home/example/public_html/wordpress1 3.1.3
/home/example/public_html/wordpress2 3.1.4
/home/example/public_html/wordpress3 …..
/home/example/public_html/wordpress4 …..Ok! Sounds good, I am doing that!
One more question… I don’t know how did you install more “subfolder wp” if need to put in the root them “index.php and .htaccess from /home/example.com/public_html/wordpress to /home/example.com/public_html/”
If I can’t install more “subfolder wp” pnly one because of index and .htaccess, then why? ??
“I’m using this with wordpress installed in a subdirectory but the blogs are configured to be subdomains of the main domain.”
I can’t do this with 3.1.3.
When I installed in the sunfolder, and try create network, then I get this: Because your install is in a directory, the sites in your WordPress network must use sub-directories.
How do you create subdomain system of the main domain?
Ok
The subdirectories not work(for me) then I made a new wp in the subfolder.
This is a wp with ms Sub-domains – like site1.example.com and site2.example.com but when I want to create the domain mapping database table, then that message come up:Warning! This plugin will only work if WordPress is installed in the root directory of your webserver. It is currently installed in ’/a2_bumpkyn/’.
May be I missed something… Any idea?
What type of network does need, virtual subdomain or subdirectory?
qool… where do I have to put the code?
Can I insert anywhere in the domain mapping plugin?I thought.
Many thanks