Anthony Keller
Forum Replies Created
-
I really wish for this too.
I tried to disable layout with false or{“contentSize”: null,”wideSize”: null},
inside theme.json, you would think this would disable all of it but no.. It is here and it is checked on top of everything. Why is that?
Forum: Reviews
In reply to: [Elementor Website Builder - more than just a page builder] Billing ThiefsSame thing here, did you manage to get money back ?
What a bunch of crooks I hate it.Forum: Plugins
In reply to: [Yoast Duplicate Post] How to delete clones of Divi layoutsLooks like it sorted itself out, maybe by saving the theme builder page.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update running since 6 hoursJust want to say, I had to remove my .htpasswd in order for this to work.
I also do not have the manual “run” button by the way (Woo v4.0)Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not finishing backup5 stars indeed.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not finishing backupThat did it! Thanks a lot David, it is in my memo.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not finishing backupHi, thanks for the answer,
I have indeed a node_modules folder for my build which is almost 500mb, this one got large unfortunately. It is located at the root of the theme I use.Here is the exclusion line I have setup:
upgrade,cache,updraft,backup*,*backups,node_modulesIsn’t this supposed to work? Is this the proper way to exclude a folder in theme root?
Forum: Fixing WordPress
In reply to: title_tag causing array to string conversion errorThank you @elliotcondon,
The init action seemed to work, others didn’t, do you see any reason not to do it this way?if(is_admin()) { if( function_exists('acf_add_options_page') ) { function wake_acf_add_options_page(){ $page = acf_add_options_page(array( 'page_title' => 'WAKE Réglages', 'menu_title' => 'WAKE', 'menu_slug' => 'wake-general-settings', 'capability' => 'edit_posts', 'post_id' => 'wko', )); } add_action('init', 'wake_acf_add_options_page'); } }Forum: Fixing WordPress
In reply to: title_tag causing array to string conversion errorThanks Josh, I was wasting time over this. I submitted a bug report to @elliotcondon on his bug report forum (ACF).
Forum: Fixing WordPress
In reply to: Setting up blogs sectionI think this plugin does what you want:
http://ww.wp.xz.cn/plugins/list-category-posts/The other way to do it:
http://www.wpbeginner.com/wp-tutorials/how-to-create-an-archives-page-in-wordpress/then inside of your custom named category template, you would query the appropriate category with:
http://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Category_ParametersDoh, forgot to hook it
Forum: Fixing WordPress
In reply to: Youtube video not showing right in Hueman ThemeYour theme author didn’t answer your questions on his support forum?
Usually you could simply embed a youtube/vimeo video in your post by pasting the embed code in your wordpress post editor and it should work fine.Forum: Fixing WordPress
In reply to: Youtube video not showing right in Hueman ThemeMaybe your theme is coded that way.
Is the theme demo showing the same?
If not you could ask the theme maker to have a look, but post archive pages often behave the way you mentioned (you need to go to the actual single video post to watch video).Forum: Fixing WordPress
In reply to: New domain needs to point to current siteIn your dashboard, under the settings tab.
Try changing the wordpress address url to:
http://www.myParentDomain.ca/subfolderThe site address url should be:
http://www.myParentDomain.ca