Forum Replies Created
-
Author
-
sharmstr
Moderatorworks for me. its a link to a topic on the plugins support page which says to downgrade. basically backing up what I’ve said.
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
ModeratorTalk to your hosting company. They can assist you with check the db.
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 dont know. Its not Kleo causing it so I have no idea. Did you get hacked? Do the posts still exist in the db? Could be any number of things. Perhaps you need to talk to your hosting company.
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
ModeratorThere’s not much I can do if it also doesnt work with the WP 2015 Theme enabled.
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
ModeratorNot sure. Guess you could try adding geodir_is_page(‘search’) to the original function I gave you.
COPY CODEadd_action('kleo_before_content','add_map'); function add_map() { if (geodir_is_page('search') || is_post_type_archive() && in_array(get_post_type(), geodir_get_posttypes())) { echo do_shortcode('[gd_homepage_map width=100% height=600px maptype=roadmap zoom=1 autozoom=true child_collapse=true scrollwheel=false marker_cluster=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
sharmstr
ModeratorDowngrade BP Profile Search. The current version of Kleo doesnt support the latest version of BP Profile Search.
https://wordpress.org/support/topic/dont-know-how-to-show-hidden-profile-field?replies=2
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 set that in Theme Options > Blog > Display Meta Fields
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
ModeratorOn the kleo demo site, the “padding” is actually in the image. But since you dont have that, try this in your quick css
COPY CODE#logo_img { padding-top: 5px; }
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
ModeratorUse this in your child theme and replace the img src
COPY CODEadd_action('kleo_before_content','my_header_image'); function my_header_image() { echo '<img src="http://seventhqueen.com/themes/kleo/wp-content/uploads/2015/02/kleo_demo_pages_01.jpg" />'; }
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 doubt Kleo is the issue here. Temporarily enable the WP 2015 Theme and see if you still have the issue. Let me know.
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
ModeratorIt actually shows posts and pages which is the standard display for the built in WP Author archive page. Kleo doesnt do anything fancy with that. So, what you need to do is google for a way to include your custom post type in the author archive listing.
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
Moderator1 – The carousel is showing posts that you have tagged as ‘featured’. If you dont have any posts with that tag, it wont show it.
2 – If you have set your front page to be a static page, then change the posts page title like you would any other page. If your front page is set to ‘your latest posts’, then you can translate it: https://archived.seventhqueen.com/documentation/kleo#translation
Note: dont confuse ‘translation’ to mean that it has to be in a different language.
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
ModeratorWhat text are you selecting? In a dropdown? A hyperlink? Please provide a link and more details.
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 search before posting. This has been asked and answered several times. As the error indicates, you’ve run out of memory. You need at least 128mb but according to your error, I’d set it to 256mb
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
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’d have to add new metabox for it. Lots of info on that if you google 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
ModeratorWhen you edit the page, click on “allow comments” in the discussion box. If you dont see the discussion box, click on screen options in the upper left and enable 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorTry this in your quick css
COPY CODE#main .main-color h3 a, #main .alternate-color h3 a { color: #00b9f7 !important; }
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
ModeratorNo problem.
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
September 5, 2015 at 15:25 in reply to: The mobile drop down menu in the profile section is not working. #76291sharmstr
ModeratorBP Wall is the issue. If you deactivate it, the site works fine. My second response was “Have you looked for plugin conflicts?” 🙂 I’m sure that’s the reason your avatars weren’t round on your activity page as well.
You have several plugins that need to be updated. k-elements, rev slider and visual composer. I didnt want to do it for you since you’re not running a child theme and I have no way of knowing if you’ve changed core code in those plugins.
Your site is still throwing jquery errors.
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
ModeratorWell, I searched the kleo code and couldn’t find it. So, yes. That’s what I think. Temporarily enable the WP 2015 Theme and see if it still happens. That will tell us quickly if it is or isnt.
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 have that row set to use the Alternate style, so change it there. Theme Options > Style > Alternate
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
ModeratorThere’s no shortcodes there. Its all php code. Your link isnt working.
Looks like it might be coming from woocommerce. Would that make sense for that page?
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
ModeratorThey are from fontello and they are located in /assests/font. https://archived.seventhqueen.com/documentation/kleo#vector-icons
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 turn it on for the page as well since the page existed before you enabled it. Bring up the page in page editor and enable comments.
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🙂 Glad you sorted 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
ModeratorPlease search before asking questions. Its been discussed so many times 🙂
https://archived.seventhqueen.com/forums/topic/is-it-possible-to-change-top-menu-color
https://archived.seventhqueen.com/forums/topic/different-styles-for-top-and-main-menu
https://archived.seventhqueen.com/forums/topic/different-background-color-for-header-main-and-top-menu#post-49493Since we’ve solved your original issue, please open a new topic for additional support. Searching these types of threads with multiple questions is difficult.
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 see a red background with black text which is what you have set in theme options > styling > header
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
ModeratorPersonally, I use this on most of my sites
COPY CODE//Block certain activity types from being added function bp_activity_dont_save( $activity_object ) { $exclude = array( 'updated_profile', 'new_member', 'new_avatar', 'friendship_created', 'joined_group' );
However, those options will still be available in the dropdown filter. If you want those removed from that as well, ask on the bp forum.
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
ModeratorThose settings are for the post only have dont effect anything buddypress related. You’ll have to ask for a solution on the buddypress forums.
Or you can try hiding it with css. Try this in your quick css
COPY CODE.new_blog_post .activity-inner img { display: none !important; }
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
ModeratorTemporarily switch to the WP 2015 Theme and see if it works.
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 have screwed up your vc code. Delete that page, making sure you purge it from the trash and reimport it (assuming you started with a demo page).
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 dont know of any shortcodes for those. Ask on the buddypress forum since its their plugin. Kleo doesnt do any of that processing, it only stylizes the output.
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
ModeratorKleo 3.0.7 should run with VC 4.6.2. 4.6.2 is included in Kleo 3.0.7
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 not a sir.
Your home page and vc are loading fine.
If you’re trying to use the vc front-end editor, dont. Its terrible. I always use the backend editor. 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.September 4, 2015 at 15:08 in reply to: Site problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76200sharmstr
Moderatorawesome!
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
September 4, 2015 at 15:08 in reply to: The mobile drop down menu in the profile section is not working. #76199sharmstr
ModeratorIts not making its way to the site though. Hmmm.
Can you respond with admin credentials and ftp credentials?
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
ModeratorNo problem.
I should say, that if you have a site where people will be on the same page for a long period of time (long articles), you might be fine setting the live notification at every 30 seconds or 1 minute.
Also, there is no “hey this person has been idle for 30 minutes, so they have probably left their browser open and walked away. Maybe we should stop polling for new notifications.” Also no “this person has multiple pages open on our site”
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
ModeratorHere’s the documentation: https://archived.seventhqueen.com/documentation/kleo#menus
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 need to install a plugin. You need to check mega menu for the parent item, then add sub menu items under 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
ModeratorAlso, its important to understand that it spawns a new check for every user that is on your site. So if there 100 people on your site, it will launch 100 notification calls every 20 seconds.
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