Title: Pascalvd's Replies | WordPress.org

---

# Pascalvd

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Include archive page in CPT breadcrumbs](https://wordpress.org/support/topic/include-archive-page-in-cpt-breadcrumbs/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/include-archive-page-in-cpt-breadcrumbs/#post-13974613)
 * [@priscillamc](https://wordpress.org/support/users/priscillamc/) thanks a lot
   for that! I’ve managed to fix it using the provided example.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Include archive page in CPT breadcrumbs](https://wordpress.org/support/topic/include-archive-page-in-cpt-breadcrumbs/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/include-archive-page-in-cpt-breadcrumbs/#post-13966141)
 * Hi,
 * First of all, thanks for your response.
 * 1. We’re currently running v15.7 which is the latest version. Unfortunately this
   does not resolve the issue.
 * 2. All other plug-ins and themes are updated as well.
 * 3. We’re running WordPress 5.6.
 * 4. The CPT is built through the functions.php file. I’ve made sure to set has_archive
   to true. Please find the arguments that are used to create the CPT below:
 *     ```
              'label'               => __( 'reviews'),
               'description'         => __( 'Reviews' ),
       	'taxonomies'		  => array('post_tag'),
               'labels'              => $labels,
               'supports'            => array( 'title', 'editor', 'excerpt', 'author', 
               'thumbnail', 'comments', 'page-attributes', 'revisions', 'custom-fields' ), 
               'hierarchical'        => false,
               'public'              => true,
       	'has_archive'		  => true,
               'show_ui'             => true,
               'show_in_menu'        => true,
       	'show_in_rest'		  => true,
               'show_in_nav_menus'   => true,
               'show_in_admin_bar'   => true,
               'menu_position'       => 6,
               'can_export'          => true,
               'exclude_from_search' => false,
               'publicly_queryable'  => true,
               'capability_type'     => 'post',
       	'query_var'			  => true
       ```
   
 * 5. [This link](https://www.fit-tips.nl/reviews/) directs you to the archive page,
   and [this link](https://www.fit-tips.nl/reviews/fitchef-family/) directs you 
   to an example of a custom post type page.
 * Thanks in advance!
    -  This reply was modified 5 years, 4 months ago by [Pascalvd](https://wordpress.org/support/users/pascalvd/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] Insert after/before element with specific class](https://wordpress.org/support/topic/insert-after-before-element-with-specific-class/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/insert-after-before-element-with-specific-class/#post-13354316)
 * Hi Steven,
 * Thanks for your reply. The problem is that I’m also dynamically inserting ads
   within the content, which are also being inserted before the first heading (just
   like the ToC). However, I want the ad to appear below the ToC, but instead it
   was being inserted before the ToC.
 * I was thinking of adding a functionality so people can enter a class name and
   indicate if the ToC should be inserted before or after the element with that 
   specific class. In my case that would be the class I have assigned to my ad container.
 * However, this functionality is no longer needed by me, because I figured I could
   achieve what I wanted by adjusting the priority of my ad insertion filter. I’m
   not sure if this feature is something other people would be interested in.
 * Anyway, thanks for the reply once again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] Last item jumps to footer](https://wordpress.org/support/topic/last-item-jumps-to-footer/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/last-item-jumps-to-footer/#post-13321050)
 * Hi Steven. Thanks for your reply, makes sense.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Filter by active term](https://wordpress.org/support/topic/filter-by-active-term/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/filter-by-active-term/#post-12816024)
 * Thanks a lot [@hcabrera](https://wordpress.org/support/users/hcabrera/). I figured
   I could use get_post_type(). The code is working perfectly. 😄
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Image Map Plugin - Draw Attention] Seperate hotspots in 1 clickable area](https://wordpress.org/support/topic/seperate-hotspots-in-1-clickable-area/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/seperate-hotspots-in-1-clickable-area/#post-6482143)
 * I discovered that if I turn of the border and align the points correctly the 
   bridge between the two legs won’t show up, so for now my problem is resolved!
   But perhaps you could incorporate this feature in a future update. Anyway thanks
   a lot for the plug-in it’s awesome! Definitely leaving a 5 star review.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Adding a menu in the footer](https://wordpress.org/support/topic/adding-a-menu-in-the-footer/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years ago](https://wordpress.org/support/topic/adding-a-menu-in-the-footer/#post-6170325)
 * Hello Hardeep,
 * Sorry for the late reply! I have rebuilt the entire footer so your assistence
   is no longer needed. Thanks for your time!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Add image in Ribbon](https://wordpress.org/support/topic/add-image-in-ribbon/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years ago](https://wordpress.org/support/topic/add-image-in-ribbon/#post-6163455)
 * Never mind, I have worked around it. Thanks anyway!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Add image in Ribbon](https://wordpress.org/support/topic/add-image-in-ribbon/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years ago](https://wordpress.org/support/topic/add-image-in-ribbon/#post-6163377)
 * [http://postimg.org/image/a2d8u9uat/](http://postimg.org/image/a2d8u9uat/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Add image in Ribbon](https://wordpress.org/support/topic/add-image-in-ribbon/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years ago](https://wordpress.org/support/topic/add-image-in-ribbon/#post-6163375)
 * Thank you! I noticed the previous link wasn’t working. Here is working link [.](http://postimg.org/image/a2d8u9uat/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Responsive background image](https://wordpress.org/support/topic/responsive-background-image-3/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-background-image-3/#post-5922761)
 * Okay thank you very much Hardeep. Once again,great theme and great support:)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Responsive background image](https://wordpress.org/support/topic/responsive-background-image-3/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-background-image-3/#post-5922729)
 * Hi Hardeep,
 * I already figured it myself although, I used “../../sections/big_title.php” instead
   of the get_stylesheet change. Does this make any difference? Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Responsive background image](https://wordpress.org/support/topic/responsive-background-image-3/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-background-image-3/#post-5922659)
 * Master slider wasn’t working with the Zerif Lite theme. Instead I am now using
   Easing Slider. The only problem is that I am using a child theme. When I create
   a big_title.php file for the child theme and paste the code it does not work.
   It only works when I paste the code in the parent theme’s big_title.php file.
   How can I fix this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Responsive background image](https://wordpress.org/support/topic/responsive-background-image-3/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-background-image-3/#post-5922656)
 * I have noticed that you’ve recommended to use Master Slider. I would like to 
   use a full width slider with Master Slider instead of the big title, just like
   they have done in this example:
    [Master Slider Full Width](http://www.masterslider.com/wordpress/free/templates/fullwidth-slider/?utm_source=mslite&utm_medium=lite&utm_content=free_demo&utm_campaign=masterslider)
 * I can’t seem to insert the Master Slider code. Should I put it in the big_title.
   php or in the front-page.php? And where should the code go?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Responsive background image](https://wordpress.org/support/topic/responsive-background-image-3/)
 *  Thread Starter [Pascalvd](https://wordpress.org/support/users/pascalvd/)
 * (@pascalvd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-background-image-3/#post-5922654)
 * Hi,
 * Actually, I am using the Zerif Lite theme :). My website is [http://www.fit-tips.nl](http://www.fit-tips.nl)
   although it currently is in maintenance. The slider in the link in my post is
   an example of what I want the big title section to look like. The slider on that
   website is fully visible and adjusts the width and height so the entire image
   remains visible no matter the browser size.
 * Basically I would like it to use a responsive image instead of the default background
   image. I would like it to show the entire image no matter what the browser size
   is. Right now the lower part of the image is not visible on a higher resolution,
   although it becomes visible once the browser is resized to a smaller size. I 
   hope my explanation is clear :).
 * EDIT—————————————————–
 * Another way to put it, is that I would like to use a full width responsive slider
   instead of the big title.
 * Thank you!

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

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