after building a few traditional themes I started my first block theme. I have setup a basic environment, the index.html and included header & footer parts as shown in the 2. commit of the linked github repo.
As I have built this repository to showcase the error, I have noticed my mistake. But I hope that it is still useful to someone which runs into the same issue and maybe to the WordPress Team itself to maybe improve the error handling?
The error is that the blocks to include the template parts are missing the slash for self-closing.
The effect is that the footer template is rendered first and then the header template is rendered. Content in between is not rendered at all – if there is any…
My question is: Is there a better way to diagnose these kinds of problems? The new Website-Editor does not show any error. The debug flag is set in the wp config.
Thanks so much & best regards,
4DLaCode
]]>I just wanted to add a new language to a landing page but something weird is happening. After switching the language to Portuguese, all the content of the page is inverted. Even on the Edit Page mode and the WordPress admin bar.
Why this is happening?
Screenshots:
Before: https://ibb.co/k2sNGZq
After: https://ibb.co/fY9DJZF
It makes no sense.
]]>I want to use this plugin to create a reversed ordered list of WP posts – like this:
3. Post 3
2. Post 2
1. Post 1
I used the “wrapper” markup parameter, and set the list to an ordered list, like this:
[display-posts wrapper=”ol”]
The result is:
1. Post 3
2. Post 2
3. Post 1
In the documentation is says “you can then style yourself.”.
Q: How can I stylize the ordered list, using the “ol” attribute called “reversed”, in order to obtain the wanted result ?
Note: I’m using the latest version of WordPress and the latest version of the plugin.
]]>I currently have a poll set up where members can add their own options to a poll.
Right now I have 3 answers listed and there were 5 votes total (split up across those 3 answer choices). However, the count is saying “3 votes · 5 answers” when I believe it should be “3 answers · 5 votes” (or “5 votes · 3 answers”) instead.
]]>I bought the Business package at WordPress, which allows me to use your Polylang Plug-in. I managed to make the menus etc and translate my website into French and English myself. There’s only one weird problem. Once you click on the English-button, everything changes/reverses.
I tried to look for a solution myself but I really don’t know where I might have done something wrong. The WordPress help staff doesn’t know how to help me either so the told me to look for a solution here…
https://ellenlanguages.com
I hope someone can help me because I’d really like to promote my website.
Thanks in advance.
]]>The latest update includes (3) references to SSL logic in
timeline-express/classes/class.timeline-express.php
1 of them is correct, the other two have the conditions reversed. The correct logic is…
$http = ( is_ssl() ) ? ‘https:’ : ‘http:’;
Note that the other two instances are written as
$http = ( is_ssl() ) ? ‘http:’ : ‘https:’;
Which causes mixed-content errors on SSL sites.
https://www.ads-software.com/plugins/timeline-express/
]]>WP E-Commerce (originally 3.8.11.1 but apparently any version – problem still exists on 3.9.3)
WordPress upgraded to 4.x (from 3.5.2) – currently 4.2 – problem existed in 4.1 too
Clicking on Products in the admin panel after WordPress is upgraded results in a sort order other than previously configured with drag-n-drop (it appears to be upside down/reversed).
As long as nothing is moved in admin, the products as shown in the customer facing shop remain in the correct order.
If drag and drop is used then the product sort order is reversed (totally in the admin panel when refreshing and also the customer facing pages) and appears to be almost impossible to get the order correct with drag/drop.
This is a huge impact issue and would love to know if there’s a simple fix, or even editing the database somewhere to retain a preferable sort order.
Help!
Keith
https://www.ads-software.com/plugins/wp-e-commerce/
[ No bumping please. ]
]]>After updating to version 4.0, all of the images in my listings have reversed order. I can manually edit the listings to change the order to Ascending, however the images remain reversed.
Can someone please help figure out a way to fix this problem?
]]>I have a weird problem and I don’t know how it started or how to fix it. It seems that my post entries are showing up in google but with my blog meta tag data and not the post meta tag data. If you do a Goggle search, you’ll find the entry, but it will not have the title of the post or the post url, only the blog name and blog url, but the info is for the post.
Its like they are reversed.
Any ideas? Yes I am using All-in-one-seo.
example at:
https://www.foodieindisguise.com/wp-content/themes/arthemia/images/seoproblem.png
]]>