wci
Forum Replies Created
-
Hi again, could you please deliver me a corresponding CSS Code to be able to do that?
BR, Alex
Forum: Plugins
In reply to: [Autoptimize] autoptimize not working with WPML in multiligual approachHi Frank,
thanks again for those helpful information. Maybe you have also advice in –
try getting rid of some of the JS (over 1 MB), CSS (almost 0,5MB) and fonts (over half an MB).
Any ideas to proceed with that?
Best regards, Alex
P.S. please enjoy your weekend too!!!
Forum: Plugins
In reply to: [Autoptimize] autoptimize not working with WPML in multiligual approachHi Frank,
thank you for your investigation. Unfortunately, I cannot confirm the same page loading time results you’ve delivered.
-> results for mydomain.com EN: https://www.webpagetest.org/result/191109_Q5_f4902becf20015013668c824ac9100f2/
Load time 5.778s
-> results mydomain.de referring to mydomain.com/de DE: https://www.webpagetest.org/result/191109_E1_43640241d8f78fc7265057719dd27ccd/
Load time 14.377sDo you have any further ideas about why my results differ by using the following cache services:
@own server
cache related
– cpnginx for http2 approach
– autoptimize (wp plugin)
– wp super cache (wp plugin)@external services from cloudflare
– cloudflare cache
with internal speed related settings
– auto minify (javascript, css, html)
– Brotli (Speed up page load times for your visitor’s HTTPS traffic by applying Brotli compression)
– Rocket Loader (Improve the paint time for pages which include JavaScript)+ additional Cloudflare services in use at our own server installed
— CF railgun (Accelerate delivery of dynamic content.)
— wrangler to enable cloudflare workers (settings to be made within CF account)
— Cloudflare Page Cache (wp plugin)I am looking forward to your helping information to reach the goal of worldwide page loadings in under 2 seconds.
Best regards, Alex
Forum: Plugins
In reply to: [Autoptimize] autoptimize not working with WPML in multiligual approachHi again,
FYI – I’ve had to make some theme related testings and deactivated wp super cache and autoptimize.Now I am finished with this and re-activated both plugins back.
You can go now further with your investigation. I will not disturb you again today.Thanks, Alex
Forum: Plugins
In reply to: [Autoptimize] autoptimize not working with WPML in multiligual approachHi again,
Yes I’ve done some changes.
I’ve just realized that the server was running out of disk space and I deleted some backups to proceed
AND
I’ve deactivated the cloudflare DNS approach to point directly to the server not using the cache form their end to be able start with direct server related investigation.Please go ahead with your investigation.
Best, Alex
Forum: Plugins
In reply to: [Autoptimize] autoptimize not working with WPML in multiligual approachHi again,
sure just use this our EN and DE page and check your results.
For testing just use pingdom tools location in Frankfurt Germany for EN (loading in 3 sec) or DE (loading in 7,81 sec) approach.
Autoptimize is activated as you can see in this screenshot > https://nimb.ws/iTlq9y
Best regards, Alex
Hi support team,
meanwhile, I could have solved this with the workaround of using shortcodes as HTML editing is not supported anymore in Mailpoet 3.
Therefore I had
1. to install the plugin Woody snippets to be able to add php code inside my functions.php > https://wordpress.org/plugins/insert-php/2. I used the shortcodes instructions from your end > https://kb.mailpoet.com/article/160-create-a-custom-shortcode
I hope this helps others too.
Best regards,
AlexP.S. If you are using several tables with shortcodes within one newsletter template, then make sure that you rename the “mailpoet_custom_shortcode” with and extra suffix i.e. “mailpoet_custom_shortcode_2”. If not, then the site is not reachable anymore.
add_filter('mailpoet_newsletter_shortcode', 'mailpoet_custom_shortcode_2', 10, 5); function mailpoet_custom_shortcode_2($shortcode, $newsletter, $subscriber, $queue, $newsletter_body) { // always return the shortcode if it doesn't match your own! if ($shortcode !== '[custom:table]') return $shortcode; $table = "<table border=1>"; $table .= "<thead><tr><th>Fruit Name</th><th>Fruit Color</th></tr></thead>"; $table .= "<tbody><tr><td>Apple</td><td>Red</td></tr></tbody>"; $table .= "<tbody><tr><td>Banana</td><td>Yellow</td></tr></tbody>"; $table .= "</table>"; return $table; }Dear Gordon,
CORRECTION – ALL SEEMS TO WORK PERFECT AFTER SWITCHING TO GUTENBERG.
It seems that formerly the TinyMCE from the classic version has still been active and I had first to delete this content and then to add again by using the Gutenberg version.
Sorry for the confusion.
Best, AlexP.S. you can now close this issue
Dear Gordon,
thanks for the respond. Unfortunately even by using Gutenberg the FAQ Text is not able to be displayed by using links within FAQ’s answer texts.
Please can you provide a format to be used to add link URLS as it seems that this is generally not working. I’ve tried by adding links by marking the text and add link with gutenberg editior as well by using the html format to add links in text area.
Screenshot > https://www.screencast.com/t/x0eTXXiDXvj6AND
I found out that by using Gutenberg while trying to add serveral queries within the multiFAQ creator. Then I am unable to scrawl down to add more than 2 multi FAQ’s. I am unable to add more queries.
Screenshot > https://www.screencast.com/t/FRDSkZA5hAND
the chosen image from media library is still not added within the faq section.
I am still looking forward to get advise how to solve the add links witin FAQ texts.
Best, Alex
AND
I forgot some more points.I’ve added an image from media library which is also not displayed in the structured data area, after reviewing that the corresponding page where the code has been added.
Is there a specific size or dimension to be aware of being able to integrate the image displayed properly?
AND
If I don’t want to display the structured data within the page where the code has been added. How to be able to not display that by using a css code “display:none,”?
I’ve tried by using the customized css_class=”featured-snippet-wci.en.hp” but I am unable to find out how to not display the whole structured data text.Best Alex
Best, Alex
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse interrupt proper working with WP content lockerHi again,
finally the problem seems to be solved by using the “targclass=”maptastic” option, but one more strange thing happens.
If I check via browser “chrome or edge” all hidden content labels are displayed but using “firefox” then not.
Screenshot: https://www.screencast.com/t/NEsodzb6OlR1
Do you may have any idea why and how to solve this?
Best, AlexForum: Plugins
In reply to: [Collapse-O-Matic] Collapse interrupt proper working with WP content lockerDear COM team,
unfortunately the trigger class has not helped.
Screenshot: https://www.screencast.com/t/FaKLM9liZzThe only solution I found was by dropping the content locker plugin in a plugin_off folder but this then will not help as the plugin is needed to proceed in active way.
Please advise how to proceed.
I am looking forward to further suggestions.Best, Alex
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse interrupt proper working with WP content lockerHi COM team,
no it’s not checked but still the failure is present.
Screenshot > https://s.nimbusweb.me/share/2993050/1l7h00sa9gqvtdh6y209Best, Alex
Forum: Fixing WordPress
In reply to: Mallicious google ads displayed and tagline in header is missingDear JNashHawkins,
thanks for response. I’ve dropped all plugins into a plugins_off folder and still the problem persits. Meanwhile we found out that someone has dropped html code into the widget area and that has caused the google adsense problem. So we ajdusted that to our own adsense ID to make sure to use in own way. Now the problem is solved.
The only open problem now is the missing tagline in sub-pages according submitted screen shot. Do you may also have an idea, why the taglines are not displayed mabe in case of some unknown css settings made.
Best, Alex
It seems to be solved, as I have used the code twice which may resolve then an error!