baz74
Forum Replies Created
-
Thanks you, That fixed it. We don’t know when/why the permalinks got changed, but correcting them solved the issue, thanks.
Any thanks also that the same plugin does Text Searches – we will add that to the site.
Great plugin.
please help!!
what attribute(s) are used to determine the count of records in each category.
what attributes are used to select records to be listed.
how could they be different?
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] Rollback may not have been 100%Well, not solved ie not identified what caused it. I’ve proved its not not caching.
specifically you may be able to answer the questions, when rolling BACK a theme, could anything from the previous(I.e. original) one be left over, and also are template versions looked after by your plugin?
we have now deactivated and deleted the aws plugin and cleared all caches that we can think of.
your plugin reports the correct number of products in the filter button drop/down but then says “no products selected..”
the ‘filter” button at top of screen say “filter is working fine”. (or words to the effect – I’m on a mobile at the moment)
and same if we change the theme to 2024.
what can be wrong?
The good news is that the problem is on a staging site. The live site just has your filter plugin and is working fine.
Forum: Fixing WordPress
In reply to: Boxed layout has disappeared – how regain it?We cleared all the suggested caches. And our host support have confirmed that we don’t have any extra server caching.
3 days elapsed and still the boxed layout did return. So I wrote some CSS to get it back – hence we now have a useable and lookable system back – that does not generate errors. 😉
We will now try some of the ‘block’ themes you have suggested. Thanks for all your help.Thank you for answering so well & quickly.
I was on the point of replying that “it was not clear that this feature was only PRO” … when I read your page which clearly states :
- Support for Manual OrdersAllow changing the order (or subscription) pricing and currency from the administration panel manually. Is PRO only
I should have noticed this before – sorry.
I will have a chat with the store owner about when/whether to go PRO. Incidentally, I notice your BUY button allows a coupon code. Would you offer one?P.S.
There is a “Load Country Pricing” button on the Create Order page. If we go PRO, do we need to press it on each order, or does it dissappear on the PRO version?Please ignore/delete – this post is a duplicate.
Forum: Fixing WordPress
In reply to: Boxed layout has disappeared – how regain it?Thanks @threadi
Trying again to contact the supplier seems a waste of time. They have not replied to anyone for +15months, nor to requests for their Pro theme.
nor do we want to return to their slow theme that generates errors.
You mention that almost any block based theme can achieve a boxed layout. That’s not our passed experience, 4 years ago we spent 10s of hours searching for one. We previewed each in turn, looking for a boxed option in Customise or layout. There are hundreds of themes in the list you give, each with a picture, but trawling through the beginning I didn’t see any that ‘demonstrate’ they can have a boxed layout (we are looking for different color border on left &right.)is there a better way for us to search? Or can you select a random one from your list and show how it can be ‘boxed’
Forum: Fixing WordPress
In reply to: Boxed layout has disappeared – how regain it?Hi @umeshladumor – what an extremely helpful response – thank you.
1. Aggressive Caching (Most Likely)
I had cleared browser caches, and deactivated W3 Total Cache, but following your post I re-activated it and used its ‘purge all Caches’ function. But still no boxed layout ;(
I will write to host support to see if there is server caching that I do know about.2. Customizer Options Reset
The Shuttle Busiess theme has(had!) a boxed layout by default – that was one reason it was chosen. However, I have re-checked the ‘Customiser’ options – and there isn’t an option there.I saw on another post that Templates might need to be changed:
– is this necessary?
– would it have been done by WP Rollback?Regarding other modern themes:
Thank you for your suggestions – long-term this is now the way we will go, but as you will know, switching themes (when lots of css improvements have been made to the old theme) is not an instant process. So short-term we are still looking to get Shuttle Flex working live (like it does in test).- This reply was modified 1 week, 5 days ago by baz74. Reason: typo
Big thank you for replying so quickly
We have retested the wizbee IT ‘Pdf invoice’ plugin and can confirm that it :
1) Adds a Custom product to the Order (which displays correctly on screen,
2) We ‘Sent the Order’ details to the Customer (and it correctly displays on their email,
3) Clicked ‘Printed Invoice – but the custom line does not display in the pdf – although the Order Totals DO include it.wizbee informed us that their ‘Custom Product’ works by creating Product – which adds it to the Order – then deleting it from the catalogue.
Can you please confirm whether your plugin handles this senario?
Ot whether it can be updated to do so?Thanks
Thanks for getting back to us,
1) In Admin – We added a custom product – it displays OK on the Admin Order page.
2) We ‘Sent Order Details to customer – it displays on the email.
3) Back in Admin – we clicked ‘Print Invoice’ – the Custom line does not display! – although the totals (correctly) include it.
Did you test step 3 – can you confirm if it works OK please.PS. You say “Even the product meta showing in the invoice“. Can you tell me where you are looking – so that I can show the other plugin provider. Tks
- This reply was modified 1 month, 1 week ago by baz74.
Thanks – works a great.
So was I, but then we noticed that the Product Title was actually the page title appended by the site name (which we do not need).
This happens at the snippet code:
function RFI_link_with_params() {
global $wp;
// 1. Get the current page data
$current_url = home_url( add_query_arg( array(), $wp->request ) );
$current_title = wp_get_document_title();
// 2. Define your target URL
$base_url = "http://*REDACTED*/wootest/RFI-page/";
// 3. Build the link with parameters
$full_link = esc_url( $base_url . '?title=' . urlencode( $current_title ) . '&url=' . urlencode( $current_url ) );
return '<a href="' . $full_link . '">Request Further Information</a>';
}
add_shortcode('page_info_link', 'RFI_link_with_params');Where ($current_title) is ouputting:
The page Title, followed by space hyphen space, followed by the domain name.Can you assist?
What a great plugin, it was easy to do what we wanted.
The button on the Product page is: a link to the page that the form is on + 2 parameters (the Product’s page Title & URL):
<a href=”/contactform7-page/?ref=[CF7_get_post_var]&url=[CF7_referrer]”>Request for Quote</a>
This passes the Title & URL to the page containing the form
On the Form:
In the Form tab:
2 shortcodes:
[dynamic_text product_title dtx_pageload “CF7_GET key=’ref'”]
[dynamic_text product_url dtx_pageload “CF7_GET key=’url'”]
And in the Mail tab:
“The referral page is: <a href=”[product_url]”>[product_url]</a>“