Forum Replies Created
-
AuthorPosts
-
September 3, 2020 at 10:32 am in reply to: Google Analytics Tracking Code – Not Passing Through #1243046
Don’t worry. It still doesn’t work but I found another way.
If anybody else comes across the same problem, here is what I did. I have a child them and I put the following code in the functions.php file.
add_action( 'wp_footer', 'my_footer_scripts' ); function my_footer_scripts(){ ?> <script>console.log('Add Your Google Analytics (etc) Script Here')</script> <?php }
- This reply was modified 4 years, 2 months ago by AdrianSmithUK.
Hi Rikard,
Thanks for the advice and I managed to fix it.
Here is what I did.
1. Turned off performance (Enfold->Performance) and made sure the checkbox at the bottom was selected (Delete old CSS and JS files?)
2. Disabled Total Cache
3. Disabled Jetpack (At this point the thumbnails worked)
4. Re-enabled Enfold Performance
5. Re-enabled Jetpack
6. Re-enabled Total CacheThanks again for your help.
Kind Regards,
AdrianHi Mike,
I was waiting for this to get rolled into a formal release but it’s nearly three months and three releases and this fix still hasn’t been rolled into a release.
Anyhow, I decided to implement it and you can see on the attached page that it works but not when I switch to mobile view.
Is there some way I can fix that too.
Kind Regards,
Adrian SmithHi Mike
I moved the website over to my own AWS EC2 server which has 5 healthy Enfold websites running on it and it still exhibited the same problem.
I wondered if it might be a general WordPress issue so I did some research and found a post where somebody had fixed the problem by duplicating the home page and pointing at the new page.
That fixed it!!!
Many thanks for your help.
Kind Regards,
AdrianHi Mike
Many thanks for your help.
I created a new home sub-directory on the server, moved the files across and set the permissions to 755 but unfortunately it didn’t work.
I’m going to migrate the website to a different server and see if that fixes it.
Kind Regards,
Adrian SmithAny Progress Basilis?
Hi Basilis,
Sorry for the delay. The website is on a shared hosting platform (1&1 Ionos) and I had to enable the error logs.
I have produced a 2 minute video showing you the tests I did and what the problem is and I have put the link and password in the Private Content below.
I have also created you an FTP account on the server and the details are below.
You will see in the video that there is nothing in the error log. After the video I checked that the error logs were working by creating a php file with an error in it and they work fine. (See my-error-file.php)
I hope that helps.
Kind Regards,
AdrianPS: Make sure that you view the home page in incognito mode when you switch to 4.5.4. It works fine when logged in.
Hi Rikard,
I’ve backed the database and files up so feel free to do what you like (including enabling / disabling plugins).
Kind Regards,
Adrian SmithHi ariane1001
Unfortunately not. Vinay offered to help debug the issue for me but I wasn’t able to give him access to my admin area and so it never went forward.
I’ll post an update if I find a fix.
Kind Regards,
Adrian SmithHi Vinay,
I tried turning off all of the plugins and I switched from the child to the core Enfold theme. Unfortunately, the problem still persisted.
I also loaded a vanilla WP/Enfold test installation onto XAMPP and found that the Sub Menu works fine. Therefore, it’s definitely something to do with my installation, but I can’t think what.
I’ve tried debugging it with Chrome and the CSS looks fine and there are no errors in the console.
I’ll keep trying and report back when I find a fix.
Thanks for your help.
Kind Regards,
AdrianJuly 9, 2018 at 8:33 am in reply to: How do I replace the Social Icons with a Widget Area when the menu is below? #982955Hi Vinay,
Many thanks for the speedy reply. Wow! A big mod!
Unfortunately it’s not quite right though.
Google Photos Link: https://photos.app.goo.gl/QvNKTzi4vFaY11eb8
Here’s what I did.
1. I changed to Logo left, menu right (I’m glad you added the note “Yes logo left”)
2. I changed the function code cited here (https://kriesi.at/documentation/enfold/header/) to
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
3. I pasted your CSS into a blank child theme.
Can you think of anything else that might be different?
Kind Regards,
AdrianJuly 8, 2018 at 9:25 pm in reply to: How do I replace the Social Icons with a Widget Area when the menu is below? #982853Hi Victoria,
Unfortunately, it’s running on XAMMP on my desktop at the moment.
It’s just the default demo:
https://kriesi.at/themedemo/?theme=enfold-overview …
and I followed the instructions here:Unfortunately, there aren’t any instructions for the “Logo Left, Menu Below” option.
Kind Regards,
AdrianJuly 8, 2018 at 8:39 pm in reply to: How do I replace the Social Icons with a Widget Area when the menu is below? #982823Hi Victoria,
Thanks for the speedy response.
I can’t see how to attach an image so I’ve uploaded it to Google Photos.
Kind Regards,
Adrian
Link: https://photos.app.goo.gl/TXrXwbQYEkRqyPWg9Sorry. It must have been something to do with file permissions. This Works.
add_filter('avf_form_send', 'avia_process_form_data', 10, 3); function avia_process_form_data($send, $new_post, $form_params) { wp_mail( ' (Email address hidden if logged out) ', 'TP2', 'TP2', "", "" ); return false; }
- This reply was modified 7 years, 1 month ago by AdrianSmithUK.
This is not GitHub. We are not an open source community. We are customers. We buy licences. According to themeforest.net, Kriesi sold $198,960.00 worth of licences in March alone. That’s nearly $2.4 million per annually. That’s why I expect the software to be properly tested before release, and if there are bugs I expect a fast turn-around on patches.
@Andy Many thanks for the update. I hope it happens soon.
Kind Regards,
Adrian Smith@mensmaximus. My issue is not with you. It is with Kriesi. I am running a business. I purchase enfold licences. I expect them to work. If not I expect an official patch in a timely fashion. I don’t have time for fault finding. I just want to install something. I don’t earn money for finding faults. I earn money for producing websites. That’s why I buy enfold. Because it works – or it usually does.
Quite right @Georg.
I don’t want to be a moany old customer. I’ve been a loyal customer of Kriesi for 3 years now and I recommend enfold to everybody. But my patience is wearing thin on this issue. I really expected a patch the same day. Two days tops. 3 weeks is really not good. This is an important issue!
- This reply was modified 7 years, 7 months ago by AdrianSmithUK.
Again – I agree with @zaccc.
I agree with @Zaccc. I don’t have time for fiddling around. That’s why I use enfold templates on my websites. I expect them to work. Up to now I’ve never had a complaint. But on this issue I am not impressed.
Same for me Zaccc. Very strange. Completely random behaviour.
Is it a woocommerce bug that’s causing the issue then?
Actually blurry images are back and they are intermittent.
When I preview the image in light-box the image clears but if I revisit the page it goes blurry again.I had blurry images.
I cleared total cache and my browser cache and it fixed it.Hi Yigit,
Your CSS fixed my gallery issues. Thanks!
However, my product categories have inherited a large white line above the title/breadcrumb bar and the text has been transformed to white.
Can you help?
Many Thanks
AdrianFebruary 22, 2017 at 2:48 pm in reply to: Blog Page – h1 shows on some posts and not on others #750504Hi Rikard
Spot on! One page was built with the builder and the other with the editor.
Many thanks.
AdrianHi Ismael
I pasted it into my child theme and nothing happens.
Regards,
Anybody There ?
Hi Rikard
I was targeting the wrong thing.
This works.
var player_p = jQuery(".avia-iframe-wrap:first").position();
Kind Regards,
Adrian Smith -
AuthorPosts