Forum Replies Created
-
AuthorPosts
-
done but didn’t make a difference
August 14, 2019 at 1:42 pm in reply to: How to remove icons from blog that allows to swipe left and right to each one #1127612Didn’t work buddy.
August 13, 2019 at 6:03 pm in reply to: How to remove icons from blog that allows to swipe left and right to each one #1127320August 7, 2019 at 1:59 pm in reply to: I need quick CSS to show custom fields on products, Any takers? #1125536Never mind I reinstalled the old 4.5 version and it works again
August 7, 2019 at 12:00 pm in reply to: I need quick CSS to show custom fields on products, Any takers? #1125471Hi, this code is no longer working with the new update.
Please can someone help.Thank you Guenni007, as always you have proven yourself an indispensable problem solver.
How would you make the live search result the same?
Basically I am trying to pull more information from the post page eg
What do I add to bring certain elements through? Like the review start rating for example please.
Many thanks, Sam
Is there not a way to add to this to bring certain classes forward to fit in?
` $link = apply_filters(‘av_custom_url’, get_permalink($post->ID), $post);
$output .= “<a class =’av_ajax_search_entry {$extra_class}’ href='”.$link.”‘>”;
if ($image !== “” || $iconfont) {
$output .= “<span class=’av_ajax_search_image’ {$iconfont}>”;
$output .= $image;
$output .= “</span>”;
}
$output .= “<span class=’av_ajax_search_content’>”;
$output .= ” <span class=’av_ajax_search_title’>”;
$output .= get_the_title($post->ID);
$output .= ” </span>”;
if ($excerpt !== ”) {
$output .= ” <span class=’ajax_search_excerpt’>”;
$output .= $excerpt;
$output .= ” </span>”;
}
$output .= “</span>”;
$output .= “</a>”;
}
}`- This reply was modified 5 years, 11 months ago by sambo258.
How do I make the search pull certain things from a page? like in the second image above
What ever it was, it broke your theme. this fixes it :) just letting you know buddy.
Hi, Basilis,
I undertstand, I can no locate the CSS script for the ajax search result, could you please advice as to where I would find it.
Many thanks
Not adding for fun, I was just seeing what the issue with the update to 5.0 was.
The update messaged a lot of stuff up, but the “Disable Gutenberg” plug in fixes it all.
Thanks.
Fro some reason browsers this past month have been super caching, when I have a private browser open the changes have been applied. many thanks for your help guys, greatly appreciated
I don’t understand what is happening, I have removed your code but the red div still remain.
Ahh OK,
So why wasn’t this working?
.iconbox .iconbox_content .iconbox_content_title {
border: medium none;
padding: 2px 0 0 0;
position: relative;
margin: 0 0 16px 0;
clear: none;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.45em !important
}Thank you so much for your reply
Any code entered into the child css does not override.
I have provided access
August 22, 2018 at 12:37 pm in reply to: I want the cart ticon to spear in the menu tab with the rest of the navigation. #1000269The feature is already there, if the menu was left the cart appears in the menu, but if it’s centered with the logo above it doesn’t. I can add an icon image link in but I thought you guys would have a better way since it is offered in the theme,
August 16, 2018 at 11:11 am in reply to: I want the cart ticon to spear in the menu tab with the rest of the navigation. #997891it’s pretty simple, I want the cart icon in with the menu/site nav when the logo is center and the menu is below
August 16, 2018 at 11:08 am in reply to: I want the cart ticon to spear in the menu tab with the rest of the navigation. #997889August 15, 2018 at 12:05 pm in reply to: I want the cart ticon to spear in the menu tab with the rest of the navigation. #997518This reply has been marked as private.The cart button, in the menu, Next to Home, About, ect
June 25, 2018 at 10:49 am in reply to: Hi. Changing the font size of Display as centered overlay (overlays the image) #977357Doesn’t work I need it in the tab section
April 3, 2018 at 11:59 am in reply to: I need quick CSS to show custom fields on products, Any takers? #936485That worked fine thanks :)
April 3, 2018 at 11:22 am in reply to: Turn Product Category side bar, into a drop down once parent category is clicked #936469That worked, many thanks
To Align left on category page.
div.wcc_block {
text-align: left;
}This is the first time I have figured something out on my own via inspect element :) I am well chuffed
It’s stupid that we can’t edit the category page
Everything is updated, nothing has changed.
April 2, 2018 at 1:19 pm in reply to: Turn Product Category side bar, into a drop down once parent category is clicked #936061In a drop down fashion or something like that
-
AuthorPosts