jberg1
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets Reloaded] [Plugin: Widgets Reloaded] Recent Posts?DOH!.. ok I can use Archive widget.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Opera is not open playlistI haven’t had a chance to use these updated CSS files yet (I was kind of worried about something like this happening). If you can identify what is changed on these css files compared to the originals, here is something I have used to set alternate styles for different browsers. Then you can use the changed styles for Opera only.
https://www.conditional-css.com/index
It’s not a plugin, so you have to call the script in the header and upload it to the server. But it works great. It is similar to Conditional Style sheets for IE, but for other browsers.
Hope this helps.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Opera is not open playlistThanks again.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Opera is not open playlistThanks! Would you be able to post those .css files on a server I can download them?
Or maybe the module author can post those? Simon?
I’ll go through them and see what has changed. I figured it had something to do with the .css because I see the
<li>
in the code, they just don’t appear in Opera and it plays all the songs in the playlist. Hopefully the change won’t affect other browsers(?).Thanks for your help, Sikor.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Opera is not open playlistI’m having the same issue with Opera. Plays fine, but no play list is shown. I’m using the player shortcode on the page and setting my playlist using Custom Fields (1 mp3, 2 mp3, 3 mp3, etc..)
Your Demo works fine.
Any thoughts?
Thanks for your help.Well, I figured it out by doing a little hacking. But let me know if there is a better way.
What I did is delete loading.gif graphic from img directory, then took out the alt tag of “wait” out of g-random-img.php
Might be a nice setting to have in the widget, if there is a plan for a future version.
I’m also having this issue using version 4.0.3 on WP 3.3.1.
Using an older version I used to place some HTML/text under the video. Now it strips it out upon saving. Text stays, but when wrapped with HTML it removes it.Forum: Themes and Templates
In reply to: Single page website in WordPressThanks esmi. I guess I was really just looking for any ideas on setting up the home page template to slide through all the static pages keeping them on one page. Like that example. Maybe an Ajax or JQuery solution.
Thanks for your help.
Might try HTML special characters (alpha codes).
Α
β
Γ
Forum: Plugins
In reply to: [Smart WYSIWYG Blocks Of Content] Conflict with a couple other pluginsI am using the widget in the sidebar. And on those specific pages (Events and Product pages), it pulls that content into that sidebar block instead of the block I have set in the widget.
I have multiple “sidebars” in my template and I am calling the sidebar in my template file like this:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-events') ) : ?> <?php endif; ?>
Thanks for following up. It works great everywhere else. Just not on those pages (products and events). I was thinking it might be something to do with a query that those plugins are running is overriding your’s (?).
Forum: Fixing WordPress
In reply to: How to create a Logout menu?Looks like someone edited this to allow for easy positioning and assigning to a specific menu.
Look at this article.Forum: Plugins
In reply to: [NO CAPTCHA Anti-Spam] just not workingAfter further review…
This fixed it for me. It sends it directly to the trash if they fail captcha.There are a few bugs, but it does create the base HTML, so I went into the HTML view in the content editor and made adjustments I needed. I like the jQuery/Ajax sort feature.
Colors can be changed in the style sheet located here.
wp-content/plugins/easy-table-creator/css/tablesorter/style.cssForum: Fixing WordPress
In reply to: How to create a Logout menu?I found this option, but is only for hard coding the link in your template:
<a href="<?php echo wp_logout_url(); ?>" title="Logout">Logout</a>
This works for WP 2.7+
But the custom menu won’t allow this in a custom HTTP link.Here is something else I found for setting up a function to add a logout/login to your menu. It can be positioned where you want, but it will add it to all custom menus (if you have more than one).
Forum: Plugins
In reply to: [Embed Iframe] [Plugin: Embed Iframe] scrolling="no" possible?Try editing the code in this file:
wp-content/plugins/embed-iframe/view/embediframe/iframe.php
I was able to set frameborder=”1″ and scrolling=”no”
Open the file in an HTML editor and make revisions. Copy the old file just in case you break it. ??Be aware that settings in this file will happen for all embedded iframes throughout the site.