satimis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change header colorHi,
On Dashboard
-> Customize Your Site
-> ColorColor Scheme
(.) LightHeader Text Color
[black]Background color
Current Color
#e2e2 DefaultForum: Themes and Templates
In reply to: Adding automatic slide function on headerThanks for your advice.
I found several suggestions before;
plugin – header image slider
How to Set the WordPress Twenty-Eleven Theme Showcase Slider to Auto-Advance
https://lorelle.wordpress.com/2012/04/23/how-to-set-the-wordpress-twenty-eleven-theme-showcase-slider-to-auto-advance/https://www.ads-software.com/plugins/header-image-slider/
Header Image Rotator Plugin
https://wpmu.org/wordpress-rotating-header-images/Creating a Simple Child Theme Using Twenty Eleven
https://wp.tutsplus.com/tutorials/theme-development/creating-a-simple-child-theme-using-twenty-eleven/I wonder which of them will be more suitable for me?
satimis
Forum: Themes and Templates
In reply to: About alternative theme to "Financial Advisor"Hi,
Thanks for your advice and link.
Would bootstrap ease my life in building WordPress theme?
How to Build a Responsive WordPress Theme with Bootstrap
https://blog.teamtreehouse.com/responsive-wordpress-bootstrap-theme-tutorialI found following document;
15 Tutorials To Help You Build WordPress Themes
https://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themesWould they be good examples for me, a beginner, to build WordPress theme from scratch?
Thanks
satimis
Forum: Themes and Templates
In reply to: How to add borderNoted and thanks
Forum: Themes and Templates
In reply to: How to add borderThanks for your advice.
I’m running the theme for testing ONLY without commercial value.
Before downloading their theme I have been searching “kitchen/cooking/cuisine etc.” on “install theme”, but without output
satimis
Forum: Themes and Templates
In reply to: How to add borderHi,
Kitchener
[ redacted, no need to share that link here ]
Forum: Networking WordPress
In reply to: About installing multisitesYes, I did.
After adding it on wp-config.php on;
Dashboard -> Tools -> Network-Setup
It requests adding some codes on wp-config.php and .htaccess as well. After adding the codes it pop up Error on database message. On googling a folk suggested adding;
define(‘MULTISITE’, true);
on wp-config.phpThen Error on database disappeared. But I couldn’t discover Network on Tools
satimis
Forum: Installing WordPress
In reply to: Do each domain need a folder, excluding the hosting domain?Yes, I have done already on their forum and am waiting for a reply.
I’m in anticipation to see whether any folk on this forum has experience on it.
Thanks
satimis
Forum: Themes and Templates
In reply to: About "upload image' buttonHi all,
OS – Ubuntu 12.04 desktop 64bit
I found out the cause. It was the problem of the browser, Firefox.Now I install Google Chrome and the problem gone
satimis
Forum: Themes and Templates
In reply to: About background color and font size> Also, what is the code at the top of your
> child theme
Whether you meant following section?html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;> It’s not possible to assist with CSS
> without seeing the page live – if you can
> post a link to your site …
Sorry this is local install WordPress without URL. I can post a screenshot on my private cloud and post the link here. Would it help?Firebug is NOT on Ubuntu repo. I’ll download it on;
https://getfirebug.com/whatisfirebugLater. Thanks
Rgds
satimisForum: Themes and Templates
In reply to: About background color and font sizeHi WPyogi,
Thanks for your advice. Performed following steps:-
On terminal-
$ sudo cp /var/www/wordpress/wp-content/themes/twentyeleven/style.css /var/www/wordpress/wp-content/themes/twentyeleven-child/style.css$ sudo vi /var/www/wordpress/wp-content/themes/twentyeleven-child/style.css
made changes there. But it didn’t work.
Did it via Dashboard as follow;
Appearance -> Editor – Select theme to edit [twentyeleven-child] -> Select
editing
-> Update FileHowever following codings fails to work;
1)
body {
background: #727D82;
}
header#branding {
background: #29305C;
color: #B3BDC1;
}2)
#access a {
color: #EEEFF;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;
font-size:1.89em;No header displayed. No background color on Home/Page-1/Page-2 etc.
Please advise how to fix the problem.
However if I enter coding 2) above on style.css of Parent then it works. Home/Page-1/Page-2 on blue color with bigger size font
Besides;
I have tried adding html coding on;
Edit Page -> Text (mode)
but no effect.Any tricks? TIA
Rgds
satimisForum: Themes and Templates
In reply to: About background color and font sizeHi gabrielcastillo,
Re background color;
Is it style.css? Parent or child ?Parent:
/var/www/wordpress/wp-content/themes/twentyeleven/style.cssChild
/var/www/wordpress/wp-content/themes/twentyeleven-child/style.cssstyle.css of Child is an empty file.
Re line-height or padding
Again is it Parent’s style.css ?
Now;
#access a {
color: #eee;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;What is “text-decoration: none;”? for
Furthermore what will be the use of Child? Thanks
satimis
Forum: Localhost Installs
In reply to: Move WordPress@ Diogo,
I’ll make a test on my server here first making use of 2 VMs, both running Ubuntu 12.04 desktop 64 bit with WordPress 3.5.1 installed. The latter was download on WordPress website.
virtualizer Oracle VirtualBox
URL
VM-1 192.168.0.201
VM-2 192.168.0.202WordPress are installed on;
VM-1
/home/satimis/www/wordpress
VM-2
/home/satimis/www/wordpress
respectivelyBoth VM are now running and WordPress can be login on browser with;
VM-1 192.168.0.201/wordpress/wp-admin/
VM-2 192.168.0.202/wordpress/wp-admin/I’m now building a simple website on each of them. After completion I’ll move the website on VM-2 to VM-1 running following steps.
1)
On VM-1 rename all folders on ~/wordpress/ as *.old2)
On VM-2 run;
$ rsync -a -r -v -e “ssh -l VM1-username” ~/path/to/wordpress/* 192.168.0.201:/home/satimis/www/wordpress/copying all relevant folders from VM2 to VM-1
I’ll do the reconfiguration concerned either before move or afterwards.
3)
Regarding database table I’ll use “mydumper” (MySQL command. On older version known as mysqldumper) to do job.If successful I’ll post the complete steps here. On Internet I found an article regarding upload mydumper to Godaddy and run it there.
Step 1) and 2) above are easy to sort out on Godaddy website.
Comment and suggestion are welcome. Thanks.
Regards
satimisForum: Localhost Installs
In reply to: Move WordPressHi all,
Hi all,
This is my first time running FileZilla encountering difficulty to connect Godaddy’ server.
I’m trying to connect Godaddy’s server moving WordPress blog from my PC to their server without success.
Warning running Site Manager to connect Godaddy :
Response: 220———- Welcome to Pure-FTPd [privsep] [TLS] ———-
Response: 220-You are user number 53 of 500 allowed.
Response: 220-Local time is now 01:30. Server port: 21.
Response: 220-This is a private system – No anonymous login
Response: 220 You will be disconnected after 3 minutes of inactivity.
Command: USER admin
Response: 331 User admin OK. Password required
Command: PASS *************
Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to serverPlease advice
1) Do I need install FileZilla on Godaddy’s server?
2) Which password shall I use? There are several passwords
I have 2 domains registered and hosted on Godaddy, say
aaa.com
bbb.com
both under same multi hosting planI’m now connecting bbb.com account
passwords available:-
– login Godaddy server
– login WordPress on Godaddy server
– logn MySQL on Godaddy serverPlease advise. TIA
B.R.
satimisForum: Localhost Installs
In reply to: Move WordPressHi Diogo,
point 1.
Noted and thanks> 2. No, just open up the file you just
> exported with notepad,
> and DO a find and replace! example: find
> “https://localhost:31057/”
> replace with “https://yourdomain.com/”
Pls advise on which file? I suppose there will be bundle of files to be exported to Godaddy website from my PCpoint 3.
Noted and thanks> 4. You clearly did not get me, have you
> ever edited wp-config.php?$ grep define www/wordpress/wp-config.php | grep DB
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘mysqlpassword’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Whether make change on them as follows;
define(‘DB_NAME’, ‘wordpress’); #unchange
define(‘DB_USER’, ‘website_admin’);
define(‘DB_PASSWORD’, ‘new_password’);
define(‘DB_HOST’, ‘localhost’); #any change here?
define(‘DB_CHARSET’, ‘utf8’); #any change here?
define(‘DB_COLLATE’, ”); #any change here?Most the time on my PC I ran MySQL commands to configure MySQL. Thanks
Regards
satimis