Forum Replies Created
-
AuthorReplies
-
canuck
ParticipantBy the way, the site on which I need this is http://geoworldoutdoors.com
canuck
ParticipantNot sure if anyone is out there. I would like a landing page similar to http://tightloopsfly.com/ where the user either clicks on Kickstarter to go to the campaign, or Continue to Site to get to the site. Social media and related links at the bottom would be nice.
Is this possible? Guidance would be appreciated. Need this ASAP, thanks.
canuck
ParticipantWell who knows, but it just started working. Weird.
canuck
ParticipantOk, thanks, pretty much what I thought.
canuck
ParticipantWorked like a charm. Thanks.
canuck
ParticipantHi Jason,
In an effort to get this link
http://s1057417.instanturl.net/haleyrehab.ca/category/staff/
to display in grid mode (due to the size of the pictures), I used the following code in my functions.php
function my_template_parts( $parts ) { $parts['archive'] = 'grid'; return $parts; } add_filter( 'themeblvd_template_parts', 'my_template_parts' );
While this worked fine for the “staff” archive, it made all archives “grid”, whereas I only want “staff” to be in grid.
I’ve since removed the code above, and now grid view is no longer on http://s1057417.instanturl.net/haleyrehab.ca/category/staff/ (I want the page at that link to look like this: http://s1057417.instanturl.net/haleyrehab.ca/staff/).
It this possible to make the staff archive render in grid format but not any other archive?
canuck
ParticipantIf the above is not possible, what do you suggest as the best way to display the staff grid page and the pages themselves? I think they should be pages (vs. posts), which would help fix this issue, but there is no easy way to display the photos in a grid format or underlying format easily. Any suggestions are appreciated.
canuck
ParticipantSorry, scratch the links above and please use these.
On page http://s1057417.instanturl.net/haleyrehab.ca/techniques/, the page is displayed in a post_list format (good).
However, if I click on the “Techniques” category on this page under one of the title, I am taken to http://s1057417.instanturl.net/haleyrehab.ca/category/techniques/, which is in post_grid format.
I would like the second page to also show up in post_list format. How do I change this?
Second, on page http://s1057417.instanturl.net/haleyrehab.ca/staff/, this is in post_grid format, which I want to keep, along with the category view, http://s1057417.instanturl.net/haleyrehab.ca/category/staff/.
in other words, can I have one post category show up in post_grid for both the regular and category view, while having another category show up in post_list view?
canuck
ParticipantWorked like a charm. Love the support with this theme – keep up the great work!
canuck
ParticipantLooks better, thank you.
canuck
ParticipantI set the width to full and put the code above in the style.css of the child theme, but things seem to behave the same. Perhaps I am missing something?
canuck
ParticipantIf you go to
http://s1057417.instanturl.net/haleyrehab.ca/about/practitioners/
on your computer, you will see the grid, showing a single entry. Click on the entry, and the underlying page is shown.
However, the text wraps around the image with unpredictable results for a given browser size.
If I set the image to do full width, it rectifies the wrapping issue, but because the image is a headshot, there is significant whitespace in the image.
Do you have any suggestions as for how to best show the image.
canuck
ParticipantPerfect, thank you.
canuck
ParticipantScratch that. The menu locations were not yet set. Once I set them, things were fine.
canuck
ParticipantSmall update to the question. While adding the class in the parent theme works great, the same class in an unaltered child theme no longer shows the star. Is there something else I need to do for this?
-
AuthorReplies