estevancarlos
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: About Patterns from WP 6.4I’m new to this as well. Are you saying that blocks and patterns are the same thing? I’ve been reading that patterns are collections of multiple blocks. Is that the case?
Forum: Fixing WordPress
In reply to: I don’t understand why a certain image is not appearingNevermind. Fixed it.
Forum: Plugins
In reply to: [WooCommerce] Grouping multiple products with predetermined variationI’m selling four different products. Not one product with variations. That may be the part that is unclear. I only used shirts as an example but I’m selling courses. Each is unique with variations.
So I’ve assumed the plugin I need is the Product bundle but I just wanted to see if that may be accurate.
Forum: Plugins
In reply to: [WooCommerce] Grouping multiple products with predetermined variationI suspect I understand you. I do know how to create a product with variations and I can look into that Min/Max Quantities plugin. However how do I sell a group of products at the same time. I want the user to buy FOUR items at once but only allow them to choose the same variation for each. So if they buy a group of four shirts, then can select that ALL four shirts are green or blue. I don’t want to make them buy them separately.
Forum: Plugins
In reply to: [WooCommerce] Grouping multiple products with predetermined variationI want to sell four products bundled/grouped together. I want to allow the user to select a variation that will apply to all four products. In other words the user can not buy a group of four shirts and make one of them red and three of them blue. The user can only select whether they are all blue OR all red.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to install or activateI did have admin access. The problem went away but I’m not sure what caused it.
Forum: Fixing WordPress
In reply to: Unable to update anythingI’m seeing error messages like this:
[Fri Nov 24 14:29:39 2017] [error] [client ::1] File does not exist: /Users/estevan/Documents/Projects/docs-assets, referer: https://localhost:8888/MAMP/?language=English
[Fri Nov 24 14:29:46 2017] [error] [client ::1] client denied by server configuration: /Users/estevan/Documents/Projects/.DS_StoreI’m not under the impression either of these relate to my problems.
[ Please do not bump ]
Forum: Fixing WordPress
In reply to: My entry results are not consistently alphabetizedThis problem is really annoying.
Forum: Fixing WordPress
In reply to: My entry results are not consistently alphabetized“what file have you edited to add the orderby query?”
As the code above suggests it’s on a page but specifically it’s a named page: page-nameofit.php. That page then contains a loop that loads a template part.
Also changing it to title doesn’t change the fact that it’s still reordering the entries by most recently published to last published.
Forum: Fixing WordPress
In reply to: My entry results are not consistently alphabetizedCase seems consistent with them. Basically when you click on “Los Angeles” the entries are automatically sorted to most recent -> least recent. I need to make fast updates so I am now manually changing the publishing date to correspond with alphabetical order.
Putting aside that non-solution, I don’t think case is the problem here. I feel like there’s a detail I am missing when it comes to re-establishing the arguments for my query when selecting a tax term.
Forum: Developing with WordPress
In reply to: Unable to display all entries within TaxonomyThat doesn’t work. You may not follow the details of my problem.
1) Click on “Los Angeles” in the left hand menu.
2) 50+ entries should show up but only ten appear
3) The code is updated with posts_per_page=-1So that doesn’t work if you click on any of the taxonomic terms on the left. It works when you click on “All” which is essentially running the primary WP_query but just doesnt work when viewing a term.
Forum: Fixing WordPress
In reply to: Fixing an ad hoc, messy WordPress site“What I do on these sort of projects is to say “I want to start over and re-do the theme” if that’s possible.”
Oh man. I wish. The client and I actually planned on redoing the site for months but at the last minute their supervisor threw down a series of short-sighted instructions. So I’m left with an ad hoc site.
I can’t post a site URL because it’s a local install. I’m in development mode because my local install doesn’t include a dot. I tested infinite scroll on a live site and I get no error. I only get an error on a local install.
Not sure how to share that with you in any way.
I get that unexpected token error as well and I’ve disabled all other plugins.
Forum: Fixing WordPress
In reply to: Unable to enable “Thumbnail Settings” functionalityI’m really surprised no one could help me with this issue. I couldn’t even get an answer on Stack Exchange. I found what is likely the solution.
I falsely presumed there could be a setting that needs to be changed in order to enable the “thumbnail settings” option. This is not apparently the case. What seems to be problem is two factors: WordPress 4.5.3 and GIFs.
Wordpress 4.5.3 doesn’t have thumbnail settings enabled when you’re editing GIFs. That’s it. So the thumbnail settings work in 4.7. They work for GIFs in 4.7. Creating thumbnails for JPGs in 4.5.3 works.