Decimus
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets for Airbnb Reviews] Reviews from Airbnb is not downloadingIt is now working. It took between 36 to 48 hours to download the data. Support says: “There was a global issue with the Air BnB API that might have influenced the download. Glad to hear it works now”.
What is the suggested CSS amendment to work with block themes like Ollie when you launch 1.25.2 that fixes the encoding issue reported by @roja7700
I expect this will be the same for most users using a block type theme
Many thanks
Peter
Forum: Plugins
In reply to: [Options for Block Themes] Tweak for collapsible navigation menus on mobileThat did it – I was putting the >a in the backets!
LOVE the plugin and the expandable submenu. Its been my biggest issue with Block themes – hopefully it will make it to core. Vey happy.
PS amazing service – did not expect an reply until next week.Forum: Plugins
In reply to: [Options for Block Themes] Tweak for collapsible navigation menus on mobileI’ve nearly, but not quite got the CSS fixed – just need a little fine tuning and pointing in the right direction…
When on a mobile device – this highlights the parent and all the children – rather than what I’d really like which is the the parent and the active child as per the desktop version.
Wonder if there is a way to tweak this?
/* Ollie Navigation - Highlight parent page link when on child page */ .wp-block-navigation-item:has(.current-menu-item) { color: #4D34FA !important; } /* This highlights parent page link when on child page when using: Options for Block Themes plugin by Oliver Campion of Web:D which has an option for expandable submenus to the Navigation Block modal */ .wp-block-navigation.has-expandable-modal-submenus .wp-block-navigation-item:has(.current-menu-item) { color: #4D34FA !important; }many thanks
OK have solved the issue of Public Post Preview not working.
We use another plugin that clashes with Public Post Preview. It is Temporary Login Without Password which we have used with FlyingPress support. I deactivated Temporary Login Without Password and now Public Post Preview works – Yipee.
My guess its some clash with the use of the NONCE magic they both employ?
- This reply was modified 1 year, 5 months ago by Decimus.
something odd happening – the page I need help with link works from here – even though I removed Public Post Preview – so I reinstalled Public Post Preview and I have a new link for the same draft post.
mysite/?p=153983&preview=1&_ppp=06883b6499
But If I try this in a new browser it says the page cannot be found!
Forum: Plugins
In reply to: [Public Post Preview] NO LONGER WORKSUmm I can see it works with 6.7.1 in the example link above.
I was so excited to try this with my site but when I use Public Post Preview with a draft post – If I try the generated url I get the following back:
Unfortunately, the page you are looking for no longer exists, or has been moved. Please try searching for your content below.
Forum: Everything else WordPress
In reply to: Work-around to admin to add an Image in a CommentOK with a little bit of experimentation I went into the wp_commentmeta table
I went to the latest comment ID=1509 and added similar div code in with the comment_content and then reset the cache.
That seems a bit drastic to add an image to comment! Anyway it seems to have worked
I now have an image in the latest comment
The issue of FSM not working nicely with FSE block theme templates that use a query loop is fixed.
Our thanks to Carles Grau of Fesomi the developer of FSM Custom Featured Image Caption for working though this with us.
Our particular FSE block theme is Ollie. We added some CSS into the theme style settings. In our case: Appearance | Editor | Styles – click on the pencil (Edit Styles) then Additional CSS (or the 3 vertical doat if no CSS has yet been added).
Here is the CSS. We are REALLY happy that this CSS fix works and we can keep using FSM Custom Featured Image Caption with a Query loop within our FSE theme. The final line of the code deals with the fact that within the Query loop for the Featured image settings you can choose the aspect ratio of the Featured image. In our case we use a classic 3:2 aspect ratio. It works nicely if you choose Original size. So that all the Featured images in the Query loop were uniform we chose an aspect ration of 3:2. Without “aspect-ratio: inherit;” the Feature image clashes with the text.
/* Fix for FSM Custom Featured Image Caption to stop caption appearing in Query Loops that include a Featured Image. Our thanks to Carles Grau of Fesomia for providing this fix */
body.single ul figcaption.wp-caption-text {
display: none;
}
body.single ul .wp-caption.featured {
margin-bottom: 0;
}
figure .wp-caption.featured {
aspect-ratio: inherit;
}Our thanks to Carles Grau of Fesomi for helping us fix this glitch so we could continue to use FSM Custom Featured Image Caption with out FSE theme.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Does it work with Block themes?I can confirm that our website is built using Ollie.
We experimented very successfully using Footer insertion. I think that is the only hook that Ad Inserter can use with Ollie.
We have very successfully used the shortcode links. It just works as a shortcode block or as a para block. We have them in our footer template and in our sidebar template.
I am very impressed with the power of the free version of the Ad Inserter.
PB
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Upgrade clarificationTobias
I got it working by adding these 3 to the be excluded from the JS defer list:
https://www.bajanthings.com/wp-content/uploads/2023/02/TablePress_JS_exclude-scaled.jpg
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Upgrade clarificationMany thanks Tobias
I use SiteGround optimization with site. I note they have a exclude deferred JS but I cannot see one related to TablesPress so will turn off completely until I hear back.
Below is a screen shot
https://www.bajanthings.com/wp-content/uploads/2023/02/TablePress_JS-scaled.jpg
One final question with v2 do I leave the v1.8 responsive tables add on active?
Will look at upgrading to v2 pro
Forum: Plugins
In reply to: [Meow Gallery] Broken Gallery with 4.1.6 update@tigroumeow thanks for 4.1.8. On BajanThings all seems to be working again. I did a few spot checks. There were a few galleries where things appeared not to be right and when I investigated it seems those problem galleries were not defined as Meow Galleries but as Standard Galleries.