Forum Replies Created
-
Author
-
sharmstr
ModeratorI know they are releasing an update next week and that they do test new code on the demo site before releasing it. Maybe its new. I’m not sure because I never noticed the hover before. I’ve yet to see them do something on the demo that they do not offer in their theme, so I dont think we need to worry about that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCan you test the fix I came up with? https://archived.seventhqueen.com/forums/topic/shortcodes-not-allowed-in-feature-item
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay. I think I got it working. I dont know how to use this is the child theme to make it upgrade safe, but probably wont be and issue if @abe makes it part of the core. Anyhow, as mentioned before, the issue was with the regular expression. To fix it
– open /plugins/k-elements/shortcodes/templates/kleo_grid.php
– comment out line 44 (verify this is the correct line!!)
– add the new regular expression below itso this
COPY CODE$sh = preg_match_all('~\[kleo_feature_item([^\[\]]*)]([^\[\]]+)\[/kleo_feature_item]~', $content, $childs);
should be this
COPY CODE//$sh = preg_match_all('~\[kleo_feature_item([^\[\]]*)]([^\[\]]+)\[/kleo_feature_item]~', $content, $childs); $sh = preg_match_all('~\[kleo_feature_item([\s\S]*)]\[/kleo_feature_item]~', $content, $childs);
I havent tested all scenarios, but seems to be working without breaking other things. Again, I suck at regular expressions :/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorHmmm. I have a feeling that it was never meant to have that hover effect. It doesn’t work in Firefox and there’s no change in the css when you hover over it like I’d expect to see. The other interesting thing is that the icon changes when you hover over any part of the item block, not just the icon. I’ve combed through all of the css and for the life of me can’t figure this out. I know that if .feature-icon is removed from the class that it no longer changes on a hover. @abe: What kind of voodoo are you doing to make this work?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis is definitely an issue. It was first reported yesterday: https://archived.seventhqueen.com/forums/topic/shortcodes-not-allowed-in-feature-item
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@abe: I’ve dug into this a bit and it appears the preg_match_all statement in kleo_grid.php is not finding any featured items that contain shortcodes. I suck at regular expressions so I haven’t tried fixing it yet. But you can see in the attached screenshot that ‘content’ contains two feature items, but the preg_match only finds one.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThen use the buddypress menu items.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you search this forum, you will see a lot of topics on adding the login | register or user avatar if they are logged in. Not exactly what you asked for. If you dont want the default functionality as explained below, then you’d have to write your code for that or use a plugin.
https://archived.seventhqueen.com/forums/topic/how-to-get-the-profile-picture-in-main-menu
https://archived.seventhqueen.com/forums/topic/login-and-membership
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorlook for placeholder in the code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPs. I donโt think that 1 day delay in response makes it a 1 star rating .. but just my opinion since support is optional.
Especially since its for customization and not for problems with the theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry this instead https://archived.seventhqueen.com/forums/topic/custom-search-form-shortcode
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, I just noticed a styling issue on mobile. The ‘page/post’ view all results background is black. I couldn’t fit all the results into a single screenshot from my phone, so here’s two of them.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou wouldn’t have to do that if you just turn it off in theme options
Theme Options -> Header Options -> Display top bar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator“Not working” doesnt really doesn’t tell me much. What did you try?
If I add something to that page and save it to my child theme it works. See attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorAwesome. Thank you!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI changed mine a long time ago to add the authors avatar so this was an easy one to answer ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, forgot to attache the image for issue 1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
Moderator1 – Still cant recreate your issue. See image.
2 – I know you mentioned grid, but the icons are set using the featured item seetings, not the grid settings. The grid merely holds the icons. There are icons for each featured item, therefore you set them at the item level, not the grid level.
3 – I dont know of any way to do this using Kleo options. You’ll probably have to write custom code for that.
(btw – I’m not part of the kleo team. just a user like you.)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCompare the css generated.
height: 63px;
border-radius: 8px;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
background-color: #fff;Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m doing exactly what you want to do. As the link I sent you says, you need to add ‘kleo-show-login’ to the button style.
You also need to install the updated k-elements plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttp://seventhqueen.com/themes/kleo/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 10, 2014 at 16:21 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #31325sharmstr
ModeratorOkay. Thanks for the update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorits there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorWhoop!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 10, 2014 at 15:43 in reply to: Woocommerce – how to change the "Products" string in the breadcrumb? #31314sharmstr
ModeratorCan you post your solution and mark as resolved?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYep. You need to read this. It contains a fix to make it work.
https://archived.seventhqueen.com/forums/topic/btn-added-to-kleo-button-extra-class-nameHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1: I couldn’t recreate you issue. I thought maybe it was happening because you had the tab container in a small column, but even when I try that I can see a long tab name. Do you have a link where we can see what’s going on? See my test attached
2: See attached image
4: https://archived.seventhqueen.com/forums/topic/footer-columns
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
Moderatorpage-parts/general-before-wrap
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSee I cant even copy it in here because its wrong ๐ Though I just checked and it looks like you’ve fixed it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou dont have properly formatted html markup in your info: Theme Options -> Header Options -> Main menu info
I think you’re just missing a double quote at the end of the phone number (after the ‘4’)
COPY CODE<a href> Telphone
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorplease mark resolved
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re html is screwed up in your info (in the title) so the entire form is hyperlinked.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 10, 2014 at 05:10 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #31237sharmstr
ModeratorThey show up fine on my site and the demo once you click in the box. Perhaps you are using a plugin that changed the css?
I think long ago I saw it happen if the body font was bigger than the default.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMore than likely its a jquery conflict. Its hard to debug a screenshot ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can edit the slider in Revolution Slider.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWorks great on the demo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf want a gallery of images, use the General Theme Options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou need to change the format to image, not gallery.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts probably a caching issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou are the second person today that asked about changing that search form. Maybe the Kleo team will change the shortcode to allow you to pick the context of the search.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts