Forum Replies Created
-
AuthorPosts
-
It goes in and out. Sometimes the url brings up the site, sometimes not. Pretty strange but it sounds like the host is having some issues with your domain.
As for the menu limitation, I don’t know of any specific limit but if you are running into the point where a menu item isn’t showing up we could look at it and test it.
I know that the biggest limiter is often the local memory of the server just because of how the menu manger runs while using it.
Regards,
Devin
Hi jwferne,
The majority of the issues are all to do with the wide layout which seems to have some issues with front end layouts alone.
If you are getting errors with the editor itself, I would suggest first disabling any active plugins you have running to make sure there isn’t a conflict there. I’m running 1.4 on my main live test install and have not had any issues with settings getting overwritten or major back end bugs but just some front end layout/css issues.
Regards,
Devin
Hi
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 .logo img {
margin-top: 16px;
}
@media only screen and (max-width: 989px) and (min-width: 768px){
#top .logo img {
width: 80%;
height: auto;
margin-top: 19px;
}
}Regards,
Devin
Hi yingfuli,
I’m not seeing any overlap at all on the home page at that link with the header and slideshow. Did you adjust it with some css or change another setting?
Regards,
Devin
Hi micscr,
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 strong {
color: black ;
}Regards,
Devin
Very strange. I’ve tried to replicate it now in all of my available browsers in various browser states and am still not getting it.
Hi jcchavez,
We will need to look at the site live to see what is causing the issue. If you can provide a link here, we can take a look.
Regards,
Devin
Glad that helped :)
Let us know if you have any other questions or issues.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
May 3, 2013 at 5:40 pm in reply to: Everything messed up in IE8 (even more so in Compatibility View) #116988I would first say update your theme files to the most recent version as there have been a number of fixes released even since 1.2.
For the header background, you can add this to your quick css if the update doesn’t fix it:
#top .header_bg {
background: #fff !important;
}Regards,
Devin
And you are using the text tab within the visual editor?
You may need to use the regular visual editor and not the builder for an embed like that which also needs to include the scripts within it as I believe the builder does some stripping and cleaning up of code within it.
Regards,
Devin
Glad Kriesi could help :)
I had forgotten about the serialization issue as I started using a migration tool like Kriesi suggested and it just didn’t cross my mind :)
It should do the trick for you as I’ve been doing it for quite a while on client sites now without issue.
Regards,
Devin
Glad that worked for you :)
Let us know if you have any other questions or issues.
Regards,
Devin
May 3, 2013 at 5:03 pm in reply to: Can't edit or change a text block in Avia layout builder #117060Hi swisskud,
Sounds like it could have been a previously active plugin, setting in your browser or a still active plugin that just had to have a setting change.
If the problem re-appears let us know and we can take a look again at that point.
Regards,
Devin
All theme settings, pages, posts etc are stored in your wordpress database. So writing over the theme files doesn’t effect them or your settings. So as long as the theme name is still Enfold, the theme settings stay the same.
You can subscribe to get emails whenever the theme files are updated in your Downloads section on Themeforest. Just check the box for it and you will get an email whenever Kriesi uploads new files.
Regards,
Devin
Hi juanfra93,
You can adjust where the slider sits below the header by changing the padding. 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:
.fixed_header #main {
padding-top: 88px;
}Then modify that padding to fit your new height.
Regards,
Devin
Hi Iain,
You’ll need to update via FTP in that case. Some servers are set where the wordpress user levels don’t have permission to re-name folders or overwrite them. So when you try to install the theme file again, it doesn’t allow it.
Installing via ftp is pretty quick and simple but here is a video that will help: https://vimeo.com/64927356
Regards,
Devin
May 3, 2013 at 12:28 pm in reply to: Header: How to make it NOT resize smaller when scrolling. #116938Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi doafilms,
For each portfolio item, make sure to set a featured image. That way there is a photo identified as the preview image to be used in portfolio overviews.
For the slideshows, if you have images previously uploaded on the server you will need to re-generate theme with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
That should save the proper thumbnails the theme will then use in slideshows. Just make sure to use images that are larger than or exactly equal to the size of slideshow you’ll use.
Regards,
Devin
Hi rcgroup
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:
@media only screen and (max-width: 767px){
.responsive #header .social_bookmarks {
padding-bottom: 10px;
}
.responsive.social_header .phone-info {
margin-left: -20px;
}
}Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi Spiv,
Its pretty simple to remove with a bit of css if you want to provide a link to the blog we can assist.
Regards,
Devin
May 3, 2013 at 5:02 am in reply to: Everything messed up in IE8 (even more so in Compatibility View) #116986If we can take a look at your site live, we can investigate further. As I said, on my personal site, the demo and my local test install there are no major issues with IE8 and that is using a native IE8 install and not any kind of online preview service which tends to have major issues with transparencies and general javascript effects.
Regards,
Devin
Just to add in, I saw the site live earlier on another of your topics but looking at it now I’m just getting the default domain page showing the site name but no wordpress files or anything like that.
No idea as to the cause but I did see it up earlier however it isn’t up now or when Ismael looked just a while ago it seems.
Regards,
Devin
Where is it you are trying to add this?
How is the mailchimp form added in? Is it with a plugin or did you add in some code to the header?
May 2, 2013 at 7:54 pm in reply to: Everything messed up in IE8 (even more so in Compatibility View) #116982The icons being squares, hover effects, drop shadows and all of those kinds of effect will definitely not work in IE8. At this point, IE8 compatibility is almost just keeping the data where it should be and then making it the best it can be.
If there is a specific issue with columns, I’m not seeing it on my end but with IE…it could be any number of reasons.
Hi Nicolas,
Here is what I would do if it were my site or client:
Move my main installation of wordpress to a new sub folder on my domain(yourdomain.com/wp ) for example.
Then transfer the current site to that folder so that it runs in its own folder but still on the main domain. See: http://codex.wordpress.org/Moving_WordPress
Now that you have wordpress in its own folder, install another wordpress installation into a new folder (yourdomain.com/app). Now you can develop everything in the new folder while keeping your current site live. When you are ready to switch, you just change which folder the domain reads from.
The initial change may cause some issues if you have images added in that point directly to the file location on the server but at least once you do the whole switch over you will never have to worry about it again because the location will be exact.
If its not in your ballpark of experience, there are other ways as well but whatever works for you is best :)
Regards,
Devin
Hi Nic,
No I don’t believe so at the moment. I’ll put it in as a feature request to Kriesi :)
Regards,
Devin
Hi Mark,
There are media queries within the css files but nothing that would change the font like that as far as I know. The only thing I can think of is something with the plugin that may not be giving the font settings proper priority or something with the phone specifically that would prevent it from displaying the other font.
Regards,
Devin
-
AuthorPosts