gore.m
Forum Replies Created
-
Yes, it seems that it helps .-) Im using default font.
Thanks you
Forum: Plugins
In reply to: [Autoptimize] Long waiting for first server response…Is it possible to clean up CSS and JS from comments etc. by AO?
I mean If AO is able to remove comments from CSS an JS when it is minifying them.
Forum: Plugins
In reply to: [Autoptimize] Combine and load fonts asy… webfont.js not working properly.Thanks you, of course yes. “Combine and load fonts asynchronously with webfont.js” is active Here is link “FLORIS blog” should be Marck Script and it isnt. If I switch that function off, font is loaded normally.
Forum: Plugins
In reply to: [Autoptimize] Long waiting for first server response…Thanks you, so Ill try to play with “inline” settings.
Is there anything more I can do on server side?
Is it possible to clean up CSS and JS from comments etc. by AO?Forum: Developing with WordPress
In reply to: How echo HTML with plugin in sidebar?Thanks you. Im using Undercore _S theme, so I can change everything I want, but this plugin is for situation when we cant work… so, anyone from our staff simply activate plugin and than message (and rest of functions) “We are not available now” appear on top of the page.
Forum: Developing with WordPress
In reply to: How echo HTML with plugin in sidebar?Thanks you, I ended up with custom hook > function > add_action.
Is it dynamic_sidebar_before better way?I know that plugins should not output anything on the front end by default, but this function is sense of this private plugin.
Forum: Plugins
In reply to: [Error Log Monitor] Uncaught RuntimeException: Backtrack buffer overflowOk, where is it stored?
Thanks you
Agrrr, to get an info from Woocommerce is impossible mission 🙁Ill try track and fix it by myself,… may I know where exactly should I look for source of
echo $item['meta'];?I found out, source of html I posted above, in
function wc_display_item_meta:foreach ( $item->get_formatted_meta_data() as $meta_id => $meta ) { $value = $args['autop'] ? wp_kses_post( $meta->display_value ) : wp_kses_post( make_clickable( trim( $meta->display_value ) ) ); $strings[] = '<strong class="wc-item-meta-label">' . wp_kses_post( $meta->display_key ) . ':</strong> ' . $value; }But than Im lost…
- This reply was modified 8 years, 4 months ago by gore.m.
Thanks you.
The problem is, that Product addons set price as part of label:<strong class="wc-item-meta-label">Přidat smuteční stuhu - Smuteční stuha s nápisem (95,-Kc):</strong>Forum: Fixing WordPress
In reply to: Categories links not available in Insert/edit link search.Thanks you, Ill try it.
Is there way to force links that Im adding to posts, reflect future permalink changes (without htaacess)?
Thanks you
Forum: Plugins
In reply to: [WooCommerce] How change date and time format (differ from WP date and time)Bump 😮
Forum: Plugins
In reply to: [WooCommerce] How change date and time format (differ from WP date and time)I need change it because of law in Czech republic, I need include full order date and time (include sec.) in emails (next to order ID) for example
d/m/Y, H:i:sand I need different dete format for blog because of styling etcj M, g:i a.Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Date format on InvoiceCool! Thanks you
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Date format on InvoiceIs is possible to extend this function (to set same date and time format) to order date?
Thanks youSame problem here.