oneruffryder
Forum Replies Created
-
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeThis is example of one post. i tried by placing the second iframe into div but no luck
[tabs title=”” disabled=”false” collapsible=”true” active=”0″ event=”click”]
[tab title=”First half”]
<iframe src=”https://videa.hu/player?v=pV2nb4GhF1rX5J2o&wmode=transparent” width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen” wmode=”opaque”></iframe>
[/tab][tab title=”Second half “]
<iframe src=”https://videa.hu/player?v=kBkYECumYeGiIiu5&wmode=transparent” width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen” wmode=”opaque”></iframe>
[/tab]
[/tabs]
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeHey, is there any other fix for iframe issue. I add videos in two tabs, but second doesnt show up, even if i add text above video.
&wmode=transparent to the URL of the iframes, and wmode=”opaque” doesnt help
Thanks
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeTry soladrive and futurehosting, both are in uk..and great
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeForgot to ask one question. Do you plan to make a button above wp post in toolbar, to insert tabs, so we dont have to copy/paste the code.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeHey Matt, second link doesnt work,
adding both : &wmode=transparent to the URL of the iframes, and wmode=”opaque” = no luck
adding only – wmode=”opaque” = works ??
Weird but it works , thanks
Forum: Plugins
In reply to: [Conditional Widgets] Problem with widgettake a look here at the top link
Forum: Plugins
In reply to: [W3 Total Cache] Home page issue – not updatingInside browser cache i unchecked Set expires header , Cache Control policy: with max age , Set entity tag (eTag) unchecked.
I tried everything. Currently plugin is disabled and the new posts are shown.
Pls any idea what can be a problem.
Forum: Plugins
In reply to: [Video Thumbnails] Thumb size issueUpdate – even with regenerate images, of lowering it inside media, issue is still here. For a thumb of some size 210×190 thumb generated is much more larger and of approx. size of 50 to 100 kb which is to much.Any fix for this ? My site got heavier and slower due to this issue
Forum: Plugins
In reply to: [Ad Injection] Sidebar Ads does not show only on postHi , well i know for a few plugins like easy adsense, but the thing is, i need the one which can show adsense per author..easy adsense cant..do you know for some which can.because i cant find theme
Forum: Plugins
In reply to: [Ad Injection] Sidebar Ads does not show only on postI have the similar issue..ads on sidebar wont show up..have you found a way for this ?
Forum: Plugins
In reply to: [LeagueManager] match reportWhen i add the old version at the bottom appears a way to link match, but the issue is after adding the old code i cant drag and drop widgets..any solution?
Forum: Themes and Templates
In reply to: Relative & Responsive issuesAnyone ? Setting #main-wrapper to 1180 px center the site, now i need find the reason why right sidebar on mobile version goes off his position from left to right
Forum: Hacks
In reply to: How to add html div′s inside wordpost?Hi Sean, sorry i dont understand .I m not sure are you looking at the top of this topic where i added two links (hmtl and css) because on this site i changed the stuff inside. More specifically I add div class to everything
and changed according to that css https://pastebin.com/ke4TRYF4
So for you suggestion, can you give me a little example what should i do Pls ?
Forum: Hacks
In reply to: How to add html div′s inside wordpost?Tried that also, still no luck.I dont know so much about coding,and i m trying to figure this out for a week.
The issue, I think is position: absolute; which i used inside it, but without it , this don’t show properly.
As you can see on my testing page, text is overlapping this stats which i build. https://bit.ly/19mTuHL
If I add below video once more this code, again it will at the top overlapping the first one, not below code. I think the reason is again position:absolute;
Really dont know how to fix this. Also, i tried to use position relative, gave height to content area, to this stats and so on…something i am missing here..but dont know what
Forum: Hacks
In reply to: How to add html div′s inside wordpost?Hey, i tried that but no luck.Also i manage to do it correctly, inside wp post, using divs, but the issue is here, use of position:absolute; which ruins post content. Overlaping other content inside post..any idea what i can do ?