Title: agentbey's Replies | WordPress.org

---

# agentbey

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] MetaSlider](https://wordpress.org/support/topic/metaslider-3/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/metaslider-3/#post-6637534)
 * Solution discovered right after I wrote this.
 * I added this to my Child Theme.
 *     ```
       ul.slides {
           margin: 0;
       }
       ```
   
 * Hope this helps someone in the future. Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Where to insert PHP – CyberChimp Responsive Theme](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/#post-4218955)
 * I will try this out thanks for the input. Really appreciate it.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Where to insert PHP – CyberChimp Responsive Theme](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/#post-4218848)
 * I have a work around using trail and error. Look like right now I have to use
   the front-page option. It’s working. I’ll have to contact the theme developers
   to address this. Thanks for you input it was very helpful.
 * See the results here:
    [http://lovehealth-addiction.com/](http://lovehealth-addiction.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Where to insert PHP – CyberChimp Responsive Theme](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/#post-4218805)
 * Tom,
 * Update I made an adjustment to the theme’s settings: See below.
    Enable Custom
   Front Page [] Overrides the WordPress front page option
 * The slider appears here but I’m didn’t want to use that front page option. I 
   would like to have it appear on the home.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Where to insert PHP – CyberChimp Responsive Theme](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/#post-4218792)
 * Hmmmm. I put <?php echo do_shortcode(“[metaslider id=298]”); ?> this code in 
   that exact spot, refreshed the browser and I don’t see the slider.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Where to insert PHP – CyberChimp Responsive Theme](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/)
 *  Thread Starter [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-insert-php-cyberchimp-responsive-theme/#post-4218760)
 * Correction: [http://lovehealth-addiction.com](http://lovehealth-addiction.com)
 * Wow. That was a quick response. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Change height of header in Twenty Thirteen](https://wordpress.org/support/topic/change-height-of-header-in-twenty-thirteen/)
 *  [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-height-of-header-in-twenty-thirteen/#post-4068617)
 * Alyssa,
 * Did you follow the instructions in the codex located here: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * I have reviewed your CSS and realized you might have missed a few steps. Basically,
   your Child Theme should appear like below. You are not required to copy the complete
   CSS style from the parent theme. Only make customizations in the the area indicated
   as seen below.
 * Take a moment to review the instructions again.
 *     ```
       /*
        Theme Name:     Twenty Thirteen Child
        Theme URI:         http://example.com/twenty-thirteen-child/
        Description:        Twenty Thirteen Child Theme
        Author:               John Doe
        Author URI:         http://example.com
        Template:           twentythirteen
        Version:             1.0.0
       */
   
       /* =Imports styles from the parent theme
       -------------------------------------------------------------- */
       @import url('../twentythirteen/style.css');
   
       /* =Theme customization starts here
       -------------------------------------------------------------- */
       ```
   
 * With that said you need to put a copy of the header.php and custom-header.php
   into your child theme folder. Perhaps you have already. Provided that you be 
   editing these php files.
 * I noticed that <header> is missing from the header.php.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advance WP Query Search Filter] Search results by categories](https://wordpress.org/support/topic/search-results-by-categories/)
 *  [agentbey](https://wordpress.org/support/users/agentbey/)
 * (@agentbey)
 * [13 years ago](https://wordpress.org/support/topic/search-results-by-categories/#post-3840579)
 * When I click on “AddTaxonomy” and then Select Taxonomy there is a dropdown box
   with only “category” as a selection. How do I get a parent category to show up
   in that drop down box?
 * Also, I would like to add a reset button to each form. Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)