Title: converting2wp's Replies | WordPress.org

---

# converting2wp

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/converting2wp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/converting2wp/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/converting2wp/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/converting2wp/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/converting2wp/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/converting2wp/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] How to top align footer sections](https://wordpress.org/support/topic/how-to-top-align-footer-sections/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/how-to-top-align-footer-sections/#post-11490429)
 * Thanks, Vishakha – that worked just fine.
    -  This reply was modified 7 years, 1 month ago by [converting2wp](https://wordpress.org/support/users/converting2wp/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] How to top align footer sections](https://wordpress.org/support/topic/how-to-top-align-footer-sections/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/how-to-top-align-footer-sections/#post-11459987)
 * I’m guessing that the difficulty comes from this piece of CSS
 *     ```
       .footer--row .footer--row-inner, .footer--row .footer--row-inner .container .row {
           display: flex;
           align-items: center;
       }
       ```
   
 * But I can’t see how to change the cascade to get align-items to be “flex-start”
   or “baseline”.
 * Any advice?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] No rules were updated.](https://wordpress.org/support/topic/no-rules-were-updated/)
 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/no-rules-were-updated/#post-11358008)
 * Same issue here – a message at the top of each page of the Dashboard saying
 * ———-The last rules update for the Wordfence Web Application Firewall was unsuccessful.
   The last successful update check was March 7, 2019 5:34 pm, so this site may 
   be missing new rules added since then. You may wait for the next automatic attempt
   at March 29, 2019 12:30 pm or try to Manually Update by clicking the “Manually
   Refresh Rules” button below the Rules list.———-
 * When I try to do Manually Refresh Rules (in WordFence > Firewall > Manage Firewall
   > Advanced Options) I get the message
 * ———No rules were updated. Please verify you have permissions to write to the /
   wp-content/wflogs directory.———
 * rules.php has a March 7 timestamp and 644 permissions. wflogs is 755.
 * Other files in wflogs are 600 except for GeoLite2-Country.mmdb which is also 
   644 and dated 2/18/19.
 * I tried deactivating/reactivating WordFence, but the problem persists.
 * WordPress 5.1.1, WordFence 7.2.3, GeoIP 1549377384
 * Other Diagnostics output looks ok to my untrained eye.
 * Running on Dreamhost.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Need example of using parent](https://wordpress.org/support/topic/need-example-of-using-parent/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years ago](https://wordpress.org/support/topic/need-example-of-using-parent/#post-6167008)
 * Tried this and it looks like what I was missing was the
    `type="page"`
 * Given a structure
 * Page1
    - Child1
    - Child2
 * If I put your loop on Page 1, I get both children listed. But if I delete the
   type parameter, only one of the Children is listed (even after updating to 2.2.6).
 * With 2.2.6, your first loop example with include=”children” is working fine to
   display grandchildren and great-grand-children of the original page.
 * Thanks for the help and for the awesome plugin in general!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] Need example of using parent](https://wordpress.org/support/topic/need-example-of-using-parent/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years ago](https://wordpress.org/support/topic/need-example-of-using-parent/#post-6166990)
 * I’m getting around this using the [Child Pages Shortcode](https://wordpress.org/plugins/child-pages-shortcode/)
   plugin, but if there’s a way to do it with custom content shortcode, I’d appreciate
   hearing about it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to protect a specific URL from redirect_canonical?](https://wordpress.org/support/topic/how-to-protect-a-specific-url-from-redirect_canonical/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years ago](https://wordpress.org/support/topic/how-to-protect-a-specific-url-from-redirect_canonical/#post-6146124)
 * Got an answer to this from the folks at Dreamhost. The .htaccess code at
 * [http://wiki.dreamhost.com/Making_stats_accessible_with_htaccess](http://wiki.dreamhost.com/Making_stats_accessible_with_htaccess)
 * added to the .htaccess in the home directory worked to protect the folder name
   from WordPress rewriting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delightful Downloads] 404 when trying to download restricted file](https://wordpress.org/support/topic/404-when-trying-to-download-restricted-file/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/404-when-trying-to-download-restricted-file/#post-5570277)
 * You’re right – both of those were set.
 * “Open in browser” is a requirement and if that conflicts with “folder protection”
   I guess I need to rethink things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Manager] Short code for post link?](https://wordpress.org/support/topic/short-code-for-post-link/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/short-code-for-post-link/#post-5561297)
 * Updated to 2.7.7
 * wpdm_hotlink is now working (wasn’t recognized as a shortcode before).
 * But there doesn’t seem to be any change in the behavior of wpdm_direct_link so
   your workaround is still needed. The hotlink shortcode is what I want (and your“
   disable resumbable download in the other thread has fixed the file corruption
   problem).
 * So I have what I need for a fairly simple application — but warning others.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Manager] Short code for post link?](https://wordpress.org/support/topic/short-code-for-post-link/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/short-code-for-post-link/#post-5561025)
 * PS: I was only looking whether the file would appear to download. It is a PDF
   and I needed the fix from
 * [https://wordpress.org/support/topic/file-corruption](https://wordpress.org/support/topic/file-corruption)
 * to actually have a downloaded file I could use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar page showing in category widget](https://wordpress.org/support/topic/calendar-page-showing-in-category-widget/)
 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/calendar-page-showing-in-category-widget/#post-3431173)
 * Just a note that I can’t reproduce my problem on a clean install of WordPress
   3.5.1 with only Ai1EC v 1.9.5-Standard. So sorry for the digression.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar page showing in category widget](https://wordpress.org/support/topic/calendar-page-showing-in-category-widget/)
 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/calendar-page-showing-in-category-widget/#post-3431172)
 * Do you mean that when you use the Category Widget (standard WordPress) as a way
   to give users access to your posts by category, the Event Categories also show
   up in that list?
 * That’s the problem I’m having — and while clicking on the links for the *post*
   categories takes me, as expected, to the Archive pages for those categories, 
   clicking on an *event* category takes me to a page of the form
 * [http://mydomain.com/?cat=20](http://mydomain.com/?cat=20)
 * which gives a “page not found”. I’ll start a new thread if that isn’t your problem,
   but thought I’d try to clarify.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Using www prefix with a subdomain setup](https://wordpress.org/support/topic/using-www-prefix-with-a-subdomain-setup/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/using-www-prefix-with-a-subdomain-setup/#post-3347543)
 * <Sorry this is completely off topic>
    Just a quick update. “www” on subdomains
   is not uncommon — see any mysite.wordpress.com: the [http://www.mysite.wordpress.com](http://www.mysite.wordpress.com)
   works just fine. And on Dreamhost, the default is to have [http://www.sub.domain.com](http://www.sub.domain.com)
   go to sub.domain.com — I can’t actually see how to make it do something else.
 * But to add insult to injury (sorry for whining here) the organization that created
   all those sites where adding the “www” prefix just gives “site not found” released
   their own new site last week. On that if you *drop* the “www” you get to a static
   page that says “click here to go to the [http://www.mysyite.org”](http://www.mysyite.org”).
   After a week, I’m beginning to add the “www” *every, single, time* I visit the
   site. But still….
    </Sorry>
 * So if no one here has a link to a good way to set up the multisite systems that
   use subdomains so they can use the www prefix, too (a DNS recipe in a WordPress
   context, if you will) that’s fine. I’ve changed this to “not a support question”.
   It’s okay to close it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to Remove the Theme info at bottom?](https://wordpress.org/support/topic/how-to-remove-the-theme-info-at-bottom/)
 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-the-theme-info-at-bottom/#post-3505283)
 * And if you haven’t gotten a reply in the forum [Esmi suggested](http://wordpress.org/support/topic/how-do-i-remove-info-at-the-bottom-of-my-page?replies=2),
   since you are using Responsive which has lots of configurable options, you can
   skip all of the above.
    1. Just go to Appearance > Theme Options
    2. Click “Custom CSS Styles” to open the edit box for them.
    3. Enter
    4.     ```
           .powered {
               display:none;
           }
           ```
       
    5. into the box
    6. “Save Options”, and you’re done.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to Remove the Theme info at bottom?](https://wordpress.org/support/topic/how-to-remove-the-theme-info-at-bottom/)
 *  [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-the-theme-info-at-bottom/#post-3505282)
 * You’ll need to know how to change files on the server. If you have a local copy
   of WordPress that you uploaded, follow the instructions below and then upload(
   via FTP) the files to the server. If you know how to edit the files on the live
   site, you can make these changes there.
 * 1. In wp-content/themes, create a new folder named responsive-child.
    2. In that
   new folder create a file called style.css, 3. Put the following code into style.
   css:
 *     ```
       /*
       Theme Name:     Responsive Child
       Theme URI:      http://example.com/
       Description:    Child theme for the Responsive
       Author:         Your name here
       Author URI:     http://example.com/about/
       Template:       responsive
       Version:        0.1.0
       */
   
       @import url("../responsive/style.css");
   
       .powered {
           display:none;
       }
       ```
   
 * 4. If you are working locally, upload the style.css (and its containing foler)
   to the server.
    5. In the WordPress Admin, go to Appearance > Themes. There should
   be a new option “Responsive Child”. Select that and activate it. 6. The footer
   on the right should be gone.
 * See the Codex article on [Child Themes](http://codex.wordpress.org/Child_Themes)
   for more information about making changes to a theme you’ve downloaded. This 
   is an important feature of WordPress that lets you take advantage of updates 
   from the theme author, but preserve your customizations.
 * Indeed, you can make more extensive changes (like changing that text the above
   solution just hides to something else more appropriate for your site). To do 
   that you need to find the file in the theme that you need to change (in this 
   case it is footer.php), make a copy of the theme’s version of the file in your
   child theme directory, make the changes and publish.
 * Best wishes.
 * PS: You may wish to add a Credits page to your site where you can acknowledge
   the work of the theme author.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Full screen editing with formatting buttons](https://wordpress.org/support/topic/full-screen-editing-with-formatting-buttons/)
 *  Thread Starter [converting2wp](https://wordpress.org/support/users/converting2wp/)
 * (@converting2wp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/full-screen-editing-with-formatting-buttons/#post-2948468)
 * Does the “micro plugin” referenced in [http://core.trac.wordpress.org/ticket/20237](http://core.trac.wordpress.org/ticket/20237)
   work in 3.5/3.5.1?

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

1 [2](https://wordpress.org/support/users/converting2wp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/converting2wp/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/converting2wp/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/converting2wp/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/converting2wp/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/converting2wp/replies/page/2/?output_format=md)