If it is possible to resolve these points it would be fantastic!
]]>I am trying to add the WTR bar to only specific pages and not posts.
I tried adding the slug for my about page in the link:
about_brendan_aw
However, the progress bar still didn’t appear on the live page.
]]>I’ve set up a few private pages that are optimized for desktop viewing and wont look nice on mobiles.
I would like to redirect those pages only to a single “dummy” page which states that the content should be viewed on desktops only.
I cant really use a redirect plugin as I dont want the main page to be redirected, this page works well in mobile view (its based on Elementor).
Maybe I’m too blind to find it.. hope you can help me solving this.
Thanks in advance, regards,
Niko
I recently upgraded the ‘WP Offload Media’ Lite plugin.
Immediately afterwards, the custom PHP pages on my WP install stopped working and returned errors, beginning with:
Fatal error: Uncaught Error: Call to undefined method AS3CF_S3_To_Local::get_attachment_id_from_url()
I searched it and found there was maybe a clash with WP Offload and the Divi theme.
https://www.ads-software.com/support/topic/uncaught-error-call-to-undefined-method-as3cf_s3_to_localget_attachment_id_fr/
When I deactivated the plugin, the custom PHP pages displayed correctly again, but the images were missing because they are connected via the plugin to my Amazon account.
I tried the fixes suggested, including upgrading the plugin to pro, but each time I activated the plugin, I got the error again.
But now, with the plugin deactivated and the errors have gone, when I try to visit any of my custom php pages, they take me to a WP page instead. The URL/path is the same, but they no longer go to the custom pages which are still in the same place on my server.
EG: this page used to display a custom PHP page, with my email newsletter content, but now simply returns a WP Page with the name ‘daily newsletter’:
https://website.com/daily-newsletter/
I tried resaving my permalinks ( site.com//%postname%/ ) in case that was part of the issue, but no change.
Do you have any ideas what might be causing this?
Thanks
]]>We have an issue with using Custom Permalinks 2.4.0 together with some custom WordPress URL rules where the plugin conflicts with our code. More exactly, we create some pages automatically by using the following approach:
$targetUrl = 'index.php?someVar=foo';
$re = "^page\\/subpage$';
$new_rules[$re] = $targetUrl;
$wp_rewrite->rules = $new_rules + $wp_rewrite->rules;
This would add the /page/subpage
URL pointing to a PHP function which would serve the content on that page.
This works fine, as long we do not have the /page/
parent page created with Custom Permalinks 2.4.0. When we create a page with this permalink, our PHP function will not be called anymore.
The PHP function is invoked via the add_action( 'parse_request', '...' )
and by checking if we have got the someVar
querystring.
After creating this new page using the Custom Permalinks plugin (/page/
), the parse_request callback is still called, but not with someVar
but simply with a querystring called attachment
which is the pathname itself (/page/subpage
).
How can we solve this conflict between the WP rewrite rules and Custom Permalinks?
Thank you very much!
]]>I’m planning to purchase the premium version but before proceeding, I have a few questions.
1. Does this plugin support ACF fields? I have a lot of options created using ACF plugin and I would like to include those in the filter.
2. Apart from product category pages, my website has normal content page where we are displaying products using WooCommerce shortcode like [products limit=”20″ columns=”5″ category=”car”]. So is it possible to show filter on these pages? If yes, I have different pages showing different categories so can I create separate filters for each pages?
3. Is it possible to create filters like “price low to high”, “price high to low”, “most popular”?
]]>Apologies if this has been asked elsewhere, but I can’t see a post which answers my question.
We are about to develop a website for a local U3A, an association which provides group activities for its members. We want some way to allow group leaders to enter details of their own groups in a standard format.
I think there must be a way to set up a specific page template which has a form embedded, for them to enter details such as group name, meeting dates. contact details, etc. All I seem to be able to find are forms for visitors to the site to complete, not forms to use when creating pages.
Can somebody point me in the right direction please?
Thanks
Ian
]]>Let me know how show or use on custom pages like shortcode.
With Regard
]]>