awesiome
Forum Replies Created
-
I have provided as much detail as possible. The exact feature is the inline icons feature, then in the thread that I linked in my previous post you can find the PHP error that is generated with the Autoptimize plugin which may give you a better idea of what exactly is going wrong. Beyond that I can’t really provide more information since I’m not a dev. There is no need really to make a screencast of Google search console failing. It returns an Error 5xx message (server error) message when it attempts to crawl if both autoptimize and inline icons in Elementor are enabled. No issue if autoptimize is disabled. But considering that autoptimize is active on a ton of sites it seems a big deal.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize blocking Google crawlerI’ll email you the website. It’s still in development so I’ll deactivate the maintenance page for a while after sending it to you.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize blocking Google crawlerI can’t answer definitively on that but I do not see any inline JS using the browser inspect tool
Forum: Plugins
In reply to: [Autoptimize] Autoptimize blocking Google crawlerThe issue is caused by Elementor. Elementor has a performance feature called “Inline Font Icons” which renders icons as SVGs without loading the font awesome library and related CSS and fonts. When this feature is enabled it causes the autoptimize error which somehow then blocks Google crawler with a server error. I don’t know exactly what Elementor is doing wrong but at least I’ve narrowed down the exact feature. My guess is one or more SVG strings is improperly closed or has issues with escaping characters. The PHP error mentions “M32,1.8C15.3,1.8,1.8,15.3,1.8,32S15.3,62.3,32,62.3S62.3,48.7,62.3,32S48.7,1.8,32,1.8z M32,57.8…” which looks like a path for an SVG data string.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize blocking Google crawlerAfter some testing I realized the issue is only present when the HTML option “Enable this if you want inline JS or CSS to be minified as well.” is enabled
Forum: Plugins
In reply to: [Comment Reply Email Notification] Template & Translation IssuePart of the subject is already customizable actually. There is an option to customize the “New comment reply” part of the subject but the option to customize the entire subject to remove the blog name is not available. Please add this in a future update.
Solved this with:
add_action( ‘wpo_wcpdf_custom_styles’, ‘wpo_wcpdf_custom_styles’, 10, 2 );
function wpo_wcpdf_custom_styles ( $document_type, $document ) {
?>
/*Hide Billing Address*/
.address.billing-address {
display:none !important;
}
<?php
}`Forum: Plugins
In reply to: [Comment Reply Email Notification] Possible Bug: Translated Text Doesn’t ShowHello,
I’m using version 1.28.0 of the plugin but this issue was not fixed.
EDIT: Never mind, I read the thread again and realised you said you’d fix this in version 1.29!
- This reply was modified 2 years, 3 months ago by awesiome.
Forum: Plugins
In reply to: [Comment Reply Email Notification] Possible Bug: Translated Text Doesn’t ShowThanks.
My translations are in English. I’m just customizing some of the text to my preferences.
Forum: Plugins
In reply to: [Comment Reply Email Notification] Possible Bug: Translated Text Doesn’t ShowUsing Loco translate, I created a new language translation file and selected “Custom” as the storage location.
I’ve confirmed that my site language and the translation language are the same.
I’ve translated several strings and none of them work.
However, when I changed the location of my loco translation to “Author” instead of custom, all the translated strings show correctly. The problem is my translation will get deleted if I update the plugin.
I can see your German translation with all the other language translations and all of them are located under “author” so that’s why you can see your German translations.
I do have one suggestion. Your Admin bar feature currently allows you to hide admin bar menu items for certain user roles. But it does not include menu items that show up in the admin bar in the front end.
I tried visiting the front end of my site and then going back to the Branda settings to see if the menu items that show in the front end would be available for me to disable but they were not.
This feature would make the package more complete.
Hi @fahimmurshed,
Please consider releasing an update to allow certain user roles officially supported by Woocommerce to show under the Author dropdown.
For instance, Woocommerce has an official Product vendors plugin that allows author people to sell on your site. Sometimes you may want to create products for them and change the author to the product vendor.
Woocommerce has created two custom roles for this:
1. wc_product_vendors_manager_vendor
2. wc_product_vendors_admin_vendorThere are many different use-cases that this would be very helpful for.
Thank you,
Forum: Themes and Templates
In reply to: [OceanWP] Missing DEMO importAlright. Thanks
Forum: Themes and Templates
In reply to: [OceanWP] Missing DEMO importAs I mentioned, the pro demos plugin is installed already. All other pro demos are showing up except the Scuba demo.
Forum: Plugins
In reply to: [Post My CF7 Form] Add Post to Existing Post CategoriesI just did. The name of the PayPal sender starts with W******e but that’s from me.