billabong74
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] READ THIS before you open a new thread!Hello,
after update I got a fatal error!
Store URL: https://www.travelocals.com (shop not up running yet though)
WordPress version: 3.5.2
WP e-Commerce version: 3.8.12
Gold Cart version:
Theme: Twenty ElevenI did this:
auto-updated wp-e-commerceI expected WP e-Commerce to do this:
function normallyInstead it did this:
After auto updating the wp e-commerce plugin I could not enter my dashboard anymore. After entering the correct username & password I received the following fatal error:
Fatal error: Call to undefined function get_current_screen() in /homepages/40/d333685564/htdocs/wordpress/wp-content/plugins/wp-e-commerce/wpsc-admin/display-items.page.php on line 493
I could only log into my blog by changing the wp e-commerces plugin name via ftp.
Any solutions?
Cheers!
found out myself!
hey cheeky nasty,
I added the following code into my style.css. That did the job!
[61 lines of CSS moderated as per the Forum Rules. Please just post a link to your site.]
HOW TO PLACE GRAND SLIDER IN THE HEADER??
On the demo site grand slider is positioned in the header section.
How can I position the slider in the header?
HOW CAN I ADD ONE SLIDER (in header area) TO VARIOUS PAGES?
Currently I am using vFlexslider (altogh three are currently some coding problems) and the following code – that is placed inside the header.php – allows me to “PULL” the relevant sliders into the pages where I need them:
<?php if(function_exists(‘vflexslider’))
{
if(is_front_page() ) {
vflexslider(‘main’);
}else if(is_page( ‘1176’ ) ){
vflexslider(‘braunschweig’);
}else if(is_page( ‘614’ ) ){
vflexslider(‘braunschweig’);
}else if(is_page( ‘950’ ) ){
vflexslider(‘SuperbudeStPauliHamburg’);
}else if(is_page( ‘951’ ) ){
vflexslider(‘SuperbudeStPauliHamburg’);
}else {
vflexslider(‘main’);
}} ?>
Is that also a way forward to use grand sliders on various pages???
touch responsive for mobile devices?
Is grand slider touch responsive so one can slide the pictures with a finger on e.g. iphone or ipad??
hello,
first of all I’d like to mention that the grand slider seems to be a great slider plugin!
It has also got a great demo site!
Taking all that into account I do not understand why there isn’t a proper explanation on how that thing is supposed to function???
With such an explanation it could just be perfect!
However after reading JSMITH72’s instructions above and by watching the official video (VERY BAD QUALITY…sometimes one can hardly see whats happening!) various times I partly understood how the thing is working!
However I have a few mor questions (next posts)
Forum: Plugins
In reply to: [Plugin: Ambrosite Next/Previous Post Link Plus] which page to edit?did you figure it out? have the same problem with setting it up under twenty eleven!
??Hey ds2508,
for me it suddenly worked….as I said above it first worked already on all my browsers….and then after a few hours it did on iPhone and iPad too. I don’t really know why it works now and what I have done…but it works! ??
Do iphone and ipad have a cache?? Could that be a reason why it took a while for those devices to update?
No clue….
DS2508…is the code working for you in the browser (empty cache to check!)? Actually just checked myself…doesnt seem to be working ??
Which Theme are u using?
Have you created a child theme) (suggested to do all changes only in a child theme!)
That for me was the first step to getting it run on iPad/iphone.
Wir k?nnen auch auf deutsch kommunizieren übrigens! ??
Unfortunately I’m a newbie to wordpress and no good in coding…but luckily until now I could get everything I wanted my site to look like done….even if a small change sometimes takes me like a day!
As the German says: mühsam ern?hrt such das eichh?rnchen! ??
GOOD LUCK!
Forum: Themes and Templates
In reply to: Twenty Eleven shrinkage on iPadhey…came across a solution…
https://www.vibethemes.com/march-2012-freebie-a-responsive-wordpress-slider-plugin-vflexslider
They seem to have created a temporary version of vSlider – called vFlexslider – which is responsive and can be used until they update the main vSlider plugin.
vFlexslider is also touch-responsive on iPhones and iPads.
Flexslider works just about the same way as does vSlider.
One major difference (I noticed) is that you need to size the pictures you want to show to the exact size you want/need them as the program doesn’t crop them (vSlider does; vFlexslider does not!).
Here is the code I am using which makes it possible to show different sliders on different pages / it needs to be placed into the header.php:
<?php if(function_exists('vflexslider')) { if(is_front_page() ) { vflexslider('main'); }else if(is_page( 'enter_wordpress_page_number' ) ){ vflexslider('slider_name_1'); }else if(is_page( 'enter_wordpress_page_numer' ) ){ vflexslider('slider_name_2'); }else if(is_page( 'enter_wordpress_page_numer' ) ){ vflexslider('slider_name_3'); }else if(is_page( 'enter_wordpress_page_numer' ) ){ vflexslider('slider_name_X'); }else { vflexslider('main'); } } ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
In brackets are the names of the sliders (created within the plugin).
That exact same code can be used for vSlider when they have finished updating it. You just exchange ALL the references to ‘vflexslider’ for ‘vslider’ in the code. Done!
Hope its of any use!
SIDEBAR SHOWING WHEN RESIZING BROWSER BUT NOT WITH IPAD/IPHONE”
I got the slightly longer code provided by alchymyth
here:
https://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-adaptations-for-hand-held-devicesto work on all my browsers…so when resizing browser window(s) the sidebar stays in place and doesnt move below the content….
….however its not working (yet) on iphone or ipad which was my original goal??
anyone with the same problem…any solutions?
Jan
Forum: Themes and Templates
In reply to: Twenty Eleven shrinkage on iPadI seem to be able to resolve the problem with replacing the width “1000px” in the following code with “100%”.
The problem is it only works temporarily in “FIREBUG”….as I cant find that line of code in the css / php files anywhere. Been searching and searching…but no success. ??
Any hints on where to find that code?
<div id=”header” style=”background-image: url(“https://www.travelocals.com/wp-content/plugins/vslider/timthumb.php?src=http%3A%2F%2Fwww.travelocals.com%2Fwp-content%2Fuploads%2FTRAVELOCALS-Inkscape_WORDPRESS_Header-Logo_klein.png&w=1000&h=288&zc=1&q=80″); width: 1000px (REPLACE THIS WITH WIDTH 100%); height: 288px; position: relative; background-position: left top;”>
Forum: Themes and Templates
In reply to: Twenty Eleven shrinkage on iPadHi,
is there a solution yet?
Jan