Forum Replies Created

Viewing 40 posts - 5,441 through 5,480 (of 20,101 total)
  • Author
  • in reply to: List Icon Issue #173412
     Radu
    Moderator

    Hi,

    I see, just replace this file : wp-content/themes/buddyapp/lib/plugins/ctdl.php

    with this file content: https://pastebin.com/raw/QtDhteDL

    Then go to wp-content/themes/buddyapp-child/functions.php

    and add the next code in it : https://pastebin.com/raw/YnfK07UT

    Then you will be able to click on the tasks icon and you will go to the my-tasks page.

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    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: section with a length of 100% #173411
     Radu
    Moderator
    Not marked as solution
    in reply to: Display one more icon in Member Navigation #173410
     Radu
    Moderator

    You’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 solution
    in reply to: Users can’t see blog posts unless logged in #173409
     Radu
    Moderator

    Hi,

    I’ve noticed the errors referred to jquery is not defined even the jquery it’s on the page then at a closer look I’ve seen the files minimized then I’ve de-activated the plugin to test if it works, then I’ve added those files on the exception list to be excluded.

    Cheers
    R.

    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: 404 on pages that exist #173408
     Radu
    Moderator

    Hi,

    Ok then, meanwhile you can put that question to the pmprpo support forum
    https://wordpress.org/plugins/paid-memberships-pro/

    Cheers
    R.

    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: featured image not showing #173407
     Radu
    Moderator

    Hi,

    Make sure that post haves the post template set standard or image, not link or quote…

    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 solution
    in reply to: Visual composer #173406
     Radu
    Moderator

    Hi,

    Just go to wp-admin -> theme options -> modules and speed -> enable the modules and save.

    Cheers
    R.

    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: edit members page #173404
     Radu
    Moderator

    Hi,

    Follow this article : https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory

    Cheers
    R.

    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: section with a length of 100% #173305
     Radu
    Moderator
    Not marked as solution
    in reply to: Hello #173304
     Radu
    Moderator
    Not marked as solution
    in reply to: KLEO Monetizer not working without buddypress #173288
     Radu
    Moderator
    Hi, Just I've tested and it works even with BuddyPress off, we have in the past a similar issue but now it's fixed, try to delete the plugin and install it again from wp-admin -> appearance -> install plugins Cheers R
    in reply to: SweetDate 3.0 #173286
     Radu
    Moderator

    Hi,

    For the video shortcode that’s the correct shortcode, there it’s an extra [kleo_button_video] tag in front of initial shortcode

    COPY CODE
    
    [kleo_button_video url="https://www.youtube.com/embed/Luyk-hgcfmw" style="alert" size="large" round="radius" icon="film,after"] Motivational Video [/kleo_button_video]
    

    1. The search form that you show me broken isn’t on our demo
    2. REplace this file content : /wp-content/themes/sweetdate/buddypress/common/search/dir-search-form.php
    width content of this one : https://pastebin.com/raw/Rp6X2dsB

    3. The search button will show differitely now after this change and 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 solution
    in reply to: Users can’t see blog posts unless logged in #173284
     Radu
    Moderator

    Hi,

    I have figured out finally….

    I’ve de-activated the “Async JavaScript” plugin and in the Fast Velocity Minify I’ve added the next to exception list

    Now I refresh the blog page multiple times and the posts are displayed.

    If you have any cache on server side purge it!

    https://www.therainbowright.com/blog?test

    Cheers
    R.

    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: Bold font face not working on Chrome #173277
     Radu
    Moderator

    Hi,

    Yes

    Useing the next function you will add the font to head

    COPY CODE
    
    
    add_action('wp_head','Kleo_hook_font');
    
    function Kleo_hook_font() {
    
    $output="<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto+Slab:700' type='text/css' media='all' />";
    
    	echo $output;
    }
    

    Then in child theme/ style.css

    add the css

    COPY CODE
    
    b,strong {
    font-weight: 700 !important;
    }
    

    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 solution
    in reply to: Row Layout – stack order in smartphone view #173276
     Radu
    Moderator

    Hi,

    Just add a custom class for the main row named <b>custom-cols-order</b>

    Then for the first column (left one) add a custom class named <b>float-left-flip</b> and for the second (the right one) add this class name <b>float-right-flip</b>

    Then add the css to wp-admin -> theme options -> General settings -> Quick CSS

    COPY CODE
    
    @media(max-width:991px){
        .custom-cols-order .vc_row {display: grid;}
        .float-left-flip {order: 2 !important;}
        .float-right-flip {order: 1 !important;}
    }
    

    That’s it
    Cheers
    R.

    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: Live Notification #173270
     Radu
    Moderator
    Not marked as solution
    in reply to: List Icon Issue #173269
     Radu
    Moderator

    Hi,

    Done,

    Take a look

    EIT MENU LINK : https://squaretac.com/wp-admin/nav-menus.php?action=edit&menu=60

    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 solution
    in reply to: Display one more icon in Member Navigation #173267
     Radu
    Moderator

    Hi,

    Just add this CSS to wp-admin -> theme options -> general settings- > quick css

    COPY CODE
    
    #buddypress div#item-nav ul li a {
        padding: 15px 15px;
    }
    

    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 solution
    in reply to: activity page #173265
     Radu
    Moderator

    Hi,

    Maybe you will need a plugin like this : https://wordpress.org/plugins/rs-buddypress-activity-refresh/

    To achieve that

    Cheers
    R.

    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: 404 on pages that exist #173261
     Radu
    Moderator

    Hi,

    Those are not errors and seems to have nothing to do with your problem, in this case, we have to check the direct server error.log file

    See here how you can check for server errors: http://www.inmotionhosting.com/support/website/stats-logging/how-to-view-cpanel-error-logs

    So find the error.log file then access the pmpro URL that generates the 404 error.

    Cheers
    R.

    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: SQ Monetizer Error When Buddypress is Deactivated #173260
     Radu
    Moderator

    Hi,

    Just I’ve tested and it works, did you have tried to delete and to re-install the plugin ? in the past this kind of issue was fixed.

    Did you see any error? If the problem persists enable wp_debug I will paste below the procedure.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE

    <pre class=””>define( ‘WP_DEBUG’, true );

    •   After this line add this:

    <pre class=””>define( ‘WP_DEBUG_LOG’, true );

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: How make the product tabs to be horizontal #173258
     Radu
    Moderator

    Hi,

    In my previous posts, i’ve mentioned the file that generates the tabs as those are!

    To make them horizontal you will have to perform some changes and I’ve given you the file path to copy it and perform your changes.

    Yes, I confirm, you should custom coding to make tabs from vertically to horizontally, for the moment there is no quick solution for that

    Cheers
    R.

    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: Replicating Directory Page To Other Categories #173257
     Radu
    Moderator
    Not marked as solution
    in reply to: Woocommerce product loop styling #172980
     Radu
    Moderator

    Hi,

    Using the next css you will be able to choose equal height for the product title area

    COPY CODE
    
    @media(min-width:991px){
    .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {min-height:110px;}
    }
    

    To have all products at line also the images should have the same ratio, play with the 110px value and set as you need.

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Cheers
    R.

    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: WooCommerce styling question #172979
     Radu
    Moderator

    Ok
    Cheers
    R.

    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: 404 on pages that exist #172977
     Radu
    Moderator

    Make sure to enable wp_debug and leave it like that.

    I will add below the debug procedure after a pmpro 404 error check the debug.log if appears something related to that, also it’s recommended to check also the error.log from the hosting server, maybe it will give some hints in this direction

    Please update to the latest version the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: 404 on pages that exist #172976
     Radu
    Moderator

    Hi,

    In this case, just duplicate your install to a staging hosting and test there if using default wp theme you encounter the same issue 404 on pmpro pages sometimes.

    Test it on the staging 1-2 days with kleo them de-activated to see if you encounter the same.

    Cheers
    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 solution
    in reply to: Bootstrap 4 #172975
     Radu
    Moderator

    Hi,

    Kleo uses Bootstrap 3 Version, There is no 4.0 version for that but anyway the framework seems to the same thing in both versions

    Cheers
    R.

    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: Replicating Directory Page To Other Categories #172974
     Radu
    Moderator
    Not marked as solution
    in reply to: Form increasing in size after refreshing page #172973
     Radu
    Moderator
    Not marked as solution
    in reply to: Transparent menu – top menu not hiding when scroled #172971
     Radu
    Moderator

    Hi,

    There it’s a custom css that prevents the page to behave as it should

    It’s needed to remove “postion:fixed;” from the .kleo-navbar-fixed.navbar-transparent #header {} selector, so look in quick css area for that or in child theme/style.css and remove that.

    Cheers
    R.

    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: how to disable “updates.seventhqueen.com” #172970
     Radu
    Moderator

    Hi,

    I see

    There are the resources from the redux theme options panel

    Those are the files : wp-content/themes/kleo/kleo-framework/options/inc/fields/ace_editor/field_ace_editor.php

    AND
    /wp-content/themes/kleo/kleo-framework/options/core/enqueue.php LINE 85
    —-
    /wp-content/themes/kleo/kleo-framework/options/core/enqueue.php LINE 223

    comment the lines, see the screenshot

    Cheers
    R

    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,
    YES!

    So the code should look like this and it should works, just play with the font size

    COPY CODE
    
    
    /*------Specific style for IE11---------*/
     _:-ms-fullscreen, :root 
     #buddypress div#item-nav ul li a:before
    { 
      font-size:27px !important; 
    }
    
    /*------END Specific style for IE11---------*/
    
    

    Cheers
    R.

    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: Bold font face not working on Chrome #172967
     Radu
    Moderator

    Hi,

    I’m using also mac and chrome but, there it’s an odd thing, sometimes the bold isn’t treated as bold just like regular.
    Now it looks as it should.

    I recommend you to set for H5 heading the Roboto Slab and on Font Weight and Style choose bold 700

    In this way, you will load two styles one regular and one bold and this should solve the issue.

    Cheers
    R.

    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: EventOn Ticket RSVPs not working #172966
     Radu
    Moderator

    Hi,

    I see that, try to deactivate all plugins except woocommerce and the addon then check again, if it’s the same this can be caused by moving js resources to the footer, so try to leave those in the initial place.

    NOTICE: Now I’ve seen, the map in the bottom of the page, until to add the map the menu works right?

    Cheers
    R.

    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: How make the product tabs to be horizontal #172965
     Radu
    Moderator

    Hi,

    I’ve told you what file generates the tabs and how you can overwrite in child theme,

    You will have to do the modifications yourself since it requires dedicated time to makes the tabs horizontal instead of vertical.

    Cheers
    R.

    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: SweetDate isn't displaying edits or plugins on my website #172871
     Radu
    Moderator
    Not marked as solution
    in reply to: Row Layout – stack order in smartphone view #172870
     Radu
    Moderator

    Hi,

    Can I view that page to can see exactly your landing page? now it says maintenance

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: responsive #172868
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 5,441 through 5,480 (of 20,101 total)

Log in with your credentials

Forgot your details?