Forum Replies Created
-
AuthorPosts
-
My client is also having this issue. Reported on a Chromebook.
Great. Thanks!
This worked, thanks! One other small issue, in the breadcrumb, the spacing is off between dividers.
“Home / Events /Event name” –> currently reads with ” /”
“Home / Events / Event name” –> should read with ” / ”Is there a way to move the location of the /?
Thanks again!
The permalinks are set at Post Name.
Changing the theme to a default WordPress doesn’t seem relevant because it does not include the curmbtrail in the top right of the page, as the Enfold theme does. Regardless, I tested in 2015 and (as expected) nothing showed up for crumbtrails, since it’s not part of the default theme.
I provided a link to view this above. Are you seeing the issue? This seems to be theme-related.
Just did. Also made sure I was on the latest version of WP. The double “events” category is still appearing.
Hi! Bumping this so it doesn’t get lost in the mix.
Thanks!
August 13, 2015 at 7:44 pm in reply to: Category archive page: change layout to show excerpt #487388Hi Ismael – tackling this issue again. While the page you linked to will modify the look, I still only want the excerpt to appear on the archive pages, rather than the full post. An example would be the Enfold category archive for Science: http://kriesi.at/themes/enfold/category/science/ – but only the first two posts. The third post is too long. I also need the title (i.e. “Archive for category: Science”) to appear.
I’ve imported an old blog with hundreds of pages, so ideally I would like to call the excerpt, rather than go in to each post and add a Read More tag manually. Is it possible to only show an excerpt on the category archives?
Ok.
Thanks, Elliott!May 18, 2015 at 10:56 pm in reply to: Edit caption CSS on Masonry Gallery, or link photos to separate lightboxes #446097Awesome. I’m 99% there… is there a way to turn off the color overlay if a caption is not in place?
May 12, 2015 at 7:21 pm in reply to: Edit caption CSS on Masonry Gallery, or link photos to separate lightboxes #443268Thanks, Andy. The code above didn’t seem to work to make the galleries separate.
Here is a screen shot of what I am looking to do. https://dl.dropboxusercontent.com/u/42820783/masonry-gallery.png. I can accomplish this using Images placed in Grid Rows, but it links all photos together in the same lightbox. I need to separate my lightboxes, which Masonry Gallery allows me to do.
So if I use Masonry Galleries, I just need help with the CSS. When I attempt to put the caption on top of the image on a transparent background, I can’t seem to mimic the style or rollover treatment used on regular images with a caption overlay. The “caption” is entered when I open Masonry Gallery > Edit Gallery, then enter a caption under the photos selected.
I’ve updated the explanation to be more clear on the test page (see private data on original post, above).
Thank you for your help.
Nevermind; my CSS must have been caching. Working now. You can close this… But,
A few notes about this forum:
• I can’t delete my own post (in this case, it would be handy to delete a post)
• When I submit a post, it goes to a blank screen. Some sort of error is happening
• When I search the forum through the search on this site, I rarely find my answer. But if I go to Google and type Kriesi before my keyword search, I often quickly find an answer to what I’m looking for. Perhaps change this forum’s search setting to search all post content, rather than just tags. I’m sure you’d get a lot less repetition that way. ;)Thanks for a great theme.
February 18, 2015 at 4:19 pm in reply to: mobile menu is appearing without clicking the menu link #398223Thank you! It worked.
Great, thank you!
Perfect. Thank you!
— UPDATE Jan 7, 2015 – Just noticing that this css fixed the issue on the search results page, but removed the timestamp on every other page using the Blog Posts tool. How do I apply this code to the search results page only? Tried the following with no luck:
.template-search .page time { display: none !important; }
- This reply was modified 9 years, 10 months ago by kristenangel.
Thanks, Elliott. For the first point – hiding the timestamp on results – we are actually looking to hide the timestamp only on Pages, but still have them display for Posts. So my blog entry will be dated, but the publish date on a page like “About” won’t show the meta. Is this possible?
Ohh… I thought ‘category’ was an example. Got it now! Thank You!
This reply has been marked as private.Thanks, Elliott. It doesn’t seem to be working, though. Can you check?
Thanks, but I’m still seeing the issue to the left side of the viewport.
Thank you!
The code I posted above only shows the first category, but I still need to exclude categories 31 and 37. Thanks.
I figured out how to only show the first category, for those interested, change the $cats section to the following:
$cats = explode(',', $cats); if(!empty($cats)) { $output .= '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; $output .= $cats[0]; $output .= '</span><span class="text-sep text-sep-cat"></span>'; }
Attempting to make this code appear on the other pages, including Single post.
This reply has been marked as private.How do I exclude a category from displaying in the meta list? For example, we have a category called Small Featured and a cat called Large Featured Category IDs are 31 and 37). I’d like to prevent these two category titles from appearing in the meta underneath the title.
Also – the code above made the meta appear on the homepage, but it is still not appearing on the Insights page.
Thanks.November 21, 2014 at 6:51 pm in reply to: comments and timestamp not appearing in Blog Posts #355420That broke the site. Can you check that code?
November 20, 2014 at 10:20 pm in reply to: Contact Forms Disappeared with WP update to 4.0.1 #354506Same here. Contact form and maps are missing.
November 20, 2014 at 8:15 pm in reply to: comments and timestamp not appearing in Blog Posts #354418This reply has been marked as private.November 20, 2014 at 8:11 pm in reply to: comments and timestamp not appearing in Blog Posts #354417Thanks Elliott. I forgot I had that css on the homepage; thanks. I removed it. However the Blog Posts panel still only shows the date (I would like to show author, date and category), and the meta is not appearing on the blog pages.
November 20, 2014 at 6:26 am in reply to: comments and timestamp not appearing in Blog Posts #354126Just to note, I did check my theme options > Blog Layout to ensure that all meta elements were checked to be visible.
-
AuthorPosts