Forum Replies Created
-
AuthorPosts
-
Hi CobbyNelson!
Have you kept the theme up to date along with the version of WordPress? As plugins update they could also cause new conflicts that were not there before. Jetpack itself has a whole bunch of extensions that it can load in when activated so the issue could come from there as well.
For reference the current theme version is 2.9.1 which works with WordPress 3.9.2
Cheers!
DevinAugust 22, 2014 at 8:35 pm in reply to: Multiple Domains with enfold – Icons are not displayed #308063Glad Peter could help. Let us know if you have any other questions or issues.
Hey borkent!
Is it the button on the WooCommerce page or on the floating cart (part of enfold)?
Best regards,
DevinHey!
It depends on what you (or in this case the client) is looking for specifically. I recently had a similar request for a client to make a button slightly animate which might be what you are talking about: http://codepen.io/DevinVinson/pen/wcvna
Its a bit rough and modified to run on codepen but it might be enough to point you in the right direction/give you a base to work from.
Regards,
DevinHi!
The color sections themselves are for overlaying static content. The demo home page at the top uses a fullscreen slider which should show the parallax effect by default.
This video shows creating something more like the “A beautiful experience section” which has the color section and then content on top of it: https://vimeo.com/64927358
The last one of the page has a video background instead of an image. The LayerSlider slideshows unfortunately don’t have a parallax option so for those kinds of slideshows the background will be a static image.
Regards,
DevinHi kimogroup!
You can change the functions.php file of the theme file to define your own grid size to use for the sidebars and main containers. See: https://kriesi.at/support/topic/right-sidebar-width/#post-118282
Regards,
DevinAugust 22, 2014 at 3:43 pm in reply to: Background Image on Color Section Not Scaling and more #307924Hey!
Background images on color sections are sized based on the choice you make for that specific color section and then based on the users screen size when they view your site. Select the options for the image background on that color section appropriate for how you want it to look. For example, setting the position to “center center” and background repeat to “no repeat” will put the image in the middle of the color section at whatever size it was added in.
For #3, there are a couple of different ways to do that but each needs some custom css. The gist of it would be to wrap the text in a class and then give that class padding. You could then position the class inside of the code block or text block if you are using one by making it float:right or something like that.
This is somewhat how you have it now but with everything as a percent it needs a parent container that you are also controlling. I would suggest using a fixed value for the text box and a 50% width parent container instead. Then use a media query to make the 50% width parent container switch to full width below tablet size (which is what the columns do).
Regards,
DevinHmm, try removing Josue’s script and then clearing your cache with wp-cache again. I’m not getting any issues with the Masonry script at this point but maybe we can take it in steps to see what was/is causing the issue.
Its beyond the scope of support to debug third party scripts so in this case if removing the jquery include and adding the wrappers is unclear I would suggest looking into a freelance developer from somewhere like Envato Studio to add in the script for you.
Hey!
As Yigit mentioned make sure that this file specifically has writable permissions: http://www.YOURSITE.com/wp-content/uploads/dynamic_avia/enfold.css
If you take a look at it from the browser none of the css is getting applied to it so none of the visual options are able to viewed. This is separate from image uploads or editing the theme css files directly.
Cheers!
DevinHi wnow!
You’ll want to have the script you are including not include any version of jquery so that there is no conflict with the version WordPress is loading in automatically. Not sure what the code is you’ve got in place but there is a topic here that might give you an idea of what it will take (no need for the walker class addition however) http://stackoverflow.com/questions/21423284/how-to-create-a-sticky-navigation-like-smint-for-wordpress/22258140#22258140
If there is an actual conflict with 1.11 it would have to be sorted out by the jquery plugin author.
Best regards,
DevinHi!
The script doesn’t work because WordPress already include jquery into the page and your script is trying to as well. The script needs to be properly wrapped when used inside WordPress and definitely shouldn’t include its own version of jquery.
See: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers
Cheers!
DevinAugust 22, 2014 at 12:31 am in reply to: How to enable Avia Layout Builder in another plugin's edit box #307581Ah okay great! The theme as all fairly well commented within the code and it is (at least to us) intuitively organized so digging through things should point you to just about everything.
August 22, 2014 at 12:24 am in reply to: Arial not available in Advanced Styling for Headings #307579Hi Ivana!
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:
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; }
Regards,
DevinAugust 22, 2014 at 12:23 am in reply to: code block strips fontello font characters from editor with a "?" #307578Hi mrwerner!
Is there a reason why you can’t use the icon shortcode in this case?
Best regards,
DevinHi!
You can add buttons to LayerSlider slideshows by adding the raw shortcode for them into the html field of a layer.
Cheers!
DevinHey!
I don’t quite understand what you mean either. What gallery type are you using specifically? Is it a WordPress gallery, a layout builder gallery and if so which one specifically.
Best regards,
DevinHi gorkas!
You could try adding in the raw code for it to a code element on the page. Aside from that I would suggest looking for a plugin that has an easy way of adding pdfs into a page that are usable since the theme doesn’t have anything built in for it.
Cheers!
DevinHi!
Elements are going to have default padding/margins when added in depending on the area since that is how things are written. For instance like that you can target them individually with either a custom class on the element or something like that (ID, class of elements on page).
Right now that hr is inside of a container that has default spacing on it. If it were in one of the containers above or below it then it would not get those auto added values added into the mix.
So the hr is getting the correct values but its inside of other elements you aren’t adjusting at the moment.
Regards,
DevinAugust 21, 2014 at 11:24 pm in reply to: Latest Blogpost links to homepage and homepage shows data from latest blog post #307567I’ve never heard of that happening before so my guess is there is some odd setup somewhere.
The typical setup is that you have the WordPress settings to the latest blog option and then you set the home page and blog pages from the Theme Options.
Then you can use Yoasts fields to set the page title and meta data as needed.
If you are still having issues deactivate all other plugins that are active to make sure there are no other conflicts.
August 21, 2014 at 10:47 pm in reply to: How to enable Avia Layout Builder in another plugin's edit box #307560I guess I’m just not sure what it is you are asking for. The layout builder adds a button onto the regular tinyMCE to hide that editor and switch to the custom drag and drop view. All of the data for the page is then pulled from the custom field where all of those shortcodes are loaded.
You can look through the code for the template builder class in config-templatebuilder>avia-template-builder>php>template-builder.class.php which outlines how its added in to the editing window as well as in the same builder folder but in the assets>js>avia-builder.js that handles the live changes.
August 21, 2014 at 9:27 pm in reply to: Latest Blogpost links to homepage and homepage shows data from latest blog post #307534Hey alwaysg2!
Looks like you may have figured things out as the homepage is showing as a static page with content setup for your site.
Regards,
DevinHi DanielGruppen!
You will need to look into a freelance developer from somewhere like Envato Studio, Codeable or even WerkPress.
Support doesn’t provide full customization like what you’ve outlined.
Cheers!
DevinAugust 21, 2014 at 9:25 pm in reply to: How to enable Avia Layout Builder in another plugin's edit box #307532Hi Chris!
The individual plugin author would need to assist in what they are doing to have an alternate editing area than the standard editor.
The theme doesn’t actually use it either and instead if adds all the content to a separate meta field so in your case I don’t think they would ever be compatible without Kriesi adding the same plugin capability to the theme.
Regards,
DevinHi!
The theme has an option that will appear when you activate a child theme which imports in the parent theme settings. Since that was added there has also been an option to export your settings as a file so either will work.
The menu will still need to be re-set to the menus you want to use for the themes menu areas but you don’t need to re-build them. Widget area locations may also need to be reset depending on what you have set up.
If in doubt what I recommend is to open up your site in another browser window, open up your theme options in one tab and any other options pages you may want to refer to in other tabs. Leaving them open while you then open a new window to change over to your child theme lets you have the old settings all there in open tabs to refer to. Its not needed but I know even I will sometimes think things look “just different” when I’m worried about anything changing :)
Best regards,
DevinHi JulieDesigns2!
Looks like you have already done what I was going to suggest and set it to scrollable instead of responsive.
Cheers!
DevinHey cl!
For #1 you could try doing it on the body as an overall change.
For #2 – I think you will need to float all of the elements or put them in a wrapper with a defined width to get the hr to line up only under each item. Or you could add a border to each item in your widget instead of using <hr>.
Regards,
DevinAugust 21, 2014 at 3:44 pm in reply to: Masonry, show container from portfolio entry instead of image #307415Hi fri_z!
No, that would not be possible without a pretty significant customization to the portfolio element.
Best regards,
DevinIfit helps, I just tried it on Safari on my end for the other site and its working there as well.
August 20, 2014 at 11:15 pm in reply to: Remove Enfold Theme by Kriesi text in footer / socket #307090Hey ferriscreative!
See: http://kriesi.at/documentation/enfold/faq/#nolink
No css needed but you do need to fill in your own information.
Cheers!
Devin -
AuthorPosts