Viewing 30 results - 137,581 through 137,610 (of 142,511 total)
  • Author
    Search Results
  • #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, 2 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, 2 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

    #179981

    In reply to: Social Icons Alt Text

    I see. will add a title to the social icons and the scroll to top link with the next update ;)

    #179959

    In reply to: product image

    Hello, Ismael!
    I’ve tried this code, but it will lead to problem, from which I’ve started this topic.
    Can I just disable image hover effect (with green circle on hover) only for product pages?

    #179957

    Hey smithds!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_menu ul:first-child > li > a { font-size: 15px; color: white!important; }
    .main_color.iconbox_top .iconbox_icon { background-color: green; color: red; border-color: blue; }

    Cheers!
    Yigit

    #179953
    Tech Dude
    Participant

    hi, i have several pages that have a color spacer that starts as the first content piece on a page. there’s a white space between this content and the header that i can’t seem to get rid of. i’ve already applied the code below which got rid of some of the spacing but not all. please help to remove this gap. i’ve also made sure to remove any padding on this color section, but the gap is still there

    #header_meta{
    display: none !important;
    }

    page: http://lapolla.dreamhosters.com/building-owners/commercial-applications/

    Thanks for the response. I didn’t have time to check if it worked yet, but I’ll let you know in the (near) future.

    I appreciate the help.

    #179949

    Thanks very much, that worked perfectly!

    Further to my second question regarding different sorting of masonry entries on different pages, I had a go at modifying masonry_entries.php, and managed to change the orderby for all masonry pages. I figure I need to add a conditional statement with page id, similar to what is done here , but I’m not sure of the exact syntax and where to place it…I’m very new to php!

    Cheers,
    Chris

    #179943

    Hey!

    Glad you guys liked it :)
    Closed upon request

    Regards,
    Yigit

    #179936

    Hey!

    You can request these features here https://kriesi.at/support/topic/enfold-feature-requests/
    Kriesi may consider add them

    Cheers!
    Yigit

    #179934

    Hey!

    For that kind of a customization, you are going to need to hire a freelance developer. You can request such feature here as well https://kriesi.at/support/topic/enfold-feature-requests/
    you can privately post screenshots here. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    • This reply was modified 9 years, 7 months ago by Yigit.
    #179932

    Hey Mayer!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { left: -2px; top: 90%; }
    .title_container { height: 70px; }

    Best regards,
    Yigit

    Dear Yigit,

    Thanks for the new CSS I pasted
    @media only screen and (max-width: 989px) {.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}
    into the quick css box on my styles control panel, It had no effect on the iPad. I then decided to see if I could make the hover disappear by using the settings in the fullwidth masonry control panel, I set the element title and excerpt drop down to display neither. I then refreshed my iPad and saw what I am looking for. Of course this does not solve my problem but it did confirm that at least my iPad is responding to changes. I do not know what I can do to help solve this iPad hove problem. I wish it was easier — please advise if you have any ideas of some things I could test.
    I am using a child theme and I even pasted the css into the styles.css file to see if that would have any effect. I even took the css out of the quick css box for this test, to see if it had an effect. I also switched back to the parent theme and applied css to the quick css box and it again had no effect.

    Best regards — George

    #179925

    Topic: slow loading on iphone

    in forum Enfold
    sky19er
    Participant

    My site seems to be hanging while loading, only on the iPhone. The logo and menu load and then there’s a several second lag — sometimes almost 10 seconds, I think — before the rest of the page loads. The demo doesn’t seem to hang that way and the pages pop up plenty fast on my laptop, even with the browser cache cleared. Are you seeing this? Any clues for me?

    http://barsocchini.com/beta2

    Thanks!

Viewing 30 results - 137,581 through 137,610 (of 142,511 total)