Forum Replies Created
-
AuthorPosts
-
Hi Ismael
That’s perfect, thanks for your help
Regards
ColinHi Mike
It’s on a development server at the moment and I’ve put the link below.
Regards
ColinHi
I’ve managed to do it by taking abit of code from one and a bit from the other and also added a div in the code.
This seems to work nicely now.
/************************************************ * ADD PARALLAX TO WOOCOMMERCE PAGES ************************************************/ add_action('ava_before_footer', function () { if ( class_exists( 'WooCommerce' ) && ( is_woocommerce() ) ) { echo do_shortcode(" <div>[av_sidebar widget_area='Shop-Widget']</div>"); } }, 10);
it appeared on the single page though so I had to add
.single .av-section-cont-open, .single .av-parallax-section { display: none !important; }
Thanks for your help
Regards
ColinAugust 1, 2025 at 10:38 am in reply to: Widget Area Abouve footer only on Woocommerce pages #1487453Just tried it and it sort of works ok. I am trying to get a parallax banner at the bottom of the woocommerce page but when i paste in the code it seems to put the footer and socket inside the widget.
attached is a picture of what I want to achieve and a picture of what is happening. Do you know how I can fix this please?
WHAT I WANT TO ACHIEVE
WHAT I AM GETTINGRegards
ColinAugust 1, 2025 at 10:10 am in reply to: Widget Area Abouve footer only on Woocommerce pages #1487452Hi Guenni007
That is perfect. Thank you so much
Much appreciated.
Regards
ColinHi Mike
Yes that makes them all load ok. They seem to load straight away and then they reload again with the default animation as you scroll down.
Regards
ColinHi Mike
Thanks for the quick response. That’s interesteing. I dont see the second one. I have tried clearing the cashe and tried in Chrome, Safari, and Firefos and the second one doesn’t load? I’ve even cleared the cache from the server too.
Regards
ColinFebruary 11, 2025 at 9:54 am in reply to: Add full-width easy slider above calendar on Events Calendar page #1476891Hi Ismael
That is brilliant ! Exactly what I needed. Thank you very much.
Regards
ColinFebruary 10, 2025 at 10:14 am in reply to: Add full-width easy slider above calendar on Events Calendar page #1476811Hi Ismeal
Apologies, certain sections were turned off for general admins, but you should now have full access. Please try again.
Many Thanks
Regards
Colin-
This reply was modified 6 months ago by
waveseven.
February 9, 2025 at 5:08 pm in reply to: Add full-width easy slider above calendar on Events Calendar page #1476778Hiu Mike
Login details below
Many Thanks
Regards
ColinFebruary 9, 2025 at 11:50 am in reply to: Add full-width easy slider above calendar on Events Calendar page #1476753Hi Mike
Thanks for your reply.
I’m not really a php person. How would I do that exactly please?
Many Thanks
Regards
ColinFebruary 7, 2025 at 12:13 pm in reply to: Add full-width easy slider above calendar on Events Calendar page #1476630Hi Ismael
Thanks for the reply.
That seems to work except it puts it on every page even if I add the conditional function.
if (function_exists('tribe_is_event_query') && tribe_is_event_query() && !is_singular('tribe_events')) { // do_shortcode(slider); }
I only really want it of the events listing page
Many Thanks
Regards
ColinOctober 20, 2024 at 1:03 pm in reply to: Advanced Editr as default except for product pages #1469504Hi Mike
That worked perfectly, much appreciated
Regards
ColinHi Ismael
Yes the “Custom Elements Management” is set to “Admins only” and “Custom Elements Locked Options” is set to”Hide
Regards
ColinHi Mike
That’s perfect. Thanks you !
Regards
ColinHi
Could this code be adapted so that the ALB button is only hidden on Woocomerce admin page but not on admin pages for ordinary pages and posts?
Regards
ColinPerfect thank you.
Regards
ColinHi Günter
Thanks for your reply.
The documentation is good, however is doesn’t explain why all the form fields are missing when i create a custom element from a contact form. IMAGE 1 is a form created in the normal way and IMAGE 2 is the same for saved as a Custom Element. As you can see all the form fields apart from the first one are missing and there isn’t a way to add them back in to the Custom Element.
Regards
ColinHi Ismael
That’s great thank you. I does bring in the Preview text instead of the excerpt text.
As Guenni007 said I also thought it might be easier to style the text content in the preview field rather than adding html code in the except field and adding css. However the formatting doesn’t display in the front end correctly. For example it doesn’t add thr line breaks or if I add an avia button, the button is just pure code on the front end. If I use the code with the added class and “do_shortcode” the button does appear in the front end, but I am unable to add any line breaks and everything is in one line including the button and the image. It looses all styling of the portfolio grid
Am I doing something wrong? Is it possible to retain the formatting added to the preview text?
Many Thanks
Regards
ColinHi Mike
Thanks for pointing me in the right direction. I found the issue in the child theme css as something had a a index higher than the lighbox so it was hodden.
Many Thanks
Regards
ColinHi Nikko
The site is currently on a development server and only has a few example pages at the moment but the login details are below:
Regards
Colin-
This reply was modified 1 year, 8 months ago by
waveseven.
Hi Nikko
I have tried that but it doesn’t open the link. I can see that the link when I hover over the image, so I know it is set, but when i click on the image nothing happens. I have tried in multiple browsers and made sure I dont have pop-up blockers turned on but cannot get it to open.
Regards
ColinHi Mike
Thanks for your reply.
I think I’ll just build the course/lesson pages in the normal way using ALB and turn off the “Courses” part of MemberPress and just give access to the lesson pages via MemberPress Membership permissions. It’s easier than trying to use Blocks anyway!
Regards
ColinHi Rikard
I passed the information onto 20i and below is their reply
=============================
Hi ColinIn regards to the theme company blocking our IP’s, we would need more information regarding this to determine the cause.
A huge majority of our websites are WordPress so it’s highly likely these ‘attacks’ are just clients downloading there products.
If they do believe this to be attacks and not just regular traffic, we would need more information from them such as the IP’s that they are seeing being used.
We have our external IP’s listed on this article: https://docs.20i.com/support/web-hosting/ip-address-external-connections
If it’s any of the IP addresses from that section then these are just requests from websites for downloads.
============================Regards
ColinHi Mike
Thanks for the info. Yes I have managed to load it locally and will transfer to the 20i server once complete.
I will pass the info onto 20i
Thanks for your help
Regards
ColinHi Rikard
Server details in Private below. Although I did try a copy on another 20i server and had the same issue so it does look like its all 20i servers. I’ve managed to load demo content before in the past but not recently
Regards
ColinThanks Ismael. I’ll take a look.
Regards
ColinI found out what was causing the issue. It was the loop-index.php file in my includes directory of my child theme. Once that was updated everything s fine again.
Thanks for your help
Regards
ColinHi Guenni007
Yes brilliant that fixed it. Thank you !
Wonder why it wasn’t doing it by defaukt? odd !
Regards
Colin -
This reply was modified 6 months ago by
-
AuthorPosts