I’ve tagged the topic for Peter for German.
The header options for fixed are the only ones that will give you a proper fixed header experience at the moment however.
Hey! I am not even sure if thats possible now with the way wordpress works right now, so at this point we probably wont add a feature to tune this. If I can find a useful article on the topic I will try to provide an extra hook to change the slug :)
Hi – Please see http://thecaloriemythbook.com/homepage How can I get the youtube video to stop autoplaying?
Thank you.
Hello,
first of all, the ENFOLD theme is really great!
I would like to implement a web site showing a bar containing the page title with a sub menu. When the page is scrolled down this bar should be fixed at the top of the browser window.
A good example is http://www.devexpress.com/Subscriptions/Reporting/
Is it possible with ENFOLD (or any other theme you provide) – and how?
Best regards,
Stefan
You’re welcome. Figured somethin’ was fishy. Thanks for a GREAT Theme Kriesi! You do amazing work. Cheers!!
Hey!
1.) No it didnt :)
2.) No this aint legit and envato is certainly trying to stop those guys
3.) No
I didn’t know, thanks for the notice. Will try to take contact the hosting provider but not sure if there can be done a lot :/
Cheers and thanks!
Kriesi
Please try following fix – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
with
if(!is_string($content)) $content = (string)$content;
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
Hey!
Not sure – I sent him a mail. Thank you for the hint :)
Regards,
Peter
Stumbled on this today, [removed] – which confused me for a coupla reasons :
- I thought Kriesi was an “exclusive” designer for ThemeForest. Has that changed recently?
- Are they legit? If so, why would anyone buy any of these themes individually? If not, is Envato taking steps to shut them down?
- Does the Envato extended license allow you to resell themes?
A cursory google glance, didn’t bring up anything associating them with Envato. Does Kriesi know about this? Just curious.
Hi,
Remove the previous css and add this instead:
#top .logo {
float:right;
left:auto;
}
@media only screen and (min-width:980px) {
#top .logo {
right:-100px;
}
}
@media only screen and (min-width:768px) and (max-width:979px) {
#top .logo {
right:-60px;
}
}
@media only screen and (max-width:767px) {
#top .logo {
right: -100px;
}
}
Thanks,
Nick
Hi,
Sorry, guess I need new glasses though I been told i will need to use a counterbalance in the back of my head to prevent sclerosis. :)
Please add this css
.fixed_header.social_header #main {
padding-top: 136px;
}
Thanks,
Nick
Hi Guys,
Im getting this error on the top above my slideshows in the portfolio section:
Warning: trim() expects parameter 1 to be string, array given in /home/gekkosho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443
Actually I’m also missing the content slider and we’ll implement it in a future update (see https://kriesi.at/support/topic/enfold-feature-requests – it’s already on the “So far requested and accepted” list). I can’t give you an ETA though. It definitely requires some work to transfer the slider from Corona to Enfold and we’ll probably not use the “old” content slider script from Corona but the new Enfold “post slider” script to build the content slider element.
Although I agree that it’s probably a better solution to create child theme files we can’t do this because it just takes too much time. We must work efficient and unfortunately we don’t have the time to explain how to use child themes, how to use code overwrites, etc. to modify the core files and so on. I expect that users who want to work with child themes read articles/tutorials, etc. and learn these things without our help and we can give them guidelines if the have a certain question (like: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp or https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme ) but we can’t explain how child themes work general, etc.
If we start to work this way we’ll get many more questions of inexperienced users (maybe we’ll even confuse them) and that’s something I don’t want…
Hey!
Try to wrap your code into a function and use the init hook to add your thumbnail size to the avia_config array: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functionsphp
Best regards,
Peter
This is a bug (or maybe a technical limitation) of the layerslider plugin. Eg our shortcodes are not responsive too if you embed them in a slide/use them with layerslider (see: https://kriesi.at/support/topic/layer-slider-reponsive ). Kriesi contacted the plugin author and we’ll see if he can fix the problem or not…
So I really like Enfold and I’ve written all the content on the homepage and other pages using the demo. I’ve tried designing it to the best of my abilities and I think it looks OK, but I need the website to reflect Top-Quality web design as that is what my business will be about. I’m not a coder or web designer (and I don’t really know what a coder is? what’s the difference?) so I’m thinking of hiring someone to do it.
Is this often necesary after buying a theme if one wants it to stand out and look it’s best? or is it overkill? How much am I expected to pay if I outsource the work? What key aspects/elements of building a website should I focus on when working with a web designer? Should I look for an expert on WordPress? Php? html? or web-design in general?
Anyway, here it is… let me know what you guys think of the website itself, specially the overall look, and if you guys think it would help to outsource for best results.
Thanks!
Hi,
You need to pull back the menu the same number of pixels you used to change the height to 160px
Please use this css, just play with the numbers a little:
.main_menu ul:first-child >li > ul {
top: 20px;
}
Thanks,
Nick
Hi freeethinka,
I’m not really clear on what you mean. Anything you make in a Advanced Layout Editor is only accessible from the Advanced Layout Editor. So if you save a template then it would be available from the same menu where the template was saved (the top right of the advanced layout editor interface).
The page templates available from the Page Attributes meta box are php files within the theme files.
Try watching the short intro video on the Advanced Layout Editor here for a general idea on how it functions: https://vimeo.com/channels/aviathemes/64927358
Regards,
Devin
I’m not able to access the page with the username and password provided.
The only thing that we can do is to try and duplicate the layout you have and see whats going on. What you might want to try is to re-adjust the layout by using color sections to break up the content instead of just groups of column content on top of each other.
Using what you had in the original text file I don’t get any issues when displaying it live.
Hi Laney,
If you want something to only effect mobile view you can add it to the same media query as above. The custom.css has a blank template for mobile and desktop media queries and are labeled as such.
Regards,
Devin
The post has also been tagged for Kriesi so if he is able to find the issue he will most likely post here.
I’m going to close the topic until then however so that we can approach any similar but perhaps not exact issues separately.
Regards,
Devin
Hi,
I really need to see the page itself to give you the code because I am not seeing space on mine so our configurations differ somehow. You can hide the url in www/goo.gl if you want.
Not sure why you removed margin-top since now you have pretty much how the code was before my modification.
Thanks,
Nick
Hi Devin – Thank you. This change did remove the spacing from the top but seems to have created new issues. To see how the form looks now as contrasted to how it should look please see: http://TheCalorieMythBook.com/wp-content/uploads/2013/07/pleaseHelp.jpg
The pages shown are: http://thesmarterscienceofslim.com/testor.html and also http://thecaloriemythbook.com/?page_id=2330
How can we make the form boxes layout like: http://thesmarterscienceofslim.com/testor.html
Hi abundancing,
No, you can only have a single footer. But you could remove the footer with the Layout meta box options and then attempt to duplicate a footer using the Advanced Layout Editor layouts.
The background white stripe is because your background image has that at the top: http://markle.abundancing.us/wp-content/uploads/2013/04/paper_bg.jpg
@ Crippy, I don’t understand the question.
Regards,
Devin
Hi Crippy,
I answered your question in the other topic you asked it on here: https://kriesi.at/support/topic/change-background-color-for-top-heading-section#post-125066
Regards,
Devin
How is the CSS code called for the navigation bar “#header” ?
Hello there, i have kind of the same Problem using the latest Chrome Version.
Enfold is upgraded to 1.71.
IE, Firefox etc work.
The fixed-background-images are visible in chrome above a screenwidth of 1024, but when i resize below 1024 pixels, the background-images won´t show.
Hope you can help us,
Regards,
Hannes
UPDATE: Using the Crome Web Developer tools i noticed, that nearly everything is fine, when you remove the “position:relative” for the container_wrap class in the grid.css file (starting at line 25 i think). But then the Logo disappears in the header…
I changed:
.container_wrap {
clear: both;
position: relative;
z-index: 1;
border-top-style: solid;
border-top-width: 1px;
}
to
.container_wrap {
clear: both;
z-index: 1;
border-top-style: solid;
border-top-width: 1px;
}
And to get the Logo back where it belongs i added the following below:
#header_main.container_wrap {
position:relative;
}
Will do some more testing, but at a quick glance everything seems to work.
I am not sure, whether this is the right way to do it, but i seems like it works for my site…
Hope i could help a little.
Hannes
Hi,
I’m trying to use a calendar from all-in-one-Calendar inside a page like this:
[ai1ec view=”agenda”]
The problem that I have is that if I use that code with the Advance Layout Editor (inside a text block), the page breaks, but if I use the same code on the default editor it is working ok
You can see an example on :
http://www.siete3.es/ith –> this is not working with advance layer editor
and
http://siete3.es/ith/eventos/ –> it is working ok
Looking at the output code I can see what’s going on and it is because the output is adding extra <p> and < br > so the output is something like this.
... class="ai1ec-prev-page ai1ec-load-view btn" <br />
data-type="jsonp" href="http://siete3.es/ith/pagina-ejemplo/page_offset:-1/action:agenda/time_limit:1374098399/"<br />
><br />
So I try to use some plugin to remove extra <p> and < br > like “Disable WPAUTOP” or “ultimate TinyMCE” but with no luck.
Any ideas?
Thanks
Oh, and also I have white lines running across the background of my site. How do I remove those? http://markle.abundancing.us/