Hey!
Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.
Best regards,
Peter
Hi!
Please try to insert following code into the quick css field
#top .main_menu .menu li#menu-item-search a{
font-family: 'entypo-fontello' !important;
}
Best regards,
Peter
I see you closed this topic, but don’t see that the issue was fixed….
Firefox on PC….it over the header.
I see that on Chrome, it starts over the header and then moves behind.
Internet Explorer 10, over the top of the header.
Hello Guys,
I added an easy slider to my index. There are 3 images that are supposed to be rotating, but they’re not. Only the first two show and then it stops. When it stops, I can’t click next or previous. It’s locks.
All 3 images are the same exact size: 1200 x 430 px.
Any ideas what’s causing it?
Thanks!
Hi,
Please add this css to /css/custom.css
#top .ls-nav-prev, #top .ls-nav-next {
display:none !important;
visibility:none !important;
}
.ls-bottom-nav-wrapper {
display: none;
}
Thanks,
Nick
`
Hi,
There is a plugin from 2005 that does that, not sure why nobody updated it or even if it works but … its a bold link in top of article http://pericat.ca/unlock/2005/02/20/explicit-category-sort-plugin
And i think a more recent suggestion , (though no spring chicken itself) can be found here http://www.blogherald.com/2007/05/31/quick-tip-how-to-make-the-categories-box-bigger-when-writing-wordpress-posts/ .. In one of the comments a person suggests how to get it to autosize so it automatically expands until all the categories are shown and no more and no less.
Thanks,
Nick
Hi,
I looked at your page (nice job by the way), and I can’t tell the difference. I checked the alignment of the key and the front of the motorcycle as I shrank the screen with Chrome from my 1360 wide laptop down and everything remained for me exactly where it started off. Perhaps I am not catching it, do you have a snapshot or something where we can see what you mean?
Thanks,
Nick
On the same topic of responsiveness…
Certain elements are also not formatting properly at the tablet screen size. For example the first promo box on the homepage.
http://businessoceans.com/bomarketing/
Thank you for this information. But as I told weeks ago (https://kriesi.at/support/topic/easy-slider-problem), we don’t use any plugins beside template Enfold :( So this should not be the case …
Thank you for all your help and suggestions. I think I am close to having it working, except for the template-builder.php file. This may be my last issue that I need help with, as I’ve tried everything, without success. If anyone can help, it would be greatly appreciated.
Seeing as im self ticking these off I may as well leave them here for others!
1. is party sorted with
#top .main_menu {
left: 175px !important;
}
Logo not centered tho..
Thanks! You can take a look here:
http://goo.gl/wnu1uy
The text currently has soft returns entered so that the text didn’t overlap the box in standard desktop view. Please advise.
Switching on the fly without saving doesn’t cause you to lose anything. Its only after saving that the other content is cleared out.
With that in mind I can’t really see a point where you would want to jump between two completely different versions of the same page but I’ll tag the topic for Kriesi as he is the final word on these things.
In the mean time however I’ll close the topic as I don’t want to it really turn into a deep back and forth on the issue.
Finally got 2. to work – including aliasing the google font
fyi adding font-weight: normal; fixes that jagged font issue
/*top menu font & size*/
#top .main_menu .menu li > a {
font-family: “Pathway Gothic One”, sans-serif;
font-size: 20px;
font-weight: normal;
}
/*Top submenu size*/
#top .main_menu .menu li ul a {
width: 100%;
height: auto;
font-size: 16px;
font-weight: normal;
}
Hi seven_style,
On the portfolio item page go to the top right corner of the screen and click Screen Options. Make sure the box for Advanced Layout Editor is checked.
Regards,
Devin
I’ll add the form idea to the Enfold feature request topic.
Regards,
Devin
Hi,
When I use your css the menu goes over the photo when I make the screen smaller, this is my point (see above). Also I would like the searchbox to stay right.
Regards,
Daan
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 .social_bookmarks li {
float: right;
}
.sub_menu {
left: 0;
}
That should be it if you are using the top sub menu for the phone number but if not we would need to see your site live to see what else would be needed.
Regards,
Devin
I hope that sorts you out Pete… it also fixes the issue with uploading media.. drove me nuts as the media would look like it was there – there was a thumb you could add to gallery.. but the gallery would not show those images and instead choose the first ones uploaded to the page, not even added… these things are sent to try us.. I am hoping for some help with my issues here:
https://kriesi.at/support/topic/some-help-with-a-new-install-formatting ;-)
As far as I can see there is a bug in the contact form of the avia layout builder: I created a contact form with about 17 fields and corresponding questions for the fields. It seemed to work fine but after submitting the form it showed, that some fields were missing in the incomming email.
It took me some time to find out that it had to do with full stops or dots in the title. I had several full stops in combination with shortcuts like “bzw.” or “z.B.” or “bspw.”. All these fields were not sent. After avoiding all of them everything worked perfectly. But of course it would have been much easier if this system would accept full stops. so maybe you can fix this with the next update.
Yours,
Harald
Hey!
Glad you found the solution :)
Best regards,
Peter
I sent Kriesi a patch for the wpautop/shortcode issue two days ago and it looks good so far. We now test it extensively with all elements to be sure that
1) all shortcodes are executed properly
2) wpautop() doesn’t parse shortcode tags.
I expect an update to fix this issue soon – however I don’t want to give an ETA before we tested everything.
That doesn’t quite cut it. I want the image to be on top of the menu bar like I’ve demonstrated on the image.
1) If you get a php error (or “white screen of death”) you can try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Otherwise (if it’s a js/css, etc. error) please try to contact the plugin authors because this seems to be a plugin conflict between bbpress and sabai.
2) We’ll release an update which should fix all these wpautop issues soon. For now try open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
Glad that Peter was able to get you back on track. If you have other questions always feel free to ask away.
Enjoy the theme!
Nick