joshuaiz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Carousel] Moved from subdirectory, WP Carousel brokenOk, the site is now live: https://www.bistronamisushi.com/
You can see on the home page the carousel is broken but it is fine on all the other top level pages (there is no carousel on the ‘Menu’ pages).
What is strange is it is doing something different but only for the home page. Here is the correct html given by theme.php in the default theme:
<div class="theme-default cv-default" style="width:980px"> <div class="arrow-right"> <div class="arrow-left"> <div class="carousel-default-background"> <div class=" jcarousel-skin-default"> <div class="jcarousel-container jcarousel-container-horizontal" style="position: relative; display: block;"> <div class="jcarousel-clip jcarousel-clip-horizontal" style="overflow: hidden; position: relative;"> <ul id="carousel_0" class="jcarousel-list jcarousel-list-horizontal" style="overflow: hidden; position: relative; top: 0px; left: -910px; margin: 0px; padding: 0px; width: 1820px;"> </div> <div class="jcarousel-prev jcarousel-prev-horizontal" style="display: block;"></div> <div class="jcarousel-next jcarousel-next-horizontal jcarousel-next-disabled jcarousel-next-disabled-horizontal" style="display: block;" disabled="disabled"></div> </div> </div> </div>
Now here is the html generated for ONLY the home page:
<div class="theme-default cv-default" style="width:980px"> <div class="arrow-right"> <div class="arrow-left"> <div id="carousel_0" class="stepcarousel jcarousel-container jcarousel-container-horizontal" style="position: relative; display: block;"> <div class="belt"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> <div class="panel" style="width:150px; height:150px;"> </div> </div> </div>
It is adding the ‘panel’ and ‘belt’ classes and the html is completely different than for the other pages.
Any idea what is going on here?
Forum: Plugins
In reply to: [WP Carousel] Moved from subdirectory, WP Carousel brokenI’m not using Step Carousel – just installed WP Carousel at version 1.1 (no upgrade).
The paths were correct on the WP Settings > General page and the path to the plugin was also correct on the WP Carousel settings page.
Anyway, I’ll give it another go tonight…
Forum: Plugins
In reply to: [WP Carousel] Moved from subdirectory, WP Carousel brokenHi Sumolari,
Actually I didn’t post about this issue on Sumolari.com – only here…
Is there any thing you can suggest to resolve this?
Forum: Plugins
In reply to: [Plugin: Dagon Design Sitemap Generator] subsequent pagesThat’s a bummer. It was the best html sitemap plugin out there.
If I get some time, maybe I’ll dig around in the plugin files and see if I can sort something out.
Forum: Plugins
In reply to: [Plugin: Dagon Design Sitemap Generator] subsequent pagesI’m having the exact same problem after deactivating and then reactivating the plugin.
Did you ever solve this?
I sent an email via the Dagon site but have not received a response yet.
Forum: Plugins
In reply to: [Slideshow Gallery] Slide shifted using Safari – fine in FirefoxSolved…had to ‘Resize to fit’ in Settings.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Hiding Current Item?Mtekk,
That makes sense.
Actually I am using the character limit to achieve close to what I want. That said, as I mentioned above being able to use the slug instead of the full page title would be ideal.
Thanks for your help.
Joshua
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Hiding Current Item?While I’m thinking about this, a feature request would be to use the slug of the current page item.
Many of my pages are products and have quite long page names, thus being able to use the slug (either for the current item or globally) would be ideal.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Hiding Current Item?Hi mtekk,
I thought this was working but what it is doing is removing the current page item, but one category/page up has the link of the current page item.
So, for example, I have the following before using the function:
Home > Catalog > Albums > XX001 My Release featuring Super Vocalist and Remixer
As you can see I want to remove these long names.
Using the function, I get:
Home > Catalog > Albums
but the “Albums” crumb links to the “XX001 My Release featuring Super Vocalist and Remixer” page, not the “Albums” page.
Here’s what I have in the functions.php file of my theme:
function foo_pop($trail) { { array_shift($trail->trail); } } add_action('bcn_after_fill', 'foo_pop');
So, it is removing the current item but shifting the permalinks somehow.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Hiding Current Item?mtekk,
I am trying to hide the current item and I followed your instructions but get the following warning:
Warning: Parameter 1 to foo_pop() expected to be a reference, value given in
Can you explain how to do this in a bit more detail?
Thanks.
Forum: Plugins
In reply to: [Volusion] [Plugin: Volusion] Settings not configured properlyGetting the same error but my link and API is configured correctly.
Has anyone gotten this plugin to work?
Hi Dasha,
That’s basically how I’m doing it on my live site with wpec so no worries.
That said, I’m no coder but seems like it wouldn’t be that hard to implement with custom post fields and a download/file pair.
Thanks.
J
Forum: Plugins
In reply to: [ICS Calendar] [Plugin: ICS Calendar] This Plugin Still Being Maintained?Same problem here.
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] Event title URLs just point to my home page.Thanks Anmari.
One more question (and I can put this in a new thread if need be)…I’ve added different text in the title of each event for a weekly recurring event and it’s not showing up either on the widget or my calendar page…it’s only listing the name of the calendar in the ‘Description’ field.
For example, I have different guests every week, so in my iCal I have Bionic [Chicago] w/ DJ X, DJ Y, DJ Z but all that is showing up is Bionic [Chicago] which is the calendar name as well.
Maybe it’s a caching issue, but is there a way I can get these event titles to show?
Thanks!