Forum Replies Created

Viewing 30 posts - 61 through 90 (of 106 total)
  • Author
    Posts
  • in reply to: Color section > at least 40% #205807

    Awesome !
    Thanks

    in reply to: Post widget / link #205238

    Hi,

    oops sorry, ignore my previous message as it is working perfectly well.

    A big THANK YOU !!

    in reply to: Post widget / link #205222

    Hi, thanks for your help but it does link to the post and not the link :( Any idea how to link the widget to the link directly ? Thanks very much for your great support and happy new year !

    in reply to: Reduce the header's height #200140

    Thanks but it does not make any difference in the header’s height :(

    in reply to: Post widget / link #199783

    Thanks I’ll try that.

    Here is a link http://goo.gl/pBVB73 then click on About page and see Latest post widget on the right handside sidebar.

    I would need the title to go strait to the link.
    Thanks

    in reply to: Logo disappears when I scroll down #198813

    Thanks, it works perfectly well !

    in reply to: Full screen slider caption truncated in ipad #194166

    Hi – Thanks a lot, that worked by adjusting the padding and font-size. Thank you!

    in reply to: link in the sidebar opening in a lightbox / not working #192983

    HI
    Thanks very much for that, it is now working :)

    in reply to: Full screen slider caption truncated in ipad #192973

    Hi
    Thanks a lot for your response. This works on the ipad but not on the iphone: the text doesn’t shrink to fit the screen.
    Thanks very much in advance for your help.

    in reply to: Full screen slider caption truncated in ipad #190441

    Hi,
    Thanks for your reply. Ok I’ll upgrade the theme, but I need to keep my caption on the right. Is there a way to make it switch it to Center when in responsive mode?
    Thanks again.

    in reply to: Full screen slider caption truncated in ipad #190012

    Hi
    Thanks for the reply. Sorry I think I wasn’t clear enough: what I am using is the shortcode “Fullscreen Slider”, not the layer slider.
    The caption in the Fullscreen Slider is not responsive in the ipad or the iphone. Here is the URL: http://goo.gl/f83zj8 . Could you please have another look? Thanks very much. Pls let me know if you need anymore info.

    in reply to: Help! Open portfolio link in a new window #187156

    Hi,

    I fixed the problem with this plugin : http://wordpress.org/plugins/open-in-new-window-plugin/

    Please ignore my previous message. Thanks ;)

    in reply to: Help! Open portfolio link in a new window #187154

    and here is the url : http://goo.gl/lryXbr
    Thanks for your help

    in reply to: Help! Open portfolio link in a new window #187153

    Hi have this code :

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    				$output .= "<div class='main_color inner-entry'>";
    				$output .= "<a target='_blank'href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title='".esc_attr(strip_tags($title))."'>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
    				$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    				$output .= !empty($title) ? "<h3 class='grid-entry-title'><a target='_blank'href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    				$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    				$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    				$output .= "</div>";
    				$output .= "</div>";
    in reply to: Help! Open portfolio link in a new window #187152

    Hi, Thanks for your answer but it does not work… any idea how to fix this? Thanks

    in reply to: Responsive mode not activated in iPad #186005

    Hi – Thks a lot, that worked great.

    Hi again,
    There were so many bugs that I put back the old theme. I may have done something wrong.
    Would you mind letting me know which file have been updated? Many thanks !
    Olivia

    Thanks for your answer ! I’ll make it done by a free lancer and will try to share the tweak here. Thanks

    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 11 years, 1 month ago by oliviad.

    IGNORE THIS MESSAGE ! I found the file

    Hi again ^^
    I have just updated the theme and there is no avia.js any longer in the new version … I am really sorry to bother you with this… Any idea how to link to the fixed width non responsive version? Many thanks in advance for your help.
    Olivia

    • This reply was modified 11 years, 1 month ago by oliviad.
    in reply to: Vertical align portfolio title in a grid #178965

    Thanks so much it works like a charm !!

    Hi again,

    Sorry to re-open the discussion. Actually the none responsive version still has a responsive menu, would it be possible to switch to the fixed width version that appears in the theme options? Many thanks again for your amazing support !

    Olivia

    Yeah!!! Thank you so much, this is best theme and support ever ;)

    Hi,

    Thank you !

    I click on “click me” but nothing happens neither on my iphone nor on my destop :(

    in reply to: Vertical align portfolio title in a grid #173917

    Hello,

    Thanks for your answer but I am trying to “center center” the title meaning text-align: center; vertical-align: middle; but it does not work for the vertical align. Any idea why?

    Thanks

    in reply to: color section is not working on iphone / ipad #173691

    Of course the ID ! Thanks for the tip!!

    Ok it works well with the strech to fit. Unfortunately even though my image is very wide, it is super streched and does not display well. Does it mean its height is not big enough?

    Thanks for the awesome support by the way :)

    in reply to: color section is not working on iphone / ipad #173681

    Here is the screenshot of my iphone : http://tinyurl.com/mu3sdxo

    in reply to: color section is not working on iphone / ipad #173675

    Actually it’s the same template for all may pages and only the first color section works properly on iphone/ipad.

    in reply to: color section is not working on iphone / ipad #173673
    This reply has been marked as private.
    This reply has been marked as private.
Viewing 30 posts - 61 through 90 (of 106 total)