Forum Replies Created

Viewing 40 posts - 15,001 through 15,040 (of 20,101 total)
  • Author
  • in reply to: Edit shortcode #113906
     Radu
    Moderator

    Hi,

    This is the file location /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php
    the function for that shortcode it starts from line 1579

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Popular post #113905
     Radu
    Moderator

    Hi,

    Please provide a screenshot about popular post to can figure out about widget or component are you talking.

    The heart (like) is for articles that can be viewed only on frontend

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: short description in single products #113896
     Radu
    Moderator

    Hi,

    For displaying short description in product page you will have to set this option on Show excerpt on product page from wp-admin -> theme options -> woocommerce.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: >> Memory #113891
     Radu
    Moderator

    Hi,

    Your php memory limit is around 16MB not 512MB,

    https://www.google.ro/search?safe=off&espv=2&q=134217728+bits+to+mb+%3D&oq=134217728+bits+to+mb+%3D

    Try to follow next link and increase PHP memory limit to recommended 128MB and see how it goes. You can contact your hosting and let them know that you need to increase PHP memory_limit directive to 128MB

    http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change background image for woocommerce product? #113882
     Radu
    Moderator

    Hi,

    Most probably via CSS, but to be accurate, please provide me a screenshot that pointing out where you need the BG

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Very slow load times #113879
     Radu
    Moderator

    Hi,

    Please follow this article : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change Forums Title Text Color #113877
     Radu
    Moderator

    Hi,

    Please provide some screenshot that pointing out where you need the text color changes and admin credentials.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: theme update #113876
     Radu
    Moderator

    Good,

    I will mark the topic as resolved

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: page render problem when not logged in #113875
     Radu
    Moderator

    If you delete that all css, backup the css first the page look normal ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Salut,

    Trimite-mi si datele de access FTP sa ma uit mai in detaliu.

    Putem comunica in romana, dar doar prin private replies 😀

    Salut

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: html tags can be viewed by subscribers on forum #113858
     Radu
    Moderator

    Try with important declaration

    COPY CODE
    
    #form-allowed-tags {
    display:none !important;
    }

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Font in top menu bar #113857
     Radu
    Moderator

    If you want to take a look at that font color, please proivde an account.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Icon is not displaying #113856
     Radu
    Moderator

    Hi,

    You will have to put the domain name instead of IP in wp-admin -> settings -> general -> Site Address (URL) and WordPress Address (URL)

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: change “it all start with a DATE” #113855
     Radu
    Moderator

    The sweetdate it recommends you to install paid memberships pro not ultimatememberpro, beside this seetdate themes will recommend you to install Revolution Slider,woocommerce, bbpress and rtMedia

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Login button gray and not useable #113851
     Radu
    Moderator

    Hi,

    I cannot figure out what is showing like this, please ask this on pmpro forums they will know exacly

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Testimonials in random order #113848
     Radu
    Moderator

    Hi,

    Just use the testimonial visual element and add this function to wp-content/themes/kleo-child/functions.php it will show random your testimonials

    COPY CODE
    add_action( 'pre_get_posts', 'kleo_random_order_testimonials' );
    function kleo_random_order_testimonials( $query ) {
        if(isset($query->query['post_type'])) {
            if($query->query['post_type'] == 'kleo-testimonials') {
                $query->set('orderby', 'rand');
            }
        }
    }

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: On the activity page breaks styles #113835
     Radu
    Moderator

    I understand, o you have some custom php snippets in your child theme ?

    Try to see if the issue persists with kleo child theme deactivated.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo Posts Carrousel – bad quality image #113832
     Radu
    Moderator

    Ok

    In this case i will mark the topic as resolved

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: visual composer not working #113831
     Radu
    Moderator

    Hi Rincon,

    Please check now, the problem was caused by this option : wp-admin -> visual composer -> role manager -> Post types -> page was unchecked. now it how it should be checked.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: User menu item order problem #113826
     Radu
    Moderator

    Hi,

    Please look at this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwQkxrYUotV0Ziem8/view

    Follow this method is more reliable and simple.

    You will have to add this ##profile_link## in URL field and this will generate profile url for logged in user, then you will have to know only slug for the component.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    It seems that the notices from the debug.log file doesn’t have to do with your problem,

    Do you have tried to disable plugins except buddypres ? try to test with child theme deactivated.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Installation of Paid Membership PRO FAILED #113818
     Radu
    Moderator

    Hi,

    Please go to wp-admin -> appearance -> install plugins you will see there paid memberships pro or you can search for plugin on wordpress repository.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Admin Top Bar Not Working Correctly #113817
     Radu
    Moderator

    Hi,

    Please try this plugin : https://wordpress.org/plugins/hide-admin-bar-from-non-admins/

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: 500 Internal Server Error #113816
     Radu
    Moderator

    Hi,

    Please go to wpml forum they are more familiarized with the errors from their product : https://wpml.org/?s=%3A+__clone+method+called+on+non-object+in+wpml&search=forum

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Buddypress layout on mobile/small screen. #113813
     Radu
    Moderator

    Hi,

    I think your have a media rule unclosed (see attachment)

    Cheers
    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Webicon is broken and doesn’t show properly #113808
     Radu
    Moderator

    Hi,

    Sorry for the late reply, i see that you have icons on your website, do you have solved your issue ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: @mention #113807
     Radu
    Moderator

    Hi,

    Sorry for the late reply, the file responsible for activity is /wp-content/themes/buddyapp/buddypress/activity/comment.php around line 35 in this div i think

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sidebar in woocommerce #113805
     Radu
    Moderator

    Hi,

    I’ve noted this bug and we will investigate this and we will get back to you.

    Until then try to use a plugin like this : https://www.woothemes.com/woosidebars/

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Cover Photo: Requests over HTTP when using HTTPS #113801
     Radu
    Moderator

    Hi,

    Sorry for the late reply,

    We will have to test this and we will let you know when we fix this.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: responsive or resize a screenshot area? #113800
     Radu
    Moderator

    Hi,

    That’s the normal behaviour because the image are not wide is square like and on larger monitors it will be stretched keeping the photo ratio.

    I suggest you to do a test with an rectangular like photo to see it’s showing ok

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Issue with Infinite scrolling #113799
     Radu
    Moderator

    Hi,

    Sorry for the late reply, please update the theme to latest version 4.0.4 and the afferent plugins, check plugin update status from wp-admin -> appearance -> install plugins

    Let me know if the theme and plugins update will fix your issue

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Testimonials in random order #113700
     Radu
    Moderator

    Hi,

    That is not possible, but you can use Kleo Post visual element from Visual Composer by choosing -> build query -> choose kleo testimonials and order by Random, play with settings of the module.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: On the activity page breaks styles #113692
     Radu
    Moderator

    Hi,

    I think your issue comes from mod_pagespeed by google

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Google webmaster tools error #113691
     Radu
    Moderator

    Hi,

    I’ve tested your homepage here : https://developers.google.com/structured-data/testing-tool/ and it says all good, do you still have the issue ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo Posts Carrousel – bad quality image #113689
     Radu
    Moderator

    Hi,

    Sorry for the late reply, you have solved your issue ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Related Posts showing oldest articles #113685
     Radu
    Moderator

    Hi,

    I see that you have an old kleo version (3.0.8) the theme current version is 4.0.4 i suggest you to update the theme then test again.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: change the input text color #113671
     Radu
    Moderator

    You’re welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Scrolling #113668
     Radu
    Moderator

    Hi.

    1. You can trasnlate any string from theme with loco translate (quicklink to theme translation in loco translate : http://new.lovestorm-people.com/wp-admin/admin.php?name=kleo&type=theme&poedit=languages%2Fthemes%2Fkleo_framework-de_DE.po&page=loco-translate ) search for the strngs that you want to translate then, pres save and that’s all

    see here : http://new.lovestorm-people.com/willkommen/ i’ve translated Leave a reply to Leave a reply – translated.

    2. The issue with the post gallery is caused by lack of some js files that are responsible for that functionality. (see attached photo)

    3. Regarding the GTranslate plugin, i cannot offer you continuous support for a product that is not part of Kleo theme.

    4.You can disable the animations from wp-admin -> theme options -> miscelanous -> Site-Wide Animations* -> Disable on mobile devices only

    NOTE : It was needed to re-upload the theme files because some core theme files where missing, please be careful with these.

    NOTE2 : From my point of view you will need to hire a developer to help you with the maintenance and with implementation of your ideas.

    Are you ok with these ? Can i mark the topic as resolved?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: No title at member page #113649
     Radu
    Moderator

    Hi,

    We are into this issue and we will let you know when this is fixed

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: change the input text color #113644
     Radu
    Moderator

    Hi,

    USe these and play and adapt for your needs

    COPY CODE
    .s2member-pro-paypal-form-div input[type="text"]::-webkit-input-placeholder {color:red;}
    .s2member-pro-paypal-form-div input[type="email"]::-webkit-input-placeholder {color:red;}
    
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
      color: orange !important;
    }
     
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:-moz-placeholder { /* Firefox 18- */
      color: orange !important;
    }
     
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-moz-placeholder { /* Firefox 19+ */
      color: orange !important;
    }
     
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:-ms-input-placeholder { /* IE 10+ */
      color: orange !important;
    }
     
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-ms-input-placeholder { /* Edge */
      color: orange !important;
    }
     
    div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:placeholder-shown { /* Standard one last! */
      color: orange !important;
    }

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 15,001 through 15,040 (of 20,101 total)

Log in with your credentials

Forgot your details?