Forum Replies Created

Viewing 40 posts - 14,881 through 14,920 (of 20,101 total)
  • Author
  • in reply to: Kindly recommend a UPVOTE and DOWNVOTE plugin #114729
     Radu
    Moderator

    Answered you here : https://archived.seventhqueen.com/forums/topic/kindly-recommend-a-upvote-and-downvote-plugin

    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: Kindly recommend a UPVOTE and DOWNVOTE plugin #114728
     Radu
    Moderator

    Hi,

    I haven’t tested this plugin! you will have to test it : https://wordpress.org/plugins/bbpress-votes/

    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

    Hi,

    Please provide the username, untill i view again the ticket, try to deactivate all plugins, to see if this is caused by some plugins.

    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: Registeration Form is not rendering as in the theme #114725
     Radu
    Moderator

    Hi,

    Please provide a screenshot or a video to can see how it looks in your side.

    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: Where can I manage all product Reviews board? #114724
     Radu
    Moderator

    Hi,

    You will have to search for a plugin/widget that can do that, i’ve searched on google and i found this : https://wordpress.org/plugins/woocommerce-reviews-widget/ you should test it.

    Regarding to this

    Is there an area to control all the product reviews?

    I think on the product page on backend the reviews are shown.

    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: Assigning classes issue #114722
     Radu
    Moderator

    Hi,

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

    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 issue 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: Links in forum to Other pages on my site #114721
     Radu
    Moderator

    Hi,

    I see, i think is about wordpress oembed feature.

    You can read more about this kind of issue here : https://wordpress.org/support/topic/youtube-video-not-working-sometimes and here https://wordpress.org/support/topic/oembed-not-working-at-all

    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: Post title padding #114719
     Radu
    Moderator

    Hi,

    Use this

    COPY CODE
    #main-container .wrap-content h1.page-title {
        padding: 0 !important;
        margin: 0 !important;
    }

    Add the css to wp-admin -> theme options -> general settings -> quick css

    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: video thumbnail issue and thumbnail low res view #114718
     Radu
    Moderator

    Hi,

    Please provide link to that category which contains the video.

    So, regarding the recent posts widget do you need to increase the image size ?

    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

    This can be happens by some JS conflict, disable all plugins and child and try again normally this should not happens. If it works, enable plugins one by one back to identify what causes this i don’t think is a theme problem

    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 options not saving. #114715
     Radu
    Moderator
    Not marked as solution
    in reply to: Download and install KLEO on localhost #114714
     Radu
    Moderator

    Hi,

    Here is a video tutorial with kleo theme installation and setup https://www.youtube.com/watch?v=e1fLpukxW5s

    Regarding the issue with child theme, make sure that there is not arhive in archive in this case you will receive please try again or broken.

    You can install the child theme manually by pasting the child theme folder into themes directory

    https://archived.seventhqueen.com/documentation/kleo#install-from-ftp

    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 Photo Not Showing Up #114713
     Radu
    Moderator

    Try to re-upload the image if you are sure if all settings are ok

    Let me know

    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: Hide categories on the product list page #114709
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> general settings -> quick css

    COPY CODE
    span.posted_in {
        display: none !important;
    }

    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: Mobile photo/video posting #114708
     Radu
    Moderator

    Yes i don’t have a upload button and i have IOS 9.3.1 but all are blue now instead the pink color.

    Try to install the theme on a subdomain and leave only buddypress and rtmedia activated to see how it looks and feel.. also you can try to deactivate all plugins except buddypress and rt media an d switching from child theme to parent to see how it looks and if you are allow to upload photos.

    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: jQuery is not defined on login page #114706
     Radu
    Moderator

    Hi,

    I’ve tried many times to reproduce this and i cannot do that…

    If you try on install with php 5 you can reproduce that ?

    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: Upgrading to BuddyApp #114705
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Just build the form in contact form 7 dashboard, then you will have to paste the form shortcode instead of the actual form.

    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

    I see

    Please update the theme to latest version 4.0.4 and 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: User Avatar Styling Help #114701
     Radu
    Moderator

    HI,

    Follow this

    https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/

    Chers

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

    Try to paste that style in wp-admin -> theme options -> quick css

    It should work with images to

    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: Site wide notifications #114697
     Radu
    Moderator

    Hi,

    Follow this link please : https://premium.wpmudev.org/blog/how-to-send-a-site-wide-notice-or-a-site-wide-private-message-in-buddypress/

    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: Drop down menu height too small for larger text #114692
     Radu
    Moderator

    Hi,

    Use this css

    This css will be applied only to that page

    COPY CODE
    .page-id-5679 .main-color select {
        padding: 0px 15px !important;
        width: 100%;
        margin-right: 20px;
        line-height: 1.2em;
    }

    If you want to style in that way dropdown sitewide use this css

    COPY CODE
    .main-color select {
        padding: 0px 15px !important;
        width: 100%;
        margin-right: 20px;
        line-height: 1.2em;
    }

    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: Login Redirect failed? #114689
     Radu
    Moderator

    Great

    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: Remove date and author #114688
     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: Login Issue with WP Multisite SSO – 500 error #114684
     Radu
    Moderator

    I understand, the log is ok, no errors only warnings,

    I’ve installed the plugin on my local install and i don’t receive 500 error

    The plugin author says this

    IMPORTANT: In order for this plugin to work properly, it MUST BE network enabled. The web server also needs to support JSONP requests.

    Ask on their forum support about your problem.

    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: SENSEI E LEARNING CONTENT DISPLAY STYLE #114682
     Radu
    Moderator

    Hi,

    There is no option to do that and there is no quick solution for that.

    In sensei settings panel are this option Course Archive Page – > Courses also this setting and this is not available for lessons.

    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: header font #114674
     Radu
    Moderator

    The font family can be changed with this css rule

    COPY CODE
    ul#menu-sweetdate li a {
        font-family: serif;
    }

    Replace serif with your font family name.

    If you want to add a custom font to the theme please follow this : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font

    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: woocommerce template outdated #114673
     Radu
    Moderator

    You are not able to hide that notification ?

    Try to deactivate and activate the woocommerce

    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 #114670
     Radu
    Moderator

    Hi,

    Please paste the css from here : http://pastebin.com/raw/ZBSwj7JY aand paste it instead of before css, i see in the source code of page

    .header-color .top-menu li &gt a, .header-color #top-social li a { color: #fff !important; }

    Which are not ok it shows &gt instead >

    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: Forum titles 404 #114667
     Radu
    Moderator

    Please make sure that this issue is not related to some plugin by deactivating the rest of plugins except bbpress or by some php code that you have in child theme.

    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: Error activating Revolution Slider #114666
     Radu
    Moderator

    I understand, guys try to deactivate rest of plugins then activate revolution slider first then activate back plugins.

    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: Register Button Not Redirecting to Memberships page #114662
     Radu
    Moderator

    On the Message for Logged-out Users:

    you should paste this

    This content is for !!levels!! members only.<br /><a href="http://localhost/wp-login.php">Log In</a> <a href="http://localhost/wp-login.php?action=register">Register</a>

    But before that replace http://localhost/wp-login.php?action=register with your link to membership levels page and also http://localhost/wp-login.php with your domain http://yourdomain.com/wp-login.php

    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 #114661
     Radu
    Moderator

    Hi,

    Probably that broken entry was added to the database when you had the plugin or something that modifies post structure.

    Try to delete the activity item from the activity page and ad another article to see if this happens again.

    Make sure you do all the test with theme recommended plugins only.

    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: Group activity notification por mail #114652
     Radu
    Moderator

    Hi,

    The theme doesn’t have this functionality but you can try this plugin : https://wordpress.org/plugins/buddypress-group-email-subscription/

    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: Layout too wide on Newsfeed #114651
     Radu
    Moderator

    Hi,

    I’ve viewed your activity and i cannot reproduce that.

    That can happens by some plugin conflict

    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 issue persists.

    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

    Please give credentials to take a look

    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: error plugins. Site goes blank #114647
     Radu
    Moderator

    Hi,

    I think you forgot to upload the photo, check my attached photo.

    If yes, theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    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

    Hi,

    I see everything shows ok, so you have solved the issue meanwhile ?

    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? #114643
     Radu
    Moderator

    Hi,

    The eye can be hided with this css

    COPY CODE
    ul.products li .quick-view.hover-tip {
        display: none;
    }
    

    You can add a background image with this css

    COPY CODE
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        background: url(http://www.exiv2.org/include/img_2158.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }

    Add the css to wp-admin -> theme options -> general settings -> quick css

    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 - 14,881 through 14,920 (of 20,101 total)

Log in with your credentials

Forgot your details?