Landon Cahow
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] OMG 4GB backup filesSame problem here, for seemingly no reason on one of my sites I suddenly went from 13.8MB full site backups to nearly 4GB full site backups. I’m not quite sure what to do to get this worked out other than to try uninstalling and reinstalling and trying different backup settings.
If anyone has any ideas as to what is going on here please feel free to comment, I’d really appreciate it.
Forum: Plugins
In reply to: [BackUpWordPress] plugin not workingUpdate: it appears to be hanging up on “Creating zip archive” for me. Not sure what to make of it.
Forum: Plugins
In reply to: [BackUpWordPress] plugin not workingI’m having an issue as well, just created a full site backup and each file was duplicated in the .zip file. Also the backup indicator icon is constantly running on the other backup profile that isn’t actually running. Anyone else having any problems?
Forum: Plugins
In reply to: [Slideshow] Display links in text descriptionAdding a url link to the “URL” field only causes the entire text block and image to become a hyperlink, it does nothing to create an inline text link which I can can then style to be a button.
This seems to be a basic function and should be how it works so I’m assuming this is an error. Any other ideas?
Forum: Plugins
In reply to: [Slideshow] Title/Description OpacityYou’ll need to utilize an CSS3 RBB background color for just the background as altering the opacity of the whole div effects all child elements.
Do something like this:
.slideshow_container .slideshow_transparent {background-color: rgba(0, 0, 0, .5); color: rgba(0, 0, 0, .5);}
That should do it.
Forum: Plugins
In reply to: [Slideshow] Display links in text descriptionI’m working with two image slides at the moment with some dummy text with a blank link:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porta at eros ac posuere. <a href="#" class="button">Learn More</a>
I’ve also attempted similar content in a text slide as well and still no hyperlink.
Forum: Plugins
In reply to: [Promotion Slider] Slider wait is messing up when using navigation linksThis change has not fixed anything, I just attempted the change on a completely different site in a custom theme I just finished designing and still the same problem. *sigh* I think it’s time I find a new slider plugin, so sad, I really liked this one.
Forum: Plugins
In reply to: [Promotion Slider] Slider wait is messing up when using navigation linksWhat version of the slider is everyone using? The code I have in the promo_slider.js isn’t even the same as what is shown here, there is no line 201.
Forum: Plugins
In reply to: [Promotion Slider] Slider wait is messing up when using navigation linksI have attempted this fix every which way I could but with no success, any other ideas on how we can fix this?
Forum: Plugins
In reply to: [Widget Saver] Is killing layout of widget page in WP 3.8Ditto here, I’ve got the same issue across all WP 3.8 installations. I’ve created a fix that works for me, maybe the developers could implement this into an official update.
in plugins/widget-saver/include/widgetsaver_plugin.php I changed the following in line 148 from:
echo '<div class="wrap, widget-liquid-left">';
To:
echo '<div id="widget_saver" class="wrap, widget-liquid-left">';
Then in plugins/widget-saver/css/widget-saver-styles.css added the following css lines:
#widget_saver.widget-liquid-left {width: 100%;} #widget_saver .widgets-holder-wrap {width: 55%;}
I have also just posted this on stackoverflow in the hope that I can get as much exposure (and hopefully a solution) as possible. You can find it here: https://stackoverflow.com/questions/19804694/wordpress-display-specific-taxonomy-term-on-custom-taxonomy-template-page