Forum Replies Created
-
Author
-
shellycs
ParticipantI had to deactivate all the plugins and then VC started to work again. I reactivated the plugins one by one and it is still working. Jetpack has stopped working now and giving me error “Jetpack could not contact WordPress.com: register_http_request_failed. This usually means something is incorrectly configured on your web host.” Since updating to the latest version of Kleo I have also lost any images I had in the side bar and the images on my home page had the URL links disappear as well.
shellycs
ParticipantI have updated with Version 4.7 of Visual Composer and Version 3.0.8 of K-Elements.
shellycs
ParticipantI cleared the cache and still not working. I dont think you will see the menu at the very top because you have to be a logged in member for it to appear.
shellycs
ParticipantHi, my website is http://www.startupmum.com.au. I have two types of membership – free and elite. Once you are a member you get to access a page (which we call members hub) and being an elite member you get access to additional information that you don’t as a free member. Is there a way I can show on this page content only for elite members based on their membership type? So if you are logged in as a free member you wouldn’t see it but if you were an elite member logged in you would.
shellycs
ParticipantThank you. Sorry for that….it was code I got from this forum…I don’t know how to do it myself which is why I didn’t pick up on it. Thank you for your help 🙂
shellycs
ParticipantSorry, I have taken the preview mode off and you should be able to see it at http://www.startupmum.com.au
I have resolved issue 2 regarding updating of child theme but issue 1 I am still having problems with the column 1 footer menu. But I noticed its just the home page that the gap is happening, the other pages the same footer is working fine.
shellycs
ParticipantThank you so much…works perfectly!
I created a new page, used kleo post grid and set it to the category I wanted to show on that page and in the query got it to show all posts. Then I found some code….here’s what I did for anyone else that ever needs to know this:
function exclude_category($query) {
if ( $query->is_home() ) {
$query->set(‘cat’, ‘-66,-71,-70’);
}
return $query;
}
add_filter(‘pre_get_posts’, ‘exclude_category’);?>
Thanks again!!!
shellycs
ParticipantThanks for trying. I cleared the cache then made the comments and social share visable and saved the post. I then went back and made them hidden and saved it and it seems to have worked. I still see the “share this article”divider and little heart with the like but I can live with that 🙂
shellycs
ParticipantWorks perfectly!! You guys are legendary!! The best theme support I have ever dealt with 🙂
shellycs
ParticipantThanks for the quick response. Sorry I am new to doing code…do I put just the image url in between the “” or do I need to stick img src as well? It’s coming up saying “image code here” on the page right now so its almost working 🙂
shellycs
ParticipantYou are awesome! Thank you it worked! Exactly what I was after 🙂
I’m high fiving myself at the moment cause I edited the CSS and removed the heading and excerpt too…not bad for someone that doesnt know much about coding!!
shellycs
ParticipantAhhh….thank you!!! I was looking under styling options in the theme options….I didnt even think about the actual page options. All solved 🙂
-
AuthorPosts