Forum Replies Created
-
AuthorPosts
-
Hi!
Unfortunately I cant reproduce the issue in any way so please post me your login credentials to your wordpress installation as well as for your ftp so I can see if there is something I can do.
Best regards,
KriesiOctober 14, 2014 at 11:13 pm in reply to: Error Message on Pageload on mobile device and Safari iOS #335798Hi Antonio!
Tried to use the site on my iPhone 6 now on several occasions during the last 2 days and it always seems to work fine for me so not sure what exactly is happening here :/
Your last post didnt mention it but I guess you are still encountering those issues=
As for optimization: If you want to use the easiest to use caching plugin I would recommend wp-supercache. Really works well for me on kriesi.at and I also use it for the enfold demo. It has quite a few options but you actually dont need to change any of them. The plugin usually works very well out of the box :)
Cheers!
KriesiHey Simon!
Would you mind posting me access data to your ftp as well? Since I can’t reproduce the error on my local installation I will try to fix it on yours first and then apply it to the next update for all users :)
Hi!
I think I found whats causing the issue. Next update should fix that :)
Cheers!
KriesiHi!
Just tried to reproduce the issue but I am not quite sure if I am doing it right since everything works fine for me.
So would you give me a step by step description on how to reproduce the error on the draft called Landing Page?
If you want to, a short http://screenr.com/ video will do it as well, probably is faster than writing everything down.Also would you mind letting me know which browser and operating system you are using?
Cheers!
KriesiOctober 14, 2014 at 9:59 pm in reply to: Single page nav menu multiple items highlighted .current-menu-item #335770Hi!
Ok this is weird. is it also happening when you remove completely remove the custom css?
Regards,
KriesiHey!
thanks, i think i was able to fix the issue. next update should include that ;)
Cheers!
KriesiOctober 14, 2014 at 9:41 pm in reply to: Single page nav menu multiple items highlighted .current-menu-item #335761Hi!
Truth to be told, I would prefer it anyway to make the theme flexible enough so you can use all your custom css. But since I dont know which property is causing the problem I dont know where to start fixing :)
So if you can find out which customization is causing the issue I can try to add some modifications to the theme that allows our customers to use a modification like that.
In the end all I need you to do is remove the customizations step by step until we know which one is causing this. After we know that feel free to re apply all customizations and I will try to come up with a solution ;)
Regards,
KriesiOctober 14, 2014 at 9:37 pm in reply to: Navigation in Flat Business demo not showing up in IE8 #335759Hi!
thanks for noticing. next version of the theme will include a bugfix for this ;)
Regards,
KriesiHi!
Did a quick check and disabled the theme and replaced it with the default wordpress theme but that does not seem to work either so I can only guess that this has something to do with the server itself. Maybe it can’t use the oEmbed protocol that is used to embed videos. The only option that might help is to copy the iframe with the youtube embed into the page :/
Best regards,
KriesiHey!
I am afraid we currently don’t have the new psd files available. Not sure if and when we will commission someone to create them based on our layouts.
Regards,
KriesiOctober 14, 2014 at 8:29 pm in reply to: Single page nav menu multiple items highlighted .current-menu-item #335733Hey!
I am afraid I am pretty sure that the wrong scrolling offset is caused by one of the modifications made. Unfortunately there are quite a few and I didnt want to mess around with the site but I guess anything that modifies either the height of a header element or changes the top padding of header or main container might cause this.
If you can somehow filter if and which of the css modifications causes this I might be able to come up with a solution :)
Cheers!
KriesiHi!
Wanted to ask: since it obviously does not happen right now: what exactly did you do to remove the problem.
Also can you re-create it on your server once more (problem is I can’t on my testinstallation and I am not sure if the other thread mentioned has the same problem because over there I was able to fix it by simply changing the permalink structure)Best regards,
KriesiHi Pedolin!
I noticed that if you change the permalink structure in your backend at settings->permalinks to something like “month+name” the redirect of the latest blog post does not happen.
I also checked with Enfold disabled and default theme enabled: https://www.schweizer-rechtsanwalt.com/anwalt-kreuzlingen/ always redirects to the front page. Not sure why exactly that happens, but since it happens with Enfold disabled as well it might be either caused by another plugin or you got a post, category or something else with this page slug…As for the problem with the menu: maybe this is caused by the menu size limit of your server. Here is a detailed description with a few solutions on how this can be resolved. Let me know if that helps: http://sevenspark.com/wordpress/menu-item-limit
Kriesi
Hi!
Interesting. What exactly are the error messages? We use default wordpress functions in the locations mentioned so I am not sure if this is really something we can fix…Regards,
KriesiHi!
Since there are quite a few users who did not update yet I dont want to tell to much but it wasn’t really serious due to the complexity of steps necessary to exploit the bug and the minimal gain, so no worries ;)
Definitely nothing that could be used to hijack a server or something similar, if thats your concern :)
Regards,
KriesiHi!
Just checked the functions and I think there is something missing. A default return value . If the second function looks like this (I added one line of code at the end) it works with every theme:
function theme_filter_ntext( $translation, $single, $plural, $number, $domain ) { // If this text domain starts with "tribe-" if(strpos($domain, 'tribe-') === 0) { // Replace upper case, lower case, singular, and plural if( $number > 1 ) { $plural = str_replace( // Text to search for array('Events', 'events'), // Text to replace it with -- change this for your needs array('Meetings', 'meetings'), $plural ); return $plural; } else { $single = str_replace( // Text to search for array('Event', 'event'), // Text to replace it with -- change this for your needs array('Meeting', 'meeting'), $single ); return $single; } } return $single; }
Cheers!
KriesiHey!
You have been asked to update the theme several times now, however your theme debug info still shows that you are running an old version. http://cl.ly/Xyuu
I checked your backend and noticed that you have 2 versions of enfold installed which of course will throw off wordpress. please delete the older version so wordpress uses the new one
Best regards,
KriesiHi!
This looks like a caching issue and by re-saving the options page you have cleared the cache.
The code snippet you have added actually should not do anything. Would you mind doing a quick test and removing it and checking the site again?Best regards,
Kriesi- This reply was modified 10 years, 3 months ago by Kriesi.
October 9, 2014 at 4:09 pm in reply to: Avia Layout Builder not working on pages with Product Slider #333307Hey!
As mentioned in the other thread we have already found a solution (it is indeed linked to the seo plugin) and we will release an update in the next few days. Meanwhile you can either deactivate the seo plugin or delete the following line from your functions.php file:
require_once( 'config-wordpress-seo/config.php' );
Cheers!
KriesiOctober 8, 2014 at 8:19 pm in reply to: Unable to load Enfold Demo following WordPress v4.0 update #332686Thanks a lot, and let us know if you have an follow up information ;)
Best regards,
KriesiOctober 8, 2014 at 8:18 pm in reply to: Adding portfolio overview images causes insecure page on full SSL website #332679Hi!
the posts are privat if they got a blue border around them, so everything worked fine :)
Just try again ;D
Regards,
Kriesi- This reply was modified 10 years, 3 months ago by Kriesi.
October 8, 2014 at 6:04 pm in reply to: Permalink and SEO Settings Problems with Yoast WordPress SEO & Enfold #332599Hey Guys!
I will release a small patch during the next few days with a few changes to the way the theme integrates with the SEO plugin. Once you have installed version 3.0.2 please let me know if it fixes your issues..
Regards,
KriesiOctober 8, 2014 at 5:58 pm in reply to: Unable to load Enfold Demo following WordPress v4.0 update #332592Hi Tom!
I am afraid I have never heard or seen an issue like this. As for the options. Apart from the fact that what you describe seems to be fine to me ( see my demo import: http://cl.ly/XvJA ) the theme does not alter any of the options other than the ones starting with “avia” or “enfold”
I am afraid I have no idea on how to reproduce this issues, especially since I am not a server expert :/ (And I would assume that this has something to do with the server, since no other user out of the 40.000 using enfold has reported the issue yet)
If we can’t find the problem here we might need to wait if someone else shows up with the same issue so we can start cross referencing settings…
Kriesi
October 8, 2014 at 5:49 pm in reply to: Adding portfolio overview images causes insecure page on full SSL website #332586Hey Sandie!
Are you running a plugin like https://wordpress.org/plugins/wordpress-https/ on your site as well? The theme uses native wordpress functions to fetch those images so it should work well with the plugin. If that does not solve the problem:
Would you mind posting me your login credentials for both, your wordpress installation as well as your ftp data so I can try to fix it directly and once I have found a solution add it to the next patch
Regards,
KriesiHi Randall!
Just checked the video on multiple firefox installations and it worked fine on any one of them, no matter which settings I used and if I added text to the color section or not. Are you running any firefox plugins that might interfere here?
This might unfortunately be tricky to solve if I cant reproduce the problem :/
Regards,
KriesiOctober 8, 2014 at 4:15 pm in reply to: Incompatibility with Yoast WP SEO (blank page editor) #332514Hey!
just make sure if you create a live site to copy the config-wpml folder from your test site to the live one. I found an ok solution for the next update so you can disable the login if you want to :)
Cheers!
KriesiOctober 7, 2014 at 8:29 pm in reply to: Incompatibility with Yoast WP SEO (blank page editor) #331873Hey!
I found whats causing the issue and have deactivated the function for now. Since I am not 100% sure if this is the best solution please keep the login credentials active for another day or two, maybe I can find a better solution and apply it.
But editing content with all plugins active should work fine for now :)
Best regards,
KriesiHey!
this is very weird nonetheless and I cannot reproduce the issue on my local installation. Mind posting your ftp credentials so I can take a look if all the files are updated correctly. If thats the case then there is something weird going on here and I am not quite sure how easy it is to find a permanent fix (the solution posted for you is too dirty to include permanently ;D )
Cheers!
KriesiEdit: nevermind just noticed that you already posted them ;)
Edit2: think I found a better solution, will add it to the next patch ;)- This reply was modified 10 years, 3 months ago by Kriesi.
-
AuthorPosts