derrickr
Forum Replies Created
-
Forum: Plugins
In reply to: [Full Background Manager] Not working after updating to WordPress 4.7Managed to ‘fix’ by adding this hack to Theme Header (header.php):
<script language=”javascript” type=”text/javascript”>
document.body.style.backgroundSize = “cover”;
</script>Not very elegant, but it works.
Forum: Plugins
In reply to: [Lightbox] Small lightbox?I have exactly the same issue, so I bought the pro version… but the problem still persists.
I’ve tried changing the size values, but the actual image stays the same size inside a larger pop up box.
Ideally, I’d like to specify the size of the pop up and have the image fill the area within that lightbox (perhaps with a bit of margin/padding within the lightbox for layout).
Whereas at the moment I specify a larger lightbox and get the same size image (as before I bought the Pro version) with a very large with border around the image in the lightbox.
Would appreciate any pointers.
Many thanks!
Forum: Plugins
In reply to: [Social LikeBox & Feed] Do I have to get my own Facebook App ID?Seems like it only works when I’m logged into Facebook, in the same browser session.
Does this plugin require all users to be logged in?
Would appreciate some help.
Forum: Plugins
In reply to: [Social LikeBox & Feed] More custom CSSWorked it out!
Edit ‘facebook-by-weblizar.php’
From:
<div class="fb-like-box" style="background-color: auto;" colorscheme="<?php echo $ColorScheme; ?>" data-header="<?php echo $Header; ?>" data-height="<?php echo $Height; ?>" d ata-href="<?php echo $FacebookPageURL; ?>" data-show-border="<?php echo $ShowBorder; ?>" data-show-faces="<?php echo $ShowFaces; ?>" data-stream="<?php echo $Stream; ?>" data-width="<?php echo $Width; ?>" data-force-wall="<?php echo $ForceWall; ?>"></div>
To:
<div class="fb-like-box" style="background-color: auto; border:solid 1px #aaa; border-radius:5px;" colorscheme="<?php echo $ColorScheme; ?>" data-header="<?php echo $Header; ?>" data-height="<?php echo $Height; ?>" data-href="<?php echo $FacebookPageURL; ?>" data-show-border="false" data-show-faces="<?php echo $ShowFaces; ?>" data-stream="<?php echo $Stream; ?>" data-width="<?php echo $Width; ?>" data-force-wall="<?php echo $ForceWall; ?>"></div>
Added ‘border:solid 1px #aaa; border-radius:5px;’ to the style attribute and changed the ‘data-show-border’ attribute value to “false”.
Now I have my border with rounder corners, controlled how I want it.
Forum: Plugins
In reply to: [Social LikeBox & Feed] More custom CSSAlso lifted secure access to “contact page URL also png image”
Forum: Plugins
In reply to: [Social LikeBox & Feed] More custom CSSHi Weblizar,
Here’s a similar site with the facebook iframe:
https://weblizar.com/themes/weblizar-premium-theme/
I’d like to be able to make the corners rounded and the top border the same color.
Thanks,
DerrickForum: Plugins
In reply to: [Social LikeBox & Feed] More custom CSSHi Moderators,
I posted this issue whilst trying to resolve a problem for my friend’s site.
I didn’t think about the content of her site as she is simply my crazy friend who dresses up funny and does weird shows – I didn’t think that this might be offensive or unsuitable for others. However, it is probably adult oriented and might not be appropriate for some.
I also haven’t heard back from the author, so I’m guessing he might fall in to this category. If so, sorry mate didn’t mean to offend.
I’d therefore appreciate it if you’d please remove my last post, so I can provide my solution (to help others and which I’ve worked out on my own) without giving the URLs.
Many Thanks,
Derrick
Forum: Plugins
In reply to: [Social LikeBox & Feed] More custom CSSHi, the URL is here:
https://test.marniescarlet.com/contact/
https://test.marniescarlet.com/widgetProblem.pngIts my friend’s site and I want to change the corners so that they’re rounded and change the top blue border to the same as the rest of the grey borders.
Thanks,
Derrick
Forum: Plugins
In reply to: [WP TinyMCE Tables] Adding table classes?Wouldn’t you know it!
As soon as I posted the above, I had a eureka moment, and discovered that I had to also put the css styling in child-editor-style.css file so that it would appear when editing an post or page. D’oh.
Hopefully this might someone, if they’re ever doing the same ??
Forum: Plugins
In reply to: [MCE Table Buttons] No class valuesUnfortunately after having spent many hours performing a restore, I’ve confirmed that the previous version works as before, and I could see the class field become populated.
However, I’ve become too nervous about the stability and am now using “WP TinyMCE Tables”.
I’ve a feeling that my issue is due to me having a Multiple Network of sites, as none of my other plugins are showing in the individual sites despite them working OK – guess WordPress MU still has a few little teething troubles.
Hope this helps anyone else in a similar situation.
Forum: Plugins
In reply to: [Twitter Widget Pro] Twitter Widget Pro Still not UpdatingHi guys,
Another one for the pot. I really liked this widget as it just seemed to work out of the box – at first.
I then noticed it wan’t updating, I left it for a few hours to make sure there were plenty of new tweets (just using @bbcnews as a test feed), but it’s still displaying the same tweets from before.
I’ve googled around, read this and many other threads, I’ve even tried magicroundabout’s modified version of the plugin, but this didn’t have any effect.
I’ve tried to clear update locks, many times, but it’s still not updating as it should.
I’m kind of banging my head on the wall with this one, and may have to resort to some embeded code to get an updating feed.
Here’s some possible help, for anyone else in a similar position:
https://wp.smashingmagazine.com/2012/01/19/facebook-twitter-google-wordpress/
https://twitter.com/about/resources/widgets/widget_profile
https://rick.jinlabs.com/code/twitter/
If anyone has found a fix or has any guidance regarding what else I should be looking at, I’d greatly appreciate the feedback.
Thanks,
Derrick