Viewing 30 results - 137,791 through 137,820 (of 142,733 total)
  • Author
    Search Results
  • #180248

    Hi!

    Right, you are now using LayerSlider instead. I have Enfold on my localhost, therefore unfortunately i am not able to check it on my mobile phone. Shall i mark this topic as resolved?

    Regards,
    Yigit

    #180244

    Hey!


    @jordieste
    please refer to Dude’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Regards,
    Yigit

    #180240
    sere
    Participant

    I find a code to add a new portfolio thumbnail size in the forum (https://kriesi.at/support/topic/how-to-fix-image-sizes/)
    I add a portrait size, but if I choose a landscape image i’d like that it is cropped in a portrait size.

    sample

    Is it possible?

    #180224

    p.s. I’m not using LayerSlider but the Fullscreen Slider; And furthermore – the Bar stops working (only the label and the background are seen) for the same reason.

    • This reply was modified 12 years, 4 months ago by eliuserman.
    #180198
    Enfolduser
    Participant

    Hi – tried Kreatura support – I want to keep text static and switch the image behind using slides in the slider – however it seems you can’t – you have to transition all layers in a slide in and out whether you like it or not…!

    They mentioned you can position static layers over the top of the slider area.

    Are you able to help?

    Thanks,
    Mark

    LA_BREVA
    Participant

    Hello,
    please, I have 2 Question:
    1)I create a page with name Blog. I define in theme Option the “blog” page to display the blog.
    then i went to general setting and choice the blog style. In this case, Grid.
    Now I have the problem that is not possible to add at the Blog page any kind of content; cannot make different footer, can’t add a single text as title and so on. The other problem is that for example is not possible to hide the header trough the page option, but only via css.
    Now i guess that if the blog page is defined in theme option, this has nothing to do with the page i create with name “blog”.
    But, where can I find the page Blog from Enfold to make change or add content? Or is not possibile at all, becouse if the blog page is defined, then is a fix layout with no possibility to add or change content?

    2) If is not possible, i have the permalink problem as from this post:
    https://kriesi.at/support/topic/h1-permalink-takes-to-home-page-not-archive-page-for-posts/
    is it possible to make the change in the child template? If yes, how?

    thank you
    Antonio

    #180195

    Yes, that’s the right URL Kriesi.

    I installed the latest version of Enfold by FTP, copying the entire new Enfold folder over the old installation in the site’s Themes directory.

    This morning, on Chrome (Mac and Windows) I see:

    As each new image appears in the slider, it makes text and images below, in the main content area of the page, nudge very slightly to left and then back. All of the text lightens in colour slightly for a second. This only happens to content in the second (and greater) columns – first column content on the left border does not seem to be affected. Once all of the images in EasySlider have run through once, this problem stops. But if I refresh the page, then it all happens again.

    #180156

    In reply to: Product page layout

    Hi artspbseo!

    You can’t enable a right sidebar on the single product page. It will always be below the product image. You can choose not to show it using this on your custom.css or Quick CSS:

    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    display: none;
    }

    Best regards,
    Ismael

    #180146

    Topic: Styling

    in forum Enfold
    mensmaximus
    Participant

    Hi,
    unfortunately the topic https://kriesi.at/support/topic/debug/?login_error#post-179438 has been closed so i have to open a new one.
    I use a child theme as recommended in a multisite installation. I have modified a color scheme to meet my demands. If i click on the button of this color scheme in the styling section the original values are applied. As far as you say there is no ‘undo’ this is not correct. Changing multiple color schemes is not possible this way because if you select one of the modified schemes to apply a new color (e.g. to make a contrast lighter or darker) the initial theme values get loaded and you loose the custom settings.

    You should load the stored values first to avoid this issue. And maybe you should just add 5 empty color schemes (custom 1 to 5) to allow customers to build there own.

    Regards

    Michael

    IndikatorDesign
    Participant

    Hey sorry,

    this topic is closed, but the problem is still there:

    https://kriesi.at/support/topic/white-space-between-navbar-and-layerslider-ipad-landscape-enfold/

    1. White Space between the Navigation and the Layerslider on iPad

    2. Fixed Backgroundpictures in Color-sections work not right on iPad

    Regards

    #180122

    Hey!

    Please try this:

    #top .avia-logo-element-container img {
    width: auto;
    }

    I tested it on IE8 – IE10 and it works fine. This is the screenshot of my test installation.

    Best regards,
    Ismael

    #180116
    This reply has been marked as private.
    #180108

    Hi Gillianrose!

    Please take a look at this: https://kriesi.at/support/topic/zoom-in-on-mobile-devides/

    Cheers!
    Josue

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #180102

    Hey mikaelsv!

    You can add this on your custom.css or Quick CSS:

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 10px;
    }

    Adjust the bottom padding.

    Regards,
    Ismael

    #180092

    Hi timfl!

    You can adjust their position. Add this on your custom.css or Quick CSS:

    #top .avia-post-nav {
    position: absolute;
    top: 70%;
    }
    
    .avia-post-prev {
    left: 10%;
    }
    
    .avia-post-next {
    right: 10%;
    }

    Cheers!
    Ismael

    #180085
    lherbert
    Participant

    This is very disheartening…

    Ref: https://kriesi.at/support/topic/page-content-just-vanished/

    The same problem reoccurred, this time with no backup. I’ve modified the page extensively and ensured all text I added was “clean” (free of tags, malformed html, hidden characters…). Upon saving my changes, my content disappeared — Again! I’ve tried to restore a revision, but to no avail. I’m left now to recreate the page. Grrrrr!!!

    Can someone please explain the issue, how to resolve, and what is being done to fix? As much as I like the theme, It is of little use if I have to constantly recreate pages because of vanishing content.

    Please help!!!

    Hi again again !

    So I updated the theme, updated header.php (95) with <a id="responsiveToggler" href="#">Click me</a>
    and avia.js with

     (function(){var t=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++){if(e in this&&this[e]===t)return e}return-1},e=[].slice;(function(t,e){if(typeof define==="function"&&define.amd){return define("waypoints",["jquery"],function(n){return e(n,t)})}else{return e(t.jQuery,t)}})(this,function(n,r){var i,o,l,s,f,u,a,c,h,d,p,y,v,w,g,m;i=n(r);c=t.call(r,"ontouchstart")>=0;s={horizontal:{},vertical:{}};f=1;a={};u="waypoints-context-id";p="resize.waypoints";y="scroll.waypoints";v=1;w="waypoints-waypoint-ids";g="waypoint";m="waypoints";o=function(){function t(t){var e=this;this.$element=t;this.element=t[0];this.didResize=false;this.didScroll=false;this.id="context"+f++;this.oldScroll={x:t.scrollLeft(),y:t.scrollTop()};this.waypoints={horizontal:{},vertical:{}};t.data(u,this.id);a[this.id]=this;t.bind(y,function(){var t;if(!(e.didScroll||c)){e.didScroll=true;t=function(){e.doScroll();return e.didScroll=false};return r.setTimeout(t,n[m].settings.scrollThrottle)}});t.bind(p,function(){var t;if(!e.didResize){e.didResize=true;t=function(){n[m]("refresh");return e.didResize=false};return r.setTimeout(t,n[m].settings.resizeThrottle)}})}t.prototype.doScroll=function(){var t,e=this;t={horizontal:{newScroll:this.$element.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.$element.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};if(c&&(!t.vertical.oldScroll||!t.vertical.newScroll)){n[m]("refresh")}n.each(t,function(t,r){var i,o,l;l=[];o=r.newScroll>r.oldScroll;i=o?r.forward:r.backward;n.each(e.waypoints[t],function(t,e){var n,i;if(r.oldScroll<(n=e.offset)&&n<=r.newScroll){return l.push(e)}else if(r.newScroll<(i=e.offset)&&i<=r.oldScroll){return l.push(e)}});l.sort(function(t,e){return t.offset-e.offset});if(!o){l.reverse()}return n.each(l,function(t,e){if(e.options.continuous||t===l.length-1){return e.trigger([i])}})});return this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}};t.prototype.refresh=function(){var t,e,r,i=this;r=n.isWindow(this.element);e=this.$element.offset();this.doScroll();t={horizontal:{contextOffset:r?0:e.left,contextScroll:r?0:this.oldScroll.x,contextDimension:this.$element.width(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:r?0:e.top,contextScroll:r?0:this.oldScroll.y,contextDimension:r?n[m]("viewportHeight"):this.$element.height(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};return n.each(t,function(t,e){return n.each(i.waypoints[t],function(t,r){var i,o,l,s,f;i=r.options.offset;l=r.offset;o=n.isWindow(r.element)?0:r.$element.offset()[e.offsetProp];if(n.isFunction(i)){i=i.apply(r.element)}else if(typeof i==="string"){i=parseFloat(i);if(r.options.offset.indexOf("%")>-1){i=Math.ceil(e.contextDimension*i/100)}}r.offset=o-e.contextOffset+e.contextScroll-i;if(r.options.onlyOnScroll&&l!=null||!r.enabled){return}if(l!==null&&l<(s=e.oldScroll)&&s<=r.offset){return r.trigger([e.backward])}else if(l!==null&&l>(f=e.oldScroll)&&f>=r.offset){return r.trigger([e.forward])}else if(l===null&&e.oldScroll>=r.offset){return r.trigger([e.forward])}})})};t.prototype.checkEmpty=function(){if(n.isEmptyObject(this.waypoints.horizontal)&&n.isEmptyObject(this.waypoints.vertical)){this.$element.unbind([p,y].join(" "));return delete a[this.id]}};return t}();l=function(){function t(t,e,r){var i,o;r=n.extend({},n.fn[g].defaults,r);if(r.offset==="bottom-in-view"){r.offset=function(){var t;t=n[m]("viewportHeight");if(!n.isWindow(e.element)){t=e.$element.height()}return t-n(this).outerHeight()}}this.$element=t;this.element=t[0];this.axis=r.horizontal?"horizontal":"vertical";this.callback=r.handler;this.context=e;this.enabled=r.enabled;this.id="waypoints"+v++;this.offset=null;this.options=r;e.waypoints[this.axis][this.id]=this;s[this.axis][this.id]=this;i=(o=t.data(w))!=null?o:[];i.push(this.id);t.data(w,i)}t.prototype.trigger=function(t){if(!this.enabled){return}if(this.callback!=null){this.callback.apply(this.element,t)}if(this.options.triggerOnce){return this.destroy()}};t.prototype.disable=function(){return this.enabled=false};t.prototype.enable=function(){this.context.refresh();return this.enabled=true};t.prototype.destroy=function(){delete s[this.axis][this.id];delete this.context.waypoints[this.axis][this.id];return this.context.checkEmpty()};t.getWaypointsByElement=function(t){var e,r;r=n(t).data(w);if(!r){return[]}e=n.extend({},s.horizontal,s.vertical);return n.map(r,function(t){return e[t]})};return t}();d={init:function(t,e){var r;if(e==null){e={}}if((r=e.handler)==null){e.handler=t}this.each(function(){var t,r,i,s;t=n(this);i=(s=e.context)!=null?s:n.fn[g].defaults.context;if(!n.isWindow(i)){i=t.closest(i)}i=n(i);r=a[i.data(u)];if(!r){r=new o(i)}return new l(t,r,e)});n[m]("refresh");return this},disable:function(){return d._invoke(this,"disable")},enable:function(){return d._invoke(this,"enable")},destroy:function(){return d._invoke(this,"destroy")},prev:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e>0){return t.push(n[e-1])}})},next:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e<n.length-1){return t.push(n[e+1])}})},_traverse:function(t,e,i){var o,l;if(t==null){t="vertical"}if(e==null){e=r}l=h.aggregate(e);o=[];this.each(function(){var e;e=n.inArray(this,l[t]);return i(o,e,l[t])});return this.pushStack(o)},_invoke:function(t,e){t.each(function(){var t;t=l.getWaypointsByElement(this);return n.each(t,function(t,n){n[e]();return true})});return this}};n.fn[g]=function(){var t,r;r=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(d[r]){return d[r].apply(this,t)}else if(n.isFunction(r)){return d.init.apply(this,arguments)}else if(n.isPlainObject(r)){return d.init.apply(this,[null,r])}else if(!r){return n.error("jQuery Waypoints needs a callback function or handler option.")}else{return n.error("The "+r+" method does not exist in jQuery Waypoints.")}};n.fn[g].defaults={context:r,continuous:true,enabled:true,horizontal:false,offset:0,triggerOnce:false};h={refresh:function(){return n.each(a,function(t,e){return e.refresh()})},viewportHeight:function(){var t;return(t=r.innerHeight)!=null?t:i.height()},aggregate:function(t){var e,r,i;e=s;if(t){e=(i=a[n(t).data(u)])!=null?i.waypoints:void 0}if(!e){return[]}r={horizontal:[],vertical:[]};n.each(r,function(t,i){n.each(e[t],function(t,e){return i.push(e)});i.sort(function(t,e){return t.offset-e.offset});r[t]=n.map(i,function(t){return t.element});return r[t]=n.unique(r[t])});return r},above:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset<=t.oldScroll.y})},below:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset>t.oldScroll.y})},left:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset<=t.oldScroll.x})},right:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset>t.oldScroll.x})},enable:function(){return h._invoke("enable")},disable:function(){return h._invoke("disable")},destroy:function(){return h._invoke("destroy")},extendFn:function(t,e){return d[t]=e},_invoke:function(t){var e;e=n.extend({},s.vertical,s.horizontal);return n.each(e,function(e,n){n[t]();return true})},_filter:function(t,e,r){var i,o;i=a[n(t).data(u)];if(!i){return[]}o=[];n.each(i.waypoints[e],function(t,e){if(r(i,e)){return o.push(e)}});o.sort(function(t,e){return t.offset-e.offset});return n.map(o,function(t){return t.element})}};n[m]=function(){var t,n;n=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(h[n]){return h[n].apply(null,t)}else{return h.aggregate.call(null,n)}};n[m].settings={resizeThrottle:100,scrollThrottle:30};return i.load(function(){return n[m]("refresh")})})}).call(this);
    jQuery("#responsiveToggler").on("click", function(){
        jQuery("html").toggleClass("responsive");
    }); 
    

    at the very end.

    But I now have the “click me” on destop version as well and the responsive menu on iphone :(

    Sorry ++ Hope you can help me fix it.

    Here is my url : http://goo.gl/4DlFUp

    Thanks

    • This reply was modified 12 years, 4 months ago by oliviad.
    #180076

    Hey!

    Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:

    #footer .widget_nav_menu ul:first-child>.current-menu-item, #footer .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    top: 0;
    width: auto;
    }
    
    .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item, .footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor {
    background: red;
    }
    
    #footer  .widget_nav_menu ul:first-child > .current-menu-item > a {
    position: relative;
    margin-top: -2px !important;
    }

    Best regards,
    Ismael

    #180075
    Compustar82
    Participant

    Hello,

    I found this post

    https://kriesi.at/support/topic/woocommerce-nested-category-plugin/

    and thought it would work for me as well, however it did not. I need to solve one problem and don’t think it can possibly be this difficult. I have a woocommerce store on my site. I have multiple product categories and of course when you view the shop page it just shows all of the products without any kind of heading that would tell the user which category that product fits in to. There is a woocommerce plugin which the user in the post I mentioned referenced to called WooCommerce Nested Category Plugin which sells for $79 and does what I am asking however it seems there must be a simpler way to break your shop page into multiple categories without spending an extra $79 to do so. Please advise.

    Shawn

    #180073

    Hi!

    Like I said “I’m not sure how we can fix this”. I’m sorry but I can’t explain it elaborately that is why I’m asking for Kriesi and Dude’s help. I searched the forum about CGI php configuration and I found few entries from a different user explaining how they fixed the same issue by changing from 5.3.27 FastCGI to 5.3.27 CGI(Stable).

    https://kriesi.at/support/topic/avia-layout-builder-problems/

    Regards,
    Ismael

    #180063

    Hi Tech!

    Please add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 115px;
    }

    Cheers!
    Ismael

    #180045

    Hi Mayer!

    These are the list of shortcodes from bbpress. You can actually post a single forum topic using a shortcode.

    http://codex.bbpress.org/shortcodes/

    Regards,
    Ismael

    fusion01
    Participant

    For ‘small fixed header’ option the logo top left scales down upon page scroll but for some reason doesn’t revert back to normal size when scrolling back up to the top. The height of the header strips reverts fine, but logo stays small. A bug?

    #180003
    creative.collab
    Participant

    There appears to be a conflict with the current version of Enfold and Events Calendar by Modern Tribe (3.x).

    With either the Enfold parent or child theme activated when you install Events Calender everything is fine, however upon attempting activation, the entire website white screens; it requires the removal of Events Calendar via FTP to get the site working again. So far this is the only plugin that I have found giving this issue.

    If I switch to a different theme, such as Twenty Thirteen/Twelve etc., I am able to successfully activate Events Calendar without white screening.

    Any suggestions to stop this from happening?

    #180002

    In reply to: Alternative to slider?

    Hi Jonathan!

    Sure, you could always place a color section with small padding at the top of a page and apply the image as background image :)

    Best regards,
    Kriesi

    #180000

    In reply to: Portfolio

    This reply has been marked as private.
    #179995

    Topic: Testimonials Image

    in forum Enfold
    sbrohamm
    Participant

    I am trying to make the images for the testimonials show as square or rectangular in shape instead of the circles. I’ve tried both of the css’s in this thread: https://kriesi.at/support/topic/testimonial-2/ but they only shifted the images inside of the circle instead of removing the radius border.

    I’m using logos instead of portraits so they can’t be rounded at all.

    Thanks

    • This topic was modified 12 years, 4 months ago by sbrohamm.

    Hi!

    That’s a good idea, please take a look: https://kriesi.at/support/topic/theme-update-and-child-theme/

    Cheers!
    Josue

    #179989

    Hey!

    As Dude said. Its currently not planned but you can always submit a feature requests here and if enough people support the request we will add it:

    https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Kriesi

Viewing 30 results - 137,791 through 137,820 (of 142,733 total)