Forum Replies Created
-
AuthorPosts
-
Hi!
You shouldn’t be using
<a name="ecosystem">
as it isn’t supported in html5. I’m not actually getting an issue on the page with the link/location of the anchor but that could be related.Regards,
DevinHey claraelisa!
You would need to use a third party plugin if you didn’t want to use the themes table element and wanted the table to be responsive.
Regards,
DevinMarch 23, 2014 at 11:16 pm in reply to: Layerslider: Text fades out, reappears just before changing slides #241871You need to update your theme version to 2.6+ in that case since it shipped with the most recent version of LayerSlider.
March 23, 2014 at 11:15 pm in reply to: Full-Width Masonry: change size each thumbnail and size each lightbox #241870With the above description this isn’t doable with the current lightbox script. You would need to have something custom developed to work within those constraints.
Hey!
You can use something like this css to get you started:
#header_meta { background: #333; } #header_meta a { color: #fff; } #header_meta li:first-child { margin-right: 8px;}
For additional customization we recommend looking into a freelancer from somewhere like Microlancer or Codeable since support isn’t really for customiztion.
Regards,
DevinHey!
I’ve also done a video walk through of updating FTP here: http://kriesi.at/documentation/enfold/updating-your-theme-files/#video
Cheers!
DevinHey!
I would suggest first trying the Rev slider support since they would be able to identify any possible conflict quicker than us as it isn’t our code/plugin.
Cheers!
DevinHey!
Not for that long but WordPress will throw up an update page when the backend is being updated. I’ve not experienced it but if for some reason there was something on the server preventing an immediate database update or something like that it could have been queued to run and then had to wait its turn. That is purely a guess but I can’t think of another reason why it would take that long.
Best regards,
DevinI’ll tag the topic for Kriesi but personally this has never happened for me. I currently have 10 clients all using Enfold and all hosted through my company account with Media Temple. Sites range from under 500 hits a month to the thousands without the issues you are currently having.
On my dev site alone I have something like 5k pages created and have left bbPress, WooCommerce as well as other plugins running with lots of data for the past year 2 years.
With 23k copies of the theme out in the wild if it were causing server instability issues across the board we should have and continually be getting reports of it hourly. If you have any plugins running you can try deactivating them and keeping an eye on things as well.
Hi!
I saw this with another user recently where their installation had gotten corrupted somehow and the output of bbPress wasn’t correct. So the styling looked off but really what is happening is the formatting displayed by bbPress (the html output) is incorrect.
Unfortunately the only way that user was able to fix it was to manually delete some of the bbPress tables from their database and re-install the plugin.
Best regards,
DevinI can only guess there is some conflict with the wrapping of shortcodes or the div. The output is still incorrect for how it should be getting spit out.
On my live version of 2.6.2 I copied the same thing you have above but the output is correct and without any issues.
Hi @Briazi40!
Thanks for the tip and I hope it helps anyone else using the same plugin :)
Regards,
DevinHi webpress!
There is now a google maps element in the Avia Template Builder that you can drag and drop into your layouts with configurable options. Its under the Media Elements tab.
Cheers!
DevinHi!
WPML is supported but it isn’t something we have any part in developing so improving its performance is outside of what we can assist with through support.
Best regards,
DevinHey!
Can we see the site live with the css added in?
Regards,
DevinMarch 22, 2014 at 1:04 am in reply to: BBPress page for a topic looks different from the demo #241445Sounds like there was some stray corrupted data in one of those that got deleted. I’d love it if there was a clean answer for everything with development but there can definitely be cases like this where it just starts working again :)
For posts yes it will work without images. I originally read it as portfolio items which doesn’t quite work the same.
All of the themes template builder items are in config-templatebuilder>avia-shortcodes . Then the masonry_entries.php which handles all post type displays.
Hey mrlreynolds!
1) You edit the file in your child theme and it takes priority over the parent. See: https://codex.wordpress.org/Child_Themes
2) You would need to put your text strings into a translatable format: http://codex.wordpress.org/Translating_WordPress#Localization_Technology
3+4) We would need to see a live exmaple to debug the issue
5) As far as I know the search uses the WordPress search function. It does group content however.
6) They can be ignored. The first is to make things work better in IE and the second/third is in how the icon font is added in which the validation seems to have an issue with for some reason.
Best regards,
DevinMarch 21, 2014 at 10:37 pm in reply to: Hi. Is it possible to make just a single page not searchable by the Google? #241401Hey abedia!
You can modify your robots.txt file to ask search engines not to index a page but not force it. See: http://en.wikipedia.org/wiki/Robots_exclusion_standard
Best regards,
DevinHi!
No issues that I know of. Have you talked to WP Engine to see if they can take a look? If the two setups are the same and its working on one but not the other (diregarding child theme for now) there could be something with how the managed hosting setup handles things server side.
The theme doesn’t do anything to modify how WooCommerce handles the checkout or even the cart so it *shouldn’t* have any issues.
Have you tried checking out with groups and/or subscriptions deactivated? Does your WooCommerce System Status show anything?
Cheers!
DevinHey outtagear!
You would need to use a third party plugin to add in that kind of functionality. I found an older topic which will probably still answer your main question here: http://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-user-registration-captcha
Regards,
DevinHi Joshua!
The duplicate product function has always had issues unfortunately since it duplicates the meta data associated with a product and the theme then ties all of the product together based on that.
Best regards,
DevinHey!
I’ve asked Kriesi to comment on the topic since we don’t have a set schedule right now for updates. I agree with you though on the video’s autoplaying and I’m betting Kriesi does as well.
Cheers!
DevinHi EllefontCreatives!
I’m not seeing any green on the site right now so maybe its a caching issue locally. When viewing the site after making a change view the site in either incognito mode (if using chrome or safari) or private browsing with Firefox. You could also force refresh the page a few times to clear your local cache too.
Best regards,
DevinHi themeforesttony!
Can we see your site live with the css in place on your child themes style.css? There could be a syntax issue or something else causing them not to take effect.
Priority wise, the above would need to be tweaked a bit in general since a plain h6 doesn’t have enough priority to override the theme. It would be more like:
#top .entry-content-wrapper h6 { some css }
The .entry-content-wrapper encloses the typical content areas of the site and the #top ID encloses all of the page content. So the combination as a prefix gives more direct selectors for your actual changes.
Cheers!
DevinHi anjusaranarts!
You would first change the header layout in your Theme Options>Header to the style you want.
Then on your home page use the ALB to change the layout to that of the V1. The basics for using the ALB are demonstrated in this video: https://vimeo.com/64927358
The exact steps for re-creating that layout aren’t available since you can import in those layouts and the full creation is more in depth than what could be covered in a single support response.
Cheers!
DevinHi mikemurphy10!
Yes it is!
Best regards,
DevinMarch 21, 2014 at 9:23 pm in reply to: Css selector of ajax portfolio preview "open container" #241378Hey Benjaminlivingthebrand!
You can put them inside color sections and add an ID to the sections or turn on the css field for all items and then give each portfolio section its own class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
DevinMarch 21, 2014 at 9:19 pm in reply to: URGENT!!! Layer slider + post does not appear on blog, HUGE error instead #241375Hey!
You would need to be on a host which has Multibyte String enabled. It is trivial for a host to install it and most should have it already running.
Cheers!
DevinHi ajosecorrea!
I don’t see any errors when viewing the link above. What steps can we take to have it happen or what is your current set up which is causing the issue?
Best regards,
Devin -
AuthorPosts