Forum Replies Created

Viewing 40 posts - 4,801 through 4,840 (of 20,101 total)
  • Author
  • in reply to: section with a length of 100% #179068
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    the debug.log file should be placed (if something it’s written in it) in this location wp-content/debug.log if the file isn’t there it means the debug had written nothing

    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: Profile Pic Carousel #179066
     Radu
    Moderator

    Hi,

    Figured finally… you have in child theme some old php files which prevents the form to be displayed, now i’ve re-uplaoded a new child theme named Sweetdate Child CLEAN where it’s added in style the css that missing from buddypress and how all are good as it should.

    Your home page it’s named Home-Default make sure to keep it public not private like others.

    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,

    The notice that it’s shown in frontend has nothing to do with your issue with images, tried right now to login to wp-admin or to wp-login… i encounter the same cannot see any login form, it’s the same like in the video.

    Let me know if you encounter the same issue even other theme it’s activated. If yes it means that that issue isn’t related to our theme , it’s wordpress related.

    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,

    Just take a look at the screenshot

    and change with your desired color, for background color red with transparency use this

    COPY CODE
    
    background-color:rgba(0,0,0, 0.1);
    

    For the notications dropdown style those are selectors

    COPY CODE
    
    .kleo-toggle-submenu .submenu-inner {background-color:rgba(0,0,0, 0.1) !important;}
    #menu-submenu .kleo-notifications-nav .minicart-buttons {background-color:red;}
    #menu-submenu .kleo-notifications-nav ul li a {color:green !important;}
    .kleo-notifications-nav ul.submenu-inner.has-notif li:before {color:red;}
    

    Change those with your desired

    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: NEWS FOCUS formatting #179060
     Radu
    Moderator

    Hi,

    In the last post it’s clear what you need to achieve, but there is no quick solution to make the news focus element to render two columns for big pictures… i’ve tried some work-around to make that to look as you need but cannot….

    An alternative it’s to use the Kleo Posts elements and dividing the VC row in 3 columns line this
    frontend

    backend

    this is the whole shortcode of the page from screenshot

    COPY CODE
    
    [vc_row][vc_column width="1/3"][vc_posts_grid columns="2" show_footer="no"][/vc_column][vc_column width="1/3"][vc_posts_grid post_layout="small" show_meta="no" show_footer="no" ajax_post="" ajax_paged=""][/vc_column][vc_column width="1/3"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][vc_single_image image="10498" img_size="medium" full_width="yes"][/vc_column][/vc_row]
    

    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: Registration signup, categorized forum. #178865
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    At this moment our theme cannot search in all buddypress components, only in groups and members, in future this will be improved, if you really need search in all buddypress components install the bp global search but there should be made some css custom by your developer to can fit it good.

    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: “Read more” in News Highlight item #178862
     Radu
    Moderator

    Hi,

    The ‘News HighLight’ doesn’t have the ‘Load More’ or ‘Read More’ option, there is no quick solution to add 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
     Radu
    Moderator
    Not marked as solution
    in reply to: unable to login via buddypress #178857
     Radu
    Moderator
    Not marked as solution
    in reply to: unable to login via buddypress #178845
     Radu
    Moderator
    Not marked as solution
    in reply to: landing page and demo #178843
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile Pic Carousel #178842
     Radu
    Moderator

    Hi,

    I’ve added in style.css from child theme the css that missing, so if you need to add additional css do it at the end of the file.

    So if you had some css from your old child theme just copy styles from the old to new one at the end of style.css file.

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

    Hi,

    That was my intention to solve your issue with the galleries when i’ve asked you for the credentials but for some reason i cannot access your wp admin.. or wp-login url

    I’ve changed the IP and it’s the same… here it’s a video how that it behaves on my end.
    VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMwZS1hcElSYjBvU00/view

    So to can debugg your issue with the 5 photos i will have to access the wp admin dashboard first.

    Did you have wordfence plugin or wangguard ? to block suspiciius users activities ? if yes turn off

    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: Membership Checkout #178832
     Radu
    Moderator

    Great

    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: Resize button in the header #178831
     Radu
    Moderator
    Not marked as solution
    in reply to: additional data from the facebook #178829
     Radu
    Moderator

    Hi,

    1. Theme pulls only the avatar by default, so modifying the theme to pull from facebook and upload to your site implies custom code, which means custom work.

    2. theme doesn’t pull that from facebook, it only takes the email,name,avatar same as 1 , it’s custom work.

    3. That should be made custom with ajax and php code, no quick solution.

    4. Additional fields to the profile can be added from wp-admin -> users -> profile fields.

    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: Change Create Account URL from ShortCode Usage #178828
     Radu
    Moderator

    Hi,
    Sincerly i don’t understand what you need to achieve there ?!

    Want to add register fields there ? Add from visual composer Kleo Register element or add directly this shortcode [kleo_register]

    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: “Hover Box“ page element bug on mobile #178827
     Radu
    Moderator

    Hi,

    I’ve noticed that. Tried some time to fix that animation bug but i cannot find a solution for that, anyway the element comes directly from the Visual Composer plugin not from our theme i recommend to ask the visual composer team about that, maybe they have any clue.

    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: Forum Avatar image size and name placement #178826
     Radu
    Moderator

    Hi,

    There it’s other request not this one with the : https://archived.seventhqueen.com/forums/topic/forum-avatar-image-size-and-name-placement/#post-178520

    Can you please send a mail concerning only this task pleasE ? and also provide to me a screenshot how should look to can guide

    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

    Here’s the selector for the notifications menu item bg

    COPY CODE
    
    .navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover, .navbar-transparent .navbar-nav > li > .dropdown-menu li > a:focus, .navbar-transparent .dropdown-submenu:hover > a, .navbar-transparent .dropdown-submenu:focus > a, .navbar-transparent .dropdown-menu > .active > a {
        background-color: #428bca !important;
    }
    

    This it’s for the the bg of notification

    COPY CODE
    
    .kleo-toggle-submenu .submenu-inner {
        background: black !important;
    }
    

    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: BUddyapp group creation fields #178823
     Radu
    Moderator

    Hi,

    I see i’ve tried to make that work but i cannot require more time, please ask that on the buddypress forums since it’s purely related to buddypress itself.

    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: Theme update and the Child Theme… #178744
     Radu
    Moderator

    Hi,

    Ok, no problem

    Have a nice week and good luck with the project

    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: Membership Checkout #178743
     Radu
    Moderator

    Hi,

    Add also this css

    COPY CODE
    
    .pmpro-checkout div#pmpro_level_cost {
        display: none;
    }
    

    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: Search form mixing up genders #178742
     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: Facebook Integration not working #178740
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile Pic Carousel #178739
     Radu
    Moderator

    Hi,

    It the theme style should be on now, since i’ve identified there isn’t wasn’t loaded this css : /wp-content/themes/sweetdate/buddypress/css/buddypress.css and i’ve copied this file content into child theme style.css.

    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: section with a length of 100% #178738
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog Category pages are not working #178664
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog Category pages are not working #178663
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    yes it’s wired, at this moment it’s the same

    anyway for your info , those issues aren’t theme related , they are somehow related to the server or server settings, did you have tried to ask the hosting company if they have any idea why you cannot access wp login or wp-admin panel ?

    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: Forum Avatar image size and name placement #178660
     Radu
    Moderator

    I see, can you re-send the request please but it’s very important to add a attachment to the email showing how you need to make the forums look.
    Let me know also your emailadress in a private reply.

    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: Resize button in the header #178659
     Radu
    Moderator
    Not marked as solution
    in reply to: Checkout Woocommerce JSON trouble #178658
     Radu
    Moderator

    Hi,

    I have a dynamic IP, can you restrict by country ? if yes use Romania as exception, at this moment i don’t know the IP from the office.

    Please provide wp admin username and password not the magic url for login, it may need to de-activate all plugins including that one for a better debugging process and FTP.

    In first instance provide to me requested login details, and if i encounter issues while debugging i will speak with abe related to this issue.

    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: Forum Avatar image size and name placement #178656
     Radu
    Moderator

    Hi,

    Tried some time to make a css to make that author avatar + meta info to look like on facebook comment style, but there requires some dedicated time to achieve that.So there is no quick solution to achieve that, you can ask about a quote from our developers team at this address dev@seventhqueen.com describing better + screenshot how you want to make that look for a better estimation.

    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 Product Links to Product Pages Not Working #178655
     Radu
    Moderator
    Not marked as solution
    in reply to: QUICK RESOLUTION #178654
     Radu
    Moderator

    Hi,

    The register page fields it’s generated automatically and there is no specific place where you can edit that justin php file directly by copying this file register.php

    from : wp-content/themes/buddyapp/buddypress/members/register.php
    to : /wp-content/themes/buddyapp-child/buddypress/members/register.php

    For the activation page the idea it’s the same copy the activate.php
    from : wp-content/themes/buddyapp/buddypress/members/activate.php
    to : /wp-content/themes/buddyapp-child/buddypress/members/activate.php

    Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.

    Let me know if i can help you with something else

    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: Membership Checkout #178645
     Radu
    Moderator

    Hi,

    Just add this css to Wp-admin -> theme options -> Styling Options -> Quick css

    COPY CODE
    
    .pmpro-levels .pricing-table .description {
        display: none;
    }
    

    IT will hide that easily.

    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: Remove comments link on map bubble #178642
     Radu
    Moderator

    Hi,

    You will have to remove that entire cdd selector code or just delete the display:none, look for that code in wp-admin -> theme options -> general settings -> quick css or in wp-content/themes/kleo-child/style.css

    Look for the next code

    COPY CODE
    
    geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="postalCode"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressCountry"], .geodir-bubble-meta-side .geodir_more_info.post_address br {
        display: none;
    }
    

    Let mw 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
Viewing 40 posts - 4,801 through 4,840 (of 20,101 total)

Log in with your credentials

Forgot your details?