Forum Replies Created
-
Author
-
RaduModerator
If you change theme to Twenty Fourteen,Twenty Thirteen or Twenty Twelve you encounter same problem ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 22, 2015 at 17:43 in reply to: Thumbnails Missing from Left thumb Blog Layout on Video and Audio Post Types #43041RaduModeratorHello,
These formats are for video or audio because of this featured image does not appear.
If you want to use that formats you need to add content from media tab below content area ( see screenshot )
Also audio field is located in media tab bottom.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHi,
In the near future we will take into consideration this functionality.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Read this : http://halfelf.org/2012/contact-form-7-and-anti-spam/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt may be a security setting on the server you are hosted.
You can solve this problem by copying the kleo footer.php in kleo-child
And in kleo-child / footer.php after <? Php wp_footer (); ?> Add your script
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIf you want to change this you can translate with wp-admin/tools.php?page=codestyling-localization/codestyling-localization.php
*If you don;t have install this plugin you can install from here : https://wordpress.org/plugins/codestyling-localization/
1. go to woocommerce from list then add new language en_US
2. click rescan button.
3. click edit button (see screenshot)
4. search <b>Product</b> in that search field
5. translate with your preferred text ( Tests )
6. click generate .mo buttonIf you can not handle give me your login.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorMaking those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide a url with that problem ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide a URL and login details ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIn that field is enough space and you can insert all information
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to file /wp-content/themes/sweetdate/members/single/member-header.php line 65
Add your custom content after <b><?php do_action(‘kleo_bp_header_actions’);?></b> ( see screenshot )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorYou can post here the code you are trying to insert ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
That field is show only in category listing.
To show description on product you need to add content to main content area. ( See screenshot )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHi,
In the future it is possible to consider your request about captcha.
Until then you can use one of this plugins. : https://wordpress.org/plugins/search.php?q=captcha
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOn my side, this action works well without errors. ( tested on 2.7 )
What version of sweetdate do you have ?
If you have 2.7 version, try to disable plug-ins that did not come with the theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this css code to Theme Options -> General Settings -> Quick CSS section
COPY CODE.navbar-nav .dropdown-menu li a:hover { color:#3CB5B5 !important; }
If you want change with your preffered color.
We will consider your suggestion
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorRead this : https://archived.seventhqueen.com/documentation/kleo#updates
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorNo, it can not cause a problem paste code in your child theme functions
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorBetter on my side, no more admin-ajax requests.
Posts loaded in approximately 2 seconds.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGo to Theme Options -> Blog -> Disable “Enable Likes by Ajax”
see screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
Take a look here : http://codex.wordpress.org/Login_Trouble
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Read this : http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAdd this code to your sweetdate-child theme functions.php
COPY CODE// Remove admin from the member directory function bpdev_exclude_users($qs=false,$object=false){ $excluded_user='1'; // Id's to remove, separated by comma if($object != 'members' && $object != 'friends')// hide admin to members & friends return $qs; $args=wp_parse_args($qs); if(!empty($args['user_id'])) return $qs; if(!empty($args['exclude'])) $args['exclude'] = $args['exclude'].','.$excluded_user; else $args['exclude'] = $excluded_user; $qs = build_query($args); return $qs; } add_action('bp_ajax_querystring','bpdev_exclude_users',20,2); // once admin is removed, we must recount the members ! function bpfr_hide_get_total_filter($count){ return $count-1; } add_filter('bp_get_total_member_count','bpfr_hide_get_total_filter');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You need to edit this file
wp-content/themes/kleo/lib/plugin-woocommerce/config.php at line 215
Replace products with tests or your preffered text
See screenshot
Let me know if it works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorJust add this class to your preffered button btn-default.
Then put in Quick CSS section this code :
COPY CODE.btn-default:hover {background-color:#FFFFFF !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Just create in your theme folder KELO/Kleo child a file named author.php and there you can build your custom layout.
In this moment Kleo uses archive layout for author. ( archive.php )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Just i added search button to your menu.
I forwarded your problems at a more advanced department.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSorry to say,
Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The “+” from photos was removed.
To align all that posts you need to have title of the post on 2 lines. ( see screenshot ).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorWelcome,
You cannot add button via css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease replace this :
COPY CODE<div class="claim">La prima Social Experience nel mondo dell’Aperitivo!</div>
with
COPY CODE<div class="claim container">La prima Social Experience nel mondo dell’Aperitivo!</div>
the CSS
COPY CODEclaim { font-size: 18px; color: #b10002; height: 22px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou forgot to send me url
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorProvide url.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorInsert this code
COPY CODEbutton.single_add_to_cart_button { background-color: #09a405!important; color: #FFFFFF !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOk,
send me the details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide us FTP details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry this ,add code to Quick CSS from Theme Options ->General Settings
COPY CODEbutton.single_add_to_cart_button { background-color:#FA6C6C !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHigh,
For this you need to edit buttons manually.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
1. For this you need to add this code to Theme Options -> General Settings – Quick CSS
COPY CODEdiv.post-image > a > span > i { display:none; }
2. For all posts must be aligned to meet certain criteria such as:
Name of the posts to be on a line or two (see screenshot)
The number of paragraphs to be the same for all stations (see screenshot)
Use excerpt field to control number of characters
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files. -
AuthorPosts