Robbie
Forum Replies Created
-
Thanks for your swift reply! Will keep an eye on the update 🙂
After reading this issue on github, I removed the mask-icon.
https://github.com/RealFaviconGenerator/realfavicongenerator/issues/400Maybe I missed it, but would it be possible to make the mask-icon optional?
- This reply was modified 6 years, 3 months ago by Robbie.
Forum: Plugins
In reply to: [WP Store Locator] Filter requestThat filter is for the storelist only, correct?
I’ll keep using the filter I proposed for the create_opening_hours_tabel, which suit my needs a bit better.
Will keep my fingers crossed it can be added in any upcoming versions 🙂Forum: Plugins
In reply to: [WP Store Locator] Server responds 403 on markers directory.I’m experiencing this on 3 seperate Apache servers.
But oh wait, I’m expecting the problem to be in one of the javascripts. The error shows on client-side instead of server level. You would have to open your browsers debug panel to see it.
I will hide it with CSS for now.
Thanks 😉
Forum: Plugins
In reply to: [WP Store Locator] Server responds 403 on markers directory.Turns out removing the startMarker is causing the error:
`add_filter( ‘wpsl_js_settings’, ‘custom_js_settings’ );function custom_js_settings( $settings ) {
$settings[‘startMarker’] = ”;return $settings;
}`Perhaps, whenever you got the time, it would be nice if a fix can be implemented
Forum: Plugins
In reply to: [WP Store Locator] Server responds 403 on markers directory.It happens for both default and custom markers, on pages with shortcode [wpsl].
I noticed it in my debug console after updating wp-core and the wpsl plugin yesterday. The error didn’t show for earlier versions. I havent had the chance to check it without all other plugins disabled though.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] 2.0 DocumentationYour link helped me out. I can continue now. 😉
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] 2.0 DocumentationThanks,
Well, it would be a great help if you can tell me how proceed with this pre 2.0 function:
function ps_wcpdf_after_order_details ( $template_type, $order ) { global $wpo_wcpdf; if ( $wpo_wcpdf->get_order_notes() ) { ?> <div class="invoice-notes"> <b><?php _e( 'Opmerking:', 'wpo_wcpdf' ); ?></b> <?php echo $wpo_wcpdf->order_notes(); ?> </div> <? } }- This reply was modified 8 years, 11 months ago by Robbie.
Thanks!
Will deprecated functions and hooks still work in 2.0 ?
- This reply was modified 8 years, 11 months ago by Robbie.
Ewout,
How about to achieve the opposite?
So, how to enable creation of invoice in certain situations?
Thanks.
- This reply was modified 8 years, 11 months ago by Robbie.
I settled for using the filter “wpseo_breadcrumb_output”, but your pointer was the one I was looking for. Thanks!
Can anyone advice me how to change the breadcrumb title for the shop page?
The designated field in the seo box didn’t do anything..Forum: Plugins
In reply to: [WooCommerce] Custom reviews list & paginationI get the same result for post comments.
The number of comments is limited to the original number of post comments.
Because I have build a custom list of comments, the total count is different.How can I pass my custom comment list to the get_comment_pages_count() function?
Forum: Plugins
In reply to: [WP Store Locator] Loading [wpsl_map] in a hidden tab failsThe problem is that it breaks other click functions on the same tab link when it doens’t return.
Looking forward to the filter.
Thanks.Forum: Plugins
In reply to: [WP Store Locator] Loading [wpsl_map] in a hidden tab failsI can confirm it works in Twenty Sixteen with return true.