Forum Replies Created
-
AuthorPosts
-
Hi John,
It appears that the widget with the ad code in it is overlapping the content above it somehow which is making the user unable to click those items.
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:
.avia-builder-widget-area.avia-builder-el-8.el_after_av_hr.avia-builder-el-last {
clear: both;
}If you can take a screenshot of the advanced layout editor for that page and provide a link her for it I’d also like to test it out to see what the root cause is. The CSS above will fix it for now.
Regards,
Devin
Hi TIA,
You could target them by name but as far as I know there isn’t any class for the sub categories specifically. Eg the body class gets:
archive tax-product_cat term-braais-ovens term-114 stretched open_sans woocommerce woocommerce-page
on this page: http://kriesi.at/themes/enfold/product-category/outdoor/braais-ovens/
Which isn’t a sub category but the same should hold true for all of them. So you could do #top.archive.term-braais-ovens ul.products li a img but it would need to be done for each category you want it to take effect on (braais-ovens being the category for that page).
Regards,
Devin
June 12, 2013 at 4:04 am in reply to: I really like the grid blog style, is there a easy way to allow it to load more? #123614Hi cyberena,
I don’t really understand what you mean. There isn’t a single “function” that is editable to output that.
Do you mean you just added it in via a shortcode instead of using the Layout Editor? If so, you can us the items-‘100’ parameter like so:
[av_portfolio categories='11,12,13,14,15' columns='4' items='100' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
Regards,
Devin
Hi rsonrier,
Yes, the mega menu only returns a second level down for the mobile version to prevent overly long mobile menus (which can be a negative UX).
The second issue I’m not sure of a fix for. Z-Index issues with youtube and fixed items can get messy and horribly unpredictable. I’ve attempted to nail down why it isn’t getting the proper layer order but so far have been unable to.
I believe the issue has been tagged for Kriesi already but I’ll tag him on this one just in case it has not.
Regards,
Devin
Glad you were able to get it resolved :)
I’ve edited your original post.
Let us know if you have any other questions or issues.
Regards,
Devin
Hi vanderibeiro,
I don’t really understand what it is that you are asking. Disabling the fixed header would mean it would *not* appear when scrolling down the page.
If you are talking about the blank page option where the header and footer are disabled, you would need to write that kind of layout yourself as a customization to the theme files.
Regards,
Devin
You put the font folder wherever your css is pointing to. I can’t tell you where to put it because I don’t know where your css is pointing.
If you look at the “How do I use #font-face” section at the font-face site above, they have an example which should answer 1 and 2:
@font-face {
font-family: DeliciousRoman;
src: url(https://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
font-weight:400;
}So you would use http://www.yoursite.com/the-location-of-your-font .
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi Adrian,
Yes, this is possible with the additions in 1.6. You will use the new option on the individual portfolio item. Its a bit rough right now but ill be cleaned up in the next update (though it will still work for adding a link to the item right now).
Regards,
Devin
You can try something like Constant Contact or AWeber.
Try it with different image sizes. Not every image size will work with your content. It isn’t going to be a one size fits all solution with this kind of thing and really does need to be hand tweaked. So if you don’t want to change the image, stretch to fit is your best option. Otherwise you need to use a different, more properly cropped image.
For instance, in this video https://vimeo.com/channels/aviathemes/64927358 I use the demo background image. Using the exact same demo file and setting it to No Repeat instead of stretch to fit I get the same effect: http://www.screenr.com/WD2H
Hi sirdion,
I go over creating that using a color section in this video: https://vimeo.com/channels/aviathemes/64927358
Regards,
Devin
Hi All,
For the most part it all should be responsive. Just setting the text size and setting up buttons all of my test slides change size based on the container.
Have you switched on the slideshow global settings to Responsive? Are you using any css to force the slide content to a specific style?
If we can take a look at the slides live as well as a screenshot of your settings maybe we can try and replicate things or inspect the code.
Regards,
Devin
Hi RichardDyke,
What do you mean by crashing? Are you getting an error or something else?
Have you tried installing via FTP like this: https://vimeo.com/channels/aviathemes/64927356
If you have not already, you may also need to increase your php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Going up to 128 should be enough.
Regards,
Devin
Hi artistic24459,
Do you mean its only looking incorrect int he admin area? If so, its probably just in the way the list items are being rendered which can be ignored for now.
Regards,
Devin
June 12, 2013 at 1:34 am in reply to: background color/image for a particular page (or pages) #123365Hi Gurmit,
Not that I know of. The CSS way is the best and only way that I know of without doing something with javascript (maybe?).
Regards,
Devin
Hi nimrodmadar,
No, neither of those are able to be done at the moment. But you can add them in to the feature request topic for Enfold here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi xJohnnyNo7x,
If you are having issues getting mail, try changing the email address for the form and in your theme settings as well as wordpress settings to an email address hosted on that domain. You can also check to see if your host allows you to send mail via php mail function by trying something like Contact Form 7 which is a plugin for creating contact forms. Then test out that plugins contact form method to see if its a host issue or a theme issue.
Regards,
Devin
Hi joe88,
If the image is fixed, the content will move around it which is the essence of the effect. If the image is smaller than the area it will still be fixed but it will not be as obvious.
The best, and most direct fix is just to use full size stretched to fit images if it isn’t giving you the visual effect you want.
Regards,
Devin
Hi victoriaeducacion,
Take a look at: http://www.font-face.com/
This is a pretty good overview of everything having to do with @font-face and how to add it to your site. You’ll be adding that css to your child themes style.css since it will be loading in after the theme css which means it takes priority.
The css above however is incorrect as it has a bunch of HTML added in (the br tags and p tags). Here is a good template to use: http://css-tricks.com/snippets/css/using-font-face/
Regards,
Devin
Hi All,
Can we take a look at either of your sites? I’m really not sure what you mean by the description. By default, installing the dummy data should go something like in this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
June 11, 2013 at 6:13 pm in reply to: Portfolio sort categories disappeared after upgrading to 1.5 #123620You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
Hi Andy,
You can target specific content within a page by using the page ID as well as the content specific class/ID. You just need to inspect the page code and then pick out the parent class so that the css only effects that specific group of classes/items.
Regards,
Devin
June 11, 2013 at 6:10 pm in reply to: "Parallax" effect does not work on iPad, and very choppy in Safari (Mac) #123728Hey Andy,
No, not on a mac but on my ipad. Kriesi is actually the only one who has a Mac at the moment. But the scroll is smooth on the page itself.
And yes Tsukassax it looks like Fixed is not a valid option for iOS because of the OS constraints. Perhaps Kriesi can find a way around them with a hack or something like that.
Regards,
Devin
Hi logan2d,
With the 1.6 update you can add a custom link to the portfolio item in the options underneath which should do what you are you looking for.
Regards,
Devin
Hi Dave,
Perhaps the text color that is being changed isn’t the same instance on the frontend. If you can link to your site and an example page pointing out the text you’d like to change we can assist with any needed css or backend changes.
Regards,
Devin
Hi kale407,
You would need to target each menu by its id and add custom css for each. If you inspect the code when viewing your site you’ll be able to pick out the id number on the menu item.
Something like:
#menu-item-999 {
background: red;
padding-left: 10px;
padding-right: 10px;
}Regards,
Devin
Hi rinoy,
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:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; clear: both; }
}Regards,
Devin
Hi Darryl,
It wouldn’t be a child theme at that point. I can’t really think of any positive to doing this and it defeats the entire point of a child theme.
What you do when adding new css is add the exact same css to your style.css file in the child which will then take priority over the parent because it comes after.
So if you add all the same css to the child you would then need to update *all* of that same css when you update the parent. Which effectively negates the benefit of using a child theme.
Regards,
Devin
Hi Tom,
You’ll probably need to go into your theme options Styling section and re-set the options. Clear your minification options and then have it re-minifiy things.
Regards,
Devin
-
AuthorPosts