Amie
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Replacing switch_to_blogdiamond actually makes 250+ queries on its own, but caches them. I guess caching is my answer ??
Forum: Networking WordPress
In reply to: Replacing switch_to_blogyeah, I’m using sitewide tags elsewhere – basically I need the sitewide tag pages to not be domain.com/blog/categoryname. I’m actually using this code to pull in posts from the sitewide tags blog.
I’ll check out the diamond ms widget
Forum: Networking WordPress
In reply to: Replacing switch_to_bloginline. what plugins should I be looking at? if they do it in the sidebar, I can just look at how they do it.
I didn’t realize I was posting to an old thread – this is related to the 4.0RC – I was able to get my events back by downgrading to 3.0.98
I don’t seem to have the re-import link?
I get a re-import bookings link in a message on the settings page, but nothing on the help page
Glad you sorted it out. the other way to do it would be to use this template code:
<?php if ( is_page('98') ) { ?> <div style="height:200px"> <?php flshow(54) ?> </div> <?php } ?>
Forum: Plugins
In reply to: [Plugin: flshow Manager] And nothing happens…usually a non-displaying carousel is the result of not forcing a height. we’ll be working on that for the next release, but make sure that your carousel is inside a div with a fixed height, e.g.
<div style="height:200px">...</div>
for example, on our site, the code from the example would be
<div style="height:200px"><?php flshow(54) ?></div>
since 54 is the id shown at the left of the management page.Forum: Plugins
In reply to: [Plugin: flshow Manager] flShow manage # Go to ‘Manage > flShow‘ visibleThat would be an issue for inserting the slideshow into the template. but not for getting the flShow page to show up under Manage. What plugins do you have installed?
Forum: Plugins
In reply to: [Plugin: flshow Manager] flShow manage # Go to ‘Manage > flShow‘ visibleBoth of you have the plugin installed in a folder called
flshow
rather than the standardflshow-manager
. Can you change the name back and see if that works?hokay.
that’s the wrong file.
you want to just delete that line, or re-upload the original file.
then you want to go to your dashboard, and go to Design > Theme Editor, and edit “Main Index Template”Decide where you want to insert the flash, and place the code there. You shouldn’t edit templates if you’re not familiar with HTML.
Yes, that’s pretty much it. did it work for you?
Forum: Plugins
In reply to: [Plugin: flshow Manager] flShow manage # Go to ‘Manage > flShow‘ visibleWhich version of wordpress are you on? also, can you link me to your site?
Forum: Plugins
In reply to: flShow Manager edit/create issueit’s theoretically possible to access javascript popups like lightbox/thickbox/highslide/fancyzoom, it’s just a question of how many it’s worth supporting.
In the next release, we’ll be cutting the height of the popup, but sticking with a px height, and we’ll be moving the “choose images” button to the top, so that it’s not such an issue
Forum: Requests and Feedback
In reply to: [Plugin: flshow Manager] flShow Manager: No popup windowShould be possible, we’ll look into providing that option.