arav369
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Vertical dropdown submenus in Menu bar.Thank you for the response. Will try that out.
Forum: Themes and Templates
In reply to: jCarouselThe jCarousel file is opening properly in the browser Developer console? This means that it is linked properly right?
Forum: Themes and Templates
In reply to: jCarouselI got a couple of warnings that are completely unrelated to this. In general, if you have the jQuery, jcarousel libraries, the static HTML code and the script used to load the dynamic content, the jCarousel should work right? Or do I need some thing more than this?
Thanks in advance,
Forum: Themes and Templates
In reply to: jCarouselHi,
I get the following error :
Uncaught TypeError: Object #<Object> has no method 'jcarousel'This is because the argument passed to the javascript function is of type b.fn.init.b instead of o.fn.init.o ? Any idea about whats going wrong here??
Thanks in advance,
Forum: Themes and Templates
In reply to: jCarouselHi Andrew,
I checked the script tags in my source file. They all are properly closed. Could the issue be because of a css error such as lack of space for the carousel images or something in that regard?
I feel I am missing something basic and simple here. Please help me in this regard.Thanks in advance.
[ Please do not bump, that’s not permitted here. ]
Forum: Themes and Templates
In reply to: jCarouselHi Andrew,
Thank you for the response.
I did include the jCarousel javascript file in the webpage before the script loads. Even then it is not working.
What else could be the mistake??Thanks in advance,
Forum: Plugins
In reply to: Sidebar CustomizationHi admin,
Thank you for the response.In the sidebar, I need to display the links of a particular category (say “pulse”) in a custom order with an image, name and description for the first link alone, and just name and description for the remaining links. Also , I need 2 line breaks between the links. Please tell me how do I go about doing this.
Currently I have coded this :
<?php wp_get_linksbyname('pulse', '', '', '<br /><br />', TRUE, 'rating', FALSE); ?>Thank you.
Forum: Plugins
In reply to: Sharing External articlesHi bheadrick,
Thank you for the response! The “links” in wordpress are pretty much what I was looking for. But, I need them to be displayed in the sidebar within a panel that has custom formatting (background color, text color etc). To be exact, please check out the website http://www.twodaymag.com, which has something like a “twoday THE PULSE” panel in the top right portion with links. That is what I am trying to achieve. How do I go about doing that?
Thanks in advance.