neon22
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesI have been forced to use the vastly inferior “Easing slider” and I note that to get it to work I had to use its ‘disable jquery’ option which turns off its own jquery load to avoid a conflict with an already loaded jquery lib.
Not sure if that’s any help…Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesI deactivated all plugins – even the ones to keep my theme working.
I tried the shortcode and embedding the correct (with echo) version of the php into the template. All to no avail.
I can clearly see, by comparing to the demo site, that my links do not contain images.
I get the div class=”slide” and I get the second anchor in the h2 title
but I am mising teh first anchor with the img tag inside with class=”slide-thumbnail wp-post-image”It seems to me its def something to do with my inability to select “Featured image” on the slide page. But in 3.5.1 I have deactivated ALL other plugins. to no avail.
So sorry – it doesn’t work for me ??
Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesOK. well tried ordering it a couple of days ago – no sign of it. please check your paypal emails…
Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesandyjimmy – where?
I tried:
echo [responsive_slider] and other variations… Do you mean you edited the php in a template ?Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagestest site is here:
https://kregar.wirefram.webfactional.com/
slider is on homepageForum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesI have also tried uploading fresh images to use instead of pointing to existing library. Still no images visible.
Not sure where else to look…Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesI’ve tried using the php in a template and i still don’t see an image.
But I have found something weird going on. If I edit a slider I have already made – when I select featured image it seems to be pointing to a blank image – first item in my library. In fact all the slides are pointing to the same blank image…
However if I look in Media library on its own – there is no blank image.If I try to change the featured image to point to any other image in my library – it appears to succeed but on opening for edit again the featured image is always pointing at this blank empty – non-existant image in my library…
Ideas ?
Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesJust to clarify something that isn’t clear to me.
Is it that the featured image is what gets shown as a slide (presumably resized internally into some other ‘thumbnail’ format) and the url is where the user will navigate to if the image is clicked on ?
Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesSo to confirm:
If I were to purchase this plugin I could change the php in each portfolio and use your new function.
This new function would use the custom order as defined by your plugin (adjacent posts in same hierarchical group – then move to next group)
While at the same time if I kept the current php for the portfolio gallery page – it would keep all posts in reverse date order.Is that how it would work ?
Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesWhoops.
Specifically I want them to navigate to the preceding portfolio posts in the same category. Ignoring portfolio posts in other categories.
php hopefully looks better here:<div class="nav-previous"> <?php previous_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Previous post link', 'portfolioplus' ) . '</span>' ); ?> </div> <div class="nav-next"> <?php next_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Next post link', 'portfolioplus' ) . '</span> %title' ); ?> </div>