-
AuthorSearch Results
-
April 26, 2014 at 7:07 pm #256663
In reply to: Controlling items on top of a color section
Hi Larry,
Can you post a link to the Page in question please?
Regards,
JosueApril 26, 2014 at 6:50 pm #256656In reply to: Latest update give an WP error in Upgrade line 208
Hi Peter,
That error seems to be appearing due to a conflict with a SEO plugin:
http://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-updatephp-on-line-267Best regards,
JosueApril 26, 2014 at 6:27 pm #256646In reply to: Latest update give an WP error in Upgrade line 208
Hi David,
The full error msg:
Warning: Invalid argument supplied for foreach() in /home/www/mysite.dk/wp-includes/update.php on line 295I compared all files (v. 2.7.) and found NADA (Also FTP’ed a fresh version)
I swapped theme to another and something else pop up… That error was fixed with the SEO conflict in another topic!
Back to the update.php…??
It happens whenever I update plugins or Enfold?Best regards
Peter
-
This reply was modified 12 years ago by
Netzie.
April 26, 2014 at 6:25 pm #256644In reply to: Put flags in top bar
Hey!
Change the code to:
div#main { z-index: 401 !important; overflow: visible !important; } ul.avia_wpml_language_switch { position: absolute; top: -122px; right: auto !important; left: 55px !important; } @media only screen and (max-width: 767px) { ul.avia_wpml_language_switch { display: none; } }Cheers!
JosueApril 26, 2014 at 6:16 pm #256638In reply to: Put flags in top bar
Hey, now it changed the position, but not where I exactly wanted it. I link you a picture, so you see where I want it!
http://i.imgur.com/2kNEEFS.jpg
Blue circled area is where they are now, green circled area is where i would like to put them.
Thanks for your patience!
April 26, 2014 at 6:04 pm #256634In reply to: Put flags in top bar
Hey!
Seems the Quick CSS is not being saved, try adding the code to css/custom.css.
Best regards,
JosueApril 26, 2014 at 5:36 pm #256627In reply to: Put flags in top bar
Hi, thanks for your answer!
I inserted the code in Quick CSS, but for some reason, nothing seems to happen. Any idea?April 26, 2014 at 2:36 pm #256599In reply to: Custom CSS codes not working after updates
Hi Yigit
I am having the same problem – only my quick css is working – I can cut and paste the same code to custom.css and it stops.
This time (as far as I’m aware) there are no syntax errors – I’ve only written a few lines :-
#colorblocko {
display:block;
background-color:#F48C37;
width:249px;
height:249px;
margin:20px;
margin-bottom:0px;
color:#ffffff!important;
text-align:left !important;
}#colorblockb {
display:block;
background-color:#00baf2;
width:249px;
height:249px;
margin:20px;
margin-bottom:0px;
color:#ffffff!important;
text-align:left !important;}
#colorblockg {
display:block;
background-color:#d4e15a;
width:249px;
height:249px;
margin:20px;
margin-bottom:0px;
color:#ffffff!important;
text-align:left !important;}
#colorblockm {
display:block;
background-color:#E885B6;
width:249px;
height:249px;
margin:20px;
margin-bottom:0px;
color:#ffffff!important;
text-align:left !important;}
These work but for a test:-
#header_main .container{
display:none;
}
Only works in quick css???Please help!
Best regards
Steve
PS I’ve reported this in my post “Layer slider Not showing text and custom css not responding”April 26, 2014 at 1:56 pm #256584In reply to: Increasing sidebar width
Took a look, wouldn’t know where to start to just make the right sidebar wider
could you advise?
/*
* COMPILED WITH LESS
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */
/* #Base 960 Grid
================================================== */
html {
min-width: 910px;
}
html.responsive {
min-width: 0px;
}
.boxed#top {
margin: 0 auto;
overflow: visible;
/* position:relative; z-index: 3; */
}
.container {
position: relative;
width: 910px;
margin: 0 auto;
padding: 0px;
clear: both;
}
/*no z-index for container_wrap or fixed bgs start disapearing when other elements transition -> weird chrome bug*/
.container_wrap {
clear: both;
position: relative;
/* z-index: 1; */
border-top-style: solid;
border-top-width: 1px;
}
.unit,
.units {
float: left;
display: inline;
margin-left: 50px;
position: relative;
z-index: 1;
min-height: 1px;
}
.row {
position: relative;
margin-bottom: 20px;
clear: both;
}
.boxed .container .stretch_full {
position: relative;
left: -50px;
}
.boxed#top {
width: 1010px;
}
.boxed .container {
margin: 0px 50px;
}
#wrap_all {
width: 100%;
position: relative;
z-index: 2;
}
/* Nested Column Classes */
body .unit.alpha,
body .units.alpha,
body div .first {
margin-left: 0;
clear: left;
}
body .unit.alpha,
body .units.alpha {
width: 100%;
}
/* Base Grid */
.container .one.unit,
.container .one.units {
width: 30px;
}
.container .two.units {
width: 110px;
}
.container .three.units {
width: 190px;
}
.container .four.units {
width: 270px;
}
.container .five.units {
width: 350px;
}
.container .six.units {
width: 430px;
}
.container .seven.units {
width: 510px;
}
.container .eight.units {
width: 590px;
}
.container .nine.units {
width: 670px;
}
.container .ten.units {
width: 750px;
}
.container .eleven.units {
width: 830px;
}
.container .twelve.units {
margin-left: 0;
width: 910px;
}
#top.boxed .stretch_full {
width: 1010px;
}
/* Offsets */
#top .offset-by-one {
padding-left: 80px;
}
#top .offset-by-two {
padding-left: 160px;
}
#top .offset-by-three {
padding-left: 240px;
}
#top .offset-by-four {
padding-left: 320px;
}
#top .offset-by-five {
padding-left: 400px;
}
#top .offset-by-six {
padding-left: 480px;
}
#top .offset-by-seven {
padding-left: 560px;
}
#top .offset-by-eight {
padding-left: 640px;
}
#top .offset-by-nine {
padding-left: 720px;
}
#top .offset-by-ten {
padding-left: 800px;
}
#top .offset-by-eleven {
padding-left: 880px;
}
/* #Desktop – Large
================================================== */@media only screen and (min-width: 1140px) {
.responsive .boxed#top {
width: 1130px;
}
.responsive .container {
width: 1030px;
}
.responsive .container .one.unit,
.responsive .container .one.units {
width: 40px;
}
.responsive .container .two.units {
width: 130px;
}
.responsive .container .three.units {
width: 220px;
}
.responsive .container .four.units {
width: 310px;
}
.responsive .container .five.units {
width: 400px;
}
.responsive .container .six.units {
width: 490px;
}
.responsive .container .seven.units {
width: 580px;
}
.responsive .container .eight.units {
width: 670px;
}
.responsive .container .nine.units {
width: 760px;
}
.responsive .container .ten.units {
width: 850px;
}
.responsive .container .eleven.units {
width: 940px;
}
.responsive .container .twelve.units {
width: 1030px;
}
.responsive #top.boxed .stretch_full {
width: 1130px;
}
.responsive #top .offset-by-one {
padding-left: 90px;
}
.responsive #top .offset-by-two {
padding-left: 180px;
}
.responsive #top .offset-by-three {
padding-left: 270px;
}
.responsive #top .offset-by-four {
padding-left: 360px;
}
.responsive #top .offset-by-five {
padding-left: 450px;
}
.responsive #top .offset-by-six {
padding-left: 540px;
}
.responsive #top .offset-by-seven {
padding-left: 630px;
}
.responsive #top .offset-by-eight {
padding-left: 720px;
}
.responsive #top .offset-by-nine {
padding-left: 810px;
}
.responsive #top .offset-by-ten {
padding-left: 900px;
}
.responsive #top .offset-by-eleven {
padding-left: 990px;
}
}
/* #Desktop – Extra Large
================================================== */@media only screen and (min-width: 1340px) {
.responsive_large .boxed#top {
width: 1310px;
}
.responsive_large .container {
width: 1210px;
}
.responsive_large .container .one.unit,
.responsive_large .container .one.units {
width: 55px;
}
.responsive_large .container .two.units {
width: 160px;
}
.responsive_large .container .three.units {
width: 265px;
}
.responsive_large .container .four.units {
width: 370px;
}
.responsive_large .container .five.units {
width: 475px;
}
.responsive_large .container .six.units {
width: 580px;
}
.responsive_large .container .seven.units {
width: 685px;
}
.responsive_large .container .eight.units {
width: 790px;
}
.responsive_large .container .nine.units {
width: 895px;
}
.responsive_large .container .ten.units {
width: 1000px;
}
.responsive_large .container .eleven.units {
width: 1105px;
}
.responsive_large .container .twelve.units {
width: 1210px;
}
.responsive_large #top.boxed .stretch_full {
width: 1310px;
}
.responsive_large #top .offset-by-one {
padding-left: 105px;
}
.responsive_large #top .offset-by-two {
padding-left: 210px;
}
.responsive_large #top .offset-by-three {
padding-left: 315px;
}
.responsive_large #top .offset-by-four {
padding-left: 420px;
}
.responsive_large #top .offset-by-five {
padding-left: 525px;
}
.responsive_large #top .offset-by-six {
padding-left: 630px;
}
.responsive_large #top .offset-by-seven {
padding-left: 735px;
}
.responsive_large #top .offset-by-eight {
padding-left: 840px;
}
.responsive_large #top .offset-by-nine {
padding-left: 945px;
}
.responsive_large #top .offset-by-ten {
padding-left: 1050px;
}
.responsive_large #top .offset-by-eleven {
padding-left: 1155px;
}
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive #top {
overflow-x: hidden;
}
.responsive .boxed#top {
width: 782px;
}
.responsive .container {
width: 682px;
}
.responsive .container .one.unit,
.responsive .container .one.units {
width: 11px;
}
.responsive .container .two.units {
width: 72px;
}
.responsive .container .three.units {
width: 133px;
}
.responsive .container .four.units {
width: 194px;
}
.responsive .container .five.units {
width: 255px;
}
.responsive .container .six.units {
width: 316px;
}
.responsive .container .seven.units {
width: 377px;
}
.responsive .container .eight.units {
width: 438px;
}
.responsive .container .nine.units {
width: 499px;
}
.responsive .container .ten.units {
width: 560px;
}
.responsive .container .eleven.units {
width: 621px;
}
.responsive .container .twelve.units {
width: 682px;
}
.responsive #top.boxed .stretch_full {
width: 782px;
}
.responsive #top .offset-by-one {
padding-left: 61px;
}
.responsive #top .offset-by-two {
padding-left: 122px;
}
.responsive #top .offset-by-three {
padding-left: 183px;
}
.responsive #top .offset-by-four {
padding-left: 244px;
}
.responsive #top .offset-by-five {
padding-left: 305px;
}
.responsive #top .offset-by-six {
padding-left: 366px;
}
.responsive #top .offset-by-seven {
padding-left: 427px;
}
.responsive #top .offset-by-eight {
padding-left: 488px;
}
.responsive #top .offset-by-nine {
padding-left: 549px;
}
.responsive #top .offset-by-ten {
padding-left: 610px;
}
.responsive #top .offset-by-eleven {
padding-left: 671px;
}
}
/* #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.responsive #top {
overflow-x: hidden;
}
.responsive .boxed#top {
width: 100%;
}
.responsive .container {
width: 268px;
margin: 0 auto;
}
.responsive .units,
.responsive .unit {
margin: 0;
}
.responsive .container .one.unit,
.responsive .container .one.units,
.responsive .container .two.units,
.responsive .container .three.units,
.responsive .container .four.units,
.responsive .container .five.units,
.responsive .container .six.units,
.responsive .container .seven.units,
.responsive .container .eight.units,
.responsive .container .nine.units,
.responsive .container .ten.units,
.responsive .container .eleven.units,
.responsive .container .twelve.units,
.responsive #top #wrap_all .flex_column {
margin: 0;
margin-bottom: 20px;
width: 100%;
}
.responsive #top.boxed .stretch_full {
width: 100%;
}
/* Offsets */
.responsive #top .offset-by-one,
.responsive #top .offset-by-two,
.responsive #top .offset-by-three,
.responsive #top .offset-by-four,
.responsive #top .offset-by-five,
.responsive #top .offset-by-six,
.responsive #top .offset-by-seven,
.responsive #top .offset-by-eight,
.responsive #top .offset-by-nine,
.responsive #top .offset-by-ten,
.responsive #top .offset-by-eleven {
padding-left: 0;
}
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive #top {
overflow-x: hidden;
}
.responsive .boxed#top {
width: 100%;
}
.responsive .container {
width: 428px;
margin: 0 auto;
}
.responsive .units,
.responsive .unit {
margin: 0;
}
.responsive .container .one.unit,
.responsive .container .one.units,
.responsive .container .two.units,
.responsive .container .three.units,
.responsive .container .four.units,
.responsive .container .five.units,
.responsive .container .six.units,
.responsive .container .seven.units,
.responsive .container .eight.units,
.responsive .container .nine.units,
.responsive .container .ten.units,
.responsive .container .eleven.units,
.responsive .container .twelve.units,
.responsive #top #wrap_all .flex_column {
width: 100%;
margin-left: 0;
margin-bottom: 20px;
}
.responsive #top.boxed .stretch_full {
width: 100%;
}
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
content: “020”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Use clearfix class on parent to clear nested units,
or wrap each row of units in a <div class=”row”> */
.clearfix:before,
.clearfix:after,
.flex_column:before,
.flex_column:after {
content: ‘020’;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.flex_column:after,
.clearfix:after {
clear: both;
}
.row,
.clearfix {
zoom: 1;
}
/* You can also use a <br class=”clear” /> to clear units */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* Columns for better content separation
================================================== */
body div .first,
body div .no_margin {
margin-left: 0;
}
div .flex_column {
z-index: 1;
float: left;
position: relative;
min-height: 1px;
width: 100%;
}
div .av_one_fifth {
margin-left: 6%;
width: 15.2%;
}
div .av_one_fourth {
margin-left: 6%;
width: 20.5%;
}
div .av_one_third {
margin-left: 6%;
width: 29.333333333333332%;
}
div .av_two_fifth {
margin-left: 6%;
width: 36.4%;
}
div .av_one_half {
margin-left: 6%;
width: 47%;
}
div .av_three_fifth {
margin-left: 6%;
width: 57.599999999999994%;
}
div .av_two_third {
margin-left: 6%;
width: 64.66666666666666%;
}
div .av_three_fourth {
margin-left: 6%;
width: 73.5%;
}
div .av_four_fifth {
margin-left: 6%;
width: 78.8%;
}
div .av_one_sixth {
margin-left: 6%;
width: 11.666666666666666%;
}
div .av_one_seventh {
margin-left: 6%;
width: 9.142857142857142%;
}
div .av_one_eighth {
margin-left: 6%;
width: 7.25%;
}
div .av_one_nineth {
margin-left: 6%;
width: 5.777777777777778%;
}
div .av_one_tenth {
margin-left: 6%;
width: 4.6%;
}
/* Columns for better content separation (no margin)
================================================== */
#top div .no_margin {
margin-left: 0;
margin-top: 0;
}
#top .no_margin.av_one_fifth {
width: 20%;
}
#top .no_margin.av_one_fourth {
width: 25%;
}
#top .no_margin.av_one_third {
width: 33.3%;
}
#top .no_margin.av_two_fifth {
width: 40%;
}
#top .no_margin.av_one_half {
width: 50%;
}
#top .no_margin.av_three_fifth {
width: 60%;
}
#top .no_margin.av_two_third {
width: 66.6%;
}
#top .no_margin.av_three_fourth {
width: 75%;
}
#top .no_margin.av_four_fifth {
width: 80%;
}
#top .no_margin.av_one_sixth {
width: 16.666666666666668%;
}
#top .no_margin.av_one_seventh {
width: 14.285714285714286%;
}
#top .no_margin.av_one_eighth {
width: 12.5%;
}
#top .no_margin.av_one_nineth {
width: 11.11111111111111%;
}
#top .no_margin.av_one_tenth {
width: 10%;
}
/*breaking point logic for the common 1/4 element in ipads. makes sure that it converts to a 1/2 element in most cases*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .av_one_fourth.first.el_before_av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth,
.responsive .avia-content-slider-inner .av_one_fourth {
margin-left: 4%;
width: 48%;
}
.responsive .av_one_fourth.first.el_before_av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half,
.responsive .avia-content-slider-inner .av_one_fourth.first {
margin-left: 0%;
clear: both;
}
.responsive .av_one_half.first.el_before_av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half,
.responsive .avia-content-slider-inner .av_one_fourth {
width: 100%;
}
.responsive .av_one_half.first + .av_one_fourth,
.responsive .av_one_half.first + .av_one_fourth + .av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth,
.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
margin-top: 30px;
}
}April 26, 2014 at 12:48 pm #256560In reply to: Scrolling menu from bottom to top
Hi FRANXIZKO!
Thank you for the link but it’s not loading on my end. Can you please post a screenshot? Based on the information that you have given on your post, it looks like this kind of navigation will require a lot of modifications. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelApril 26, 2014 at 12:21 pm #256548In reply to: enfold + buddypress group avatar
Hi Ismael,
just the avatar on the feed. Your codes deletes the group avatar images of the feed but also the big group image on the top of the group. The main group image should not be deleted.
Kind Regards, Simon
April 26, 2014 at 11:37 am #256526Hi!
Thank you for the link.
Please add this on Quick CSS or custom.css:
.content, .sidebar { padding-top: 10px; padding-bottom: 20px; }Cheers!
IsmaelApril 26, 2014 at 11:31 am #256523In reply to: Layer Slider turns into black box when scrolling
Hey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-transform-style: flat; }Cheers!
IsmaelApril 26, 2014 at 11:11 am #256515In reply to: Pagination blog failure
Hi!
Thank you for the update!
Please make sure that you’re running Enfold 2.7. There’s a workaround posted by another user, please try it. Refer to this link: https://kriesi.at/support/topic/blog-pagination-6/
Regards,
IsmaelApril 26, 2014 at 9:51 am #256504In reply to: No autoplay on EasySlider video
Hi, i’m using safari 7.0.3… can tou try with this versione please?
Thanks in advanced.
April 26, 2014 at 9:13 am #256494Hey!
Thank you for the update.
On the child theme’s avia.js, did you add the modifications Josue suggested? https://gist.github.com/josueochoa/ae8214df978403dfad04
This goes at the end of avia.js:
jQuery.fn.heightCalc = function(dir){ this.each(function(){ if (dir == "prev"){ jQuery(this).css("height", jQuery(this).prev().height()); }else{ jQuery(this).css("height", jQuery(this).next().height()); } }); return this; } jQuery(window).bind('load resize',function() { jQuery(".custom_list_r").parent().heightCalc("prev"); jQuery(".custom_list_l").parent().heightCalc("next"); });Regards,
IsmaelApril 26, 2014 at 8:26 am #256482seanmhackett
ParticipantHi Kriesi et al,
I just updated Enfold and installed a plugin called MyEventon.
After the update and plugin installation, the social icons in my top header and the scroll to top icon at the bottom of my page are having issues. Please check at hackettlabs dot com
Thank you in advance for any advice or assistance you can provide.
Best regards,
SMHApril 26, 2014 at 7:36 am #256468Hey!
There is a way to actually insert content after the breadcrumb, refer to this topic:
https://kriesi.at/support/topic/adsense-banner-after-breadcrumbs/#post-255313Cheers!
JosueApril 26, 2014 at 7:06 am #256450UPDATE: I figured out that it was human error that caused the problem. Autoptimize plugin was still caching javascript.
HOWEVER, all pages are displaying correctly EXCEPT the homepage. None of the CSS or js files are being linked to as https. The entire page is broken and it is only the home page. I have emptied the caches repeatedly and then deactivated all caching plugins. Yet the home page still persists in being broken when in https mode. Please help.
The site is: goldensurrogacy.info If you have trouble viewing it let me know. I might have to get your IP address added to the server’s white list.
-
This reply was modified 12 years ago by
GregHain.
April 26, 2014 at 6:31 am #256437In reply to: Put flags in top bar
Hey!
Try adding this code to the Quick CSS:
div#main { z-index: 401 !important; overflow: visible !important; } .main_menu{ right: 210px; } ul.avia_wpml_language_switch { position: absolute; top: -62px; right: 50px !important; left: auto !important; } @media only screen and (max-width: 767px) { ul.avia_wpml_language_switch { display: none; } }Cheers!
JosueApril 26, 2014 at 4:16 am #256427Topic: link in the menu
in forum Enfoldfherrard
ParticipantHello,
I have a problem to add basic text link in the top menuit s error consol :
ReferenceError: jQuery is not defined
…ion(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(…Thank you for help
Cordialement
FlorianApril 26, 2014 at 2:34 am #256415Frank
ParticipantI have a problem that I’ve been trying to work around for several days. Any full width section (1:1 or Color) with a slider in it that is below another section will lose the top 1/3 of the images and captions as you are scrolling. The images get truncated by about 1/3, briefly, when you are scrolling, then they reappear again. This happens with ANY object that contains a slider. I’ve tried them all.
This sounds similar to the problem others are having with Chrome. I tested it in IE and Firefox and it does not occur in those browsers.
Any CSS hints?
April 26, 2014 at 2:07 am #256413Topic: Enfold Gallery not working on Internet Explorer
in forum Enfoldjahson78
ParticipantHello – I could use your expert eyes and help,
The Enfold Gallery I’ve created at http://easter.mtnchurch.tv/#photos is not loading properly on Internet Explorer (Version 11.0.9600.17041).
The “Thumbnail fade in effect” does not load the pics smoothly with either option chosen. Also, the pics are not stacked neatly on top of and beside each other, but are stacked in an odd arrangement.
I do not experience either issue using Chrome (Version 34.0.1847.116 m) – the Gallery functions as expected.
WordPress v3.9
Enfold v2.7April 26, 2014 at 1:02 am #256405OK, got the update and all working now. Thanks
April 26, 2014 at 12:53 am #256404I am having same problem. I deactivated all plugins and have latest enfold running. Also cleared cash. Not sure what to do next
April 26, 2014 at 12:52 am #256403BeeCee
ParticipantHi,
I’m getting really confused with the blog layout setting possibilities: the blog layout doesn’t show right.
I use ENFOLD 2.6.4 and made following settings:1. WP SETTINGS -> READING: I leave everything there as it is by standard:

2. My ENFOLD THEME OPTIONS are like this:

and:

3. I have created a page, called “Blog” with the Advanced Layout Builder with this settings; this page should be the blog post overview page, showing the latest 4 posts:

4. This page settings are:

5. The result is a completely messed up blog overview page, which seems to consist only of “sidebar widgets”:

Bigger screenshot view: https://screencloud.net/v/D9R46. A single post looks good:

Bigger screenshot: https://screencloud.net/v/8bfHI have no idea, why the use of the Advanced Layout Builder for an own blog (overview page) layout results in this mess. I have tried different variations of the settings, put “nothing” in the theme options at “And where do you want to display the Blog?”, as Ismael has suggested here, but this causes another error:
now the blog overview page works fine:

Bigger screenshot: http://screencloud.net/v/7TtJBUT:
now with with single post view something is wrong, as you can see in the breadcrumbs:
Bigger screenshot: https://screencloud.net/v/owEKthis should be like this:

Bigger screenshot: https://screencloud.net/v/lJZMbut this, however, can I only get, if I set in the theme options at “And where do you want to display the Blog?” this page called “blog”!
And then, however, the blog overview page, built with the Advanced Layout Builder is again messed up – a neverending circle …What are the right settings, to use the Advanced Layout Builder for an own blog overview page, or what do you think might be the reason for it? (Note: my site is still under construction, hope the screenshots are working as well)
Thanks a lot in advance.
[EDIT: this issue seems to be known: https://kriesi.at/support/topic/advanced-layout-editor-to-build-your-own-blog-layout/page/2/]
[EDIT:
I created a new sub-blog within my WP network with ENFOLD 2.6.4 and the imported theme settings from my other sub-blog and now I found out, that the plugin WORDPRESS SEO from YOAST might be responsible for these errors.
When I de-activate this plugin all is fine:
the blog overview page with ALB created is shown right, the breadcrumbs of the single posts are right again, and the theme settings are set like above. Sad, because lots of people like me prefer the WP SEO plugin from YOAST. Any idea, where the conflict might be?
NOTE: I still have NOT configured the plugin, the settings are currently like the come with the plugin download files, if someone likes to test it!)April 25, 2014 at 11:56 pm #256395Topic: Link Content Element 'Icon' to Layout Element 'Color Section'
in forum Enfoldmurech
ParticipantDear all
I have a content element ‘Icon’. Instead of opening another page, I would like to jump to a specific layout element ‘Color Section’.
I tried to add the the tag . This works, but either I have to much space on top or all the content in the ‘Color Section’ is considered as a link.
Is there an easy way to do this?
Thanks,
MatthiasApril 25, 2014 at 10:02 pm #256384Topic: Remove header and nav from specific page.
in forum Enfoldsparkeeey
ParticipantI’m trying to remove the header and nav from a page on our site and have tried putting code I found elsewhere in the forum –
.page-id-4386 #header { display: none; }
.page-id-4386 .fixed_header.social_header #main {
padding-top: 0; }into the quickcss section but it didn’t change anything. Was wondering if anyone could provide some help with this?
To be clear, I want to remove the main header where the logo, nav etc. resides. If someone could please provide the code info, that would be great.
-
This topic was modified 12 years ago by
sparkeeey. Reason: clearing up request
April 25, 2014 at 8:56 pm #256367I fixed it – third party plug in – deactivated it and I am sorted – many thanks for your help! As always fab support. :-)
April 25, 2014 at 8:54 pm #256365Topic: Scrolling menu from bottom to top
in forum EnfoldFRANXIZKO
ParticipantHi guys,
Is there any element on the template that allows me to achieve the effect on the menu showing on the bottom of the page, and scrolling up together with the first section, and then stick to the top for the next ones, like on this website? Thanks -
This reply was modified 12 years ago by
-
AuthorSearch Results
-
Search Results
-
Hi Kriesi et al,
I just updated Enfold and installed a plugin called MyEventon.
After the update and plugin installation, the social icons in my top header and the scroll to top icon at the bottom of my page are having issues. Please check at hackettlabs dot com
Thank you in advance for any advice or assistance you can provide.
Best regards,
SMHTopic: link in the menu
Hello,
I have a problem to add basic text link in the top menuit s error consol :
ReferenceError: jQuery is not defined
…ion(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(…Thank you for help
Cordialement
FlorianI have a problem that I’ve been trying to work around for several days. Any full width section (1:1 or Color) with a slider in it that is below another section will lose the top 1/3 of the images and captions as you are scrolling. The images get truncated by about 1/3, briefly, when you are scrolling, then they reappear again. This happens with ANY object that contains a slider. I’ve tried them all.
This sounds similar to the problem others are having with Chrome. I tested it in IE and Firefox and it does not occur in those browsers.
Any CSS hints?
Hello – I could use your expert eyes and help,
The Enfold Gallery I’ve created at http://easter.mtnchurch.tv/#photos is not loading properly on Internet Explorer (Version 11.0.9600.17041).
The “Thumbnail fade in effect” does not load the pics smoothly with either option chosen. Also, the pics are not stacked neatly on top of and beside each other, but are stacked in an odd arrangement.
I do not experience either issue using Chrome (Version 34.0.1847.116 m) – the Gallery functions as expected.
WordPress v3.9
Enfold v2.7Dear all
I have a content element ‘Icon’. Instead of opening another page, I would like to jump to a specific layout element ‘Color Section’.
I tried to add the the tag . This works, but either I have to much space on top or all the content in the ‘Color Section’ is considered as a link.
Is there an easy way to do this?
Thanks,
MatthiasI’m trying to remove the header and nav from a page on our site and have tried putting code I found elsewhere in the forum –
.page-id-4386 #header { display: none; }
.page-id-4386 .fixed_header.social_header #main {
padding-top: 0; }into the quickcss section but it didn’t change anything. Was wondering if anyone could provide some help with this?
To be clear, I want to remove the main header where the logo, nav etc. resides. If someone could please provide the code info, that would be great.
Hi guys,
Is there any element on the template that allows me to achieve the effect on the menu showing on the bottom of the page, and scrolling up together with the first section, and then stick to the top for the next ones, like on this website? Thanks
