Forum Replies Created
-
AuthorPosts
-
Hi 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, 10 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
ColinHi Guenni007
I don’t have that particular in my child theme but I have added the following to fix the issue until I know what i causing the problem.
#footer { background: #f3f3f3; }
Even if I remove all child theme css, I still have the issue.
Regards
ColinHi Ismael
Thanks for your reply.
My customer needs to be able to do it easily and simply in the admin panel, with a toggle switch or check box or something like that. They would not be able to do it in the way you suggest. Do you know of a plug-in or something that would switch between 2 CSS style sheets in the child theme?
Regards
Colin-
This reply was modified 2 years, 8 months ago by
waveseven.
Hi Mike
That worked perfectly, Thank you very much !
Regards
ColinHi Mike
That’s very odd. I have tried 3 different browsers (chrome, Firefox and Safari) and cleared the cache on all of them and the map markers are still small?
Regards
ColinHi Yigit
Ah yes that seemed to work when I view it in Safari. I was using Chrome previously.
Thanks for looking so quickly
Regards
ColinHi Yigit
Login details attached. This build is currently on a development server before we go live.
Regards
ColinHi Rikard
Thanks for pointing me in the right direction. I did what you said and narrowed it down to some css in my child theme styles.css file and it works OK now.
Many Thanks
Regards
ColinHi Rikard
Apologies, I have chnaged the password and the one below should work OK, I have tried it.
Many Thanks
Regards
ColinHi Rikard
I’ve given you a login to the copy of the site on our development server as the version which is live needs 2 Factor Authentication. The development site and live site are the same with the same issue with the Element preview.
Many Thanks
Regards
ColinHi Ismael
Yes the version feeding in from you YouTube works OK but if we use a video that we have uploaded to the media library it wont play the slideshow (in Safari on a mac). It stops after the video (link in private content)
Many Thanks
Regards
ColinApoliogies, I have now taken it off maintenance mode so you should be able to see it now
Many Thanks
Regards
ColinHi Rikard
I’ve set-up a test page (see private content) with the video loading from the server. This makes the slideshow stop after playing in Safari.
I can get it to run from YouTube by using the fix so I’ve also included a link to how the sideshow should look, so you can see the difference.Many Thanks
Regards
ColinFebruary 12, 2021 at 11:47 am in reply to: YouTube video throwing error when played in color selection #1279963Hi Rikard
I will start a new thread with my issue as suggested above but I’ve just done a bit more experimenting. As the Youtube video only pays once then gives an error I tried adding a Vimeo video instead. This is fine in Firefox (Mac) and plays within a slideshow. However in Chrome and Safari it will only play once then stops. It will not play any other slides in the slide show after the video.
So then I tried loading the video in from the server as I thought this might be a good temporary fix while the YouTube issue is being looked into. However even though I have all the fallback formats available of the video .mp4, .webm and .ogv the video will only play once in Safari and then it will stop. The other slides in the slideshow don’t get shown.
Regards
Colin.February 11, 2021 at 7:27 pm in reply to: YouTube video throwing error when played in color selection #1279845Yes We also have the same problem. The video is part of a slideshow. It was working OK a few weeks ago while we were in the process of building the site but now we are just about to launch and the client isn’t happy because the video only plays once then says “Video unavailable”
Also just to point out my video is the the full width slider not a color section.
Regards
Colin-
This reply was modified 4 years, 8 months ago by
waveseven.
January 7, 2021 at 9:06 pm in reply to: Replace entry title with product title on single product page #1270953Hi Again Nikko
I managed to find a post from 2015 with the following code which worked perfectly
add_filter( 'avf_title_args', 'avf_product_titlee', 0, 2 ); function avf_product_titlee( $args, $id ) { if ( is_singular('product') ) { $args['title'] = get_the_title($id); } return $args; }
Many Thanks
Regards
ColinJanuary 7, 2021 at 12:32 pm in reply to: Replace entry title with product title on single product page #1270847Hi Nikko
Thanks for the reply and the code to add.
I added the code to the child theme functions.php file and it just make the text in the title bar disappear
When i wipe my cursor over where the title should be to see if anything is actually there I can see the original shop title “Art” but it is smaller
Many Thanks
Regards
ColinJanuary 6, 2021 at 10:32 am in reply to: Replace entry title with product title on single product page #1270566Hi Victoria
I’m not really asking for anything that wold be need bespoke coding for my current website build. I’m asking if this can be added to Enfold in the next update so that anyone who is using the image hotspot feature can see at a glance what each hotspot is in the list of hostspots. So instead of each hotspot saying just “HOSTSPOT” each one can be named with that it actaully is or at least have a number so we can tell which one it is.
Is this something that can be added to the “wish list” for future updates to Enfold please?
Many Thanks
Regards
ColinAugust 12, 2020 at 9:05 am in reply to: Bottom half of page disappears when using Layout builder for edits #1236877Hi Jodan
As far as I can tell, it’s all OK now I have removed the unnecessary h4 tags, so I think I don’t need any more help on this topic so it can be closed.
Thanks
Regards
ColinAugust 11, 2020 at 9:11 am in reply to: Bottom half of page disappears when using Layout builder for edits #1236622Hi Rikard
Thanks for the advise. I cheched the code in the debug window and couldn’t see any open mark up. However, I did find some unnecessary empty H4 tags
<h4 style="text-align: center;"></h4>
I removed all these (4 of them) and it seems to be working OK now !
Many Thanks
Regards
ColinJune 10, 2020 at 11:17 am in reply to: Add image caption to images on product page Lightbox #1221136Hi Victoria
I purchased the plug-in and installed it, and it still doesn’t show the image titles under the lightbox image, like the example you have. I used the plug-in developer support and he tried a few things out and believes it maybe the theme or particularly a JS error. Having said that I tried turning off all plug-ins and selecting Twenty Twenty theme and the captions still don’t show. So I am totally stumped as to how you have the titles showing under the lightbox image.
Regards
Colin -
This reply was modified 1 year, 10 months ago by
-
AuthorPosts