Forum Replies Created

Viewing 40 posts - 16,761 through 16,800 (of 20,101 total)
  • Author
  • in reply to: Cleo mobile menu #96410
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    @media (max-width: 991px) {
    .header-color a {
        color: #333 !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
    in reply to: Revolution Slider Remove Tabs #96407
     Radu
    Moderator

    Hi,

    It seems that the buttons are included in the slider that you use in that page, you should edit the slider and remove that buttons, the custom font can be loaded to a certain slider by selecting your slider in this case this -> http://bimv.pl/wp-admin/admin.php?page=revslider&view=slider&id=24 scroll down , in custom css area load your desired font then apply the font family for h1 or h2 from example

    COPY CODE
    
    h1 {font-family:"Lato";}
    h2 {font-family:"Monserat";}
    

    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: replace the search form by a register form #96404
     Radu
    Moderator

    Hi,

    1. Go to wp-admin -> theme options -> homepage -> Search Form -> register form.

    2. Please provide a screenshot that pointing out what subscription form are you referring.

    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: Mobile homepage #96403
     Radu
    Moderator

    Hi,

    Kleo theme it adapts layout by the viewport device size and the layout will be mobile friendly.

    If you want to create dedicated layouts for ipad or iphone you should install a plugin like this : https://wordpress.org/plugins/wp-mobile-detect/ and you should configure the plugin to serve different layouts depends of your desired device.

    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: create an account #96401
     Radu
    Moderator

    Hi,

    When i access your registration link http://www.matchingzone.com/register/ it says User registration is currently not allowed.

    Make this setting Settings > General check anyone can register and leave the site with this setting then let me know to check.

    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,

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

    COPY CODE
    
    body.is-user-profile .bp-full-width-profile div#item-header {padding:0 !important;}
    

    Let me know if is ok

    Best Regards

    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: Top bar missing in google chrome #96396
     Radu
    Moderator

    Hi,

    Just i’ve tested and the top bar is showing on chrome and firefox – laptop

    Please clear your browser cache, it can causes kind of problems.

    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: cant get forum topics #96394
     Radu
    Moderator

    Hi,

    There will be shown you started topics or your replies that you have added from here : http://www.ifoundcupid.co.uk/forums/

    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,

    The changes you require are not quick fixes or something that can be styled from the theme panel since it is too complex and will require modifications in the theme structure. Custom development is not covered by our support forum, so you may ask for a programmer to help, or you can check the availability of our development team by sending an email to our project manager Cornel at cornel@seventhqueen.com

    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: Custom development #96379
     Radu
    Moderator

    Hi uscdog,

    Yes we provide installation service also and migration but we need to see your query before. Please contact our development team by sending an email to our project manager Cornel at cornel@seventhqueen.com

    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 Translating Button #96375
     Radu
    Moderator

    Hi,

    In this case wait few days, if you don’t receive any answer about this issue, i will help you to translate/rename the strings directly from php files.

    Reply to this ticket at the end of the 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: GEO my wp icon bug #96373
     Radu
    Moderator

    Hi,

    It seems that this issue is caused by the font awesome library that is loaded from one of your plugins, i suggest you to disable all plugins then enable it one by one, after each plugin activation check if the icons are appears correctly, in this way you will find what plugin causes the issue.

    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: Few question related to theme layout #96365
     Radu
    Moderator

    Hi,

    There is no specific file where you can modify, the main css style where you can add custom css is wp-content/themes/sweetdate-child/style.css

    For the logo on mobile add this css

    COPY CODE
    
    
    @media(max-width:720px;) {
    div#logo {
        width: 320px !important;
        text-align: center !important;
    }
    }
    
    

    Regarding the photos tab next prev, i cannot figure what you referring, can you please provide some screenshots that pointing out the elements

    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: social icons #96233
     Radu
    Moderator

    Hi,

    You can add content there with this function

    COPY CODE
    
    function AddSocialToMemberProfileHeader() {
    
    echo 'Facebook';
    echo 'Twitter';    
    
    
    }
    add_action('bp_after_member_header', 'AddSocialToMemberProfileHeader');
    

    Do you have an plugin for social icons ? if yes tell me the name or give the shortcode

    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: How to upload profiles by sql-csv? #96228
     Radu
    Moderator

    Hi,

    Buddypress does not support option to import profiles from an sql csv file, but you can search for a plugin that can do that.

    Read more about this : https://buddypress.org/support/topic/how-to-mass-import-users-from-csv/

    Also you can use google to find solutions : https://www.google.ro/search?q=buddypress+user+import

    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: Center logo & registration box #96226
     Radu
    Moderator

    Hi,

    My replies are private and are seen only by admins and you.

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    #header, #header .form-header .lead, #header label { text-align:center !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: Sweetdate admin deletion? #96218
     Radu
    Moderator

    Hi,

    You can delete that user but when you are asked if you want to delete content or attribute content to another user choose, attribute content to your admin user.

    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: email SMTP error message #96215
     Radu
    Moderator

    Hi,

    Install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and configure it with the correct email details and check after.

    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: Menu Height with Center Logo Option #96213
     Radu
    Moderator

    Hi,

    Try with this CSs and let me know

    COPY CODE
    
    .kleo-main-header .nav > li.active > a {
        line-height: 35px !important;
    }
    
    .kleo-main-header .nav > li > a:hover {
        box-shadow: inset 0px -2px 0px 0px #854c14;
        padding:0 !important;
        marign:0 !important;
        height:80px !important; 
    }
    
    .navbar-nav > li {height:75px !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
    in reply to: Bold border around FORUM posts #96209
     Radu
    Moderator

    Hi,

    In what pages the border is not applying ?

    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,

    Try to resave permalinks from wp-admin -> settings -> permalinks.

    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: Cleo mobile menu #96206
     Radu
    Moderator

    Hi,

    1. Replace code that i have you provided with this

    COPY CODE
    
    @media (max-width: 780px) {
    .kleo-main-header.header-normal {
        position: fixed !important;
        top: 0 !important;
        background-color: #fff !important;
    }
    
    
    .navbar-transparent .navbar-toggle .icon-bar {
        background-color: #222!important;
    }
    }
    
    
    

    2. Paste the code that i have you provided in wp-content/themes/kleo-child/functions.php ( only if you want to add another field to form or to remove certain field if you want only to change string names use Loco Translate )

    3. Read the official guide about loco translate : https://localise.biz/help/wordpress/translate-plugin/beginners

    Beside the settings that you can find in theme options or customizer, anything else need to be mannualy styled , that will require css/html/php knowledge and you should hire a developer for future custom theme modifications.

    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: Gap above Revolution Slider on Home Page #96201
     Radu
    Moderator

    Hi,

    Try to remove padding top from the first row of that page from visual composer backend editor.

    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: sticky mobile menu #96199
     Radu
    Moderator

    Hi,

    The padding can be adjust by going in that page -> edit page -> in first row settings

    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: slider messing up the home page #96197
     Radu
    Moderator

    Hi,

    I’ve imported the slider, but the problem is because your form has to many options and the height of the form is to big.

    If you want to get rid of the slider just delete the slider from wp-admin -> revolution slider

    girl from slider : http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/09/sexy_lady_on_right.png

    couple picture : http://www.goodwp.com/pic/201210/1920×1200/goodwp.com-25275.jpg

    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: Sweedate Theme Update #96193
     Radu
    Moderator

    Is no need to deactivate the child theme.

    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: Redirect loop issues on my membership page #96191
     Radu
    Moderator

    Hi,

    The PMPro by default it works without any error.

    Do you have made that i suggested you to do ? and do you still encounter the 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: GEO my wp icon bug #96190
     Radu
    Moderator

    Hi,

    I cannot see that empty button there, do you have solved the 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: Main Nav menu styling #96189
     Radu
    Moderator

    Hi,

    Use this styles.

    Topbar

    COPY CODE
    
    .header-color.social-header {
        background-color: yellow;
    }
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        font-family: monospace;
        color: red;
    }
    
    

    MainMenu

    COPY CODE
    
    .kleo-main-header .collapse { background-color: red; }
    .kleo-main-header .collapse li a{ color:green; }
    
    

    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: Center logo & registration box #96186
     Radu
    Moderator

    Hi,

    1. Please make a screenshot and point the elements that are not centered and you want to be, regarding this screenshot : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2015/12/www.introlicious.com_.png the content it seems to be centered.

    2. With the snippet that i have provided, i’ve tested and it works.

    3. screenshot removed.

    For privacy you can use such of plugin : https://wordpress.org/plugins/password-protected/screenshots/

    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: portfolio categories on a specific page #96183
     Radu
    Moderator

    Hi,

    Make sure that the categories are not empty, the categories will appear there only if the category have minimum 1 post.

    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: Memory limit crash after installing bbPress #96178
     Radu
    Moderator

    Hi,

    Strange issue, please contact the hosting guys and tell em to increase the memory for your hosting account to 256.

    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: Masonry post grid button color #96174
     Radu
    Moderator

    Hi,

    Please add this css

    COPY CODE
    
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        background-color: green;
    }
    

    Replace green with your desired color

    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: news magazine missing, revolution slider error #96163
     Radu
    Moderator

    Hi,

    The News Magazine Demo can be look un properly if you don’t have sufficient content, now i visited your homepage and it shows ok.

    Do you have solved the problem with slider.

    Can i close the ticket ?

    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: Woo commerce Product Variations #96161
     Radu
    Moderator

    Hi,

    The product variations not appears in shop catalog page and for this functionality i suggest you to hire a developer or contact the plugin developer and ask him if what you want is possible.

    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: demo content for forums #96043
     Radu
    Moderator

    We don’t fool any customer and where you have saw that the forums content is included in demo content ?

    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: sticky mobile menu #96042
     Radu
    Moderator

    Hi,

    Try to remove padding top from first row and 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: color side menu? #95726
     Radu
    Moderator

    Hi,

    You can change the side menu bg color with this css

    Add this code to your wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    
    .side-color {
        background: green;
    }
    

    The items can be added to sidemenu by checking -> side menu on wp-admin -> appearance -> menus ( see attached screenshot)

    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: demo content for forums #95725
     Radu
    Moderator

    Hi,

    The forum content from our demo is not included in demo, that content is generated by our users.

    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: Something went wrong #95723
     Radu
    Moderator

    Hi,

    I think there is a problem server site like some folder permission or compiling script does not have required environment

    I’ve forwarded the ticket to higher support level.

    Thank you for understanding.

    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 - 16,761 through 16,800 (of 20,101 total)

Log in with your credentials

Forgot your details?