Joe VanDerBos
Forum Replies Created
-
Thanks Cameron, that’ll be great!
I dug in and modified this line of code in the CSS:
#information { position:absolute; bottom:-48px; width:<?php echo ((int) $styles['width'] - 6);?>px; height:0; background:<?php echo $styles['infobackground']; ?>; color:<?php echo $styles['infocolor']; ?>; overflow:hidden; z-index:200; opacity:.70; filter:alpha(opacity=70); line-height:1.1em; margin:0.5em 0;}
The result is better, but a more direct method is preferable.
Forum: Plugins
In reply to: Slideshow gallery pro caption heightI need to know this too. Looked everywhere, it’s an element that’;s computed on the fly, but I can’t find the corresponding code
Forum: Plugins
In reply to: Unable to affect CSS styles in hl-twitter-widget in sidebarIt was my fault with the CSS, not yours… the call to the CSS selector had such a long string I was missing the inheritance. all those ul li ul li .widget ul li ul li things get very confusing.
Thanks for responding.
Forum: Plugins
In reply to: [Slideshow Gallery] [Plugin: Slideshow Gallery] bug with tiny MCESupport is spotty for this plugin, but the maker’s web site says we should upgrade to Slideshow Gallery Pro. I did that, and it still works. I need to make some tweaks to my customization to replicate what we had.
So, I’m upgrading (it’s still a free plugin)
Forum: Plugins
In reply to: Unable to affect CSS styles in hl-twitter-widget in sidebarI fixed it. the CSS was not coded correctly.
Forum: Plugins
In reply to: [Slideshow Gallery] [Plugin: Slideshow Gallery] bug with tiny MCESame thing here on two sites.
This version of Slideshow Gallery (1.1.4) breaks the Visual editor in Tiny MCE. The text does not display, or displays white on white html code. The html editor is still usable though.
Really needing a fix for this. Thanks!
Forum: Plugins
In reply to: Excluding multiple template pages in Widget Logic sidebar pluginI gave up and just set up another page_template so I could create a positive test for one page, not an exclusion for 4.
Forum: Plugins
In reply to: Excluding multiple template pages in Widget Logic sidebar pluginI tried to simplify this in Widget logic, by including the string:
!is_page_template('proj-ed.php') || !is_page_template('proj-civil.php') || !is_page_template('proj-comm.php') || !is_page_template('proj-senior.php')
It didn’t work. It worked when I reduced the string to just
!is_page_template('proj-ed.php')
I checked the Use ‘wp_reset_query’ fix box at the bottom of the widget page. On or off did not work. Is there something wrong with this syntax?
Forum: Plugins
In reply to: Excluding multiple template pages in Widget Logic sidebar pluginThanks for the tip… I’ll see what I can do.
Forum: Plugins
In reply to: [Social Discussions] [Plugin: Social Discussions] custom menu brokenI have the same problem. I love the styling of the social links, but the plugin breaks my menu styling. I’m guessing a css tag is in conflict with the tags in the Fusion Theme css I use.
Is there a similar plugin that works?