Pascalvd
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Include archive page in CPT breadcrumbs@priscillamc thanks a lot for that! I’ve managed to fix it using the provided example.
Forum: Plugins
In reply to: [Yoast SEO] Include archive page in CPT breadcrumbsHi,
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 directs you to the archive page, and this link directs you to an example of a custom post type page.
Thanks in advance!
- This reply was modified 3 years, 10 months ago by Pascalvd.
Forum: Plugins
In reply to: [Easy Table of Contents] Insert after/before element with specific classHi 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
In reply to: [Easy Table of Contents] Last item jumps to footerHi Steven. Thanks for your reply, makes sense.
Forum: Plugins
In reply to: [WordPress Popular Posts] Filter by active termThanks a lot @hcabrera. I figured I could use get_post_type(). The code is working perfectly. ??
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
In reply to: [Zerif Lite] Adding a menu in the footerHello 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
In reply to: [Zerif Lite] Add image in RibbonNever mind, I have worked around it. Thanks anyway!
Forum: Themes and Templates
In reply to: [Zerif Lite] Add image in RibbonForum: Themes and Templates
In reply to: [Zerif Lite] Add image in RibbonThank you! I noticed the previous link wasn’t working. Here is working link .
Forum: Themes and Templates
In reply to: [Zerif Lite] Responsive background imageOkay thank you very much Hardeep. Once again,great theme and great support:)
Forum: Themes and Templates
In reply to: [Zerif Lite] Responsive background imageHi 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
In reply to: [Zerif Lite] Responsive background imageMaster 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
In reply to: [Zerif Lite] Responsive background imageI 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 WidthI 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
In reply to: [Zerif Lite] Responsive background imageHi,
Actually, I am using the Zerif Lite theme :). My website is https://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!