96320
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Charts] Any news about custom colors for every chart?Hi @kiranpotphode,
In the dropdown for palette, I dont have custom to chose from, is that a feature that recently has been removed? I only have default, plain, android, simple, soft, egypt, olive, candid, sulphide and lint. I have tried to edit one of the existing eg defualt with the code below, but nothing changes. Eg $ec_chart_option[‘defaultpalette’] = array(
Please help! 🙂
Forum: Plugins
In reply to: [Easy Charts] Colours barsI have the same question. COuld you please indicate where this can be changed?
Forum: Your WordPress
In reply to: Osteopath Website with Cliniko IntegrationThanks for your quick reply!
I also found an iFrame alternative to doing this:
<iframe src="https://your-account.cliniko.com/bookings?embedded=true" frameborder="0" scrolling="auto" width="100%" height="1000"></iframe>…just in case someone else like to know!
Forum: Your WordPress
In reply to: Osteopath Website with Cliniko IntegrationHey how did you integrate cliniko?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] My css isn't overriding Page Builder'sAfter I did that my content disappeared – I tried to enable again, even deactivate and activate the plugin, but no luck:( Any ideas?
Forum: Plugins
In reply to: [Posts By Tag] Changing the excerpt lenght & removing the […] string– My Plugin also provides a filter. You can use that filter to change the excerpts
Hi – first of all thanks for a great plugin. I’m having the same issue with very long excerpts. Any chance you can clarify how I use the filter?
Forum: Plugins
In reply to: [Firelight Lightbox] Plugin stopped working after updateResolved – my theme (Bookcase) called for an older version of jQuery so had to comment that out.
Forum: Fixing WordPress
In reply to: Active theme deleted/missingThat’s the thing – only myself! And I changed passwords to my ftp (and web host login) and wp-installations after the first time it happened!
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] Remove background on tabsIm an idiot! After a closer look I saw that the original state had 4px padding but not the active.. Sorry!
Thanks again for an excellent plugin!!
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] Remove background on tabsThank you very much! With centered, I meant the horizontal tabs, I want them be le left aligned – but got it sorted!
Another thing – I found the vertical tabs bar even more cool:) but the active tab keeps jumping up about 10px (not at hover, just when clicked) – I did a fresh install of the plugin to make sure it wasnt something I have caused. Any ideas on where I fix this? I can’t see anything in css (selected/active) so I wonder if it is in one of the js files?
Thanks heaps!!
Forum: Themes and Templates
In reply to: [Oxygen] Change name of 'home' in breadcrumpmany thanks!!!
Forum: Plugins
In reply to: [Nivo Slider for WordPress] Show/Hide captionI figured it out:)
In the file jquery.nivo.slider.pack.js, just after the part that starts with processCaption
I added:
if(settings.captionHide){ $('.nivo-caption', slider).hide(); slider.hover(function(){ $('.nivo-caption', slider).show (); }, function(){ $('.nivo-caption', slider).hide (); });}the at the very bottom, were the defaults are, I added
captionHide:true
In the css I added cursor:pointer to the .nivo-caption also.
Forum: Plugins
In reply to: [Booking Calendar] Select booking date doesnt workAhaa I always though I needed to change to 755 but turns out the server didn’t allow this, so when I changed to 444 (wpdev-booking.php and also in the wp-admin folder), it works!
Manyy thanks
Forum: Plugins
In reply to: [Booking Calendar] Select booking date doesnt workStill doesnt work..
I have now deactivated all plugins but booking calander
I’ve set permissions to 775 on the server on the plugin,
I have set to redirect the page to the start page instaed of displaying the “thank you” message (i.e this http://www.daniellescottcosmetictattoo.com.au/wp-content/plugins/booking/wpdev-booking.php)My .htacess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Is there anything I can add in the htaccess for it to work?
Forum: Plugins
In reply to: [Booking Calendar] Select booking date doesnt workHm…. I reloaded the page a couple of times and now I can select again but the 404 msg is back! http://www.daniellescottcosmetictattoo.com.au/login/