Forum Replies Created
-
AuthorPosts
-
August 12, 2014 at 10:49 pm in reply to: Once again: copy configured site 2x and assign 2nd & 3rd purchase of same theme #303456
Hi Marc!
As far as I know there isn’t actually a license assignment for sites. So the licenses being applied legally would be in good faith and not something that gets checked on digitally.
The API code you get for admin side updates should check with the envato servers for verification and at that point I believe it should handle the verification without issue as you’ve outlined above.
If you wanted multiple forum accounts for each purchase you would need to send an email to Kriesi through the contact form here on Kriesi.at with the purchase information and what emails to register for each account.
Sorry for the mix-up and you getting sent back and forth. I hope this clears things up :)
Cheers!
DevinHi kajeclarke!
No unfortunately not. The template is saved as is upon saving and the pasted in to each page you insert it on. The actual template doesn’t ever change.
Regards,
DevinNo it wouldn’t. The video element in the builder would need to be modified to run do_shortcode and ignore the incorrect url.
Surprisingly its not the most voted on feature request: https://kriesi.at/support/enfold-feature-requests/
It seems the majority of users make due without nesting but would love to have it eventually.
August 12, 2014 at 4:55 pm in reply to: What actually gets overwritten when you update enfold? #303310Hi ochieman!
Only the theme files get written over when you update so you’ll be fine with what you are doing. If you want to watch a manual update to see watch this video I did for updating over ftp: http://vimeo.com/67209750
Regards,
DevinThat should work from the way you’ve described it. It shouldn’t be more than an hour to do a mock up on a dev site so you can test it out a bit.
If the “posts” don’t need to be actual WordPress posts then making them pages is definitely fine. The big reason I don’t like making the change for posts to use the ALB right now is that post data would not be transportable to a new theme later on and since most users tend to want to use the blog/post functionality as a true blog it can mean a lot of extra work later on.
It would need to be a custom built WordPress page template. I’ve done something like that for a client and its not overly difficult but it is beyond what we can do for you via support.
If you have a bit of php experience the WordPress codex can walk you through creating the new page template and then its a few hours of time to code it together (depending on what kind of video player is needed).
Hey GOWD!
What version of Safari? I just checked it on my macbook and had no issues with the video.
Regards,
DevinAugust 12, 2014 at 3:26 pm in reply to: If you are not happy with the results bellow please do another search #303244Hey!
I don’t know why it wouldn’t be showing the translation when its identical to the one above it (new search). If nothing else you can copy the search.php to your child theme and then manually change the english string. It should not be needed but it will force fix the issue.
Cheers!
DevinHey Justin!
No not at the moment. Its definitely a massively requested feature and Kriesi has been looking into making it possible for some time but it’ll be a pretty big change in the way the builder works.
Best regards,
DevinHi!
Sounds like it might have been cached page data or something like that. I’ve never had any issues regenerating thumbnails and having them show correctly with WordPres or WooCommerce so that would be my only possible guess.
Glad it all seems to be working now for you however :)
Best regards,
DevinHey!
You can use shortcodes but other than that I don’t know any of any method.
Regards,
DevinAugust 12, 2014 at 3:04 pm in reply to: excerpts on products, product tag option on page builder. #303229Hey Roy!
Products don’t have an excerpt field but they do have a short description which will show up once it has been filled in on the single product page.
As for the tags there isn’t an option to show them within the page builder element right now so it would need to be custom added in.
Best regards,
DevinHey ibrainventures!
You can set a background to fixed which is almost identical to the parallax effect. Otherwise re-enabling it means those sections would be unusable for content as Kriesi mentioned.
Best regards,
DevinGlad you were able to find the fixes on the forums. We actually work all throughout the day as we have support on both sides of the world but we also have a few hundred support topics a day so it can take 6-10 hours to cycle through things.
We do however check the recent topics from time to time for emergencies.
Hey alexmasica!
This is the snippet I used on the Enfold documentation website to do that:
/*Make the search menu icon bigger*/ #top .menu-item-search-dropdown > a { font-size: 24px; }
Best regards,
DevinAugust 12, 2014 at 2:44 am in reply to: Page formatting removed when using ie9 and advance page builder #302947Hi!
I can’t imagine why that would be happening with ie9 specifically. There must be some javascript peculiarity thats causing the content to clear when the browser first renders it.
I’ll tag the topic for Kriesi but in the mean time the best and I think only solution is to tell the client that the builder isn’t compatible with IE9 specifically and have them use Firefox or Chrome.
Cheers!
DevinHey tvlleaders!
Not that I know of no. Maps need a bit more hand holding to output the google maps api information and to make sure it isn’t added into the page multiple times if there are multiple instances of it.
Another idea is that within a slideshow it might be more user friendly to add a static image of a map that when clicked on takes the user to a map specific page.
Regards,
DevinHey tvlleaders!
I’m not really sure what you mean. The mega menu is added to the WordPress menus manager and not to any individual menu.
Cheers!
DevinHey!
1) That seems to be working on the live site and the css is correct. Maybe refresh the page or view it in an incognito window so there is no caching.
2) Whatever is inside of the code block would need padding added to it since its raw code.
3) Capitalize means each word is going to be capitalized. You want none if you want plaintext: http://www.w3schools.com/cssref/pr_text_text-transform.asp
Best regards,
DevinHey ShortieD!
It should automatically parse shortcodes though it might need to be in the html field instead of plain text.
Best regards,
DevinThat makes sense and is usually the next step we’ll suggest (reinstalling WordPress/re-updating).
Glad its working for you now :)
August 11, 2014 at 8:37 pm in reply to: Impprt Posts missing categories eventhough it shows in Admin Post list view #302856Hi bemofunny!
I’ve never run into anything like that but the best place to ask would be the WordPress forums directly. We really only see common theme issues and don’t see much of the general WordPress core issues or with plugins like the import/export tool.
Cheers!
DevinHey!
Yes, as long as that is the post type slug.
The issue with enabling the ALB on posts is a bit deeper since the output for the builder is in a separate meta field than the regular post data. So queries returned on content created with the builder show as blank.
Its a significant code change to make it universally usable but I know Kriesi has been looking into it a bit.
Best regards,
DevinHey!
We would need to log in to your installation and see the settings to further debug the issue.
Regards,
DevinHey twdlewis!
It depends on what element you are adding the data to and how the whole thing should/would potentially work.
Its unfortunately the kind of question that is far to open ended for a concrete answer.
Cheers!
DevinAugust 11, 2014 at 7:47 pm in reply to: Tip: resizing (testimonial) images without PHP edits #302819Hey!
If you use a child theme then no, the file would be left intact on each update. There are also a few plugins that go around the functions file and allow you to add your own just like what a child theme does.
Either way thank you for posting the solution that worked for you :)
Regards,
DevinSounds like its simply hitting the cutoff to where the header menu switches over to no longer minimizing. If the width is a hair under 768 (767 is the breakpoint) width it will switch over and I know for some reason iPads will do that even though it should be 768px wide.
So in that case it would be the correct behavior.
Closing this topic since we have an open topic on @CloudChoice for the same issue waiting for feedback from Kriesi.
-
AuthorPosts