Forum Replies Created

Viewing 15 replies - 316 through 330 (of 342 total)
  • Thread Starter satimis

    (@satimis)

    Hi,

    On Dashboard
    -> Customize Your Site
    -> Color

    Color Scheme
    (.) Light

    Header Text Color
    [black]

    Background color
    Current Color
    #e2e2 Default

    Thread Starter satimis

    (@satimis)

    Thanks 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

    Thread Starter satimis

    (@satimis)

    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-tutorial

    I found following document;
    15 Tutorials To Help You Build WordPress Themes
    https://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes

    Would they be good examples for me, a beginner, to build WordPress theme from scratch?

    Thanks

    satimis

    Thread Starter satimis

    (@satimis)

    Noted and thanks

    Thread Starter satimis

    (@satimis)

    Thanks 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

    Thread Starter satimis

    (@satimis)

    Hi,

    Kitchener

    [ redacted, no need to share that link here ]

    Thread Starter satimis

    (@satimis)

    Yes, 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.php

    Then Error on database disappeared. But I couldn’t discover Network on Tools

    satimis

    Thread Starter satimis

    (@satimis)

    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

    Thread Starter satimis

    (@satimis)

    Hi 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

    Thread Starter satimis

    (@satimis)

    > 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/whatisfirebug

    Later. Thanks

    Rgds
    satimis

    Thread Starter satimis

    (@satimis)

    Hi 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 File

    However 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
    satimis

    Thread Starter satimis

    (@satimis)

    Hi gabrielcastillo,

    Re background color;
    Is it style.css? Parent or child ?

    Parent:
    /var/www/wordpress/wp-content/themes/twentyeleven/style.css

    Child
    /var/www/wordpress/wp-content/themes/twentyeleven-child/style.css

    style.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
    Thread Starter satimis

    (@satimis)

    @ 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.202

    WordPress are installed on;
    VM-1
    /home/satimis/www/wordpress
    VM-2
    /home/satimis/www/wordpress
    respectively

    Both 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 *.old

    2)
    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
    satimis

    Forum: Localhost Installs
    In reply to: Move WordPress
    Thread Starter satimis

    (@satimis)

    Hi 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 server

    Please 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 plan

    I’m now connecting bbb.com account
    passwords available:-
    – login Godaddy server
    – login WordPress on Godaddy server
    – logn MySQL on Godaddy server

    Please advise. TIA

    B.R.
    satimis

    Forum: Localhost Installs
    In reply to: Move WordPress
    Thread Starter satimis

    (@satimis)

    Hi 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 PC

    point 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

Viewing 15 replies - 316 through 330 (of 342 total)