Forum Replies Created
-
AuthorPosts
-
Yep, thats me! I don’t have anything up that would cover this right now but you could post the general description of what you are looking for on Codeable and get an estimate from that.
It should be possible to localize the change unless the server is very poorly set up.
If you google either of the changes there are lots of articles explaining what it is the change is doing but the gist of it is you are telling the server to just accept more data per submission.
Using something like Gravity Forms and a really big form I’ve had to up the suhosin.post.max_vars and suhosin.request.max_vars to 10000 so that it will process on the backend without issue and the same thing is happening to you with the wordpress menus.
If it really is not possible I would recommend looking into moving to a new server.
August 22, 2013 at 7:23 pm in reply to: ENFOLD Layerslider & NAV Highlight Issues (maybe due to JS conflict?) #136817Hi Seth,
You should go ahead and update to WordPress 3.6 since the 1.9.1+ versions of Enfold were the updates to work with 3.6. See if this fixes your initial issues.
Regards,
Devin
Hi ridcon,
There aren’t any theme settings for it so it needs to be done via CSS. A basic blank slate would be:
h1 {
text-transform:capitalize;
}
h2 {
text-transform:uppercase;
}
h3 {
}
h4 {
text-transform:lowercase;
}
h5 {
}
h6 {
}You can of course change the text-transform for each as well as set font/color. You’ll probably need to use !important if you want the declaration to be forced site wide but this is the general gist of it.
Regards,
Devin
August 22, 2013 at 6:53 pm in reply to: Search button has different look in internet explorer and firfox. #136235Hi kriru,
I’m not having any issues with the icon in Chrome, FF, IE9 or IE8 (both native) on windows 7. Are you on a different OS or using browser tests that are trying to render IE?
Regards,
Devin
Hi Darryl,
Once you’ve followed this step: https://kriesi.at/support/topic/enfold-archive-exceprts#post-120517
If you are in a child theme need to create the includes folder and put the loop-archive.php in it. Now you can edit the loop-archive.php file and where it has the_content change it to the_excerpt.
Regards,
Devin
The easiest way to do that without causing issues would be to use a minified url via something like bit.ly or http://goo.gl/ .
Hi gscorer,
No, not easily. The theme actually re-creates the initial menu into a secondary very basic menu but combining two different menus would be a good step more complicated.
Regards,
Devin
August 22, 2013 at 6:37 pm in reply to: Show sidebar with log-in widget (and others) in bbpress forum #136638You just need to undo this change you asked how to do previously: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum
As for individual sidebar removal and adding in you would need to do some kind of conditional change but I’m not familiar enough would bbPress specifically to say what it would be for individual forums.
Regards,
Devin
Hey Tom,
I don’t really know how that could have happened. I’ve tagged Kriesi on the questions as I’m not very familiar with working with the new font files but be sure you are using Enfold 2.0.1 and WordPress 3.6 in the mean time.
Regards,
Devin
Any difference? Can you try deleting the theme from the theme files via FTP and then see if WordPress works fine at that point?
Hi designbyjm,
I’m not able to log in with the above credentials. New icons are in the works but are just not ready for release yet.
If we can see the site live we should be able to see whats going on.
Regards,
Devin
Can we see the form live so we can inspect the code?
Hi jh100,
Safari for PC is no longer support by Apple so we in turn are no longer supporting it either.
Regards,
Devin
August 22, 2013 at 6:24 pm in reply to: 2.0 Bug: Some content & meta, tag is shown vertically in 'no sidebar' layout #136319Hey Shallnotbe,
Kriesi actually already released an update to fix this. So update your theme to 2.0.1 and it should fix it.
Regards,
Devin
I recommend Codeable.io or you can try browsing the services at Envato’s Microlancer.
Again, I don’t have the hardware to test it but most browsers will recognize touch vs non touch devices. There has been a lot of talk lately because of this hardware about what to do for future web development because right now we don’t have a way to really differentiate the hardware because of touch controls.
If possible, can you create an admin account for me so I can log in and take a look. If you are able I’ll try a few things and see if we can come up with a bandaid while we try some other things out.
Send the information to my email at DevinVinson [ at ] gmail.com. Please include a link to this topic in the email so that my spam filter doesn’t grab it :)
Regards,
Devin
You’ve still got a whole list of errors coming up relating to plugins. Can you try disabling all active plugins, logging out of wordpress and then logging back in? This includes any drop ins like Jetpack as well.
Regards,
Devin
Hi Mark,
You can disable it from the theme options in the Sidebar tab. Look for the option “Page Sidebar navigation” and you can use the dropdown to turn it off.
It doesn’t have customization options and just shows the siblings of the current page.
Regards,
Devin
August 22, 2013 at 2:11 pm in reply to: HELP ME PLEASE PLEASE my site looks all broken down all in a sudden :'-( #136982No worries Chrys! Glad its all working for you now.
Let us know if you have any other issues.
Regards,
Devin
Hi Xavier,
What version of php is it specifically? Do you have the option of upping it to 5.3+?
Regards,
Devin
Hi liondancetoronto,
Please do not create multiple topics for the same issue. I’ve already closed one of your duplicate topics and answered you here: https://kriesi.at/support/topic/enfold-menu-option-page-not-displaying-so-no-ability-to-edit-or-create-menu
We can continue to diagnose and try to solve your issue in that topic.
Regards,
Devin
That is quite a bit beyond what we can assist with via support. You would need to hire a freelance developer to handle that kind of customization.
August 22, 2013 at 1:52 pm in reply to: How have you created in the demo the sidebar at the FAQ page? #136852It isn’t a widget. It is based on the hierarchy of those pages. So go to the right hand side of the FAQ page or whatever page you want and where you see the meta box titled Page Attributes use the drop down to change the parent of that page.
Hi All,
It looks like an update is needed to fix some issues with the last version. If anyone has any issues after updating just make a new topic and we’ll take a look then.
Regards,
Devin
Hey Qrsh,
Very good tip! I often forget about it so its a good reminder.
The html5 shiv is a good bit of assistance to bring IE8 up to speed on using html5 elements so give it at try and make sure to give the page a few refreshes and time for all local cache to reset.
Regards,
Devin
Hi tetsukage,
What you’ll need to do is go through and add new rules to replace those from the theme on each table element and the form elements with the style you want from the widget.
Typically what widgets/plugins should do is have all of their elements that need specific styling with very custom names so that the theme doesn’t have any overlap.
The second idea of stripping out CSS on a particular url isn’t really doable.
Regards,
Devin
Hi fireflash,
I’m not really sure. Aside from using a plugin like Yoast there isn’t much I think we could do on our end since its up to Google how it parses the site data.
Regards,
Devin
Hi glozemedia,
I’ll tag the question for Kriesi as I’m not sure on either counts.
Regards,
Devin
Hi serverlift,
Bit of an odd image but stuff like that is typically related to either a plugin conflict or something like that. For now, just make sure you are using the most recent version of the theme files (2.0.1 right now), WordPress 3.6 and any plugins that have updates should be updated as well.
If it persists, deactivate all of your plugins, log out, log back in and try editing a pages sidebar again.
Regards,
Devin
-
AuthorPosts