dvmac
Forum Replies Created
-
Forum: Plugins
In reply to: [Cr3ativ Conference] Theme Header not displayed on templateSorry, my bad. I needed to insert <?php get_template_part(‘menu_section’); ?> in addition to get_header. Thanks anyway, great plugin!
Hi there,
I didn’t want to create a new thread but I don’t seem to be able to get this to display the gallery.
Do I have to configure my thumbnail settings to use this or should it work ‘out-of-the-box’?
URL:https://www.dvmac.co.uk/fdn14/audioraiders/
I have several other plugins enabled but don’t seem to be encountering any jQuery conflicts.
Thanks.
Forum: Plugins
In reply to: [Simple Staff List] Strange CSS IssueHi there,
Thanks for the quick response. I fiddled around a little more and managed to solve the issue. Sorry I didn’t look in the theme folder, thinking it would probably be written to the plugin’s css folder, but it makes sense now.
I was just about to repost indicating that I’d resolved the issue but thanks for your help.Forum: Plugins
In reply to: [Simple Staff List] Strange CSS IssueHi guys,
I appear to be having a similar issue. I’m using the Bootstrap framework and wanted to wrap each member inside a div with a class of .well so that they all appear in their own box.
Whatever I try to do, I can’t expand the .well parent to enclose the content. I have checked the ‘use external stylesheet’ box but it hasn’t created a custom css file anywhere.
I can work around this but it’s a pain as the client will probably insist on the styling and I’ll be forced to create the custom post type manually and build it again.
Any ideas what might be going wrong? Thanks.
Forum: Themes and Templates
In reply to: Widget StylingForgive me, I’m still editing my local version. This is what has been output:
<div id="secondary" class="span3 sigwell pull-right"> <div id="search-2" class="widget widget_search"> <form>edited</form> </div> </div>
And here is a rule to target it:
#search-2 .widget .widget_search {display:block;background-color:red;padding:.5em;}
Forum: Themes and Templates
In reply to: Widget StylingThere was a hard-coded link to the stylesheet plus an enqueue script call. Rectified now but for example, why won’t something like this work?:
#search-2 .widget_search {display:block;background-color:red;padding:.5em;}
Forum: Themes and Templates
In reply to: Widget StylingForum: Themes and Templates
In reply to: Widget StylingI’ve temporarily activeated it at:
https://www.signalizeuk.com/about-us/Forum: Themes and Templates
In reply to: Widget StylingMarkup validated without errors but still no dice. Thanks again for any assistance!
Forum: Themes and Templates
In reply to: Widget StylingPastebin added:
Forum: Themes and Templates
In reply to: Widget StylingThe stylesheet is being called as other elements are working perfectly. Just NONE of the widgets.
Forum: Themes and Templates
In reply to: Widget StylingThanks for the suggestion, I’ve tried Firebug but it’s not helping. I’ve tried targeting the elements generically, their parents, the individual
<li>
s – all giving back nothing.Forum: Themes and Templates
In reply to: Widget StylingHere’s the page source:
[Excessive code moderated. Please use a pastebin.]