Forum Replies Created
-
AuthorPosts
-
Ok I give up! I’ve spent the majority of the day looking into it, and I’ve resorted to using a layer slider! Which obviously looks great, it’s just a lot more complicated than quickly adding 2 slides to a fullscreen easy slider.
It’s strange that the issue I was having is purely in chrome? Odd
Ok thanks Andy, I’ll refrain from swearing :)
Really appreciate your help, if I find an answer on the WP forums, I’ll post it here, so please don’t close this yet, thanks
Ah ha! Interesting, I’ve just tried that, and it DOES loop back to the first frame (or at least, when it stops, it resets to the 1st frame)
Hmm.. thanks Andy, so this is where you tell me it’s a core wordpress issue? :)
I swear though that the actual video doesnt do that
- This reply was modified 9 years, 3 months ago by mikebackhouse.
Hi Andy, Thanks for taking a look..
Sorry I’m slightly confused, where have you copied it to? I can’t see it.. and as for the video itself, the original video file definitely doesn’t loop back to the 1st frame, I tried removing the 2nd slide and it still loops back to the 1st frame.. so I don’t really understand what’s going on.. see link below:
Awesome, I needed this too! :) I set the “Main Content background color” and it affected the above colours, is that right?
Anyway, the CSS worked perfectly… 20 months after it was originally posted! :D
Great thanks Andy! see below…
I’ve looked around and seen this fix, but unfortunately it hasn’t worked (before anyone suggests it! :)
Add:
autoRewind: false,To line 445 of /wp-content/themes/enfold/js/avia.js
There definitely is a video on that page. Are you viewing on a mobile device? I’ve de-activated video on mobiles “Choose fallback image for mobile devices”
I’ve just de-activated all plugins and it’s still doing the same thing.
It plays, then just before moving onto the 2nd slide it plays the 1st frame of the video again..
Incidentally, I meant to mention 99% of the time it works perfectly in firefox, but not chrome or internet explorer (but we won’t worry about IE ;)
August 14, 2015 at 8:53 am in reply to: Option for parallax or fixed setting on background video of colour section #487594Ah shame, no problem. Thanks for letting me know Josue. I’ll look into alternative fixes
If anyone is reading this, and has tried doing the above, and found it does weird things to their menu… AND if they’re as STUPID as me(!) and don’t know why it’s doing it, its because Yigit didn’t include the final “}” really obvious and I’m sure most of you spotted it.. just me probably! :)
So it should be:
#top .av_header_glassy.av_header_transparency #header_main { background-color: rgba(0,0,255,0.25);}
August 13, 2015 at 10:17 am in reply to: Option for parallax or fixed setting on background video of colour section #487041That’s what I tried initially, but it kept adding black bars to the top and bottom. I’ve tried it again, and sometimes it works, sometimes it doesn’t.
But more importantly, its not fixed! I wanted the video to fit the whole screen and have the content scroll on top of it like a fixed image. I’ve got the settings as: fixed, top left, no repeat, 16:9 (the video itself is 16:9 1920 x 1080)
Screenshot: http://snag.gy/opVmh.jpg (note, the content scrolls down a lot further than shown, and you can only see the very top of the video in that shot)
- This reply was modified 9 years, 3 months ago by mikebackhouse.
August 12, 2015 at 12:06 pm in reply to: Option for parallax or fixed setting on background video of colour section #486441Ok thanks, but that’s really not what I’m looking for. I want to have a video running behind standard content (text, images, “layout elements” etc.. ) so that wouldnt do at all.
August 12, 2015 at 11:53 am in reply to: Option for parallax or fixed setting on background video of colour section #486429I have the same request
Yes!! Thank you Elliot, that looks SO much better! :) Aaaaand I’m done!
I think I’ve finally got it working adding it to the archive-products.php file. (although I found I needed “single_term_title” not “term_description” no biggy)
Final final question, how do I position it just above the filter dropdowns. If I put it just after the “woocommerce_before_shop_loop” it appears beneath the dropdowns, if I put just above it the title appears in the title area.
Do I need to add the snippet to a different file?
The twenty twelve theme is showing it, so it’s obviously just a standard file
Thanks Elliott, The I’ve managed to add it to the woocommerce core template file “archive-products.php” and put it in the enfold child sub folder but that’s not ideal and not working exactly how I want it to..
One slightly vague reply I’ve had from the plugin dev is this:
“if you want to change Brand page display you need to use Custom Taxonomy template for brands (taxonomy page template in your theme)”
I would appreciate a nudge in the right direction
Fantastic, thanks Elliot! See below
Sorry guys, I think I need some help on this if possible please?
There’s really 2 points there.
1) I presume the plugin is creating the template. However the plugin dev said the issue I’m having is down to the theme, not the plugin. I’ve looked at all the files in the plugin and I can’t see whether it does or not.. but then I don’t really know what I’m looking for!!
2) The URL is custom, although changing “product-category” to something else is just a function of woocommerce. The “flag-state” URL originally said “brand” but I’ve changed that with a custom permalink plugin.I get the impression this is down to the theme not showing custom taxonomy descriptions. Which makes sense, as even the woocommerce product overview page doesn’t show the title, whereas the twentytwelve theme does.
Ok, I’m sorry this is beyond me.. can anyone help please?
Fantastic! Thanks Ismael. That works perfectly.
Hi Ismael,
Unfortunately that has not worked I’m afraid. I’ve refreshed my browser cache, and even switched off all plugins (apart from woocommerce obviously!) and the “display everywhere” widgets are still appearing between the product image and the rest of the description.
Any ideas what I’m doing wrong?
Thanks, I probably will :)
Thanks Elliot! I’ll try and tackle that and let you know how I get on! (I’ve never tried writing a function before so I could be interesting! :)
Really appreciate your help
Sorry, please kindly try it again (I was faffing about with permalink settings yesterday)
That’s not what I meant sorry. I know categories work, but this is a “brand” plugin. So on each product has a brand, when a brand is clicked a list of all the products within that brand are shown. This is where I want the brand title to appear at the top of the page. Please see the following link to understand what I mean:
Sorry, yes I removed it. It’s back now
July 20, 2015 at 10:17 am in reply to: Replace standard search with WooCommerce product search? #475662Hi Ismael, I managed to fix it! I’m really not a programmer in any way, but kept hacking about with the above suggestion and the original file, and came up with this fix:
<?php global $avia_config; //allows you to modify the search parameters. for example bbpress search_id needs to be 'bbp_search' instead of 's'. you can also deactivate ajax search by setting ajax_disable to true $search_params = apply_filters('avf_frontend_search_form_param', array( 'placeholder' => __('Search','avia_framework'), 'search_id' => 's', 'form_action' => home_url( '/' ), 'ajax_disable' => false )); $disable_ajax = $search_params['ajax_disable'] == false ? "" : "av_disable_ajax_search"; $icon = av_icon_char('search'); $class = av_icon_class('search'); ?> <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" name="s" id="s" placeholder='<?php echo $search_params['placeholder']; ?>' /> <input type="submit" id="searchsubmit" value="<?php echo $icon; ?>" class="button <?php echo $class; ?>" /> <input type="hidden" name="post_type" value="product"> </div> </form>
Seems to work! :)
July 17, 2015 at 1:25 pm in reply to: Replace standard search with WooCommerce product search? #474914Sure:
Hi Basilis, unfortunately yes it is
July 17, 2015 at 9:57 am in reply to: Replace standard search with WooCommerce product search? #474757Fair enough, thanks. But even the placeholder text issue? Seems like a glitch
-
AuthorPosts