Forum Replies Created
-
AuthorPosts
-
Hi thesebogroup,
Make sure you have no blank space in your functions.php after the initial header and no open or broken functions. If you don’t have any functions in the functions file then you can just delete all empty space right up to the */ in the header.
Regards,
Devin
August 23, 2013 at 8:08 pm in reply to: Background Image in color section not working on Safari #132894Let us know if you have any other questions or issues.
August 23, 2013 at 8:07 pm in reply to: Is there a way to number the single comments at a post? #137040Hi colorit2,
What kind of numbering do you mean? Do you have an example?
Regards,
Devin
Hi KKRISTENNYC,
There is no specific customization or setting to have an alternate menu for the mobile menu.
Regards,
Devin
If you have a menu that is detecting if a page is currently viewing the url then its to be expect that would be highlighted. So since you have multiple links to the same url it will always show as active.
The actual css is very simple:
#menu-item-4546 .avia-menu-fx {
display: none;
}
#menu-item-4546 > a {
color: #333;
}The menu item ID will be specific to your site.
Hi kriru,
We don’t know what customizations you have already done and how that would effect either. The best thing you can do is just compare the single.php files on both and see what the difference is on the site that is not working.
Regards,
Devin
Hi angelinim,
That shouldn’t be happening unless there is something wrong across the board on the slideshow. Can we see the site live?
Regards,
Devin
Hi Siobhan,
No, not that I know of. The field isn’t set to accept anything other than simple text the way it is set right now.
Regards,
Devin
August 23, 2013 at 7:50 pm in reply to: LayerSlider image link hover effect does not working #136527Glad you found a solution bryu1024 :)
Regards,
Devin
Hi AlexeyNN,
Have you tried disabling all of your active plugins (except WooCommerce and bbPress)? With 19 active plugins there is a good chance there is a code conflict with the theme and a plugin.
Regards,
Devin
What versions of IE then? Are there any browser extensions common between them or a specific IE versions number (not just 8 or 9).
Hi badduckz,
I’m not actually having any issue seeing them either. Have you tried clearing your local cache?
Regards,
Devin
Hi Adrian,
You’ll need to re-download the theme and update the theme files. Follow this guide for a quick how-to: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
The portfolio items all need to have a featured image which will then be shown in the portfolio grid element.
Hi OcalaWebsiteDesigns,
All design elements have to be inside a layout element. So try adding it inside a 1/1 element for full width.
Regards,
Devin
Hi Luis,
Take a look at this video for a quick intro on using the advanced layout editor: https://vimeo.com/channels/aviathemes/64927358
and this one for a more in depth look: https://vimeo.com/channels/aviathemes/64927359
For #1, those are portfolio items in a 3 column porfolio element,
#2 is a Testimonials element with nothing special.
Regards,
Devin
August 23, 2013 at 1:13 pm in reply to: Fullwidth easy slider doesn't work autorotation and lock buttons #136411Glad we could help :)
Let us know if you have any other questions or issues. If you find bugs with the new versions please make a new topic and let us know so we can address them.
Regards,
Devin
Try updating to 2.0.1 and also changing the permissions on the css files in the folder to 777 as well. I only recommend 755 since 777 isn’t as secure and is last step effort typically.
Hi nxlevel,
We’ll need to see the site live to figure out what might be going on. If you can provide a URL we’ll take a look.
Regards,
Devin
Hi edebe,
IE8 doesn’t support max-width and min-width as far as I know but it also doesn’t support media queries so it shouldn’t be an issue to make images adapt to IE8 containers.
If you have an example from your site where there is an issue we can take a look, inspect the code and see whats going on.
Regards,
Devin
Hi kcharity,
Where is this within the theme? Do you have an example we can see live?
Regards,
Devin
There isn’t a way to set it dynamically via css. The difference in color is because enfold has styles for the tables and the plugin doesn’t have a style for them.
So the plugin data is: table {} while the theme has table{some styles}. In those cases, the plugin is a blank slate and the theme styles fill in that blank.
What you would want to do is inspect the plugin with dev tools (Chrome>right click>inspect element) and for each css selector either style the element as you want it or clear out the theme styles by add the same properties but default values (almost the same thing as adding new styles completely).
August 23, 2013 at 12:50 pm in reply to: Display the Header with Page Title and Breadcrumb Navigation bar on Page #136157There isn’t built in support for it so it would need to be custom coded in. I’m not even really sure what the best way would be to add it in because it would need to have something like a new custom field to add in the data for each page where you wanted the image to show up.
If you could tell us a bit more about the server (host, plan, specs) we’ll look into a bit more. This is the first I’ve ever run across or heard of someone just not being able to install the theme at all.
I mean that it doesn’t have the potential to accept hidden fields which most third party newsletter programs use.
So you would need to use something else which is capable of accepting and then storing the data given to it and styling it to look like the theme as you said.
Its a form that emails the data it accepts. If you wanted to make it do something else you would need to modify its code.
Glad you were able to find a solution and thank you for sharing it! Hopefully that helps anyone else looking for something similar :)
Regards,
Devin
Glad you were able to get it set up! I’ll bookmark that guide to point others to it as well.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi montanayank,
If it is still showing as 1.6 then you didn’t update the files correctly. This is a quick walkthrough up updating via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi dylandibona,
For most media linkes (images, youtube, vimeo etc) the theme uses a lightbox script to grab them and open up the media in a lightbox automatically. If you want to prevent this you just need to add the noLightbox class to the link like this:
<a class="noLightbox" href="http://www.youtube.com/">Youtube</a>
Regards,
Devin
-
AuthorPosts