Forum Replies Created
-
AuthorPosts
-
so for a non member of vimeo – you link goes to nowwhere. Thats the point for me to ask if you are a pro or business member. Than there are possibilities to set up for each video permissions. I don’t know if Safari uses the same player type as the other ones (html5 etc. )
This code above https://player.vimeo.com/video/198220037 is in your source code of your site. That is the only reason why i mentioned it.
normal share (embed) code of vimeo looks this way:
http://vimeo.com/1084537or
https://vimeo.com/39252414
your code looks this way:
https://player.vimeo.com/video/198220037this will not work ! :
https://vimeo.com/198220037maybe this is a setting problem because f.e.
https://vimeo.com/39252414?loop=1&autoplay=1(this is only for beeing shure – i guesshttps://vimeo.com/39252414will do the job too)
here: https://webers-testseite.de/ikom/full-slider-with-content/
this loop works well on safari tooAre you having a Plus, Pro or Business Account on Vimeo? and you can set up the options for each video?
-
This reply was modified 8 years, 10 months ago by
Guenni007.
And how about the wordpress – dashboard – Settings… permalinks options dialog?
January 6, 2017 at 2:00 pm in reply to: Retriving a navigation for custom post type using enfold builder #730345concerning to this but a bit different.
i have the custom post type : event
and i want to have the side-navigation left right for that too! prev next event.I think i open better a new thread
-
This reply was modified 8 years, 10 months ago by
Guenni007.
January 5, 2017 at 3:20 pm in reply to: concerning to : How to add an order/orderby option to the blog/post slider/portf #729892hm – it seems that it is not from the enfold magazine sort options ( it is from gallery plugin sortoption)
so – first : no matter for you i guess. it is a part of ngg gallery
the gallery is in a portfolio – and that gallery itself has sort options which on some reasons go to $excerpt of Portfolio – i have to look in that ngg code ( there seems to miss some closing tags)so can be closed- because it seems to be a problem with ngg !
ok i now see the trouble.
On uploading images with normal media uploader there was an automated rename to lowercase.
On that installation i got a gallery plugin who could import images from a (ftp uploaded folder) at one click.
But on that case there was no rename to lowercase. If there is an uppercase fileextension the images are shown – and with the (included fancy box they even show in lightbox) but with our lightbox (the plugin is able to use thirdparty lightbox by deactivating his own one) only jpgs and pngs are shown in our lightbox (JPGs and PNGs not).
So i have to look if that plugin has an automated image-import with renaming to lowercase file-extension.
Thanks – can be closed.thanks vinay – meanwhile i do all know these links.
But no link is helpful because on most of those hints the player was generated in an existing div.
The point is to run a function outside the iframe from inside.
Seems to be hardstuff. Can be closedoh sorry now i see – thanks – can be closed
if it must be a secure method to show your images – all possibilities with layers do not have a secure effect. If you want it you must create a watermark in the same layer as the image!
CSS3 allows web designers to specify multiple background images for box elements, using nothing more than a simple comma-separated list.
f.e.#example1 { width: 500px; height: 250px; background-image: url(sheep.png), url(betweengrassandsky.png); background-position: center bottom, left top; background-repeat: no-repeat; }
but everyone who knows to handle a developer tool or to read source code is capable to have the images without watermark than.so i think there will be no alternative to a watermark plugin.
because i do not see the hidden private content – is there a possibility to have a svg Graphic for that? Or does the logo require pixel-based datas?
btw. scrolling with a wheel-mouse (or with my magic-mouse on Mac) is better than to pull down the scroll button in scroll-bar. I think this is set by default to 3px jump. And with high density mouse it is more fluent
hm – just the rearrangement did the trick ? OK
Is it important to have allways the add_action first and than the function.Because a lot of php tips here on board handle it this and that way?
for fancybox and other lightbox plugins there are (not so easy solutions) – but we have here on default an eventlistener implemented in enfold (aren’t we?) so in my JS suit (it is less than yours) i thought those JS Cracks here could handle it.
did you see my link? i changed a bit the code and on my end here on Mac OSX Sierra :lol: on all installed browsers( safari, safari technology preview, chrome, opera, firefox) it works nice – but on ipad i had this “jitter”
isn’t it possible to make it more specific and give the color-section a custom class and make it via this class?
it is not so implausible to have another av_section_4 on different pages/postson shortcodes.js from line 900 you have :
case "youtube": var params = _self.$video.data(); if(_self._supports_video()) params.html5 = 1; _self.player = new YT.Player(_self.$video.attr('id'), { videoId: params.videoid, height: _self.$video.attr('height'), width: _self.$video.attr('width'), playerVars: params, events: { 'onReady': function(){ _self.$option_container.trigger('av-video-loaded'); }, 'onError': function(player){ $.avia_utilities.log('YOUTUBE ERROR:', 'error', player); }, 'onStateChange': function(event){ if (event.data === YT.PlayerState.ENDED) { var command = _self.options.loop != false ? 'loop' : 'av-video-ended'; _self.$option_container.trigger(command); } } } });isn’t it possible to insert here some code to close the iframe in
if (event.data === YT.PlayerState.ENDED)Ok – there is on child-theme functions.php allready a test for autoclose lightbox after youtube video stops – but it does not work now
it is much more complicated from the inner of the iframe to close the iframe after playing. But to prove the avia.js case you can erase it here.Maybe yu got an idea – pleas look to the other thread
https://kriesi.at/support/topic/autoclose-video-lightbox/-
This reply was modified 8 years, 10 months ago by
Guenni007.
well there is inside the iframe a class added after video play. ended-mode
but i don’t know how to close the parent div (maybe : div.mfp-container ) if the class exists.i look into youtube video player api there are eventlisteners which might help
i think it will be nice to give a unique ID to that video
-
This reply was modified 8 years, 10 months ago by
Guenni007.
i have the same since 3.8.x (in my case 3.8.4)
i allways update via ftp and work with child-themes so i can do a complete Update ( delete enfold folder and upload the new one)same here on standard editor no text mode to activate.
i’m talking about the shrink process – the pixalized logo is the other question.
Now you did change both values – and the shrinking is now fluently with no jump to an endpoint.
i do not see how you influenced transparency on scrolling
i changed the frontpage to transparency and glassy like you had. And there is no fluctuation on transparency amount.
because see here: http://webers-testseite.de/ikom/you can influence the change point on avia.js a bit more down (line 1650ff) ( default value is 50 – i changed it in the example above to 100)
so after 100px scrolling the transparency of the glassy header goes to its given opacitybut on your installation there is a “little pulsation” i don’t know where it comes from
if(transparent) { if(st > 100) { //header.removeClass('av_header_transparency'); av_change_class(header, 'remove', 'av_header_transparency'); } else { //header.addClass('av_header_transparency'); av_change_class(header, 'add', 'av_header_transparency'); } }do i need than the class-framework-widget ? : NO
i only have to get rid of this layout.css rule set to importantThanks – as allways !
this works too – because post_tag is an args too and its easier for me to rememberadd_filter( 'widget_tag_cloud_args', 'avia_change_tag_cloud' ); function avia_change_tag_cloud($args) { if ( isset($args['taxonomy'])){ $args['taxonomy'] = 'post_tag'; $args['number'] = 60; $args['smallest'] = 8; $args['largest'] = 20; $args['order'] = 'RAND'; } return $args; }these two values are only the same for value 2 because scroll way and shrinked height of the header are only on that case the same.
i can see it in your avia.js – that you have set both to the same Quotient
did you read it carefully? i can see that your logo jumps after scrolling to its end height, and transparency has strange behavior – so try the values noted on the code
your header starts at 220px (custom value) you want to end at 95px (?) so the distance you have to scroll for changing class of the header is 125px
if(shrinking && !isMobile) { if(st < el_height/1.76) { newH = el_height - st; if(st <= 0){ newH = el_height; } av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/2.31; //header.addClass('header-scrolled'); av_change_class(header, 'add', 'header-scrolled'); }because 220/1.76 = 125
and 220/2,31 = 95,23that means – after scrolling down 125px the new Header Height is at its endpoint of 95px
this is elegant Yigit but the thing is that the number=0 has no influence. And i don’t know why. The number remains 45 (default as in https://codex.wordpress.org/Function_Reference/wp_tag_cloud )
Result here: Link
/**** not showing the normal menu nor the old responsive menu ******/ .js_active.html_burger_menu #avia-menu > li {display: none } #advanced_menu_toggle {display: none !important } /**** just to have a bit more width for both - logo and toggler ******/ .responsive #top #wrap_all .container { max-width: 95%; width: 95%; } /**** styling the burger menu ******/ .av-burger-overlay { box-shadow: -2px 0 10px #bbb; left: auto; max-width: 400px; } /**** one example to place icons infront of hamburger menu links ******/ #av-burger-menu-ul li#menu-item-437 a .avia-menu-text::before { content: "\e821 \00a0"; font-family: entypo-fontello; color: #0088BD} /**** background image to hamburger menu ******/ .av-burger-overlay-inner { background: url("/wp-content/uploads/burger-bg.jpg") no-repeat scroll 0 0 / cover ; } /**** background-color for hamburger menu icon ******/ .av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after { background-color: #000 !important; } /**** search icon color in burger menu ******/ .av-burger-overlay-active #top #wrap_all #menu-item-search a, .av-burger-overlay-active #top #wrap_all #menu-item-search a:hover { color: #000; } /**** burger menu font color ******/ #av-burger-menu-ul li a { color: #000 !important; } /**** burger menu text shadow - if you like ******/ #av-burger-menu-ul li a .avia-menu-text { text-shadow: 1px 1px 3px #333; } /**** burger menu hover state ******/ #av-burger-menu-ul li a:hover .avia-menu-text { color: #0088BD; font-weight: 400; }Only needed if your burger menu is not 100% width –
for the styling of the page if burger menu is active you have to make a copy of header.php to your child-theme folder:
look for<div id='wrap_all'>and place just after it :<div class='mega-bg'></div>so that there is :<div id='wrap_all'> <div class='mega-bg'></div>/**** setting up an effect on burger menu active - you have to insert the code above to header.php for that ******/ .mega-bg { width:100%; height:500%; position:absolute; display:none; z-index:0; transition: all 1s linear 0; opacity: 0 } .av-burger-overlay-active .mega-bg { width:100%; height:500%; background:#fff; position:absolute; display:block; z-index:500; transition: all 1s linear 0; zoom: 1; filter: alpha(opacity=85); opacity: 0.85; }December 13, 2016 at 2:31 am in reply to: Logo sliding up when scrolling down. (sticky logo?) #723492ok here we go:
i hope you work with child-theme because changeings are safe when updating the parent theme.
you need a copy of footer.php in Child-Theme folder of your installation.On bottom of that footer.php copy find
wp_footer()and insert just beforedo_action('avia_after_wrap_all');so than it looks like:do_action('avia_after_wrap_all'); wp_footer();This gives us the oportunity to insert code here via child-theme functions.php, and to insert it not over all pages/posts but with some if clauses only there you need it.
Yes we could insert here directly the code we need but if we like to change it or do some other things on that position it is i think : best to do it this way.
_______________this goes to functions.php of your child theme (and you see here that this will only inserted on front-page – if you want to insert it globaly insert the code (
<a class="customclass" href="#"><img class="aligncenter" src="path to your logo"/>) directly to footer php and forget functions.php just in front of thewp_footer();)add_action('avia_after_wrap_all', function() { if (is_front_page() ) { ?> <a class="customclass" href="#"><img class="aligncenter" src="path to your logo"/> <?php } });on quick css you setup :
.logo, .responsive .logo { display: none; } .customclass { position: absolute; top: 0; left: 50%; transform: translate(-50%); transition: all 1s linear 0s; z-index: 501; width: 15vw }you have to play a bit with width and top value – maybe you have to set up some rules for responsive case .
aha – in layout.css there is a rule set to important concerning to font-size of cloud-tag entries.
deleting the !important rule works. i think it will be great if this is by default not set to !important. Those who do not like that weighting – could set an important rule to quick css.Edit The number set to zero means no limit – but no influence on that here ?
aha ok it is set by wordpress – i only looked into enfold options.
But on Enfold the weighting is suppressed. So there has to be an Enfold specific setting. Maybe it is possible to increase the number on that place.Edit: on
function widget($args, $instance) { wp_tag_cloud('smallest=12&largest=24&unit=px&number=0');i have set it to those args – but is there a way to get it into child-theme setting ?
by the way: i changed it to:
wp_tag_cloud('smallest=12&largest=16&unit=px&number=0');but it has no influence! ???
-
This reply was modified 8 years, 11 months ago by
Guenni007.
-
This reply was modified 8 years, 10 months ago by
-
AuthorPosts

