-
AuthorSearch Results
-
July 17, 2013 at 1:31 am #129687
In reply to: Avia Framework messes up layout
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.
July 17, 2013 at 1:11 am #129532In reply to: Sidebar not showing in mobile
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
July 17, 2013 at 1:10 am #115182In reply to: Javascript broken on POST EDIT page
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
July 17, 2013 at 1:08 am #127936Hi,
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
July 16, 2013 at 11:53 pm #129788In reply to: CSS Conflict
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
July 16, 2013 at 9:19 pm #129390In reply to: change background color for top heading section
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
July 16, 2013 at 9:16 pm #129755In reply to: Navigation Bar – Color Style
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
July 16, 2013 at 8:42 pm #129389In reply to: change background color for top heading section
How is the CSS code called for the navigation bar “#header” ?
July 16, 2013 at 5:28 pm #129151In reply to: color section with fixed background problem
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
July 16, 2013 at 5:26 pm #26294Topic: All-in-one Calendar breaks on Advance Layout Editor
in forum EnfoldElEquipoE
ParticipantHi,
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
July 16, 2013 at 4:26 pm #129388In reply to: change background color for top heading section
Oh, and also I have white lines running across the background of my site. How do I remove those? http://markle.abundancing.us/
July 16, 2013 at 4:23 pm #129387In reply to: change background color for top heading section
great, thank you! That worked great. Another question I have is if its possible to have 2 footers set up? So there would be the footer as is and then a duplicate area that could be a different color. Thanks!
July 16, 2013 at 1:55 pm #127935Thank you very much for your answer. There is now a small space between menu and slider, any idea how I can fix this?
I changed this code :
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height – st;
header.removeClass(‘header-scrolled’);
}
else
{
newH = el_height/2;
header.addClass(‘header-scrolled’);
}
elements.css({height: newH + ‘px’, lineHeight: newH + ‘px’});
}
line-819 834 (no closing bracket on line 837)
July 16, 2013 at 11:39 am #26277Topic: enlarged logo in internet explorer
in forum Enfolddsgnerfw
ParticipantI don’t have a windows laptop now so I couldn’t really test internet explorer. But using browserstack live, my logo looks enlarged in internet explorer ?
Can someone with windows help me out please?
Ok, i solved it. It’s tricky though. For others searching on this topic, I tried:
changing all permissions on the folder (and files) to 755 or 777,
clearing cloudflare cache,
clearing all browser cache (and numerous browsers)
disabling plugins,
I THOUGHT by clearing the cache on the plugins that would be enough, but no.. had to actually disable them. Weird.
July 16, 2013 at 9:50 am #129686In reply to: Avia Framework messes up layout
this is the code generated as seen on firebug, as you can see, instead of 5 columns, system renders first 2 and the third breaks layout that comes next on syntax, and makes it DISAPPEAR from avia framework.
<br />
<div class="post-entry post-entry-type-page post-entry-734"><div class="entry-content clearfix">
<div class="avia_textblock"><h1 style="text-align: center; font-weight: 200; font-size: 2.7em; text-transform: none;"><a href="http://dm-c.it/riservata/adaptive/settori/"><span style="color: #005cb9;">La rivoluzione del Printing & Packaging in 5 semplici punti.</span></a></h1>
</div>
<div class="flex_column av_one_fifth first avia-builder-el-2 el_after_av_textblock column-top-margin">
<div class="avia_textblock"><div class="avia-font-entypo-fontello icona-colonnehomepage-dmc"></div>
<h3 style="text-align: left;"><a title="DEFINIZIONE" href="./prodotti/">DEFINIZIONE</a></h3>
<p>Progetto del tracciato di fustella e applicazione della grafica. Realizzazione del mock-up…
<a href="./prodotti/">continua</a></p>
</div>
</div>
<div class="flex_column av_one_fifth avia-builder-el-4 el_after_av_one_fifth column-top-margin">
<div class="avia_textblock"><div class="avia-font-entypo-fontello icona-colonnehomepage-dmc">⚙</div>
<h3 style="text-align: left;"><a title="AVVIO" href="./prodotti/">AVVIO</a></h3>
<p>Visto si stampi. Finalizzazione degli impianti di stampa e avvio del ciclo produttivo…
<a href="./prodotti/">continua</a></p>
</div>
</div><div class="flex_column av_one_fifth avia-builder-el-6 el_after_av_one_fifth avia-builder-el-last column-top-margin"></div><p></p>
<div class="avia_textblock"></div>
<div class="avia-font-entypo-fontello icona-colonnehomepage-dmc">
</div></div></div>July 16, 2013 at 9:31 am #129277In reply to: How to Remove White Space on Forms
Try following css code
#top #pe-container .input-text, #top input[type="text"], #top #pe-container input[type="input"], #top #pe-container input[type="password"], #top #pe-container input[type="email"], #top #pe-container input[type="number"], #top #pe-container input[type="url"], #top #pe-container input[type="tel"], #top #pe-container input[type="search"], #top #pe-container textarea, #top #pe-container select {
padding: 4px 6px;
margin-bottom: 5px;
}July 16, 2013 at 9:25 am #129877In reply to: Permalink trouble
solved with this workaround
https://kriesi.at/support/topic/error-404-page-not-found-on-all-pages-1
thankyou
July 16, 2013 at 8:39 am #129490In reply to: Customize Logo Size
I tried the code correctly as per your instructions but it wasn’t effecting anything :(
so i tried the one below also added positioning parameters and its working fine I guess,
.logo img {
width: 250px !important;
height: auto !important;
max-height: 167px;
position: relative;
bottom: 20px;
}
Now could you please tell me how can I delete the bar that is appear on the top of the page (blue header)??
July 16, 2013 at 8:16 am #26260Topic: Slider only slides twice
in forum EnfoldLittbarski
ParticipantHello, when I add slider (easy of fullscreen) sliders only works for the first two slide then it stops. Probably a js conflict, I closed off plugins but it did not change. I will provide link if it is a familiar problem.
Best
July 16, 2013 at 7:39 am #126691In reply to: Icon Box titles disappeared + headers changed
Hi,
You can use the Insert Shortcode wand for the post, they render the same output with the Advance Layout Editor.
If you want to enable the ALE on posts. Please refer to this link
https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
Look for Dude’s instruction.
Regards,
Ismael
July 16, 2013 at 6:47 am #129663In reply to: Single menu item color
Hey,
Glad you solved it. You can create customizations on your custom.css or Quick CSS.
If you like the theme, please send us a feedback. Here’s how:
https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
July 16, 2013 at 6:43 am #129654In reply to: change logo and main menu
this works:
#top .logo {
float: right;
right: 0;
left: auto;
}
July 16, 2013 at 5:51 am #129811In reply to: grid blog no alternating
Hi,
You can add something like this on your custom.css or Quick CSS
@media only screen and (max-width: 1024px) {
.responsive #top .slide-entry {
width: 99%;
margin-left: 0;
}
}Regards,
Ismael
July 16, 2013 at 5:05 am #129637In reply to: 1.7.1 Upgrade Tab Style Issue
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
July 16, 2013 at 5:03 am #129652In reply to: change logo and main menu
Hi andi,
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.bg-logo {
float: right;
right: 0;
left: auto;
}
#top .main_menu {
left: 0;
}
#advanced_menu_toggle {
left: 0;
}Just as an aside our queue system goes by oldest posted topic to newest so self bumps or self replies just put the topic to the end of our queue which just about never goes beyond 24 hours response.
Regards,
Devin
July 16, 2013 at 3:52 am #114729In reply to: Enfold Feature Requests
I’d like to chip in my vote for the following:
1) Support for the “read more” markup in pages (not just posts)
2) A secondary horizontal custom menu for sub-content that we don’t want in the main top menu or its dropdowns.
3) Advanced layer slider needs to be more responsive. This might not be Kriesi’s responsibility, but it’s a huge selling feature of the theme that drew me to purchase it. The slider’s WYSIWYG editor doesn’t quite reflect “real life” as the layouts in Chrome and FireFox seems to be “hit-and-miss” needing us to manually move slide layer elements around and hope they’re in the right spot on our visitors’ screens. The responsive elements should follow what Liquid Slider had done where instead of shrinking down to a postage-stamp size, it would rearrange or vanish accordingly.
July 16, 2013 at 3:30 am #127314In reply to: Enfold > Theme Options > Header > Social Icon
You can include a secondary option for retina with something from: http://css-tricks.com/snippets/css/retina-display-media-query/
I’ve edited your previous posts and will mark this resolved for now. The css tricks retina trick is basically just duplicating what you have now for the background image except you will use a higher res image and it will only take effect on retina.
eg:
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
/* Retina-specific stuff here */
#top .social_bookmarks_tumblr a {
background: url(.......uploads/custom/apple-retina.png) no-repeat center;
}
#top .social_bookmarks_tumblr a:hover {
color:#fff;
background: url(........uploads/custom/apple-hover-retina.png) no-repeat center;
}
}July 16, 2013 at 2:36 am #129641In reply to: child theme modifying
Hi stingray2009,
If you’ll be modifying the framework files its best to do it on the parent theme. Otherwise you need to duplicate the function that includes the file so that it replaces the one in the parent and then include it in the child. Either way you’ll always have to update that file manually whenever there is a theme update since it doesn’t build on top of the parent.
Regards,
Devin
July 16, 2013 at 1:29 am #129386In reply to: change background color for top heading section
Hi Dayna,,
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:
#header_meta {
background: #333;
}Change the color code to whatever color you want it to be.
@ Crippy – To change its opacity, you would just use a RGBA color instead and have the transparency to whatever you wanted. See: http://www.css3.info/preview/rgba/
Regards,
Devin
-
AuthorSearch Results
-
Search Results
-
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
I don’t have a windows laptop now so I couldn’t really test internet explorer. But using browserstack live, my logo looks enlarged in internet explorer ?
Can someone with windows help me out please?
Topic: Slider only slides twice
Hello, when I add slider (easy of fullscreen) sliders only works for the first two slide then it stops. Probably a js conflict, I closed off plugins but it did not change. I will provide link if it is a familiar problem.
Best
