Forum Replies Created
-
AuthorPosts
-
Okay, the height of the header is determined by the line height of the nav items so its a bit tough to just move them around within the header. I’m not sure if this is what you may be going for but you can adjust the overall height of the header with the following:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px; } .fixed_header.social_header #main { padding-top: 131px; }
This is just an example that is 16 pixels shorter than what you have now and can be adjusted as needed. The end result is less of a gap on the bottom of the whole header before the content starts.
Can you re-add in the slideshow on the home page so I can see the incorrect spacing live?
Hey!
I think the only difference in style is that the list items inside your entry content have bullets as the style which can be removed with:
.avia_widget_section ul { list-style: none; }
Best regards,
DevinNovember 24, 2013 at 11:21 pm in reply to: How to extend a Background Image through an entire site #192645Glad we could help. Let us know if you have any other questions or issues.
Hey!
Can you first try updating your theme files to the most recent version. That we we are on the same code base when trying to check for issues or giving out additional css.
Cheers!
DevinHi kenwae!
I’m not really sure what exactly the file path is that is getting indexed but with WordPress, each image does get an attachment page created for it. Maybe its a specific SEO setting from a plugin or in how the pages are configured but without a live example its a bit hard to get an idea of exactly what is happening.
Best regards,
DevinAs I said there I will bring it up to Kriesi. It isn’t something we typically do or that I agree with since any known bugs get fixed immediately on git if we give anything out and then the next release has the fix.
If you have any more suggestions or requests for the forums please use the contact form here: http://kriesi.at/contact
Forum posts should be kept to issues or questions directly.
Hey gorkas!
No, but you can choose not to display that page header from the layout options on the right of the page (where you choose sidebar layout). Then add in your own header to the layout as needed.
Regards,
DevinHi Paul!
If you can provide the URL for the site so we can take a look live that would be helpful. My guess is that the layerslider elements are getting positioned by a mix of css and javascript and if you have that slideshow set as responsive it may have fixes in place for IE8 already.
Best regards,
DevinNovember 24, 2013 at 8:17 pm in reply to: single-portfolio.php is NOT used to create a Single View of a Portfolio Item #192609The file named “template-builder.php” is used to output advanced layout editor files.
Hey!
Since this question is spread out over a couple of topics at this point I’ll do a quick sum of everything and hopefully answer this as a once and for all encompassing answer.
You can disable the google fonts by choosing no custom font from that dropdown. Right now, the drop down only accepts google fonts because thee isn’t a case or a check for anything else. I’ll add the idea as a feature request to the feature request topic for other font integration options its just that pulling in a custom google font was generally the most requested feature before this theme.
So for right now, you can set the font choice to no custom font to disable google fonts. Then, use another plugin to load in your custom font choice either using TypeKit or something like @font-face.
I know its not ideal or completely integrated but Kriesi is trying to add features as quickly as possible to keep up with demand and so far there have been some big huge major feature additions since theme release and there will continue to be more to keep it getting more awesome :)
Regards,
Devin
Nope! We actually see and answer every single post that comes through unless it gets resolved before we get to it. Something like 100-200 a day I think at this point.
November 24, 2013 at 8:05 pm in reply to: Please stop closing the forum topics when you respond to them. #192602I’m not sure there is a good solution. The few times I’ve opened up offical bug topics for major WordPress releases or WooCommerce release to try and keep everything together it ends up being pretty messy with half of the users posting “bugs” or re-posting the same bug without reading the initial post that has an updated list of bugs.
This update cycle has been extremely delayed right now but typically Kriesi was releasing an update every other week if not every week to keep bug fixes needed to a minimum.
I’ll bring it up to Kriesi however since he has the final say on these things anyway.
November 24, 2013 at 8:01 pm in reply to: single-portfolio.php is NOT used to create a Single View of a Portfolio Item #192601Hey kaMai!
The single-portfolio.php file gets called if the portfolio item isn’t using the advanced layout editor. Since the advanced layout editor uses a different page template it renders the content separately.
With using the regular visual editor or text tab then the WordPress templating structure should call single-portfolio.php when on a single portfolio page.
Best regards,
DevinHey frankster1234!
Unfortunately I don’t know of any that a) work well or b) would easily integrate into the theme. Typically I’ve found most people use a third party service like zendesk.
Cheers!
DevinAh, that makes sense then. I know some local server setups have issues with Enfold (and in general WordPress depending on the setup) so if you have a live test server to upload and test on give that a try. Then see if you can duplicate those server settings on your local server to get the same kind of dev environment.
Hi!
You don’t need to do anything special to not use google fonts. Just choose “no font” from the dropdown for the google font choice.
Just an FYI as well, self bumping puts your items to the back of our queue and does not move it to the front. I keep an eye out for self bumps the first time but just keep that in mind for the future.
Regards,
DevinHey!
Just as another item to check, can you try switching to one of the default WordPress themes and then check to make sure all the image editing/adding functionality on posts/pages has no issues. Just to help rule out any server/wordpress conflicts that may be happening.
Regards,
DevinNovember 24, 2013 at 7:26 pm in reply to: Next Bug – remove / rename of categories for custom-post-type not possible #192583I just did a quick test of it and had no issues re-naming, deleting or editing the categories. See: http://www.screenr.com/eXPH
My guess at this point is that there is a conflict server side with the theme in some way. Either php version or fast CGI or something like that since there seems to be issues with the theme on your end that are not typical.
So if we can get some additional information about your specific server set up maybe we can find the root of the issue.
I have no idea what is causing it to happen at this point. My guess is something on the server side which is incorrect. Maybe a corrupted .htaccess file or it has some incorrect rules in it.
There was an issue in your WordPress Settings>Reading where you had the same incorrect page set for the home page and blog page but I fixed that and it didn’t seem to fully fix the issue.
I did find you can re-set things by going to the LayerSlider pages and then it no longer attempts to dump you into the about.php or your home page whenever you navigate to other sections again. Visiting the Appearance tab then re-causes it to happen.
You could also try deleting all other themes that are in your theme folder or if there are none except enfold, try adding in twenty thirteen again so that WordPress has something to default to if there is an error.
November 24, 2013 at 6:47 pm in reply to: How to extend a Background Image through an entire site #192562Hi!
I think how you have it now is probably the closest you’ll get to that kind of a layout. The header needs to have some kind of background if you are going to use the fixed header (where it floats on top of the content when you scroll down).
If you find other elements that you need to remove the background from specifically we can assist with the css for those.
Regards,
DevinHey kaMai!
I’m not really sure what the error is just from the screenshot of your database admin. Can you elaborate a bit on what started the issue, where its showing etc?
Cheers!
DevinYou can use the plugin ( WP MIGRATE DB) to re-migrate your original database to the new location.
I’m not entirely sure this is what your original issue stems from but if you did originally come from one domain to a different one then it could have caused a database issue that just needs to get resolved.
I think that may the case. We had (some months back) talked about various fixes for the fixed backgrounds on ipads and I *thought* Kriesi had added in some changes in one of the recent updates but looking through our internal conversations again it doesn’t look like there was a final fix for it.
I know the hold up on version 2.5 has been background videos and content so I think this may be something that will get addressed in some part with this update. If not hopefully yes, we’ll add some additional fixes for mobile down the road.
Glad you were able to find a good solution :)
November 24, 2013 at 6:07 pm in reply to: Change position of header background image on ipad #192528Hey!
I don’t see the css from Yigit in place but it should work (or you can adjust it as needed for a higher starting value).
Regards,
DevinHi!
The domain name change is what caused the data to need to be changed from what Kriesi has explained in the past. So if your first domain was http://www.something.com and the second was http://www.somethingelse.com then the length of the values would change and cause data issues.
From the plugin example:
It even takes into account serialized data (both arrays and objects) and updates the string length values. Example: s:5:"hello" becomes s:11:"hello world"
Regards,
DevinHey COLORIT!
The change from Ismael changes the walker from using the mega menu walker which is why it no longer works.
As far as I know the theme doesn’t support the menu descriptions like in your original image which is why Ismael first recommended looking into hiring a developer to make the customization for you. The code was a quick attempt at making it work (though obviously not in the way you intended).
Regards,
DevinHi!
The description gets output as display: none because that element doesn’t add the description to the items. So showing it or forcing it show wouldn’t actually make anything visible.
Regards,
DevinHi Delphiine!
Ahh, I see what you mean now that the word issue has been cleared up. I was very confused originally. It looks like the topic got closed automatically for some reason but that isn’t really possible with that element. You could probably use a single image or a Easy Slider element for the large image and then for the smaller thumbnails use the Logo/Partner element which lets you define a link for each image.
Best regards,
Devin -
AuthorPosts