-
Search Results
-
I have hundreds of items in my portfolio grid, so logically the loading takes quite a while. To speed things up I would really like to find a similar solution as seen on sites like behance.net where the page loads 20 or so items and when the visitor scrolls to the bottom it automatically loads the next 20 and so on.
As this isn’t available in the Enfold theme (at least not at the moment), does anyone know a plugin or code that I can use to make this happen, please?
If there is a lot of content in an entry, and you scroll down to click the next entry, the whole item can move off the screen.
How can I set the accordion menu system to automatically scroll to the the top of the opened item?
Hi,
I’m trying to use Enfold with the very popular Scroll Triggered Box plugin (http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/), but every time I install it my site crashes (had this with Enfold and WP Supercache btw), or the box appears hidden behind the footer. The purpose of this plugin is to offer a scrolling box where someone can subscribe easily to a newsletter and it auto-scrolls as they continue viewing the page.
Is Enfold just incompatible with this plugin? Thanks for any assistance on this.
– Joseph
Hello developer,
I have encounter this bug which is happening only on Android based tablet like Samsung and xoom on lanscape mode. I think my client just hit the “INTERNET” icon from this tablets which is the default android browser.
Just launch website recently using enfold template. Very happy with everything except for this bug which needs a solution or way-out.
website: http://www.autogate.com.sg
i am facing a super weird issue with the menu in which it keeps showing on the 2/3 bottom of the screen instead on the top.
See images:
https://docs.google.com/file/d/0B480dDdNRBAHMUx6WWhuWXdUeVk/edit?usp=sharing
https://docs.google.com/file/d/0B480dDdNRBAHcl9aMk41bjN3UzA/edit?usp=sharing
All Desktop, Android mobile, iphone, even iPAD, Chrome, Safari, IE are all working perfectly. The menu is kept at the top. It only happens to android tablets which i think it is bigger than 1024px in width after looking at the camera shots on tablets.
I have tried with all kinds of configuration and this weird behavior is there there, happening.
Using Enfold Version 2.0.1
Tried with all kinds of config already but problem is still there.
Configuration
1. Responsive: Responsive Layout Default (1030px), Responsive Layout Large (1210)
2. All kinds of header settings: Fixed, Non-Fixed, with or without social icon. etc..
3. I have change code to have a fixed logo without resizing when scrollling but problem still there.
Question:
1. Is there a known fixed for the weird behavior of the menu showing on 2/3 below the page?
2. Besides forcing the menu into responsive menu by detecting the width of that tablet which i don’t think is the solution as it is wider than 1024px, is there other possible solution?
3. Is there other code fixes i can try to test it out?
Hope for an answer. thank you.
Topic: Mini Logo squeezed IE8
My logo looks great in all browsers but IE8. The larger logo looks fine, but when I scroll down the page and it changes to the ‘mini logo,’ it looks squeezed. This only happens in IE8. I’ve imported the logo at 200×100. Any help would be greatly appreciated!
This is the only custom css I have:
#menu-item-search {
display: none;
}
img {
height: auto;
width: auto/;
max-width: 100%;
}
Hey Guys I know this stuff has been asked before but I am not able to find a straight forward answer that say. I am a bit of a novice fyi. my site is http://www.jackandaddi.com for reference.
PART 1
I have assigned a fixed header with social icons. the container height is being set at 116 px and then when you scroll down it shrinks to 58 px I think. I want to change the height to be something more like 80 px at the largest. It is too tall and the logo wont center in that space. I am running a child theme setup. in layout.css I found
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height:116px; line-height: 116px; }
and changed it is say 80 px height and line-height. and then copy pasted that code into my styles.css in my child theme. But nothing changed? Is this the wrong code to change?
PART 2
On my single blog post pages I want there to be no sidebar. so I can place large picture sliders on the main content area. I have the blog style set to Single author big preview image. And no sidebar selected on the single blog post pages.
The blog meta info, post title, body text content, and anything I place in the post all gets squished into a 600px wide container. I want this to be larger. I want it to match the feature image with of 1030px. so like above in layout.css I found this code:
#top .fullsize .template-blog .post-title{text-align: center; font-size: 30px; padding:15px 0; max-width: 800px; margin: 0 auto;}
#top .fullsize .template-blog .post .entry-content{text-align: justify; font-size:15px; line-height: 25px; max-width: 800px; margin:0 auto; overflow: visible; }
#top .fullsize .template-blog .post .entry-content > *{ max-width: 800px; margin-left:auto; margin-right:auto; }
.fullsize .big-preview .avia-gallery {
width: 600px;
max-width: 100%;
margin: 0 auto;
}
I changed all the max-widths to 1030px and then copy pasted this into my child theme style.css file and nothing changes. Is this the rigth code to manipulate. I don’t want to do it with the post id EVERY time I want all posts to be that wide.
Please help, Thanks.
Topic: Avia Menu – Repositioning
Hey Guys,
as I thought, my customer wants some modification to the main layer of the avia navigation. You may take a look at http://www.pcamobile.de/startseite/. You’ll notive the white right aligned area within the header… yeah, the menu should go there. *yikes*
I’ve figured out everything so far (reverse css engineering, doh), but there are a few difficulties.
1. The header size is set via jQuery (avia.js > avia_header_size) depending on the scroll event.
2. Repositioning with top:xx won’t do it…
Wait, I think I got an idea… if I would change the height of the top css too… gonna try it now…
Yep, works. Sometimes you have to start a thread to get the idea… lol… I’ll post this anyways.
So if someone likes to modify the avia menu position, you should add this css:
/* Main Navigation Mods */
.main_menu {height:25px; top:92px; right:-30px;}
.main_menu ul li a {height: auto !important; line-height: 20px !important;}
.main_menu ul:first-child > li > a {padding:0 7px; font-size:11px;}
#header .avia_mega_div {margin: -1px 0 0 0; padding: 1px 0 0;}
If you like the dynamic height of the header, you’ll have to mess with the avia.js located in js/ folder. I reposition the whole menu using a distance from top on .main_menu wrapper. So you have to add this to the function avia_header_size(). I’ve added top_height = $(‘.main_menu’).height() to get the current height of the header, set a static value topH for both full and half size. Then simply add it to the css class: $(‘.main_menu’).css({top: topH + ‘px’});
Don’t get it? Nevermind… it looks crappy anyways… :-/
Hi,
I want that when people click on my categories they see the articles in that category but only with excerpt. Like on my blog. (I use a blog module where I could configure that option)
Right now if I go in my categories I can see the full articles which is not cool because you have to scroll a lot in order to see all the blog posts in a specific category.
Can you tell me how I do that? I am quite surprised because on another theme I used before enfold it showed the post with excerpt automatically…
Moreover, I don’t want either the category pages to display title in header and I can’t figure out how to do it as well…
I am in mode maintenance so please don’t tell me to send you a link to my site I don’t want to put it online before it’s done.
Kind regards
