ronthai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Short code in FooterOK, Thanks
I was hoping to avoid a child theme, but you are probably right, in time more and more changes will come.
Set as resolved now.
Thanks again
Forum: Themes and Templates
In reply to: [Fruitful] How to add shortcodes to the footerCan this be done in the ThemeOptions Footer area somehow or must I edit the footer.php file
Forum: Plugins
In reply to: [SlimStat Analytics] Visible counter on front endSorry, I should have mentioned that I know about the Shortcodes plugin and works great on pages or posts.
But I want it in the footer as a general overal counter. My theme, Fruitful, has footer option to add any text or script but shortcodes do not work in that area, it just shows the textcode
Forum: Themes and Templates
In reply to: [Fruitful] Change container background colorThis is what I was looking for:
.page-container .container {
background-color:#000;
}Above is black, but can be any color or even an image if you want.
Forum: Plugins
In reply to: [Videopack] BBPress does not workWindows 7
All latest browser version, FireFox IE and Chrome, all the same problem.Must be a conflict with another plugin then.
TypeError: parent.document.getElementById(…) is null kgvid_video_plugin_admin.js:630
07:59:37.893 DEPRECATION WARNING: nsIContentPrefService is deprecated. Please use nsIContentPrefService2 instead.
You may find more details about this deprecation at: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIContentPrefService2
chrome://zoompage/content/zoompage-browser.js 1245 null
chrome://zoompage/content/zoompage-browser.js 2086 null
null 0 null
Deprecated.jsm:79
07:59:37.894 DEPRECATION WARNING: nsIContentPrefService is deprecated. Please use nsIContentPrefService2 instead.
You may find more details about this deprecation at: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIContentPrefService2
resource://gre/components/nsContentPrefService.js 1234 ContentPrefService__parseGroupParam
resource://gre/components/nsContentPrefService.js 240 ContentPrefService_getPref
chrome://zoompage/content/zoompage-browser.js 1245 null
chrome://zoompage/content/zoompage-browser.js 2086 null
null 0 null
Deprecated.jsm:79Forum: Plugins
In reply to: [Widget Subtitle] Show in the Title headerSorry for the delay, I did not get the usual email notifications, well I did, but somehow now in my Spam box.
Anyway, I tested the version 1.1 and it does the job, with 1 little thing.
I have to add a<br>
(line break) before the subtitle, but it would be better if it is done in the php as standard. Now it is just added after the title without even a space.Also something 1.0 also has, after saving the widget settings the subtitle text is always stripped from any html. It displayed correct with the inserted html, but every time when a widget needs to be re-saved, I now also have to re-enter the subtitle again with html.
Further for future development, maybe in the setting a standard font size for the subtitle, so it is smaller then the title.
Anyway the main issue works and all other little things I can resolve with html in the subtitle.
——————————————-
What do I do with the above code for the functions.php ?
I added it (without the opening and closing php of course), but that just undo the subtitle new placement and stays the same as version 1.0I was hoping it would give the option to select before or after placement, so V1.0 or V1.1 for placement. That would be ideal.
Thanks, Ron
Forum: Plugins
In reply to: [Videopack] BBPress does not workSorry for the delay, I did not get the usual email notification.
Yes I have “TinyMCE Advanced” installed on the WP side and then “bbPress Enable TinyMCE Visual Tab” to also have it on the bbPress side.
In the settings of the bbPress is an option to either swith the media upload on or off for admins and such.
Forum: Plugins
In reply to: [wp Custom Login] Plugin ConflictGot me a quick solution by editing this plugins css,
body.login { background: url('https://domain.com/wp-content/images/id-login.jpg') no-repeat ! important; background-position: top center !important; background-color: #2A5A8E ! important; } body.login div#login { background: url('./images/bannerwd70.png'); padding: 36px; padding-right: 44px; margin: 100px auto ! important; }
I forced the css to use my image and no-repeat, positioning and background-color for the body.
It used to resize the background-image always filling it out, LOVED that, but that does not happen now with these edits of course.I also add the important attribute to the top margin.
Not perfect, but I can live with it.
Forum: Plugins
In reply to: [Mechanic Visitor Counter] counter has domain problemI actually tried your adjustment, but does not work in this version.
There are changes made in that part of the code.It gets rid of the error I got, but the counter shows as only text.
Not sure what it counts, but is not the TOTAL Hits, number was to low.Forum: Plugins
In reply to: [Mechanic Visitor Counter] counter has domain problemThanks, but I just removed the main counter with
<!--<div id="mvccount"><?php echo $tothitsgbr ?></div>-->
and re-ordered the statistics in the php.
It also has a Total Hits/Views, so I just put that one at the top.Forum: Plugins
In reply to: [View Post counter] php shortcode?== Installation ==
1. Upload the view-post-counter plugin to your blog.
2. Active it.
3. Finaly add Bellow code of your single.php file or category.php, archive.php and any where that you want.<?php if(function_exists('bac_PostViews')) { bac_PostViews(get_the_ID()); }?>
Can be found in the text files read me.
Can NOT use it anywhere you want, won’t work in the header.
Forum: Plugins
In reply to: [Widget Subtitle] Show in the Title headerbut that still does not put it in the widget title header
Forum: Plugins
In reply to: [Widget Subtitle] Show in the Title headerNot necessarily, could always give it a different class in a div and set it in the css with any font, color, size you want.
Forum: Plugins
In reply to: [wp Custom Login] Links are blue-ish > hard to readYes, great idea to put it under curtesy at the bottom of the css.
Even non-experienced people should be able to change that.Forum: Reviews
In reply to: [wp Custom Login] simple yet perfectJust needed to do a little css change, maybe it is just my theme, but the links, Back to … , Register and lost pwd where hard to read, since they where blue on the black transparent.
Posted it in the support forum.For the rest love it. Does not interfere with my other login plugin “Login-Logout”
Thanks