beke_ro
Forum Replies Created
-
Forum: Plugins
In reply to: [Bknewsticker] News Text alignVia FTP go to wp-content/plugins/bknewsticker/ticker.css and replace all with this:
#allticker{ width: 100%; background: #F3F3F3; border-top: 0px solid #ccc; border-bottom: 0px solid #ccc; max-height: 40px; overflow: hidden; } #bknewsticker{ background: #F3F3F3; margin: 0px; margin-left: 10%; } .tickerDate{ padding-left: 5px; padding-bottom: 2px; padding-right: 2px; background: #5A5A5A; color: #ccc; font-size: 10px; line-height: 17px; margin-left: 3px; float: right; margin-top: 10px; } .tickerLink a, .tickermore a{ text-decoration: none; padding: 0 8px; font-size: 12px; float: right; margin-top:6px; } .tickerText{ color: #5A5A5A; line-height: 40px; font-size: 12px; float: right; } #bknews-title{ float: right; width: auto; height: 40px; background: transparent; border-right: 0px!important; } #bknews-title h3{ color: #fff; font-size: 14px; margin: 0px; text-align: center; text-transform: uppercase; text-decoration: none; border-left: 20px solid transparent; height: 0; line-height: 40px; padding-left: 5px; } @media only screen and (max-width: 480px) { #bknews-title{ display: none!important; } @media only screen and (max-width: 320px) { #bknews-title{ display: none!important; }
Forum: Plugins
In reply to: [Bknewsticker] News Text alignHi,
please send me your site link here.Forum: Plugins
In reply to: [Bknewsticker] Animation is not workingPlese be more specific. Thanks!
Forum: Plugins
In reply to: [Bknewsticker] Some news on two linesPlease install plugin and send me your site link.
Forum: Plugins
In reply to: [Bknewsticker] title font sizeYour theme uses !important for H3
Search in style.css for this :
h3 {
font-size: 18px !important;
}Forum: Plugins
In reply to: [Bknewsticker] title font sizeVia wp-admin in BkNewsticker Settings search for Text size field.
Forum: Plugins
In reply to: [Bknewsticker] title font sizePlease update to 1.0.3 and be careful where you add this code:
<?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>
in header.Forum: Plugins
In reply to: [Bknewsticker] Some news on two linesPlease update to 1.0.3 and be careful where you add this code:
<?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>
in header.Forum: Plugins
In reply to: [Bknewsticker] title font sizeNot …for now ..maybe in the future I will add this option.
Thanks!Forum: Plugins
In reply to: [Bknewsticker] Can I use my own defined data from a text file or excel file?Resolved
Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingThanks!
Forum: Plugins
In reply to: [Bknewsticker] title font sizeAnd here is code for Tiker Title :
#bknews-title h3{ color: #fff; font-size: 14px; margin: 0px; text-align: center; text-transform: uppercase; text-decoration: none; border-right: 20px solid transparent; height: 0; line-height: 40px; padding-left: 5px; }
you can change font-size:14px; with your font size.
Forum: Plugins
In reply to: [Bknewsticker] title font sizeHi,
unfortunately this option is not available in admin… but you can edit via FTP.
Go to wp-content/plugins/bknewsticker/ticker.css and replace:.tickerText{ color: #5A5A5A; line-height: 40px; font-size: 12px; }
with this:
.tickerText{ color: #5A5A5A; line-height: 40px; font-size: 16px; }
where 16px is font size
Forum: Plugins
In reply to: [Bknewsticker] Scroll does not workHi,
Send me here your site link please.Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingHi,
I think it’s a conflict with another plugin or your theme.
To find out what happens try this:
1.Disable all the plugins except BkNewsticker plugin.
2.If the problem persists, switch to a default ‘twenty-…’ series theme.
If the problem disappears immediately after disabling all the remaining plugins, even before switching to a default theme, use the following steps:Enable one plugin, check if the problem comes back.
If the problem still doesn’t reappear, disable this plugin and enable the next plugin.
Check if the problem reappears.
Repeat the cycle till the problem reappears.