Forum Replies Created

Viewing 40 posts - 10,561 through 10,600 (of 11,328 total)
  • Author
  • in reply to: Icon – hoover effect #31482
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Feature item + button #31477
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Shortcodes not allowed in feature item? #31475
     sharmstr
    Moderator

    Okay. 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 it

    so 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 solution

    This 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.
    in reply to: Icon – hoover effect #31471
     sharmstr
    Moderator

    Hmmm. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Feature item + button #31470
     sharmstr
    Moderator

    This 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Shortcodes not allowed in feature item? #31468
     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 solution

    This 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.
    in reply to: Login and Membership #31462
     sharmstr
    Moderator

    Then 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Login & Logout Behavior #31443
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31435
     sharmstr
    Moderator

    look 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: featured images and related posts #31431
     sharmstr
    Moderator

    Ps. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31430
     sharmstr
    Moderator

    try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Live Search disable enter key #31419
     sharmstr
    Moderator

    Also, 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 solution

    This 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.
    in reply to: Problem with logo in IE and Firefox #31378
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: What file is used for #main? #31376
     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 solution

    This 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.
    in reply to: [Re] Activity Page sidebar problem. #31374
     sharmstr
    Moderator

    Awesome. Thank you!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Remove Tags from post in masonry grid view #31372
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: designing the home page #31369
     sharmstr
    Moderator

    Sorry, 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 solution

    This 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.
    in reply to: designing the home page #31368
     sharmstr
    Moderator

    1 – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31343
     sharmstr
    Moderator

    Compare 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: change text to slider (homepage default) #31331
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issue reply on a reply in the activity stream #31330
     sharmstr
    Moderator

    http://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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Okay. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: advanced group search #31321
     sharmstr
    Moderator

    its there

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This 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.
    in reply to: Facebook registration / Chrome on IOS #31320
     sharmstr
    Moderator

    Whoop!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: change text to slider (homepage default) #31301
     sharmstr
    Moderator

    Yep. 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-name

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: designing the home page #31290
     sharmstr
    Moderator

    1: 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 solution

    This 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.
    in reply to: What file is used for #main? #31286
     sharmstr
    Moderator

    page-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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Registration Page Looping #31285
     sharmstr
    Moderator

    See 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Registration Page Looping #31284
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Admin Name Error #31281
     sharmstr
    Moderator

    please mark resolved

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Registration Page Looping #31279
     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    They 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: sticky menu not working & drop down menus disappeared #31236
     sharmstr
    Moderator

    More 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: change text to slider (homepage default) #31233
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issue reply on a reply in the activity stream #31225
     sharmstr
    Moderator

    Works 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Featured Image on Blog Page not showing #31216
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Featured Image on Blog Page not showing #31215
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Header Style does not change #31208
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31207
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 10,561 through 10,600 (of 11,328 total)

Log in with your credentials

Forgot your details?