-
AuthorPosts
-
June 13, 2016 at 3:12 am #647109
I have a few things that aren’t working right on the theme. I set it up on our test site but when we installed it on our actual site some things didn’t work. Josue has been so helpful and his helps did work… is he able to email at all?
1. I need the menu to show in a different colour font when on mobiles. White without the image doesn’t show up.
2. I need the posts to show 95% rather than 100% on category listing. Some seem to but others not. But I want the PAGES to be full width. Just when scrolling through the categories it is messy looking going all the way to the edge.
3. For some reason some of the pages are showing up saying category on the bottom. They are pages, though.
4. The Search seems to not show any images in the results. Is there a way the photo can show up too?Thank you!
June 13, 2016 at 3:36 am #647110Hey Lucille,
1. I noticed that the menu link color is showing up fine but the text in the phone info and social icons are white on white, to fix it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .phone-info { color:#000!important; } .social_bookmarks a[data-av_icon]:before { color:#000!important; } }
2 and 3 i checked a few pages couldn’t find what you mentioned please provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
4. To include the images in search result please refer to the post here https://kriesi.at/support/topic/thumbnails-on-search-results-page/#post-165009
Best regards,
VinayJune 13, 2016 at 3:38 pm #647438I tried the changes for search thumbnail and it isn’t working. Is it something conflicting with what the functionality changes are?
The text colour worked perfectly, thank you!
Ok, 2 and 3… on some of our PAGES that have a parent, they have a category added. I don’t want that on it but the link for those pages really can’t change. I guess if I had to I could change them to a shorter link then add a redirect so people using the old link get redirected… but some have buttons and things people share on their blogs with the link as it is now… see below…
Also, when you use the menu to get to a category, some of those show up as 95% width some are showing up as 100%. I want the pages to show at 100% but any posts to show at 95 or even 90%. Can that be done? See below…
ALSO! The SEARCH (magnifying glass) isn’t even showing on mobiles! How do I change this?
- This reply was modified 8 years, 5 months ago by Lucille.
June 17, 2016 at 3:51 am #649513Hi,
Also, when you use the menu to get to a category, some of those show up as 95% width some are showing up as 100%. I want the pages to show at 100% but any posts to show at 95 or even 90%. Can that be done? See below…
The category page looks broken. Did you modify the archive template files?
ALSO! The SEARCH (magnifying glass) isn’t even showing on mobiles! How do I change this?
The search icon is hidden by default. If you want to enable it on mobile, please follow the instructions here: https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
Best regards,
IsmaelJune 17, 2016 at 4:10 am #649519No we didn’t modify them at all.
I found how to add the magnifying glass.
Are you able to see what I’m asking? Are you able to reply again now? It’s been so many days since I asked.
June 20, 2016 at 5:04 am #650583Hi,
Sorry for the delay. How did you add the color section on top of the archive or category items? I’m referring to the color section with this text:
These are the families who have taken a leap of faith and committed to adopt one or more of our orphaned children most recently.
We are thrilled to have them, and so grateful for this life-saving step to rescue our angels!
Your continued financial support will give them the strength and courage to continue this journey!Best regards,
IsmaelJune 20, 2016 at 5:54 am #650602Ok, it seems to only be on that category and I have no idea where it came from! LOL I put two screenshots though, not sure it is any help. The headers for the categories are just a post. Instead of category headers I have posts that are Q3 ordered to be always 1st.
I also put a couple screenshots with questions on them…
June 21, 2016 at 7:20 pm #651658Hi,
please use different tickets for different questions/issues, otherwise it gets too confusing.
You can use a program like Poedit or Loco Translate to translate/change any text strings.
Best regards,
AndyJune 25, 2016 at 3:05 pm #653357Hey!
Try adding this code to the Quick CSS:
.archive .hr-invisible { display: none; }
And this to child theme functions.php:
add_filter('avf_which_archive_output', function($output) { $output = str_replace('Archive for category: ', '', $output); return $output; });
Cheers!
JosueJune 25, 2016 at 7:20 pm #653398The pink line is gone! :D
The problems still happening are:
1. I added the code to add thumbnails in search and it leaves the space for it, but no image.
2. Is there any way to add space after the categories before the title of the next post in the archives?Thank you, Josue! Literally every time you have helped, it has worked brilliantly! Thank you so much!
June 26, 2016 at 7:10 pm #6536041. To get the image to show there it must be set as a featured image, you can do that manually or with a plugin like this:
https://wordpress.org/plugins/set-all-first-images-as-featured/2. Try this
.archive .post { margin-bottom: 100px; }
July 11, 2016 at 4:16 pm #659395Hi,
We added the plugin to add the image to search but it seems to default to having the image HUGE at the top of the post. Is there anyway to make it so those are not defaulting to that? That they default to not showing in the post? We have thousands of posts that would be an absolute nightmare to go through them all. Thank you for your help.
July 12, 2016 at 3:12 am #659627Hey!
Try adding this code to the Quick CSS:
.big-preview.single-big { display: none; }
Cheers!
JosueJuly 14, 2016 at 1:08 am #660619Ok, so I just ran the first images plugin… some issues it seems to have had… though I’ve just done it to 18,000 pages :'(
It is pulling the first image EVER on a post. So images no longer there… I thought it would pull the first one in the post as in ones there presently. So, a child’s photo has been updated over the years yet the search will be showing the first photo we ever had of the child…
Also, is there a way to take the height measurement out of the search result thumbnail? It is stretching the images and barely ANY of them would be even close to square… so, I need that to only have the width setting. Is this possible?
Thank you!
July 19, 2016 at 10:27 am #662388Hi,
Check it now.
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.