poijkl
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] New Update Messed Up DimensionsI just tested it out with version 4.6.5 and width set to 100% now works perfectly!!
Thank you so much!!
Forum: Plugins
In reply to: [Videopack] New Update Messed Up DimensionsHi,
Yes, they were vertical cell phone videos. I just tested out the new 4.6.4 version, and although putting 100% for width still enlarges the height of the video (for vertical cell phone videos) putting down a numerical value as pixel works perfect. I’m just going to remove the 100 % from my other videos and add a numerical value instead.
You mentioned there’s a shortcode attribute (fullwidth) – could you provide the full code with an example? Thank you.
Forum: Plugins
In reply to: [Videopack] New Update Messed Up DimensionsSorry, really started to panic after all my videos stopped working all of the sudden after the update, but I was able to download the previous version and have it get back working in the mean time.
I updated it to 4.6.2, and although the width=”100%” now allows the videos to work, it also makes the height of the video very large. You mentioned I could have the width of my video set to 100 % just by checking the “Set all videos to expand to fill their containers” – I did that, but again, like with width=”100%”, it not only made the width 100%, but also made the height very large. I went back to the old version in the mean time.
I even manually set the height to something like height=”300″ (while the expand to fill their containers was checked), and it still made the height of the video very large. It seems that although that checkmark expands the video to fill it’s width, it also does this for height, which is very unpractical.
Is there no option in the new version to set the width of the video to 100% without it affecting it’s height?
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?Thank you for your response to this issue, seems like there isn’t much that can be done.
It’ll only happen with video players that auto load a video ad – video players that don’t have a video ad that auto plays is not an issue – so this could be why you haven’t had issues with it yourself. The majority of the videos I use on my website all have this autoload video ad feature. Also, the majority of complaints I get from my site’s users seem to be chrome users – which makes me think that chrome does not have that feature where it’s smart and does not load iframe codes that are hidden under a tab. Just something I thought you would like to know.
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?Hi.
It’s not just about the auto-load of the videos. I can disable the auto-load, it’s not the problem.
However, most video players also auto-start video ads (just like youtube video ads), and there is no way for me to disable their video ad. So what happens, the contents of all the tabs load, playing multiple video ads.
“The content of the tabs are loaded but hidden” – is there anything I can change in the code of the plugin to NOT have the other tabs contents loaded?
Not only will this help with my issue, but I think it’s a great feature for the plugin, as this will slow down the load on a webpage drastically, especially when you have multiple tabs.
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?I’ve just replied to your email with the URL.
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?any suggestions?
Forum: Fixing WordPress
In reply to: How to separate categories into 2 groupsHi,
Thanks for the reply! And no, that’s not what I’m trying to do. Let me explain again.
I have many categories, and I want to further group all these categories into 2 separate things.
For instance, say I had categories named (comma separated): A, B, C, D, 1, 2, 3, 4
I want to further group these categories, say into, something called letters, and something else called numbers.
So all the categories named: A, B, C, D will be grouped into something called “letters”
All the categories named: 1, 2, 3, 4 will be grouped into something called “numbers”That’s essentially what I want to do, to be able to further group my categories into separate things.
Once I have my categories separated into 2 distinct groups, I’ll then want to be able to ‘call them’ and use functions like the recent posts, recent categories, etc.