Title: wearebase's Replies | WordPress.org

---

# wearebase

  [  ](https://wordpress.org/support/users/wearebase/)

 *   [Profile](https://wordpress.org/support/users/wearebase/)
 *   [Topics Started](https://wordpress.org/support/users/wearebase/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wearebase/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wearebase/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wearebase/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wearebase/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wearebase/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/wearebase/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wearebase/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCS QR Code Generator] [Plugin: WCS QR Code Generator] has_cap bug](https://wordpress.org/support/topic/plugin-wcs-qr-code-generator-has_cap-bug/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wcs-qr-code-generator-has_cap-bug/#post-2588858)
 * AAAAAAAAAAAAH man.
 * Thanks for the heads up!
    – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCS QR Code Generator] [Plugin: WCS QR Code Generator] has_cap bug](https://wordpress.org/support/topic/plugin-wcs-qr-code-generator-has_cap-bug/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wcs-qr-code-generator-has_cap-bug/#post-2588856)
 * Change line 423 in wcs-qr-code-generator.php to:
 * `add_menu_page('WCS-QR-Code', 'WCS-QR-Code', 'edit_pages', 'wcsp_qrc_options','
   wcsp_qrc_options', $wcs_qrc_icon_url);`
 * This will remove the warning.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] jQuery Form get's 2013.01.18 added to it so it 404's](https://wordpress.org/support/topic/jquery-form-gets-20130118-added-to-it-so-it-404s/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/jquery-form-gets-20130118-added-to-it-so-it-404s/#post-3449379)
 * Hi,
 * Please ignore – turned out to be an issue with another plugin that rewrites all
   JS and CSS on the page to avoid caching.
 * It’s wasn’t clever enough to take into account the ‘-‘.
 * Thanks,
    – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] Request :: More options controls for template function](https://wordpress.org/support/topic/request-more-options-controls-for-template-function/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/request-more-options-controls-for-template-function/#post-2138402)
 * Hi kirilln,
 * Did you ever make any progress with this? 🙂
 * Thanks!
    – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [DDSlider not working properly for WP 3.2](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/#post-2169467)
 * No Probs.
 * Good luck,
    – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [DDSlider not working properly for WP 3.2](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/#post-2169465)
 * Hi Corey,
 * Balls! – I made a mistake, sorry… I can see you implimented what I told, unfortunately
   it should be..
 *     ```
       #page-content #DDSliderCont ul li {
           padding-left: 0;
       }
       ```
   
 * Sorry bud, I was responding via my phone while being bored in a meeting.
 * Regarding your second issue, again it’s down to CSS. The div generated by ddslider
   is floated left (#DDSliderCont) to make parts of the slider work properly, your
   content is not floated or wrapped as wordpress wont apply those kind of elements
   to your content by default.
 * You would be much better off creating a template page for this gallery page and
   then placing the slider in the template used for this page using the php tags,
   something like…
 *     ```
       <?php if(function_exists('displayDDSlider')) {
       		print displayDDSlider(array('name'=> 'MY_GALLERY_NAME'));
       } ?>
       ```
   
 * You can then place the slider outside the content div and the two shouldn’t effect
   each other as much.
 * Hope that helps!
 * – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [DDSlider not working properly for WP 3.2](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/#post-2169462)
 * Corey,
 * This is a separate issue and should really be in a new message.
 * Your issue is CSS related and can resolved by changeing some of your theme code.
 * The Identifier in question is on line 1017 in styles.css
 *     ```
       #page-content ul li, .post-content ul li {
           background: url("images/marker.png") no-repeat scroll left 5px transparent;
           list-style-type: none;
           padding-left: 20px;
       }
       ```
   
 * You need to either remove this 20px – this will most likely ruin you main theme
   OR write something like…
 *     ```
       #page-content #DDSliderCont ul li {
          padding-left: 20px;
       }
       ```
   
 * and chuck it in your styles.css file.
 * Hope this helps,
    – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [DDSlider not working properly for WP 3.2](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/ddslider-not-working-properly-for-wp-32/#post-2169428)
 * If you haven’t already worked this out..
 * In your dashboard, go to ‘ddslider’ tab – should near the bottom of all your 
   menu’s, then click ‘general options’ find the slider you want and change the 
   default to the transition you want.
 * Hope that helps.
 * – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] class-json error](https://wordpress.org/support/topic/class-json-error/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years ago](https://wordpress.org/support/topic/class-json-error/#post-2164907)
 * Kirill,
 * Same here man, it seem rather upset with the new version;
 * >  Warning: require_once(D:\xampp\htdocs\live\bca/wp-includes/class-json.php)[
   > function.require-once]: failed to open stream: No such file or directory in
   > D:\xampp\htdocs\live\bca\wp-content\plugins\tweet-blender\lib\lib.php on line
   > 509
 * Have rolled back and will hold out updating any further sites.
 * Thanks Kirill,
 * – Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] Request :: More options controls for template function](https://wordpress.org/support/topic/request-more-options-controls-for-template-function/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years ago](https://wordpress.org/support/topic/request-more-options-controls-for-template-function/#post-2138266)
 * Hi Kirilln,
 * Awesome news!
 * I guess all options would be the ultimate as I can really predict the future 
   of what I may need, or others requirements.
 * Stab in the dark suggest;
 * Show the photo from the author for each tweet
    Show username from the author 
   for each tweet Show tweet source for each tweet Hide replies Show only replies
   Hide tweets that come from different users but have exactly the same text Hide
   mentions of users, only show tweets from users themselves Do not use search API
   for screen names Link http & https URLs insde tweet text Link [@screenname](https://wordpress.org/support/users/screenname/)
   inside tweet text Link #hashtags insde tweet text
 * Any or all of the above I’m sure myself and other would find more than helpful!
 * Thanks Bud!
 * – Matt
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problem with auto update – No FTP access](https://wordpress.org/support/topic/problem-with-auto-update-no-ftp-access/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/problem-with-auto-update-no-ftp-access/#post-1949957)
 * The company is pretty big, this is one of their own servers. FTP is super unsecure,
   which is why we’d usually use SSH but none of these are options because the IT
   dept are a bunch of grassholes, only allowing us access to the webmin interface.
   I just wondered if there was ann apache module missing or something that would
   allow me to grab and install the files. Curl and other standard modules are installed
   and configured.
 * Changing host is not an option. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] [Plugin: Tweet Blender] Showing other user's tweets?](https://wordpress.org/support/topic/plugin-tweet-blender-showing-other-users-tweets/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-tweet-blender-showing-other-users-tweets/#post-1907213)
 * Hi,
 * Thanks for the prompt response.
 * I turned caching off on all my sites that are affected and havent seen any more
   problems, with luck it was just that twitter’s search was having some serious
   issues – not uncommon.
 * Thanks for your help, look forward to the new version.
 * Best,
    Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] [Plugin: Post Expirator] Custom Post Type Support](https://wordpress.org/support/topic/plugin-post-expirator-custom-post-type-support/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-post-expirator-custom-post-type-support/#post-1662175)
 * Hi oneprcnt,
 * I am mental busy at present, this is not something I would be able to help with
   🙁
 * Sorry Bud,
    Best, Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Photo Fetcher] [Plugin: Facebook Photo Fetcher] WP3](https://wordpress.org/support/topic/plugin-facebook-photo-fetcher-wp3/)
 *  Thread Starter [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-photo-fetcher-wp3/#post-1715036)
 * Hi Justin,
 * Thanks, I solved my issues and able to happily stream my photos now.
 * Thanks on your hard work in making this plugin.
 * Best,
    Matt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] How to stop sp cache fram cashing our forum page](https://wordpress.org/support/topic/plugin-wp-super-cache-how-to-stop-sp-cache-fram-cashing-our-forum-page/)
 *  [wearebase](https://wordpress.org/support/users/wearebase/)
 * (@wearebase)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-how-to-stop-sp-cache-fram-cashing-our-forum-page/#post-1739958)
 * Hi,
 * Sorry if this seems a silly question, but I am having the same issue.
 * I have a plugin I wrote which swaps the css for an accessibility friendly version
   but the page reloads with the cached version of the site so the wrong css.
 * It swaps the css with the code below:
 *     ```
       <?php if ($_COOKIE["style"] == "on" ) {
       	accessible style sheet
       	} else {
               normal style sheet
       } ?>
       ```
   
 * I know i need to add an argument to say dont load cached content if this cookie
   is set, in this instance where do I define the constant? and how?
 * Thanks for your help,
 * Best,
    Matt

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/wearebase/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wearebase/replies/page/2/?output_format=md)