Forum Replies Created
-
AuthorPosts
-
You can try change the LayerSlider settings to put the javascript in the footer from the LayerSlider main settings page. If that is something that the Rocket Loader is doing, which is what it seems like it is.
Hey gregdickson!
I’m seeing all pages with the same internal container size: 1030px.
Regards,
DevinHi JamesTuttle!
Not sure what you mean, I’m having no issues playing the video. In general though that isn’t a theme function when adding raw html for a video into the layerslider. At that point you are at using the html5 video spec which doesn’t get anything from the theme modifying it.
Regards,
DevinOctober 2, 2014 at 12:02 am in reply to: Help Modifying Existing Enfold Function by Using Child Theme #328569Hi Sobe74!
Best regards,
DevinHi bakbek!
You can use plain text if its no in php or print if it is:http://php.net/manual/en/function.print.php
Otherwise the WooCommerce forums are a better place to get an answer in this case as the last time I did any email customization was about 8 months ago so things may have changed since then.
Regards,
DevinOctober 1, 2014 at 11:55 pm in reply to: [Enfold + WooCommerce] No link to the cart or checkout on mobile #328564Hi!
As far as I know that is an intentional part of the design since mobile doesn’t have enough room for it.
What you’ve done now is what I would typically suggest. I’ll also tag the topic for Kriesi so he can take a look and see about building in a secondary solution.
Regards,
DevinHey bakbek!
A freelance developer can assist with a customization like that. Depending on exactly what you want to do WooCommerce typically has filters and hooks for it to be handled from a function or two.
Regards,
DevinHi Vicken!
Either use the one available here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Or compare yours to it to see what the difference is. You can also look at my version I keep available on github here: https://github.com/DevinVinson/enfold-child-starter
Best regards,
DevinHey!
All file changes are in the version.txt that is in the full download on ThemeForest.
Best regards,
DevinHi Tanya2105!
Importing in a demo changes your site to look like that demo, adds in all needed pages with content and alters all theme options to fit that demo as well.
So you’ll lose theme options, color selections, font etc but retain all of your previous pages.
Regards,
DevinjQuery is still loading in the footer which means the slideshow code getting output along with the slider doesn’t have jQuery to use.
By default it should be loaded in header (jQuery) so if you have something else telling it to load in the footer that would be why its throwing an error and not displaying.
Hi Imburr!
This is what I’m seeing on my end:
Cheers!
DevinHi Fritz!
You would need to duplicate the map shortcode and then customize it and the accompanied js from the theme that powers it.
Quite a bit more than what we can assist with via support but I’ll ask Kriesi about making the map an object as a theme update for later as well.
Cheers!
DevinHey Mkieling!
This kind of question is unfortunately not something we can answer for you. I would recommend a consultation from a freelance developer at Codeable (I’ve done a lot of freelancing there in the past) or you can try somewhere like Envato notes.
If you have theme specific questions or issues we can help there :)
Cheers!
DevinHey!
Make sure this file is writable on your server by WordPress: /wp-content/uploads/dynamic_avia/ck_fotodesign.css
chmod 777 on it alone should be fine.
Regards,
DevinHi silviouk!
We don’t have anything like that available unfortunately. The server should be setup to run WordPress and if there are specific conflicts after that we could try addressing them.
The theme itself doesn’t require anything outside of the vast majority of web hosts have preconfigured,
Regards,
DevinAre you using Enfold 3.0, if so did you edit the new section.php and copy it to the child theme?
October 1, 2014 at 3:26 pm in reply to: added: full support and styling for “The Events Calendar” #328167Hey cbentley65!
They are included in the themes files. So if you activate the plugin it will inherit the styling correctly.
Best regards,
DevinThere are still two errors which are typically related to incorrectly minified js files. You may need to change the order/settings on the plugin to correctly work with the updated version of LayerSlider that was included in the last update.
Also check that in your LayerSlider settings you only have the ‘Concatenate output’ selected.
October 1, 2014 at 3:21 pm in reply to: Permalink and SEO Settings Problems with Yoast WordPress SEO & Enfold #328161Hi!
Try deactivating all other active plugins and see if that helps. I’ve tested things out on my dev install and am not getting the same issues with all updated versions of WordPress, theme and the plugin.
Cheers!
DevinOctober 1, 2014 at 3:19 pm in reply to: Please tell me the codding or Plugins to use Video in the Post of Blog Page #328159Hi!
Unfortunately the grid view does not show the video. It will show the featured image for the post instead.
The other more traditional feeds show the video preview however.
Cheers!
DevinHey mp3dk!
Re-create all of your bwp minified files and then clear your cache. See if that fixes things for you :)
Best regards,
DevinHi Sophieja23!
You need to add a function in your child theme to tell the parent there is are custom shortcodes. WordPress doesn’t “see” that folder structure with a child theme otherwise.
This starter child theme I have on github shows an example: https://github.com/DevinVinson/enfold-child-starter
This function is in the functions.php file http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
and the shortcodes folder is where you’ll put your replacement section.php.
Cheers!
DevinHi!
I don’t think its been changed in a long time. Looking through the avia.js history I don’t see any notes about the tooltip getting updated in the past 6 months.
The undefined error sounds like a general js error. Typically its an issue with another plugin or an incomplete/broken javascript file.
If you download the 3.0 update that *just* went live on ThemeForest it has a fix I added to change the js version of avia to 3 which will clear any previous cache on the avia.js file. Or if you want to do that manually, first re-upload the whole js folder and then in your functions.php file find the avia.js being enqued and change the 2 to a 3 in that function.
wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 3, true );
That 3 will be a 2 on your version but its a 3 in version 3.
Best regards,
DevinOctober 1, 2014 at 5:14 am in reply to: How to display Custom Post Type list using Advance Layout Builder #327841Hi bemofunny!
Did you also set up/attach the taxonomy of your CPT to your CPT? The elements that allow you to choose any post type get that information from the taxonomy.
Regards,
DevinHey DionRaath!
There was a bug with 2.9.2 and the dummy data that caused the menu not to properly nest. You can either go to the Menus manager in WordPress and nest them or create a new menu for your own content and assign it to the main menu.
See: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Looks like you’ve already done that actually! I was just logging in to your site to make the initial changes for you and saw you had your own new menu :)
The video above will help you set up mega menus however so take a look for an example/walkthrough.
Cheers!
DevinOctober 1, 2014 at 5:05 am in reply to: Search results page in grid layout with featured image #327838Hey Yory!
It would need to be a customization made by a freelance developer to the search template and possible some custom function to filter the search results or limit them.
Cheers!
DevinOctober 1, 2014 at 5:04 am in reply to: Advanced Layout Editor broken? Preview not possible. #327837Meta fields are saved right along side the post data in the database. See: http://codex.wordpress.org/Custom_Fields
In the themes case, its a whole bunch of shortcodes. You can actually turn on a field to see them with this function: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
So while you have Enfold active the data will get pulled from that field in the database.
Hi BADFUN!
You must be using Enfold 2.9.2+ for the theme to work with WordPress 4.0.
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
DevinSeems like its a case of it needing to be fully deactivated/removed from the theme to run as a stand alone. I’ve never purchased it by itself so I assumed the field for updating within the plugin would work.
The 3.0 update rolling out today has the most recent version of LayerSlider included however.
-
AuthorPosts