Forum Replies Created
-
Author
-
Radu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 18:33 in reply to: Safari, Opera, Chrome: Register page not dispalying correctly, only first field is displayed #139301Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
In try in browsers that you don;t see changes to empty all browser caches, because live I saw the pink color in header.
@jamie771 Please update the theme we have updated something related to your problemLet me know after you update theme and the afferent plugins if is ok now
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCOPY CODE.kleo-search-form #searchform .input-lg { border-radius: 0; margin: 0 !important; height: 45px !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd also this css
COPY CODE#socket form#searchform, #socket .kleo-search-form #searchform .input-lg { opacity: 1 !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplace with this
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { line-height: 100px; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 18:18 in reply to: Add-On Functionality for Members Profile – Rate/Review other Members? #139294Radu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry with this instead
add_action( ‘init’, ‘remove_product_meta’ );
function remove_product_meta() {
if ( is_product_category(‘my-category’) ) {remove_action(‘woocommerce_single_product_modal_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
}
}Replace my-category with your slug
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you somehow encounter same issue on twenty sixteen wp theme ?
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn wp-admin -> theme options -> general settings -> quick css
Let me know
try also with this
COPY CODEh1.product_title {font-size: 3em !important;line-height: 2em !important;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Do you have insured you that there is no plugin problem ?? by de-activating all plugins excluding buddypress ? Also It's not caused by child theme ? Do you have all updated ? check for updates Cheers R.Radu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 18:02 in reply to: Change the color arruond profile photo and in search area #139286Radu
ModeratorOk,
I see but there are other peoples that read the forum like you that doesn’t have programming knowledge and they understand from what they are read from here it’s a general problem between our theme and accessing wp admin dashboard.
I hope you understand this point of view.
No problem
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSorry but it works, if I’m in partner tab and if I access http://www.prepriemysel.sk/sluzby/#link_tab-1473336293250-4-7 it’s opens Reklama u nás
Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
If you remove those it’s centered ?
Do you have this file in child ? general-header-section.php if yes, try to rename it for deactivating it to can see if it’s caused by that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
If you remove those it’s centered ?
Do you have this file in child ? general-header-section.php if yes, try to rename it for deactivating it to can see if it’s caused by that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe debug.log contains nothing regarding to the import problem.
You have added those to .php.ini on your root installation ?
COPY CODEmax_execution_time = 60 memory_limit = 256M post_max_size = 65M upload_max_filesize = 64MThose have been loaded ? you can verify by creating a file named phpinfo.php and inside it put this
COPY CODE<?php phpinfo(); ?>Then open that page http://yourdomain.com/phpinfo.php and check for the values that you have added in php.ini are the same.
If yes, copy the php.ini file to wp-admin folder
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorhttps://themeforest.net/help/api
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can apply that styles only for mobile or desktop with media query
Media predefinied here : http://stackoverflow.com/a/7354648
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes, in next update you will have that but until then
Replace this file content : /wp-content/themes/kleo/buddypress/groups/groups-loop.php
With this content : http://pastebin.com/raw/NxYe2nnC
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorIt’s working, how it’s not working ?
Change those values and adapt it for your needs
Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That file it contains all styles that you have made in the customizer.
If you have any cache plugin that can be a cause for that view or the user connexion speed or the user browser cache, as how i said i cannot reproduce that view in my installation and also on the demo this is not happens.
If you know exactly the steps that causes the please let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That cannot be aligned because it’s wrapped in a container that generates a padding and margins and use this instead
COPY CODE.checkbox legend {font-size: 2em;color : black;font-weight: bold;margin-left: 10px;padding: 20px 0;list-style-type: circle;display: list-item;}It will differentiates for the values
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I will add this to improvement list and in future we will implement this
We will let you know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this selector
COPY CODEul#menu-megaprimarymenu .caret:after{ color:red !important;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorUse this CSS, it’s applied only to that page if you want to have that style site-wide remove .page-id-8803 from the CSS
COPY CODE.page-id-8803 .kleo-search-form #searchform .input-lg { border-radius: 0; } .page-id-8803 .kleo-search-form { max-width: 500px; }Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The page it’s redirecting to home let me know where i cam see that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2016 at 20:10 in reply to: Safari, Opera, Chrome: Register page not dispalying correctly, only first field is displayed #139153Radu
ModeratorNot marked as solutionRadu
ModeratorProvide page url where i can see that
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts