sgt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SAMW] active other color?The menu list is an ul-list. It’s class is named with “sub-menu”. The current item has a class called “current-menu-item” in addition.
Forum: Plugins
In reply to: [WP-Ticker] Primär MenueUnter wp-ticker.stegasoft.de/downloads/ gibt es die aktuelle Version und ein Handbuch. Dort werden verschiedene Möglichkeiten beschrieben, wie ein Ticker in WordPress (Post bzw. Template) eingebunden werden kann.
- This reply was modified 9 years, 3 months ago by sgt.
Forum: Plugins
In reply to: [WP-Ticker] Errors after recent update (3.Feb, 18:33, v1.6.1)This problem should be resolved with the new version 1.6.2 (see wp-ticker.stegasoft.de/). Just download the ZIP-file, unzip it and upload the file “wp-ticker.php” to the web space.
Forum: Reviews
In reply to: [WP-SAMW] Yes, more styling!Thanks for your feedback. But it should be just the ul li style of the current theme.
Sorry, habe erst jetzt deine Beiträge gelesen.
Ja, es ist eine Multisite-Umgebung (für Mehrsprachigkeit) mit aktueller WordPress-Version 4.3 und Shariff Wrapper Version 2.4.2.Aber du hast das Problem ja schon gelöst. Prima und danke.
Forum: Plugins
In reply to: [WP-Ticker] Where to Remove Image and Text—
Forum: Plugins
In reply to: [WP-Ticker] Where to Remove Image and TextHi,
the small icon above the ticker will only be shown if you are logged in as administrator (WordPress). Clicking on it should open the WYSIWYG CSS generator window.
If you do a little donation (2.50 EUR for private, 5.00 EUR for commercial websites), you’ll get an info mail, which describes how to remove the copyright notification. You’ll also get access to the module download area.Forum: Plugins
In reply to: [WP-Ticker] Homepage breakdown after installationClosed
Forum: Plugins
In reply to: [WP-Ticker] Homepage breakdown after installationSorry, I’ve no idea.
But in one similar case (download from repository) the file “tic-global.php” was missing. Maybe a ZIP packing problem? I don’t know.
Possible way to fix the problem:
– delete the folder “wp-ticker” in WordPress plugin directory via FTP.
WordPress will then deaktivate the plugin automatically.If desired, download the plugin from WP-Ticker’s homepage, extract the ZIP file and upload it via FTP to the WordPress plugin directory.
Forum: Plugins
In reply to: [WP-Ticker] link wp-ticker widget titleNo response, seems to be resolved.
Forum: Reviews
In reply to: [WP-Ticker] Works fine!You’re welcome!
Forum: Plugins
In reply to: [WP-Ticker] link wp-ticker widget titleAh, ok, the reason for that is your theme.
Just replace “#wp_tickerwid_fe h3” with “#wp_tickerwid_fe h1” because your widget titles are tagged with < h1 > (and not with < h3 >).
That should work.Forum: Plugins
In reply to: [WP-Ticker] link wp-ticker widget titleMaybe there are two ways to solve this “problem”:
1. install the plugin “Widget Title Links”. With that you can specify title links for all used widgets, WP-Ticker included,or
2. put the following JavaScript code in the footer.php (above the < / body> tag:
<script type="text/javascript"> jQuery(document).ready(function() { jQuery("#wp_tickerwid_fe h3").html("<a href='http://www.linktomysite.aa' target='_blank'>"+jQuery("#wp_tickerwid_fe h3").html()+"</a>"); }); </script>You certainly may add some other parameters to the tag e.g. id=’…’ , style=’…’, class=’…’ etc. to adjust the “look and feel”.
Forum: Plugins
In reply to: [WP-Ticker] Cannot redeclare class wp_auto_updateThanks for your note. I’ll fix it in the next version.
Forum: Plugins
In reply to: [WP-Ticker] suggestion: re-order backendI didn’t see an example on the stated site.
Never mind, if your theme supports a widgets area above the header, just use the WP-Ticker widget. Otherwise you have to edit the themes header.php and put the corresponding ticker function (click [Code] button) where you want to show the ticker.