LyleChamney
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Contact form7 installationNot sure where you got that info from, but it is definitely not necessary.
Check out the extensive documentation from the plugin’s site:
Forum: Installing WordPress
In reply to: Self-hosting using other hosts: Guided Transfer won't workhttp://en.support.wordpress.com/guided-transfer/
Very first item is that you have to choose one of the recommended hosts.
First FAQ is can you use any host. Answer: see the above.
Nothing at all misleading about what you get for the fee.
And you do not have to pay it if you don’t want to have someone transfer your .COM WordPress to a self-hosted site using the WordPress software from .ORG. You can do so yourself, but you still need to buy hosting somewhere.
Forum: Fixing WordPress
In reply to: Short posts on the homepagePerhaps try this plugin:
https://wordpress.org/plugins/content-views-query-and-display-post-page/
It easily lets you control the length of the excerpts, among many other cool features, such as displaying your posts in a grid.
Forum: Installing WordPress
In reply to: Display Posts (Title below the image) in a horizontal rowThat, I’m afraid, you are going to have to research on your own 🙂
Forum: Installing WordPress
In reply to: Display Posts (Title below the image) in a horizontal rowFor that any option?
Yep! This is what I love about helping out on the forum; I learn so much new, cool stuff! 🙂
With leaving your thumbnails in the Views setting at the 150 value, go to:
Settings > Media > Image sizes > Thumbnail size > adjust to your liking > Save
Refresh the site and your thumbnails should decrease in size. You may have to tweak this a bit to get it to your exact desired size.
However, in response to your previous query about the one big post and three smaller ones on the same line, that is doable with the free version of Beaver Builder: and this Views plugin:
https://wordpress.org/plugins/beaver-builder-lite-version/
1. install the plugin and activate
2. create a new View, but with just one post and the image set to medium or whatever you want and save
3. on the page you want, select Page Builder, either from the Page list or once inside the editor for that page
4. add a 2 column row wherever you want the posts to appear
5. add a text widget from the WP Widgets drop down into each column area
6. in the first text widget, paste the shortcode from the large View
7. in the second text widget, past the shortcode from the 3 post View
8. you should see this happening as you do it! … the joy of BB 🙂
9. click Done and Publish changesToo cool! 🙂
Oh yeah, and it’s all responsive 🙂
Forum: Installing WordPress
In reply to: Display Posts (Title below the image) in a horizontal rowCan I edit the image size, coz I dint find ‘Custom Size’ Option in the admin area of the plugin.
Yep, it’s there and it works (at least on my test site) 🙂
Content View Settings > All Views > click on the view you want > Display Settings > Thumbnail Settings > Thumbnail Size > select the size from the drop down > Save
While you are on the Display Settings page, you may also want to test out the Layout formatting option of 2 columns and set the options accordingly.
The only way the I know of (at the moment) how to achieve your second question is the commercial version of Beaver Builder (Standard – $99.00) This will do as you request, although not free. Mind you, when you see what else it can do, it’s a bargain! 🙂
Forum: Installing WordPress
In reply to: Display Posts (Title below the image) in a horizontal rowYour “failing” is over 🙂
I just tried out this one and it fits your needs exactly. If I understand them correctly, you want the featured image on top, title below, post meta, then the excerpt or full text, and 3 of these in a horizontal row, which is responsive.
https://wordpress.org/plugins/content-views-query-and-display-post-page/
Yes, that is the correct place and it does indicate the you are downloading MAMP & MAMP Pro (14 day trial), but again, during the install, it just installs the regular MAMP.
As for the various instructions, etc. found online, you have to be careful which ones you choose in order that they match your specific computer setup, that is Mac, PC or Linux.
I must also be careful myself when talking about MAMP as they now have a version for Windows. Previously, whenever someone said they are using MAMP, you knew they were working on a Mac. The instructions I gave above were for a Mac. The Windows version would differ slightly, mostly for the install location.
Take a break and maybe try it again at some point 🙂
Firstly, when you download and install MAMP/MAMP Pro, it by default installs MAMP; you have to deliberately choose to use MAMP Pro. I recommend not doing so at this point.
Just to try it, I ditched my current MAMP install (was just some testing sites) and started over fresh. Fresh download of the latest MAMP 3.0.7.3 and WP 4.0.1 on a Mac Mini running Yosemite.
From double clicking the MAMP download to viewing the WP site homepage … 3 minutes 🙂
1. download the FREE MAMP
2. double click the download package and run the MAMP install
3. start MAMP (Applications/MAMP/Mamp (double click)
4. start the servers
5. copy the WP download to Applications/MAMP/htdocs and extract there
6. there will now be a folder namedwordpress
7. from the MAMP start page, select Tools > phpMyAdmin
8. click the Databases tab
9. enter a name in the Create database entry field (no spaces!) and click Create
10. in your browser, enter:http://localhost:8888/wordpress
11. click the Create a Configuration File button
12. at the database info screen, enter:— database name: whatever you named it
— database user: root <the default MAMP DATABASE user>
— database password: root <the default MAMP DATABASE USER password>
— host name: localhost
— table prefix: wp_ <leave as-is>
13. fill out as required, un-check the privacy item (for local installs)
14. log in with the WORDPRESS user and password you just entered in the previous screenForum: Localhost Installs
In reply to: http://localhost:8888/wp-admin/install.phpHi Martin,
The URL you provided would be for an install in the root of the MAMP document root, that is, Applications/MAMP/htdocs.
Generally, one uses a sub folder within the above location and when you extract the WP download, the actual files required are already in a folder named
wordpress.So, if you used the default MAMP settings (ports and document root) and you extracted the WP download to Applications/MAMP/htdocs, and you do have a folder in there named
wordpress, then to start the install, enter:http://localhost:8888/wordpressNote too that you need to use phpMyAdmin from the MAMP Start page, to create a new, empty database before you begin the install.
Forum: Localhost Installs
In reply to: wordpress site from wamp server to a mamp serverIf you installed MAMP with the default settings, then the info to change in your wp-config.php file is:
database name: whatever YOU named it when you created the new, empty one using MAMP’s phpMyAdmin (no spaces)
database user: root <the default MAMP DATABASE user name>
database password: root <the default MAMP DATABASE user’s password>
host name: localhost
NOTE!!! Do NOT use TextEdit to make these changes! It messes with the quotes. Use a plain text editor such as Text Wrangler (free).
However, as the site was previously running on WAMP, then you will have to edit the siteurl and home fields in the database now on MAMP with the URL of the new location on your Mac.
For instance, if you placed the files in a folder named
wordpresswithin Applications/MAMP/htdocs/ and are using the standard MAMP port, then the values to enter into these two fields are:http://localhost:8888/wordpressOnce that is all done, you should be able access the site login with:
http://localhost:8888/wordpress/wp-adminAfter you log in, install and run this plugin to update the links for this new location:
http://wordpress.org/plugins/velvet-blues-update-urls/
— select all options EXCEPT the last one (GUID)
Once that is done, go to:
Settings > Permalinks and Save.
You should now be good to go 🙂
Forum: Installing WordPress
In reply to: Theme zip will not installSometimes on commercial themes, the actual theme zip is within the downloaded zip file, and the download needs to be unzipped first. Unzip the download to see if there is a ‘Snapshop’ zip within in it.
Additionally, as this is a commercial theme, you should be asking the vendor your support questions.
Forum: Installing WordPress
In reply to: Multiple WordPress instances on development PCI’ll toss my 2 cents in here as well 🙂
The easiest way to run multiple sites locally is the method catacaustic mentioned, and it works the same way on Windows and Mac (can’t speak for Linux). This method works for XAMPP (Win and PC), WAMPServer, Uniform Server, MAMP (Win and PC). These are the ones that I use (US is my fave though 🙂
In all of the above, you will have your
document rootorweb root. It will be named eitherhtdocsorwww. It is within this location where you create a sub folder to place the files for that particular site.Note however, that you can also install directly into the root for ONE site ONLY, although it’s not recommended due solely to it ‘cluttering up’ the root. No technical reason why not though.
Also note that you are not limited to what ‘script’ you add to this; it’s not restricted to WordPress. Any PHP/MySQL script will work as well as plain old static HTML sites; just place all the files for them in separate folders within the root. Joomla!, Drupal, Prestashop, eFront are just some of the ones I have in my various local servers. You can add as many installs as your hard drive has room for.
So, to add another WP (Joomla!, eFront, Prestashop, etc.) site (“instance”), just create a new database for it, create a new folder in the root, place the files for it within it and run the installer 🙂
For XAMPP, extract the WP package in
htdocs(the root). The WP package contains a folder namedwordpresswhich contains all the files required. Simply rename this folder to your liking, such aswordpress2.Using phpMyAdmin, create a new, empty database and name it
wordpress2for example. Then run the install using:http://localhost/wordpress2and for the database info page, use:– Database Name: wordpress2
– Database User: root (the default XAMPP DATABASE user)
– Database Password: <empty> (do not enter anything here; this is the default XAMPP DATABASE password for the default user)
– Host Name: localhost
– Table Prefix: wp_ (leave as-is)To add more WP sites, repeat, changing the folder and db names of course 🙂
Forum: Installing WordPress
In reply to: MAMP WordPress database connection 2Questions– when I press set default mamp ports i couldn’t access localhost.
Do you get the MAMP start page when you enter:
http://localhost:8888The above is the
localhostaddress with the default MAMP ports.Additionally, the default database user and password for MAMP is
rootandroot.I have installed MAMP many times on many Macs using the default, out-of-the-box settings and it just works 🙂
Forum: Installing WordPress
In reply to: Permalinks other than default option are not working.By default, WAMPServer does not have the rewrite module enabled in Apache, which is why anything other than the default permalink settings will 404.
An easy way to enable the module is:
– click the green W icon for WAMPServer in the system tray
– select Apache > Apache Modules > scroll down the list to see rewrite_module and click on it to set the check mark
– restart ApacheTry that 🙂