Danb3434
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Divi ConflictSo I updated the robots.txt file to:
User-agent: *
Disallow: /wp-admin/
Disallow: sitemap-files/xml/terms/layout_category/*
Allow: /wp-admin/admin-ajax.phpSitemap: https://MYURL.com/xmlsitemap.xml
Unfortunately, the /sitemap-files/xml/terms/layout_category/1/ is still showing in the sitemap file. Any further support would be highly appreciated, happy to tip you too for support that leads to a positive outcome.
Kind regards,
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Divi ConflictThanks for coming back to me. I updated my robots.txt file, it now looks like this:
User-agent: *
Disallow: /wp-admin/
Disallow: sitemap-files/xml/terms/layout_category/*
Allow: /wp-admin/admin-ajax.phpSitemap: https://MYURL.com/wp-sitemap.xml
That sitemap that is shown in the robots.txt isn’t actually the one produced by the plugin. Should I update that too? I am cautious around updating robots.txt file…
@arnaudbroes is there any solution in the interim? I am having the same issue here…
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad Inserter Slowing Down SiteHi @spacetime,
Thanks for the reply!
So when I analyse the site using GTMetrix, all images are cached so load very quickly. This is not the case for the images inserted by ad inserter, as you can see here:What I’m looking to do is essentially cache the ad inserter images to stop them from taking so long to load, which as you can see in that screenshot is currently the case.
Kind regards,
@alexmigf works perfectly, thank you for your help!!
Hi @alexmigf, thanks for the quick reply!
I’m looking to have the logo on the right, the original code I showed did do this, so the location of the logo is correct.
The issue though is that it is now sitting on top of other pieces of text. See the full invoice here:Let me know if I can clarify any further.
Hi @alexmigf,
Thanks for the suggestion, I just tried it and it kind of moved the logo into the middle of the page.
See the original issue here:Kind regards,
@pomegranate do you also know if there is a way to move the logo to the top right instead of the top left?
I tried using:
add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 ); function wpo_wcpdf_custom_styles ( $document_type, $document ) { ?> td.shop-info {display: none !important;} td.header > img {float:right !important;} <?php }
Whilst this did move the logo to the right, it sat on top of some other text.
Kind regards,
Got it working with:
add_filter( 'wpo_wcpdf_invoice_title', 'wpo_wcpdf_invoice_title', 10, 2 ); function wpo_wcpdf_invoice_title ( $title, $document ) { if (!empty($document->order)) { $title = '#'.$document->order->get_order_number(); } return $title; }
thanks for your help!
Thank you this works perfectly on the invoice!
When you say buttons, do you mean the buttons on the orders page? Also, is there a way to include a # before the order number?Thank you
Hi Danny,
Thanks for responding. I think I found the source of the error. Would you mind actually testing to see if it works for you, as a novice angler!!
Kind regards,
Hi Harish,
I’m using MC4WP: Mailchimp for WordPress v4.6.2.
I really would appreciate your support on this!Forum: Fixing WordPress
In reply to: Remove Text from category pageThanks Steven, will do.
Forum: Fixing WordPress
In reply to: Error 104: Connection was resetBump, would really appreciate anyone’s thoughts.
Thanks for the help, got it all working & donated.
Kind regards