Hello!
If this is IE8 then it isn’t registering the media queries making the site as wide as it should be on desktops and it has issues with the min-width property.
Try using these two plugins: http://wordpress.org/plugins/respondjs/ and http://wordpress.org/plugins/modernizr/ to bring IE8 up to speed.
Cheers!
Devin
Hey mikemurphy10!
I didn’t see the issue when viewing your site just now. Try clearing your local cache to make sure you’re getting the most recent changes and fixes and that the browser hasn’t saved an incorrect file.
@jgoldberg1983 I’ll address your issue in the topic you created on it.
Regards,
Devin
This reply has been marked as private.
Hi there!
My name is Nora and I’m tweaking my first wordpress web and, of course, I need some help. Here’s the web http://www.casanostrafilms.com
I tweaked the header code because the logo (I don’t know why) was too close to the header_meta (leaving a lot of space at the bottom but not enough space above). I also tweaked font sizes and other stuff, here’s the code (I’m showing everything in case there is something disastrous that I haven’t noticed):
#header {
font-size: 18pt; !important}
#header_main {
border-bottom-width: 0px;}
#header_meta .container{
min-height: 40px;}
#top .social_bookmarks li{
float:right; padding: 5px; !important; }
#top .social_bookmarks li a {
float:right; !important; }
#top .main_menu .menu > li > a, #header_main .container{ font-size: 10pt; !important; }
.breadcrumb.breadcrumbs.avia-breadcrumbs { color:#CC0000; }
@media only screen and (min-width: 1140px) {
.logo img { padding-top: 20px; }
}
@media only screen and (min-width: 760px) {
.logo img { padding-top: 20px; }
}
As you see it is the fixed header and when I scroll it the logo is too close to the bottom, so I would like to change the padding on the logo image again but only when scrolling so it’s height centered. Hopefully I won’t have to change .js
Thanks a lot!!!!
Nora
-
This topic was modified 12 years, 6 months ago by
norasp.
should this also work for the footer menu?
I am using a widget to display our church sermons. There are dropdown boxes at the top for filtering purposes. Those boxes are not rendering as expected. They are blank rather than showing “Browse Series”, “Browse Speaker”, and “Browse Topics”. Please refer to: http://www.gatewaychurchtest.net/sandbox0/sermon-videos/
Those same boxes render properly with other themes and other sites. What CSS code can I add to Enfold to make the boxes preloaded with the expected prompts rather than blanks?
Thank you for your help.
I just upgraded a few of my sites to 2.3.1 and notice that the bottom border of the nav container at the top is missing. You can see http://www.robbshirey.com
Hi Achim!
You could create different Menus for each category and then using a plugin like this one, embed them in the pages you want (using Widgets).
Cheers!
Josue
Hi there,
Fantastic theme, I’m really enjoying working with it! Just two problems.
1. I’m using the full width EasySlider on my front page which looks great in a large window, but it’s cropping the images in smaller windows. Is there a way to make it resize so that the whole width of the image will always be in view?
2. The logo in the top left corner crops when the window gets down to mobile screen sizes. Also my friend tried to look at it on her iPhone and it’s cropped there as well.
site is at: http://isaacalderson.com/isaacnew
Any help would be much appreciated. Thank you!
– isaac
This reply has been marked as private.
Hi!
Please do not try and direct us to other topics. We have a queue system and go by posted response in a topic and will often tag at topic and discuss it if we are trying to find a bug fix before responding.
I’ve found that many shortcodes need to be used in a regular visual editor and are just not compatible with the advanced layout editor. It just depends on how the individual plugin and shortcodes are coded. Hopefully in time we can find a way around it.
Best regards,
Devin
Hi!
Yes, but it’s better to use the shortcode because if you upload a custom font the font family can be different. Kriesi uses the css code for some standard icons only. It’s also more user friendly because for the css solution you need to know the character code of the icon whereas the shortcode generator will take care of it and display the icons in a grid and you can simply select them with a click.
Best regards,
Peter
hmm,
it’s being used inside base.css :
.image-overlay .image-overlay-inside:before{content:”\E869″; font-family: ‘entypo-fontello’; font-size: 18px; font-weight: normal; }
Hi mediamonkey!
Please add following code to Quick CSS in Enfold theme options
.flex_column + .avia_textblock { padding-top: 5px; }
Regards,
Yigit
Hello!
Please add following code as well
.avia_mega_div .avia-bullet { margin-top: 9px; }
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0px 12px 0px 12px; }
Best regards,
Yigit
Hi,
at the phone-info on top I´ve made a transition hover effect with a background-color.
Since the last update, you see the border during the background. I´ve tried to fix it with z-index but it doesn´t work. Do you have any idea?
Best regards
Bruno
I tried this right now again, but this time the content stayed were I wrote it on top of the icon list. Hmm, maybe I selected the content before I put the icon list into it – replacing it with the icon list.
Sorry, seems to be may fault.
Hi Devin,
I’ve already placed the anchor higher than the point I want it to jump to. Have given the last sentence of the previous section, etc, but it’s still coming below the title. For the support page, the reason it’s working is that the first link is to #top, which was predefined in the theme. The downloads works because it’s the bottom of the page and it can’t scroll any lower.
thanks
Hi Josue,
thanx for the tipp.
And how can I handle the navigation in the subcategories “News” automatically so that users feel “separated” and just can see the other news topics?
If I am in the categorie news I do not want to see “Images” and “Uncategorized” but just a hint to the top site (landing page).
Thank you very much in advance!
Achim
Hey Ismael,
I originally added the iframe code generated by Vimeo with the autoplay feature within the Div/Video in a distinct layer, as you said, but I got the problem I mentioned:
<iframe src=”//player.vimeo.com/video/75953092?title=0&byline=0&portrait=0&autoplay=1″ width=”600″ height=”338″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
It is fundamental that the video plays automatically upon loading the page and slider, since it’s a Landing Page for a sale and prosepcts must not click on the video to play. It must start automatically. I don’t know why it disappears instead. I tried deactivating all plugins, yet no changes.
Any clue?
Thanks a lot!
Antonio
-
This reply was modified 12 years, 6 months ago by
abortolotti.
Hi!
I posted a solution for the menu here: https://kriesi.at/support/topic/best-way-to-add-icons-to-the-top-level-menu/
If you want to embed the icon into the php code you can use following code
echo av_icon('ue802', 'entypo-fontello');
The first parameter is the icon character code (you can use fontello.com to find it – just select the icon and click on “Customize Codes” to find out which code is used to display the icon) and the second parameter tells Enfold which font family should be used for the icon (by default it’s entypo-fontello).
Cheers!
Peter
Found the issue – conflict with Thickbox plugin – will work on finding a replacement. Other issue still makes no sense though – image alignment on some images and not others. https://kriesi.at/support/topic/image-display-issue/
Hey!
Yes, we’ll include this fix.
Cheers!
Peter
Hi pharefm!
Afaik the new icon font system does not allow you to add an icon this way because the user can upload custom font sets and Kriesi uses the data attribute to select the right font set. I’d suggest to use the “icon” shortcode to add an icon to the menu title/link. Right now the menu title does not support shortcodes but we’ll add this feature in the next version. For now you need to modify /wp-content/themes/enfold/includes/helper-responsive-megamenu.php manually – open up the file and replace
$heading_title = $title;
with
$heading_title = do_shortcode($title);
and
$item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
with
$item_output .= $args->link_before . do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . $args->link_after;
and then you should be able to use the icon shortcodes in the menu title field too. Use the “Magic wand” to generate the icon shortcode.
Best regards,
Peter
Hi there,
I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?
Thank you in advance,
Matthijs