[AMA] Ask Me Anything About WordPress 2021!

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
I am getting error "updating failed" on updating pages/posts.
Even when i am trying to edit anything it says "Oops! That page can’t be found."
Looked for solution but nothing worked. :/
 
Hey @Festinger How can i remove the country select dropdown from shopping car/check out (I am using Flatsome theme if it is important).

See screenshot here
select a country.PNG

Could you please help giving me the steps to take either on woocommerce settings or flatsome theme that i can remove this box all together, because users will write down their adress in the checkout and my site has free shipping, so it is not necessary for me to use this box.

Thanks in Advance.
 
What about the category menu classification and pagination

And the styling?
This is not a spoonfeed thread ;)

I am getting error "updating failed" on updating pages/posts.
Even when i am trying to edit anything it says "Oops! That page can’t be found."
Looked for solution but nothing worked. :/

Do you see any entries in your error_log by enabling WP Debug?
https://wordpress.org/support/article/debugging-in-wordpress/
@Festinger would you suggest buiöding with gutenberg nowadays of possible? Instead of other page builders?

Nah, I really hate Gutenberg, but if you combine it with for example OxyBuilder, and OxyNinja, it's pretty nifty too use.

Hey @Festinger How can i remove the country select dropdown from shopping car/check out (I am using Flatsome theme if it is important).

See screenshot here
View attachment 173909

Could you please help giving me the steps to take either on woocommerce settings or flatsome theme that i can remove this box all together, because users will write down their adress in the checkout and my site has free shipping, so it is not necessary for me to use this box.

Thanks in Advance.

You can do that with the WooCommerce Checkout Field manager or implement this piece of code:

Code:
function njengah_override_checkout_fields( $fields ) {

unset($fields['billing']['billing_country']);

return $fields;

}

add_filter('woocommerce_checkout_fields','njengah_override_checkout_fields');
 
This is not a spoonfeed thread ;)



Do you see any entries in your error_log by enabling WP Debug?
https://wordpress.org/support/article/debugging-in-wordpress/


Nah, I really hate Gutenberg, but if you combine it with for example OxyBuilder, and OxyNinja, it's pretty nifty too use.



You can do that with the WooCommerce Checkout Field manager or implement this piece of code:

Code:
function njengah_override_checkout_fields( $fields ) {

unset($fields['billing']['billing_country']);

return $fields;

}

add_filter('woocommerce_checkout_fields','njengah_override_checkout_fields');
Thank You Again, this code has removed the country field from checkout page, but I wanted to remove (

Shipping costs updated.
Ship my order(s) to: (optional)
Country select dropdown

)

From cart page and not checkout, as i look deeper into this, i think it is something that is unique to flatsometheme if i am not wrong, because i once tested another theme on the same environment and it did not bring this select box in the cart page.

i think removing it with CSS code is the only option ?

Shipping costs.PNG
 
Well there is a small difference now but, the question is the same..
I had a SMF-based forum (know backuped it...), which was a nice community, but in recent years the membership dropped to only a few active users are left...
However, It's a large database of interesting posts and comments, I'm talking about 3095 Members, 291058 Posts, and 12645 Topics...
I'm considering migrating from SMF Forum to WordPress. But not like more as a newspaper format, I mean that some random posts (and newer posts) are shown at the landing page...
The idea is to build a modern-looking platform for sharing the knowledge that's collected over the years and I'm looking for the most appropriate tools to do so.
Any suggestions or offers are more than welcome.
 
I wish they added something to change between editors, the new and the old versions. I hate the new versions of the editor.
 
Do you see any entries in your error_log by enabling WP Debug?
The problem got solved automatically lol.
I enabled the WP debug and checked, when i went to edit the post, it was solved.
I also removed couple of my plugins which were recently updated maybe they caused this issue.
Should wp debug be true everytime?

Thanks for the quick response.
 
Thank You Again, this code has removed the country field from checkout page, but I wanted to remove (

Shipping costs updated.
Ship my order(s) to: (optional)
Country select dropdown

)

From cart page and not checkout, as i look deeper into this, i think it is something that is unique to flatsometheme if i am not wrong, because i once tested another theme on the same environment and it did not bring this select box in the cart page.

i think removing it with CSS code is the only option ?

View attachment 173918

This can do the job: https://woocommerce.com/products/hide-shipping-methods-for-woocommerce/

Well there is a small difference now but, the question is the same..
I had a SMF-based forum (know backuped it...), which was a nice community, but in recent years the membership dropped to only a few active users are left...
However, It's a large database of interesting posts and comments, I'm talking about 3095 Members, 291058 Posts, and 12645 Topics...
I'm considering migrating from SMF Forum to WordPress. But not like more as a newspaper format, I mean that some random posts (and newer posts) are shown at the landing page...
The idea is to build a modern-looking platform for sharing the knowledge that's collected over the years and I'm looking for the most appropriate tools to do so.
Any suggestions or offers are more than welcome.

You could use BuddyPress and build the new community using the Vikinger theme, which is quite nice and well-developed.
https://odindesignthemes.com/vikinger-theme/
I wish they added something to change between editors, the new and the old versions. I hate the new versions of the editor.

You can enable the old editor using this plugin:
https://wordpress.org/plugins/classic-editor/
The problem got solved automatically lol.
I enabled the WP debug and checked, when i went to edit the post, it was solved.
I also removed couple of my plugins which were recently updated maybe they caused this issue.
Should wp debug be true everytime?

Thanks for the quick response.

You're welcome. No, you should put WP Debug to false if you don't need it for troubleshooting :)

Hi! Need to improve the administrator to get more speed when I using Woocommerce. Which plugin or trick you recomend me?
  1. Choose a well-optimized server for your WooCommerce store (Litespeed servers for example).
  2. Make sure that your theme is fully compatible with WooCommerce.
  3. The fewer plugins, the better.
 
Can you find a theme looking like a particular website? I should pm you the link?
 
Hey,

I have an iframe from campsite . bio.

I want to embed it to WordPress to use it as a landing page.

How to embed it to make it fullscreen? At the the moment the Iframe is only in the middle of the page (desktop & mobile)

Thanks in advance
 
As a newbie to online things,Would you pls guide me to how exactly can I start with wordpress(magazine type Niche)and earn some bucks in a long run. I'm happy if your reply is lengthy one. Thanks in advance
 
Hey,

I have an iframe from campsite . bio.

I want to embed it to WordPress to use it as a landing page.

How to embed it to make it fullscreen? At the the moment the Iframe is only in the middle of the page (desktop & mobile)

Thanks in advance

This plugin might solve your issue :)
https://codecanyon.net/item/advanced-iframe-pro/5344999
As a newbie to online things,Would you pls guide me to how exactly can I start with wordpress(magazine type Niche)and earn some bucks in a long run. I'm happy if your reply is lengthy one. Thanks in advance

Sorry, this is not a spoonfed thread. You can start with a Magazine theme just like this one and install Adsense on it.
https://themeforest.net/item/newspaper/5489609
How much do you think is the percentage of websites developed by wordpress for the fortune 500 websites?
35 of the websites is using WordPress :)
 
Back
Top