Forum Replies Created
-
AuthorPosts
-
January 6, 2014 at 4:29 pm in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #205865
Hey deyowulf!
1) As far as I know this is a limitation of LayerSlider. It needs to change slides or refresh in order to re-adjust for a phone rotation.
2) 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:
#top.avia-blank { width: 101% !important; }
Best regards,
DevinJanuary 6, 2014 at 9:31 am in reply to: Breadcrumbs and page name won't go away even though I turned them off #205760Hey cfleury!
Sounds like the blog page is the one set from the theme options which makes the “blog” page you choose really only act as a placeholder. See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
What you can do is change the blog page to a regular page and deselect it from the theme options or if you can provide a link to your blog page we can remove it via css without having to modify any theme settings/options.
Cheers!
DevinHi oslpag!
Can we see your site/shop live? It would be best to test it out and inspect the code as it is on your server and then we can assist with the needed css fix.
Cheers!
DevinHi tyronere!
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Once you are on the most recent versions you can update through the theme options after putting in the ThemeForest account info.
Cheers!
DevinHey!
Try using the 7zip as indicated above. It could just be the unzipping utility as nothing in the archive has a password.
Cheers!
DevinJanuary 6, 2014 at 3:46 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205743Hi!
At this point you’ll need to wait for Facebook to re-pick up the correct data. I would recommend sticking with the WordPress SEO route as Yoast’s code and plugins are considered the top tier by most developers in proper SEO and even Social settings when using WordPress.
Edit – You can try forcing Facebook to refresh its content by throwing the url in their debug here; https://developers.facebook.com/tools/debug
Best regards,
Devin-
This reply was modified 11 years, 6 months ago by
Devin.
Hi!
I believe its how the crawler will try and grab ajax content. From this dev article on it you can add a line in your robots.txt file to prevent the crawling:
https://developers.google.com/webmasters/ajax-crawling/docs/specification
Disallow: /*_escaped_fragment_
A lot of backwards compatible and cross browser support code isn’t technically w3 standards. Its in place to give the theme the most flexibility for users as possible. There are also things like the inline debug code in the header which I believe the w3 scan flags as well.
Nothing that will have any negative impact for you.
Cheers!
DevinHi!
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:
#top.avia-blank #wrap_all { vertical-align: top; padding-top: 50px; }
And adjust as you’d like.
Cheers!
DevinIts taking effect but you need to pull the content slider up a bit for it to show fully. Like:
@media only screen and (min-width: 491px) { #top.home .avia-content-slider-inner { height: 50px !important; } } @media only screen and (max-width: 490px) { #top.home .avia-content-slider-inner { height: 100px !important; margin-top: -50px; } }
The indentation of the menu item determines how it gets output.
Main Menu item
>Column Begins
>>Column ContentsRight now you are just doing
Main Menu item
>Column Begins
>Column BeginsYou *should* be doing
Main Menu item
>Column Begins
>>Menu Item
>Column Begins
>>Menu ItemSince you want each item to be the position of a new column. I’ve done 2 for you as an example. This is how the mega menu is created on the demo site except each column has multiple items in it.
Then you would need to put each item in its own column instead of all items in a single column.
Hey!
You had the first menu “contentmuse” done correctly. I did the same thing for your other menus.
Regards,
DevinHi Vermishelle!
Each Color Section element has a field for adding in the name of the section ID which will turn into an anchor. Which is what is done on this page http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/#contact . If you click on the about us button it will scroll to the next section.
Then you’ll need to add in the links as custom links to your menu pointing to each anchor.
Cheers!
DevinHey!
You can try something like this:
#top.home .avia-content-slider-inner { height: 30px !important; }
And adjust the height as needed.
Regards,
DevinHey danadyb!
Try changing to email address they are sent to to something that is on the same domain. You may need to talk with your hosting provider to make sure they allow sending of mail through php mail and what limitations are in place to protect against spam being sent out.
Cheers!
DevinHi Khalid!
When you customize the header to add new elements you also need to add in the css to complete the customization since the theme doesn’t have anything for it built in.
Cheers!
DevinHi!
Sorry about any confusion but glad its cleared up for you now :)
Cheers!
DevinHi!
I’m not seeing any issues when viewing the site now. Maybe it was a plugin conflict or a plugin setting conflict or even just a fluke. If you are still getting the issue(s) could you tell us in what browser, its version your OS version and if possible screenshots as well.
Cheers!
DevinThanks for all the suggestions everyone and keep them coming! Still no gurantee on any one feature but this is the only place where Kriesi is actively looking for feature requests.
Also a small note that any support issues should be made as their own new topics :)
Hey hellovlad_!
It should only be a matter of selecting those options when you are editing the color section. Just like what is done here at about 1:40 in: https://vimeo.com/64927358
Regards,
DevinJanuary 5, 2014 at 2:11 am in reply to: Website on local PC not starting well, not showing images & slides #205471Hi!
The breadcrumbs are a result of the page hierarchy. The menu setup is only visual and WordPress doesn’t actually recognize it as any kind of page organization.
So in your WordPress Pages, you can modify the hierarchy of your pages from there.
For the portfolio items, if the user is coming from a portfolio page then that portfolio page will be shown in the breadcrumbs.
Cheers!
DevinHey LostInFrance!
Version 5.0 was released the 23rd of December. It hasn’t exactly been a huge delay in updating the plugin. We don’t update the plugin right away specifically because users don’t have the ability to update right away with plugin updates as well. So right now we are just making sure the current version is stable. The first bug fix release on the 29th would make the current version only have been out for about 6 days.
I would guess Kriesi will update the included version within the next few weeks. The users that have updated it themselves have not reported a flawless update so far but you are always more than welcome to replace the plugin files within the theme with your own updated version and give it a try.
Best regards,
DevinHey hellovlad_!
Looks like the logo is linked to your home page url right now. The link should be getting pulled from whatever you have set as the home page in the theme settings>general options.
See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Regards,
DevinJanuary 4, 2014 at 8:39 pm in reply to: ENFOLD's AdvancedLayerSlider: color change of grey "bricks" of image transitions #205399Updates are included with each update of the theme as long as it remains stable and working as is. For instance right now there is a newever version of LayerSlider but it has not been tested by Kriesi fully because he is waiting on the initial bug fixes to get added in by the plugin authors.
January 4, 2014 at 4:05 pm in reply to: How to implement a Full Page Background Image for a given page #205334Glad you found a good work-around.
Hi!
Looks like its the video in this case. If you load it up directly it has the same effect.
Regards,
DevinHi!
Yes, if you can respond here with a private reply (the set as private reply check box) and giving the needed credentials to look at it live that would be great.
Regards,
DevinHi kecster2!
There isn’t any element already in place for that but it doesn’t look like its anything that a bit of css and maybe some custom html couldn’t do.
It *might* be $30 from just about any freelance developer if not less to write out the custom code for you.
Regards,
DevinJanuary 4, 2014 at 9:41 am in reply to: Portfolio entry breadcrumb doesn't reflect location in menu #205282Hi!
WordPress hierarchy is completely disconnected from whatever you set in the menus. The breadcrumbs will reflect the page hierarchy only.
Portfolio items respect their hierarchy but with that custom post type the portfolio items don’t have parent>child relationships.
Regards,
DevinJanuary 4, 2014 at 9:38 am in reply to: Increasing number of portfolio columns to more than 4 columns #205280Hey NanaKuo!
Unfortunately the theme doesn’t have any css to support that many columns so it would need to be written in from scratch. A freelance developer should be able to help in making the needed customization and writing the new responsive css.
Regards,
Devin -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts