W.P. Ginfo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Full Width problemThanks, unfortunately the ‘underconstruction page’ doesn’t help much in giving you the solution.
Which theme are you using?
Forum: Fixing WordPress
In reply to: Full Width problemPlease give the url of your site, so we can SEE the problem and make suggestions more easily.
Forum: Fixing WordPress
In reply to: Move content up on one page only in Twenty FourteenInstall and activate the following plugin:
SuperSlider-Perpost-Code
It places an extra field below the dashboard editor field. This plugin will allow you to conveniently change the CSS / code for each individual page / post;
== == ==
content-area{ padding-top:27.5%;/*play with this value*/ }
You could check by taking it out of development mode and test???
Forum: Fixing WordPress
In reply to: Home Page vs. MenuYou’re welcome. Please don’t forget to mark the thread as ‘resolved’ [dashboard: in the right sidebar]
Forum: Fixing WordPress
In reply to: Help with Modifications on my Site?.entry-content{ font-size:102.5%;/*change in small increments*/ }
.flex-caption{ padding:9px; /*needed to give text some 'room' on the background*/ background-color:rgba(154,203,101,0.63);} / * green with opacity; change color or opacity '0.63' as required */ }
If your theme has an option to customize the CSS like a ‘custom css’-TAB, place the above code there.
Is such a feature missing from your theme? See the instructions below.
Add the above code to the `style.css’ of your CHILDtheme:You don’t have a childtheme yet?
1. Install and activate ‘one click childtheme plugin
2. create the childtheme
3. Dashboard > appearance > Themes > activate the childtheme
4. Make the changes in the CHILDtheme!– copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.
Updates and changes may cause problems.
If the changes you made could be the cause: restore to a previous state and check the result. If need be, find the corrections needed [e.g. correct syntax] and try again…
== == ==
If that is not the case:
Plugins and updates may cause problems. Try this:- Use FTP to access your site
e.g. https://filezilla-project.org/download.php - rename all plugins by putting a ‘0’ in front of each plugin -folder;
../wp-content/plugins
- Check if the access / ‘normal functioning’ has been restored
- If so: one-by-one, remove the ‘0’, checking every time to see if the problem re-occurs.
- when the problem re-occurs, you’ve found the source of the problem; Delete and find a similar plugin that works with your site
- alternatively: FTP:Delete; Then download and install / activate a NEW version of the problematic plugin and see if this works.
Alternatively:
Instead of ftp, use the webaccess dashboard functions provided by the webhost.
This usually is not as versatile and more cumbersome.Forum: Fixing WordPress
In reply to: Home Page vs. Menu- dashboard appearance > menus
- links > url: your homepage > linktext: any text you like… > ‘add to menu’
- drag the menu-item into the right place
- save the changes to the menu
Forum: Fixing WordPress
In reply to: Converting WordPress.com to .orgTips:
- take your time! slow and safe is MUCH better!! than quick, dirty and sorry
- get a big coffeepot / drink of choice
- some -temporary- disruption is likely [unless you transfer ‘during the nightly hours ;)’], so prepare your readers and perhaps use the ‘re-opening’ as a festive event!
- take plenty of time to prepare! This speeds things up dramatically, once you’re ready to snap into action…
- find yourself a reliable webhost. Both ‘dead-cheap’ and ‘expensive’ hosts will probably disappoint. ‘Reasonable price and a decent package of services that meet my needs’ is the one you need
- to transfer your domainname from wp.COM to a webhost, you’ll need to request a transfer >> you’ll get an email / ‘token’ / ‘fiche’
- send the ‘token’ / email to the new webhost, requesting a tranfer >> if all required info is there, they’re usually fairly prompt…;)
- ask new webhost to create a new [empty] database; or use webhost-dashboard to create one yourself
- download and install an FTP-tool such as ‘filezilla’ if you haven’t already; Create an entry for your new site
- your new webhost will send you the info you’ll need to use FTP to access your site
- download and install a [code]editor such as 'notepad++' [free] >> a wordprocessor such as MSWord will NOT work well!!
- FTP: in the settings of the FTP-tool, set the editor to the editor you choose e.g. NOTEPAD++. When editing your CSS the correct editor is used and the changes are updated easily.
- download a set of WP-install-files in the language of your choice
- Should you require a set other than 'english-US', find the site of your language. They'll know where to find WP in your language
- keep webhost-mails close at hand; you'll need them!
- !!!!BACKUP the DATABASE[=content] of your CURRENT .COM site; You'll need to import the COM-content into the new ORG-site
- WP.COM > Dashboard > Tools > Export
- click 'EXPORT'
- click 'all content' > 'download export File'
- a database backup-file is downloaded to your PC [download-folder] KEEP WELL SAFE
- FTP: UPload the new set of WP-install-files to your host to the correct folder: e.g: 'http', 'httpdocs', 'www', 'web'
- !!Note upload the unpacked zip-files. upload the files IN the wordpress-folder; !!NOT the wordpress-folder itself!!
- browser: https://www.yourdomain.com > the '5-minute-install' will start
- fill in the info needed
- wp will create a basic site with the info given
- check your new site and see if the basics 'work'
[don't go overboard one post with an image is plenty; - sort out any problems before you go on to transfer the content of your old site
- if your new site should be identical... download, install and activate the SAME THEME you used at wp.COM
- if the IDENTICAL theme is NOT available, or you're looking for a 'fresh new look'...
- search for a theme that 'tickles your fancy' and ínstall and activate it
- check out the result
- happy? OK > import the old content
- not happy: no problem!! > just install & activate a different theme and try that... untill you're happy
- new site- dashboard > tools > import
- 'wordpress' > if asked install and activate & run the WP IMPORTER-plugin
- pick the database - backup- file you made earlier > 'upload file and import'
- let WP do it's thing [if asked accept the install / running of plugins]
- follow the instructions on your screen
- once completed the content of your olkd site had been transferred to the new site
- check the result... [it's not quite ready yet...]
- check and [re-]activate menus, widgets etc. saving alll changes
- now check: browser > press <CTRL-F5> to refresh your browser and see all changes...
== == == essential preparations
== == ==
== == == the transfer
!!Start the transfer with this!!== == == setting up the [empty] new site...
== == == start the install
== == == the layout of your new site...
== == == importing the content from WP.COM to 'your domain'
== == ==
Once the transfer is succesful, delete the WP.COMsite:- WP.COM: login > dashboard > tools > delete site > follow the instructions on the screen
== == == extra info
== == == finding your theme
Changing themes does NOT affect the CONTENT of your site, such as texts, photo's etc. It only changes the way your site LOOKS and its FUNCTIONALITY [what it can do].Focus on layout and functionality such as 'responsive', webshop, etc. as required.
Colors, typeface etc. can be changed regardless of the chosen theme.- Open the Dashboard > Appearance > Themes
- Click the Tab INSTALL THEMES
- search by keyword, of tick a number of boxes that show what you need in the new theme > click Find Themes
- Check all results Click 'details' and see if your requirements are met
- Have you found a number of 'definite maybees?'
- Check out the following:
- does it have a large group of users?
- is it updated regularly and recently?
- does it have an active supportgroup? - Click: 'install now'
- Testdrive the theme; Look around and see if it is as good as you hoped. If not? No problem.
- Remove a theme? Dashboard > Themes > re-activate the previous theme
- Then look for the undesired theme > delete.
- Start a new search for the right theme
You'll see a list of installed themes
A list of results is shown.
If it's difficult to find what you're looking for; Try changing the search criteria / keywords and see what it comes up with
The more 'yes-es' the better...
Have you found the right theme? GREAT!
Install and activate it, if you haven't already [see above]!NOTE!!!
Now before you go and make it your own by changing and adapting it, MAKE a CHILDtheme!!!- Don't make any changes to a theme itself. Instead make the changes to a CHILDtheme. Should the author of your original theme update the theme, your changes will not be overwritten. Your site with your adaptations will remain intact.
(see: https://codex.www.ads-software.com/Child_Themes ) - Suggestion: use the 'one click childtheme plugin' to create a childtheme. It does what it says, without the risk of syntax-errors.
- How? Dashboard > Plugins >add new >
- Then: Make sure you've activated your chosen new 'parent' theme
- Click Dashboard > Appearance > Childtheme
- Check if the childtheme is activated! Click Dashboard > Appearance > Themes
- Make the changes in the CHILDtheme!
- copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required. - Start by setting up the 'theme options' [ some themes have many options [better: more flexible] for you to set and tweak, other themes have [very] few]
- make the rest of the changes by changing style.css and PHP-files in the childtheme
- Make regular backups! Make sure you make a backup before you make any changes, so you have a way to restore things...
search 'one click child theme' > locate and activate this plugin
Follow the instructions i.e. give the childtheme a name.
Success!!
You can now safely make changes to your childtheme to make the site just the way you want itWhere to start?
DON'T FORGET
https://codex.www.ads-software.com/Getting_Started_with_WordPress
https://codex.www.ads-software.com/CSS
https://codex.www.ads-software.com/Finding_Your_CSS_Styles
https://codex.www.ads-software.com/FAQ_TroubleshootingForum: Fixing WordPress
In reply to: Menu messed up on its ownIf your site updates WP and plugins automatically, this may occur.
Solution:
When the menu is not the same anymore, just do the following:- dashboard > appearance > menus
- re-conferm / select the correct menu [at the top of the screen]
- save all changes
- <Ctrl-F5> refresh the browser
Forum: Fixing WordPress
In reply to: Integrating Other SiteYou could use a ‘landingpage’. There are many plugins to help you with that. You can create / shape etc. this landingpage any way you like.
https://www.google.nl/search?q=wordpress+landing+page&oq=wordpress+landing+page&aqs=chrome..69i57.11033j0j7&sourceid=chrome&es_sm=122&ie=UTF-8
Forum: Fixing WordPress
In reply to: Very Confused On How To Do ThisSorry, we don’t have an option to upload / include images. Please use
a page on your site of an external reference.Forum: Fixing WordPress
In reply to: Images won't align Center, Right… CSS issue?What was your trick? Did you search for “img” or for “float:left”? Or, just go through each style sheet one at a time?
I used a browser-pluging ‘firebug’ to inspect elements on your site.
I looked for things that controlled your image[s], and experimented a bit to see what would happen if I changed things…
Some 15 mins. later I stumbled over this thing…BTW:
Please don’t forget to mark the thread as ‘resolved’ [in the right sidebar]Forum: Fixing WordPress
In reply to: Cannot "add media" to my posts after 3.9.1 upgradeIt seems the update of WP itself did not go well.
Just reinstall the update e.g.:- dashboard > updates
- Press ‘reinstall now’
- refresh browser: <CTRL-F5> and check results
You have the latest version of WordPress. Future security updates will be applied automatically.
If you need to re-install version 3.9.1, you can do so here or download the package and re-install manually:
== == ==No joy? mannual reinstall
- Download a fresh copy of WP to your desktop
- Use FTP e.g. filezilla, to manage your site
- !!FTP: make a backup copy of the WP-files!!
- FTP: upload the fresh version of WP >> OVERWRITE the older version; Your site-content will be unaffected
- Refresh browser
- If need be check and re-confirm settings of menu and plugins etc.
Forum: Fixing WordPress
In reply to: Images won't align Center, Right… CSS issue?I had a look at a page of your site.
This caught my eye:div#largecol div#interior_wrapper img { float: left; <strong>/*change this to right/left as required; remove to center the image*/</strong> display: inline; padding: 3px; background-color: #fff; margin: 5px 15px 0px 0px; }
- Use FTP to access your site