Forum Replies Created
-
AuthorPosts
-
Hey!
If you can point us to the live site so we can see what you have now we can try assisting with the css.
Best regards,
DevinHi gentlemansgazette!
I’ll ask Kriesi if he wants to comment here on it. He hasn’t mentioned anything like that so I can’t say at the moment. Its definitely a fun concept and there is a free alternative that hopes to make it into WordPress core as well: https://wordpress.org/plugins/wp-front-end-editor/
Cheers!
DevinThat would be the best way yes.
June 13, 2014 at 10:03 pm in reply to: Multiple layers in color sections (and/or layout blocks) ? #278740Hi nerkasa!
No, nothing like that inside of the Layout Builder elements unfortunately. CSS would be your best route there.
Best regards,
DevinThe description is vague to the point where I’m not really sure what they could mean. This is the plugin I’m using to check all active queries that are used on the page I’m looking at when logged in as an admin: https://github.com/johnbillion/query-monitor
I don’t know what WP Engine uses but yes it should should something more specific than the image above.
June 13, 2014 at 9:58 pm in reply to: How do, by default, have the same layerslider on all pages? #278736Hi!
I don’t know of any way to easily do it automatically unfortunately but if Josue had something in mind I’ll tag him on the topic so he can open it back up and respond.
Regards,
DevinHey!
Typically I’ve seen this happen when pages were cloned or copied using a plugin. The custom field for the header option will get stuck on either showing or not showing the setting.
You can turn on the show custom field option (In french its Champs personnalises checkbox) from the “Screen Option” tab at the top of the page editing screen. Then you’ll be able to edit an option manually to show the title bar if its stuck that way.
If you have a specific page we can try it out on point us to it.
Cheers!
DevinHey ANKirschner!
A plugin would be the best route though it’ll depend on what newsletter service you want to go with. So aweber, mailchimp etc. I don’t know of any off hand but another option would be if you find a plugin for your newsletter you can then include it at the end of each post with a shortcode (as long as that plugin has a shortcode for showing the form).
Best regards,
DevinHi ShortieD!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#advanced_menu_toggle { right: -47px; }
Cheers!
DevinHey KK!
You can publish your videos inside of a blog post and then set the featured image to be a still image of the video. The user would need to click through to the blog post to see the video however.
I can’t think of any auto updating element that would allow the video to play and also allow for the content to be auto updated in the same way the post feed is unfortunately.
Best regards,
DevinHey Julie!
Can you provide any other details on what the screenshot is showing. Where is it, when is it, is there a list of queries WP Engine has an issue with?
On my dev install for instance, which has been running the theme for over a year now I have 105 queries when viewing the dashboard and 64 when viewing a page while editing. Then 47 queries when viewing a page on the front end with a handful of content.
Regards,
DevinThis reply has been marked as private.Hey!
Seems to be something with the vimeo embeds (i’m guessing) since a page I created with just the slideshow and had no issues. I googled the error and found this topic for Vimeo but I don’t see a resolution unfortunately: https://vimeo.com/forums/help/topic:117358
Best regards,
DevinHi!
The fullwidth slider wouldn’t work for that unfortunately. You could try using the LayerSlider for it as it does have a lot of flexibility but it would need a good bit of css tweaking as the elements are quite designed to stack like that.
Cheers!
DevinHi!
It should look just like the image on the documentation page: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
DevinNo issues that I know of. When I did the demo video and in all of my tests since then I’ve had no issues with it either.
I’ll address it in the other topic however so we don’t get duplicated responses here.
Hey geostru!
WooCommerce does not allow user control of those products. There isn’t anything we can do to change that unfortunately.
Regards,
DevinHi swissfilm!
We can not redistribute the plugin outside of the theme. If you need to upgrade right now you would need to purchase an individual license and install it as a stand alone plugin.
Cheers!
DevinHi!
Thanks for posting what ended up working for you :)
Regards,
DevinI’m not really sure but as I said having the layout builder on posts is *not* supported so there definitely could be bugs happening and there is no way for us to know if it will or will not happen again.
Its simply not built for being used on posts.
Hi!
Unfortunately this can’t really be avoided. The way WordPress organizes widgets is like a big list of items. When you add another list item into the overall list it can push the contents of each into the contents of the next widget area.
So once you’ve activated and the new WooCommerce sidebars show up, the content of the widgets gets shifted around as if they were there all along.
Best regards,
DevinHi Mkieling!
Unfortunately site performance and speed is a bit too big and vague of a topic for us to give anything other than general advice.
For me at least your site is getting an Overall performance score of 78 with yslow which is really not bad.
Cheers!
DevinHi!
For this page: http://www.theimplantcentre.com/wordpress/why-choose-us/our-professional-standards/ , the code doesn’t show in IE at all. You’ll want/need to adjust the code there to support IE (whatever that might entail).
The minor spacing issue is just in how IE8 renders the html/css. The theme supports IE8 but there will be spacing differences, rendering differences and overall its a tolerable result but is definitely not going to be equal to any modern browser.
On my end for instance, using IE8 on Windows 7 I have no difference in the spacing because of how Windows, depending on the OS, renders IE differently.
IE8 is also notoriously bad at supporting transparent PNG images. If you or the client is experiencing rendering issues with them I would suggest switching to transparent gifs. The theme and LayerSlider have fallback code to help but if its not working for the client then not using them would be best (if IE8 support is the goal).
The loading time is computer/user depending.
In general also make sure that when viewing the site in IE that you are *not* looking at it in compatibility mode. It should be turned off by default but some users turn it on or have it set to be turned on.
Regards,
DevinNo, the ajax loaded content is not the actual portfolio items. The content above them is what is loaded in via ajax (which is to say its loaded in dynamically when the users requests the data and not on page load).
I’ve asked Kriesi to take a look as I’ve not been able to find what might be happening on your installation unfortunately.
Hi @odmv91,
I know this is probably not the response you would like but Firefox for tablets/mobile is not support by the theme unfortunately. Kriesi checked the metrics on its usage and decided because of how poor the browser is on Android and its extremely low usage he would not be adding in any support for it at this time.
Regards,
DevinHi!
For the icon box clipping you need to increase the line height for those elements to go along with your font size. Adjust your css like this:
h3.iconbox_content_title { font-size: 20px !important; font-weight: 700; line-height: 25px; }
For the alt text, see; https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
I’ve not played with anything that forces retina support locally but the best way to debug would be to check your css and then check it on a native device that support retina. Its not ideal but unless you know for sure the implementation for testing already works that is what I would do.
Regards,
DevinHi!
We don’t have any documentation for it outside of whats included in the theme files. You can of course always do what Kriesi did and write your own regular html+js+css and then add it in to a code element.
The Kriesi.at site, while build *on* Enfold is a customized child theme with elements that are custom to Kriesi’s own specific tastes so there are things that aren’t included in the core theme.
If you dig into the theme files look at
enfold / config-templatebuilder / avia-shortcodes
. Each of theme is an element in the ALB. I have a github repo you can fork with so that you can add your own shortcode/layout builder elements to the shortcode folder and they will then be included into the theme here: https://github.com/DevinVinson/enfold-child-starterBest regards,
DevinHi!
Unfortunately this isn’t a bug but the correct behavior of how the sorting function works. It can *only* sort what is currently visible on the page. There is no fix available for this as it would require a complete rewrite of the sorting function.
Best regards,
DevinJune 12, 2014 at 8:00 am in reply to: Avia layout builder shows white html against a white background #277956If you don’t have the settings in the themes update options set correctly it won’t recognize when updates are available. So double check that your api and username are correct as pulled from your account on ThemeForest.
Hey!
That isn’t one of our tutorials but to address the question the LayerSlider would need to be installed as a standalone plugin to work within the footer as Kriesi did a bit of optimization of LayerSlider so that it only loads when the shortcode is detected in the page content (helps cut down on extra junk getting loaded into the page and speeding things up).
Regards,
Devin -
AuthorPosts