Forum Replies Created
-
AuthorPosts
-
in addition add also play only once.
hide player, hide start/stop button on hover
play a list of youtube videos, each entered with the Youtube watch URLhi in addition, do not auto play when userrole xy is logged in.
I update the page regularly an on every opening the video is playing.
Please stopp playing the video for choosen userroles please.Responsive video is also important.
and rel=0 no video recomondationsi ad a feature request please vote for it
ok i opend a feature request:
please look for the request and vote for it.
add option to youtube video to auto play and show no suggestions ?rel=0&autoplay=1hey subpreb,
just fix it in the next version and good.
may enable wp-debug during internal testing
no problems, i just regularly check the debug.log and refer errors to the developers
thanks Ismael, it is working good.
March 18, 2015 at 3:42 am in reply to: avia layout builder on woocommerce products breaks functions #413336bug was in woothemes smart coupons
bug maybe fixed in version 2.8.4
see changelog
http://dzv365zjfbd8v.cloudfront.net/changelogs/woocommerce-smart-coupons/changelog.txttopic closed
- This reply was modified 9 years, 8 months ago by Tobias-B-Conrad.
March 18, 2015 at 3:06 am in reply to: avia layout builder on woocommerce products breaks functions #413330HI Josue,
i use a lot of WC plugins. there are too much may login and give me a hint please.
it comes from your theme, because before i could use the WP options button in the top,
now it is blocked. you can switch to english in the top bar.Hey Ismael,
if you don´t mind my request is about the Search Icon.
I provide the screenshot to get directly to the code to show the search icon.
http://awesomescreenshot.com/0af4n6l09dMarch 16, 2015 at 3:07 pm in reply to: avia layout builder on woocommerce products breaks functions #412184on other pages than the WOO products page it is working good
ok. Update to verion 3.1 fix the cart icon in mobile view 100%.
Please show the search icon in the same way please.The code i use before the update was:
I deleted this CSS on my site and wait for your new code./*search icon, cart in mobile view*/ @media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; } .av-main-nav li { display: none; }} @media only screen and (max-width: 989px) { #advanced_menu_toggle { position: absolute; right: -10px !important; top: 18px !important; } .cart_dropdown { position: absolute !important; right: -10px !important; top: 50px !important; } li#menu-item-search a { font-size: 24px!important; } nav.main_menu { position: absolute !important; right: -10px !important; top: 30px !important; } }
ok only working when more than 1 review is rated with stars.
thanks for your helpwhich line of code do you like me to insert?
which one did you test?add_action('woocommerce_after_shop_loop_item', 'my_print_stars' ); function my_print_stars(){ global $wpdb; global $post; $count = $wpdb->get_var(" SELECT COUNT(meta_value) FROM $wpdb->commentmeta LEFT JOIN $wpdb->comments ON $wpdb->commentmeta.comment_id = $wpdb->comments.comment_ID WHERE meta_key = 'rating' AND comment_post_ID = $post->ID AND comment_approved = '1' AND meta_value > 0 "); $rating = $wpdb->get_var(" SELECT SUM(meta_value) FROM $wpdb->commentmeta LEFT JOIN $wpdb->comments ON $wpdb->commentmeta.comment_id = $wpdb->comments.comment_ID WHERE meta_key = 'rating' AND comment_post_ID = $post->ID AND comment_approved = '1' "); if ( $count > 0 ) { $average = number_format($rating / $count, 2); echo '<div class="starwrapper" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">'; echo '<span class="star-rating" title="'.sprintf(__('Rated %s out of 5', 'woocommerce'), $average).'"><span style="width:'.($average*16).'px"><span itemprop="ratingValue" class="rating">'.$average.'</span> </span></span>'; echo '</div>'; } }
February 23, 2015 at 8:51 am in reply to: ending .JPG cause > instead of open lightbox – open picture in browser (0 posts #400440@Rikard no way to much pictures. how i can change the behavior of the customer using the upload function and getting this problem/bug?
I write you here to get essential help and the bug closed. ;-)
Yes. please look further…February 21, 2015 at 12:41 pm in reply to: ending .JPG cause > instead of open lightbox – open picture in browser (0 posts #400055nothing changed!
i want to show pictures (onhover one arrow) also to open in lightboxsee the last two pictures:
http://www.holzkunst-conrad.de/fruehere-holzkunst-als-referenz-2/I run my herbal store with enfold,
i will create more content about getting more energy out of food and improve wellbeing.
have fun http://www.santegra-international.com
may translate page in your language ;-)HI i try to hide content with this css but it is still shown.
<style>
.post-meta-infos { display:none !important; }
.main_menu { display:none !important; }
.cart_dropdown { display:none !important; }
.visible_cart { display:none !important; }
.avia-menu { display:none !important; }
.html_mobile_menu_tablet .container #advanced_menu_toggle,
.html_mobile_menu_tablet #advanced_menu_hide {display: none;}
</style>Feature request: See this solution is nice:
http://awesomescreenshot.com/0d34ak2g51January 21, 2015 at 10:31 pm in reply to: Transparent view, but needed to show mobile menu with background #383382it was working thank you.
please see picture to get the same background for the sub menu.
https://www.dropbox.com/s/llzu50livmak3y2/menu%20background%20is%20missing.png
thank you for helping me.- This reply was modified 9 years, 10 months ago by Tobias-B-Conrad.
no search does not show up on smaller screens see screenshot and try on santegra-internationa.com
http://awesomescreenshot.com/040488ze41already done if you look at the page.
no affect.2.) the icon does not show up between 767 px and 989 px width.
in der replete.php fehlt ein leerzeichen
.inner_product .shipping_de .shipping_de_string {
margin-bottom: 5px;
padding: 0 15px;
}HI thanks,
much more logic now.a) why could they be not above each other?
they all:
position: absolute;
right: -10px !important;
—
b) No search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989px
—/*Add your own styles here:*/ /*search icon, cart in mobile view*/ @media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; } .av-main-nav li { display: none; }} @media only screen and (max-width: 989px) { #advanced_menu_toggle { position: absolute; right: -10px !important; top: 18px !important; } .cart_dropdown { position: absolute !important; right: -10px !important; top: 50px !important; } li#menu-item-search a { font-size: 24px!important; } nav.main_menu { position: absolute !important; right: -10px !important; top: 30px !important; } }
January 13, 2015 at 9:31 pm in reply to: click in input field view jumps to the top of th page in dolphin android browser #379126ok. thank you for much testing.
then it only really occurs in dolpine browser under android which is rar.BIG thank you
like you can see on https://www.santegra-international.com/ if you smaller the screen search icon i shifting and not fixed.
No search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989pxis there a full version of your CSS? ;-)
my css is looking like this:
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
.av-main-nav li { display: none; }}@media only screen and (max-width: 990px) {
li#menu-item-search a { font-size: 24px!important; }
nav.main_menu { float: right; margin-right: 15%; }}@media only screen and (max-width: 989px) {
.main_menu {
left: auto !important;
position: absolute !important;
right: -90px !important;
top: -5px !important;
}
}
@media only screen and (max-width: 989px) {
#advanced_menu_toggle {
position: absolute;
right: -30px !important;
top: 0 !important;
}
.cart_dropdown {
position: absolute !important;
right: -30px !important;
top: 70px !important;
}
}i tried this also which is online at the moment:
Still search icon/cart between 767px and fullscreen als if i change @media only screen and (max-width: 767px) { to 989px/*search icon, cart in mobile view*/
@media only screen and (max-width: 989px) {
#advanced_menu_toggle {
position: absolute;
right: -10px !important;
top: 18px !important;
}
.cart_dropdown {
position: absolute !important;
right: -40px !important;
top: 50px !important;
}
li#menu-item-search a { font-size: 24px!important; }
nav.main_menu {
position: absolute !important;
right: -30px !important;
top: 30px !important;
}
}If possible hand the request over to a fullsolution developer please.
DANKE
Hey Elliott,
I insert this code and got the icon shifting behind the cart- and menu icon.
Above 990px the cart icon is sticked to the right window. http://awesomescreenshot.com/07c45pyr77
Can we leave menu, cart, search sticked to the right side when showing on smaller screens.
So the three icons not cover the logo and not cover each other.
This could be a feature request and discussed in your team please.i insert into child custom css:
/*Add your own styles here:*/
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
.av-main-nav li { display: none; }}@media only screen and (max-width: 990px) {
li#menu-item-search a { font-size: 24px!important; }
nav.main_menu { float: right; margin-right: 15%; }}@media only screen and (max-width: 767px) {
.main_menu {
left: auto !important;
position: absolute !important;
right: -90px !important;
top: -5px !important;
}
}now
https://www.dropbox.com/s/elpfay86czchb2p/2015-01-08%2005.36.49.png?dl=0
—
it should be
https://www.dropbox.com/s/palxt9wuoj3zdzk/less-space-and-icons-on-side.jpg?dl=0
cart, menu, search icon should be in one row and space optimiced.thanks
HI Elliott,
thanks for helping me. search icon is not shown all the time.
I some size it creates a lot of white space below to show the search field.May create a feature request. this would be nice.
i dream of having the search, cart and menu icon on the right side below each other in mobile view.
so the logo is not covered by the icons to much. -
AuthorPosts