Forum Replies Created
-
AuthorPosts
-
Hi!
Hey! As far as I know there are no generic testimonial rich snippets, or am i missing something?
Regards,
Kriesi
Yes only the main theme will be updated. Child themes are not touched by the theme updater :)
Thats actually the point of the child theme ;D
The updater simply replaced the old theme folder with the new one
Hey!
@cwisniewski can you post a link to your site so I can check it with my safari?
Regards,
Kriesi
Hey! Unfortunately its not possible to simply replace the font files at this point. The theme expects a different set of parameters than what fontello generates nowadays (they somehow changed their output scheme), thats why I need to rewrite the whole iconfont script once I get some time to spare.
got no ETA buts its on the todo list ;)
August 25, 2013 at 6:11 pm in reply to: Saving didnt work! Please reload the page and try again #136522Hey! Can you send me your login details for the installation, as well as the FTP data so I can do a few tests myself?
You can use the contact form here: http://kriesi.at/contact
Please also post a reference to this thread so I know what we are talking about :)
Hey Guys!
Can you activate wp_debug in the config file and check which error is displayed?
http://codex.wordpress.org/Debugging_in_WordPress
Without the error message there is little chance for me to find the issue :)
Hey! Thanks for the notice. Unfortunately there seems to be a bug directly within ie8 that prevents the element from displaying correctly. I was able to improve the default layout of fullscreen slides but it might appear a little distorted on some machines. Will try to find a solution for this once I get my hand on a natural ie8 installation.
Cheers!
Hey!
I passed the request to the creator of the layerslider and asked for help. not sure what exactly is happening here but I can reproduce the issue.
Will let you know once I know more :)
Hey! We use the second minify plugin that dude postet but the next version of the theme should fix the issue. I added a check for that output to not be added if on a wordpress feed.
Would recommend better-wp-minify anyways :)
Hi!
Hey! Peter has submitted a new tag template file for the next update that should fix the issue. Let us know if that helps once the update is available :)
Regards,
Kriesi
Hey! Just got a reply from Nick that he tried to fix the issue but gave up after about half an hour becasue fixing one thing resulted in 2 others beeing broken. We are both not sure what exactly is the problem here but some of the cusomizations or plugins are probably the root.
At this point you are probably better off hiring a developer on microlancer.com for 2-3 hours, brief him what you want to accomplish and let him do the heavy lifting. Unfortunately this seems to be to big of a deal for the default support we can provide :/
Hey! Looks nice as well, but I am not really sure if I would like that skin on Enfold, since the theme tries to be as clutter free as possible :)
Doing the css modifications for the menu would probably take up an hour or two, so its unfortunately a little out of the support we provide here but you can always hire a freelancer at http://www.microlancer.com/ to get the job done for you :)
Only things necessary are some CSS knowledge and a good debugging tool like firebug :)
Hey! I checked it and tried to pull that off with several css rules but that does simply not work with the way the theme is coded :/
In order to have a fullwidth footer you would need to modify the footer.php file and move the footer out of the wrap_all container (thats the easy part). Then you would need to re-write most of the #boxed css rules which is a major effort. If you need that done for you it probably takes an hour or two to pull it off, which is unfortunately out of the scope of the support we can provide.
Also these changes might have implications on other parts of the theme which I cant yet predict and it might become rather difficult to support you with any future styling problems because of that :/
Sorry for that
August 20, 2013 at 6:18 pm in reply to: ENFOLD – Fatal error: Call to undefined function layerslider_init() #136214Hi!
Hey guys! Do you have the layerslider plugin activated separately? If so please try to deactivate it since its not necessary for the theme to run it.
Best regards,
Kriesi
Hey!
Basically everything you are describing is due to limitations of the wordpress importer and it sounds that everything worked as it should, although probably not as you expected.
The big problem in general is that the importer does not import settings. We had to do a major modification to import at least our theme settings but would need to do a lot more to also import woocommerce settings, which we found not practical.
Same goes for mega menus and widgets. The are never imported by the default wordpress importer so the theme importer does not import that as well.
The only thing that is weird is that the one page portfolio and the front page was not included. are you running the latest version of the theme?
Hi!
Found the error and a fix is on the way with the next update ;)
Best regards,
Kriesi
Hey! Next update will set the default alt tag to your blog name and also add a filter so you can manipulate it :)
Cheers!
Kriesi
Hey! Please update the theme and wordpress to the latest version. this is an error that was fixed some time ago :)
Regards,
Kriesi
Hey!
Which version of safari? And are you on a retina macbook? Looks perfectly fine on my imac, iPad and iPhone…
Best regards,
Kriesi
August 13, 2013 at 10:41 pm in reply to: Entypo Icon Font Not Appearing in Safari on Windows #135141Hey! I am sorry but I do not support safari for windows. Its a great browser on Mac but it really sucks on windows and the user share shows ;D At this point I am not even sure if it is still in development or already discontinued.
If you find an issue on mobile safari or safari on mac let us know and I will gladly try to fix it tough :)
If you have a javascript error that starts with:
Uncaught SyntaxError: Unexpected end of input XXX
it is likely that your files are corrupt. I just checked the installation of Max and the file in question just ends in the middle of the file.
If thats the case please re-download the theme from themeforest and re upload it to your server. maybe something went wrong with the update…
Hey!
This style is needed across the site and almost every element is using it. it makes sure that padding and width calculations are done as we intended them.
However you can try to change the box model to content box for the maps only
.sabai-embed, .sabai-embed *{ -moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
Hey!
the modification you did (stting the width to 200px on the logo) is causing this issue. please remove it and it will work fine. if you want the logo to be smaller I would highly recommend to upload the smaller size and use it, otherwise the resizing might not work properly :)
Hey!
Could you describe in detail what exactly you are trying to do? maybe with a screenshot? Unfortunately I dont quite understand :/
Best regards,
Kriesi
Hey! I guess you did try deactivating the theme and replace it with the default wordpress theme and it works fine then?
Same goes for dectivating all plugins other than Gravity Forms.if you didnt please do so we can make 100% sure thats a theme issue. However at this point I am not quite sure how to fix it. I tried to apply additional CSS rules to the marker image to un-distort it and they have absolutely no effect whatsoever. Not sure what would cause such an issue…
Hey!
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:
#top .main_menu .menu li ul a{
font-size:15px;
}
this will increase 2nd and 3rd menu font size as well as mega menu fonts size
Cheers!
August 13, 2013 at 7:24 am in reply to: Styling > Quick CSS missing on default language (using WPML) #134242 -
AuthorPosts