Forum Replies Created
-
AuthorPosts
-
September 19, 2013 at 5:10 pm in reply to: Parallax images on iPhone still not fixed (everything updated) #163679
Hey!
The most recent version of the theme is 2.2 which was release this week. http://mep.raffeltest.nl still shows it running on 2.2 so please re-download the theme files from your downloads on ThemeForest and then re-install on top of your current site and update all files with the new version.
Regards,
DevinHey Patrick,
If you are on the regular visual editor then yes, it should display all of the shortcode options. If you are in the advanced layout editor and inside a text element then it only displays those that are available for that element.
If you have any plugins active, disable them and see if that helps if you are already just in a regular visual editor.
For a quick intro on using the Advanced Layout Editor see this video:
Regards,
DevinHi Mahmut,
You don’t need to re-register the theme to the new site as long as you are still only using the theme license on a single usage. So just uploading the theme and using it on the new site should be fine.
Cheers!
DevinHello!
I would actually suggest a bit easier of a fix. Just add the noLightbox to your link and it won’t get picked up by the lightbox plugin:
<a class="noLightbox" href="https://vimeo.com/scarletviewmedia">Our Vimeo Channel</a>
Cheers!
DevinHey ChunkyBits!
There isn’t any other ‘fifths’ elements available at the moment except for 1/5 as far as I know. Which is why it isn’t doing anything except show the shortcode code.
Cheers!
DevinHey Topas23!
As far as I know there isn’t support for that with the LayerSldier plugin.
Regards,
DevinHi!
Watch this video for a how-to of getting started with your own Child Theme:
Note that there is a download for the child theme from Kriesi below the video: http://kriesi.at/files/enfold-child.zip
Best regards,
DevinHi Guitzpool!
If you can find the css to do it maybe, but I’ve not run across any css that could do that. The rounded edges are all done by the css border-radius which is always a rounded edge.
Best regards,
DevinHey Maxxim!
The update script checks for updates every 12 hours so give it a bit of time and try again. You can always update manually following this guide: http://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinHey Michael Oeser!
I don’t really know actually. The best place to look for an answer would be the bbPress codex/docs here: http://codex.bbpress.org/
I’ve done something like that with BuddyPress and bbPress but it wasn’t as specific with varied access like that. BuddyPress is also somewhat heavy for basic user restrictions.
Regards,
DevinOops, sorry you can use 1/4 | 1/2 | 1/4 .
I should add in some 1/5 sizes for the next update. I’ll see if thats possible but hopefully the 1/2 element does the trick for you for now.
Hello!
This would be in addition to what you have now.
Best regards,
DevinSeptember 19, 2013 at 4:40 pm in reply to: Broken layout in Enfold 2.1 with fixed width/non-responsive option #163656Hi freeHat!
We are now on version 2.2 of the theme so first try updating your theme files to 2.2. If we can see the site live we can inspect it and see whats going on as we’ve not had any reports of things breaking at this point.
Best regards,
DevinSlug names in WordPress must be unique across all of WordPress. So if you have the slug as “portfolio” you can’t have some other page named “Portfolio” that also has the same slug name. The same goes with any other name, the slug used for the portfolio items must be unique.
Hi Mike,
What you may need to do is flush the cache of any caching plugins installed. If that doesn’t do it, disable any active plugins and then refresh your browser 4-5 times to make sure all local cache is cleared. See if things are working correctly at that point.
IE8 has never supported Responsive Behavior (it doesn’t support media queries). So that wouldn’t have worked from the start.
Regards,
DevinHey samchoo!
The most recent version of the Theme is using the newest version of LayerSlider (Version: 4.6.1).
See this video on how to update your theme : http://vimeo.com/channels/aviathemes/67209750
Best regards,
DevinSeptember 19, 2013 at 4:22 pm in reply to: Only show excerpt in blog posts on main blog page #163648Hello cree8teevgrl!
You can use the Read More tag to tell WordPress where to break your content for the preview/feed pages. See: http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
DevinHi!
You can use something like this:
#top .grid-entry { padding: 10px !important; }
Which will force a bit of padding around the grid-entry class selector which is used on all grid items. The outline should already be in place from the slight drop shadow.
Cheers!
DevinHi!
I tagged the topic for Dude but if you could also turn on the debug mode and copy+paste the shortcode you are using for that contact field here (when it wasn’t working) he’ll be able to dig a bit deeper into the issue.
Regards,
DevinHi josephgut!
The option “Excerpt with Read More” actually pulls from your “excerpt” field I believe. You can also try delineating the preview with the more tag. See: http://en.support.wordpress.com/splitting-content/more-tag/
Cheers!
DevinHello mlkg!
It isn’t so much that bootstrap (which is just css and javascript files) is being corrupted but that the plugin isn’t compatible by default with the them in your implementation. If you can post a link to the site and page showing it we can take a look and see if there is anything we can do to help.
You can also contact the plugin author and see if they can as well.
Cheers!
DevinHey shoutitoutdesign!
I’m not having any issues when viewing the site now. Have you recently added any plugins, changed any permalink settings or anything like that?
Best regards,
DevinHello Michael!
You could do 1/5 | 3/5 |1/5 which would put 2 empty 1/5 columns on either side of the content. That would be the best and easiest way to do it.
Cheers!
DevinHey denya,
No, the grids are only available to be organized by the category at the moment.
Regards,
Devin
The ajax option is completely separate from the regular portoflio items. You must use the options below the visual editor to add your images to the ajax gallery.
So the content in your visual editor, that single gallery, gets ignored for the ajax version. You need to add your images again like i have in my image above to the meta box below where you have what appears on the single portfolio page.
September 19, 2013 at 3:56 am in reply to: Is there any maximum number of layers allowed in the advanced layerslider ? #163313Hello stevemulisa!
Somewhat yes. It depends on your server and if it is set to process that much data at once (saving and processing). See http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/>Common questions>Too many layers?
Regards,
DevinHello Mindspark!
The LayerSlider is only available via the Advanced Layout Editor at this time. You can turn on debuging mode to get the shortcode generated by it but keep in mind it is also always going to be full width in whatever container you put it in (it breaks columns for example).
Add this to your functions.php for the debug window to appear below the advanced layout editor:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Be careful when editing that field since it goes directly to the database.
Best regards,
DevinHi Hanniball!
The updater checks every 12 hours so it may not have registered the update yet. You can always update using FTP if you’d like to update *right now* by following this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinSeptember 18, 2013 at 9:55 pm in reply to: Tracking Contact Form Submission in Google Analytics #163180Hi 500Webmaster,
I’m not really sure as I don’t typically use that functionality with analytics. I’ll tag the rest of the support crew to see if anyone is familiar with it.
Best regards,
DevinSeptember 18, 2013 at 9:54 pm in reply to: Saving didnt work! Please reload the page and try again #163179Hi!
I’ve had an issue before with a host that the domains memory was re-set higher but the wordpress folder was not. If you have WooCommerce running you can check the WooCommerce>System Status to see what it shows for the WP Memory Limit value there.
Additionally, try disabling all active plugins you have running including and dropins like jetpack. See if that helps.
Regards,
Devin -
AuthorPosts