Forum Replies Created
-
Author
-
Abe
KeymasterWe delayed it a bit to take care of some features. Will be out in a couple of hours.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 22, 2014 at 14:54 in reply to: Please re-connect your facebook account as we couldn't find your email address. #29173Abe
KeymasterHi guys, do you have the latest theme available?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYes definitely today. We had some minor tweaks and we changed the whole documentation.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @kimmie
Please use a logo of the recommended size. Yours is very big.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWe know the initial estimated time expired and we are sorry but we are preparing a bonus for you, our clients, and we want to finish all the small details 😀
So the update is rescheduled for tomorrow.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterthank @writekelly
we appreciate itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterup
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterToday for sure. 6-7 ours to go.
The current demo will be updated to match the latest version.Change log https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log#post-19544
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterNope, not in 2.0
Probably in 2.1Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterSo you just need to edit that ‘max’:100, to whatever you think it fits
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @TammyWashington
If those are greyed out then it is related to your install. Could be a plugin or you don’t have the permissions. The theme can’t do that to those fields.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou suggestions should be there since we don’t delete any. if you really can’t find them I suggest adding them again. See that there are more then one page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, that happens since the plugin inserts some content in the post content and the share takes all the content.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Have you managed to fix the code and find where the error was?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 18, 2014 at 01:07 in reply to: CONFLICT between the “live notifications” feature and a plugin #28893Abe
KeymasterHi, What is your site to see the error?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWell that comes from the Woocommerce plugin. You should contact them if it interferes with your work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @iamwaterboy
Everything solved?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI don’t know why they have failed. Try uploading them again since it is something related to FTP connection, nothing theme related.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWe introduced this in 2.0. Also allowed you to change the default sidebar from that page edit.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterGreat. I am glad I could help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That won’t work since overriding is only available for page templates.
You can do something like in your child theme functions:add_filter( 'kleo_meta_boxes', 'kleo_my_metaboxes' ); function kleo_my_metaboxes( array $meta_boxes ) { // Start with an underscore to hide fields from custom fields list $prefix = '_kleo_'; $meta_boxes[] = array( 'id' => 'general_settings', 'title' => 'Theme General settings', 'pages' => array( 'custom_post_name' ), // Post type 'context' => 'normal', 'priority' => 'default', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => 'Media', 'desc' => '', 'id' => 'kleomedia', 'type' => 'tab' ), array( 'name' => 'Slider', 'desc' => 'Used when you select the Gallery format. Upload an image or enter an URL.', 'id' => $prefix . 'slider', 'type' => 'file_repeat', 'allow' => 'url' ), array( 'name' => 'Video oEmbed URL', 'desc' => 'Used when you select Video format. Enter a Youtube, Vimeo, Soundcloud, etc URL. See supported services at http://codex.wordpress.org/Embeds.', 'id' => $prefix . 'embed', 'type' => 'oembed', ), array( 'name' => 'Video Self hosted(mp4)', 'desc' => 'Used when you select Video format. Upload your MP4 video file. Setting a self hosted video will ignore Video oEmbed above.', 'id' => $prefix . 'video_mp4', 'type' => 'file', ), array( 'name' => 'Video Self hosted(ogv)', 'desc' => 'Used when you select Video format. Upload your OGV video file.', 'id' => $prefix . 'video_ogv', 'type' => 'file', ), array( 'name' => 'Video Self hosted(webm)', 'desc' => 'Used when you select Video format. Upload your WEBM video file.', 'id' => $prefix . 'video_webm', 'type' => 'file', ), array( 'name' => 'Audio', 'desc' => 'Used when you select Audio format. Upload your audio file', 'id' => $prefix . 'audio', 'type' => 'file', ), array( 'name' => 'Display settings', 'desc' => '', 'id' => 'kleodisplay', 'type' => 'tab' ), array( 'name' => 'Centered text', 'desc' => 'Check to have centered text on this page', 'id' => $prefix . 'centered_text', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Top bar status', 'desc' => 'Enable/disable site top bar', 'id' => $prefix . 'topbar_status', 'type' => 'select', 'options' => array( array('value' => '', 'name' => 'Default'), array('value' => '1', 'name' => 'Visible'), array('value' => '0', 'name' => 'Hidden') ), 'value' => '' ), array( 'name' => 'Hide Header', 'desc' => 'Check to hide whole header area', 'id' => $prefix . 'hide_header', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Hide Footer', 'desc' => 'Check to hide whole footer area', 'id' => $prefix . 'hide_footer', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Hide Socket area', 'desc' => 'Check to hide the area after footer that contains copyright info.', 'id' => $prefix . 'hide_socket', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Custom Logo', 'desc' => 'Use a custom logo for this page only', 'id' => $prefix . 'logo', 'type' => 'file', ), array( 'name' => 'Custom Logo Retina', 'desc' => 'Use a custom retina logo for this page only', 'id' => $prefix . 'logo_retina', 'type' => 'file', ), array( 'name' => 'Transparent Main menu', 'desc' => 'Check to have Main menu background transparent.', 'id' => $prefix . 'transparent_menu', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Title section', 'desc' => '', 'id' => 'kleoheader', 'type' => 'tab' ), array( 'name' => 'Hide the title', 'desc' => 'Check to hide the title when displaying the post/page', 'id' => $prefix . 'title_checkbox', 'type' => 'checkbox', 'value' => '1' ), array( 'name' => 'Breadcrumb', 'desc' => '', 'id' => $prefix . 'hide_breadcrumb', 'type' => 'select', 'options' => array( array('value' => '', 'name' => 'Default'), array('value' => '0', 'name' => 'Visible'), array('value' => '1', 'name' => 'Hidden') ), 'value' => '' ), array( 'name' => 'Hide information', 'desc' => 'Check to hide contact info in title section', 'id' => $prefix . 'hide_info', 'type' => 'checkbox', 'value' => '1' ) ) ); return $meta_boxes; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhaha great @sharmstr
Looks nice from the presentation screensHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @Pixxx
Thanks for your valuable suggestions. Yes we have this in mind to release demos for specific business and other pluin integrations. Until then we are releasing today 2.0 update with more home pages demos and some other great additions.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterFixed it 🙂
Delayed the update until tomorrow. We are doing some changes to the demo and adding more homepages for inspiration.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, we will fix this in the next update. It seems that is a conflict with a rtMedia script.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, you can disable those required plugins info by adding this code in your child theme in functions.php
COPY CODEadd_action('after_setup_theme', 'kleo_my_remove_notice', 14); function kleo_my_remove_notice() { global $kleo_theme; remove_action( 'tgmpa_register', array($kleo_theme,'required_plugins') ); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, You are right. I haven’t notices this until now … Will check it and fix it until the Monday update.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, you added the topic to HTML Sweetdate.
See this existing topic https://archived.seventhqueen.com/forums/topic/recently-active-user-groupsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWE haven’t started on this since we added some other features. Version 2.0 is scheduled for Monday 15th of Sept
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymaster@joelsp Your current video has nothing to do with what you said in the first place….
Your video is about revolution slider on mobile. By default it should be hidden. Have you added a code to show it?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHI, yes you can override each template as in k-elements plugin under the shortcodes/templates/ by copying the desired file in your child theme in a folder named k_elements/ so the testimonials template will look like:
kleo-child/k_elements/kleo_testimonials.php
or a buddypress shortcode:
kleo-child/k_elements/buddypress/kleo_bp_activity_page.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi @sharmstr
Indeed Buddypress ignores those page setings. we will add the required logic in 2.0 so you can manage that from each page editThe update should be out this week.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 12, 2014 at 02:12 in reply to: Facebook Log In Works, But Does Not Refresh/Redirect #28524Abe
Keymaster@trexweb this is a KLEO topic. Try creating a new one in the right place, Sweetdate forum.
And be more specific on the issue you are having. Redirect issue or avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Yes we were able to replicate this and will include the fix in version 2.0 coming this week
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThose should show up in WPML string translation since we have set the theme to notify WPML about them. Try rescanning the theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, We will adjust this to take the icon you set in the menu in our next theme update 2.0.
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, We did some tests and to center the button you should make sure that the layer is center aligned and with an offset.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.Abe
KeymasterMake sure to set the Sex field under Sweetdate – Buddypress. Also make sure that Uomo, Donna are the exact values you set under Users – Profile fields for the sex field
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI would get rid of the rtMedia upload function too since I am sure not every user has that plugin.
Right now we are releasing 2.0 update that comes with some new features like Portfolio and some other improvements.
Starting with next week I will get into this 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterSeriously thinking on adding it as a default KLEO functionality 😉
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts