aianta03
Forum Replies Created
-
Forum: Installing WordPress
In reply to: SQL problemsanymore Ideas?
Forum: Installing WordPress
In reply to: InstallationIf you are trying to use WordPress MU you won’t be able to without a dedicated server from your host.these can cost a lot. You need these because you need to make changes that apply to the whole server. they won’t let you do this on a server you are sharing with others.
Forum: Installing WordPress
In reply to: SQL problems@apljdi
It is a locally hosted server yes. But it is up to code and everything.Forum: Installing WordPress
In reply to: SQL problemsI have spent the past hour try to see If it will work, I did this by making a wordpress on my server but connecting to an MySQL database on another one of my servers. About 10min ago I just succeed. Buy simply adding my servers internal IP address in the MySQL host field. So it looks like this
Server with files:
wp-config.php
DB name: test
DB username: test
DB pass: test
DB host XXX.XXX.X.XXX <– MySQL server IPMy SQL server:
In “mysql” database and “user” fieldDB name:test DB host: XXX.XXX.X.XXX <– IP address of my other server with the files.
So it is possible. now I need to set this up to work externally. I think that has something to do with that 3306 port, but how do I open it to external connections?
Oh and I ment to say MYSQL not SQL sorry bout that
thanks for all the replies
Forum: Themes and Templates
In reply to: Add second side bartry following the instructions here:
https://www.blogohblog.com/adding-extra-sidebar-to-your-wordpress-theme/Forum: Themes and Templates
In reply to: How do I display Adsense ads under the title?I don’t think you can do this…
If you put it under the title it will be in the wordpress loop and be repeated infinitely for all you posts. But google does not want you to have more than 3 adsence blocks per page.Forum: Installing WordPress
In reply to: SQL problemsI have done all those steps to the best of my ability. You see Those instruction are for linux but I run my SQL Server on a windows using XAMPP
Forum: Themes and Templates
In reply to: Need help with header.I hope you get things sorted out.
Forum: Themes and Templates
In reply to: Need help with header.There probably is a way to fix this but I only have a fundamental knowledge of CSS and PHP so I probably just don’t see it!
If you want to keep trying I recommend looking at the header CSS and how it is placed. Once again Sorry I couldn’t be of too much help.
EDIT
For extra reference go to the Codex specifically:
https://codex.www.ads-software.com/Designing_Headers
https://codex.www.ads-software.com/CSSIf you need any help with CSS sytax or stuff like that go to
https://www.w3schools.com/css/default.aspI will keep on trying things for you and I might write a post on my blog for this matter.
My Blog: https://www.zgentech.com/
Forum: Themes and Templates
In reply to: Need help with header.No sorry But I can suggest this theme for you
About the theme:
https://wphacks.com/free-magazine-wordpress-theme-introducing-openbook/
Download:
https://blogtuine.com/openbook/
Live demo:
https://www.lyxia.org/blog/Sorry I couldn’t be of more help
Forum: Themes and Templates
In reply to: Need help with header.In my opinion there is no need for that change, If there was they should have published an updated version of the theme with those changes made. I think you should change back to what came with the theme.
Forum: Themes and Templates
In reply to: Need help with header.did you modify the theme’s header in order to place that header3.jpg image?
I just installed it on my localhost and my header div looks like this<div id=”header”>
<div id=”branding” class=”clearfix”>
<div class=”logo clearfix”>
<?php if ( is_home() || is_front_page() ) : ?>
<h1 class=”blog-name”>“><?php bloginfo(‘name’); ?></h1>
<h2 class=”blog-description”><?php bloginfo(‘description’); ?></h2>
<?php else: ?>
<span class=”blog-name”>“><?php bloginfo(‘name’); ?></span>
<span class=”blog-description”><?php bloginfo(‘description’); ?></span>
<?php endif ?>
</div>
<div id=”searchbar”>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
</div>
</div><!– #branding –>
</div><!– #header –>Forum: Themes and Templates
In reply to: How do I remove the dateDid you check the post meta data in the index.php file?
Forum: Installing WordPress
In reply to: Hi thereThis depends on what ad network he is using
Forum: Themes and Templates
In reply to: Need help with header.What theme are you using, I’ll try to use it on my theme tester website on my localhost.