Forum Replies Created

Viewing 40 posts - 2,321 through 2,360 (of 20,101 total)
  • Author
  • in reply to: Custom Single Post #201248
     Radu
    Moderator

    Hi,

    Without custom code development no you cannot easily, implies lot of hours of work, i can tell you how this can be done.

    Maybe there will be needed to duplicate the wp-content/themes/kleo/content.php file in child theme wp-content/themes/kleo-child/content.php here in the file you will have to render some shortocodes that visual composer generates and inside them to add in the area for text in the place where the featured image it’s displayed you will have to add

    Maybe there should be done more… depends the complexity of your need, this (programmatic way) cannot be cover by our support, you will have to hire a developer

    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 the matching function #201247
     Radu
    Moderator

    The wigets are managed under wp-admin -> appearance -> widgets

    You can remove them, you don’t have how to remove it only from a page. (Maybe using this pugin : https://wordpress.org/plugins/conditional-widgets/ not sure if still works, check it, also check the documentation to understand how you can use it.)

    Css for changing the color when hover menu items

    COPY CODE
    
    .top-bar ul>li:hover {
        background: red !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
     Radu
    Moderator
    Not marked as solution
    in reply to: how to tag a friend in a post. #201244
     Radu
    Moderator

    YEs

    BBPRESS

    BuddyPRESS

    If you literally de-activate all plugins except bbpress and buddypress and child theme then empty all caches they will work ?

    Make sure to have all updated, theme, plugins.

    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 white page it’s shown because there it’s a error or something similar in your written code.

    Other method that you can try it’s to comment do action kleo header and to add below echo do shortcode your code

    Handling the files require basic html and php knowledge.

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

    Hi,
    It’s added on the list not sure to communicate an ETA, ty for the resources provided i will append to the task list.

    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: Link hides on buddypress message #201240
     Radu
    Moderator

    Hi,

    In first place let me know if this it’s still reproducible after you de-activate the child theme and rest of the plugins except buddypress.

    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: Scrolling down for every change at Profile Page #201239
     Radu
    Moderator

    Hi

    1. They theoretically do the same but the bp album it’s deprecated from some time.

    2. Did youhad activated child or parent ? or vice versa ? maybe it was parent activated and after you had activated the child things broken ?

    3. The profile area meaning ? /wp-admin ? or /member/admin/profile ?

    Leave links and/or screenshots when thinks are interpretable to can understand the context.

    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: Reset password email translation issue #201238
     Radu
    Moderator

    O zi buna
    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: Search results are not accurate #201237
     Radu
    Moderator

    If you had made any changes to the parent theme in code (php files) save also the theme for later use, they will be deleted so backup them.

    The settings from theme options remains in database.

    If you had rewritten parent theme files in child theme , depends by the files (especially files from buddypress folder and pmpro ) maybe they will not longer compatible with 3.x.x version so you sould re-do them using newer templates. if you don’t have done non of those the child theme part should not concern you.

    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: Connect with Facebook issue #201236
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: log in page #201231
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    IF you had no make any change to php file in child theme for woocommerce you can delete the wocoomerce folder from child theme or you can rename it for later use and the notice will stop to appears.

    If you had made changes to php file it meaning the child theme contains or a outdated php template files or a hardcoded line or file, speak with your coder to review the overwritten templates from child theme and to adapt them like the new php files.

    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: Adjusting Responsiveness #201229
     Radu
    Moderator

    Hi,

    Not having exact instructions for that, there i should test different settings, can you please provide the wp admin to can test it live ?

    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 visibility issue #201228
     Radu
    Moderator

    Hi,
    Not sure if that issue it’s related to my change.. please do the next, if you see the same if you de-activate child theme, please delete the sweetdate theme, re-download it again from themeforest, then just replace that file and it should be ok!

    Tried to see your members directory it’s private.

    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: Reset password email translation issue #201178
     Radu
    Moderator

    I had committed the fix to the repository and it should be included in the update.

    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: Error message #201177
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    The codes should work not sure why so special with that topic to not work, let me know what bbpress team says.

    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: Custom Single Post #201174
     Radu
    Moderator

    Hi,

    In other words you ask if it’s possible to generate a layout for single posts with visual composer and to be used on every new post ? if yes, automatically you cannot… you can post all posts with visual composer keeping the same post structure to make them to look the same…or you can save a post template and to load mannualy template before wirtting the post https://toolset.com/documentation/user-guides/using-toolset-with-wpbakery-page-builder/create-templates-for-custom-post-types/

    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: Problem with the editor of Thrive Leads #201173
     Radu
    Moderator

    Hi,

    Can you please confirm to me if the issue happens if you have ONLY the Thrive Leads plugin active beside the kleo theme(if you have child theme deactivate it by activating the parent) ?

    Try to delete the theme and to re-download again and to install it again. IF it’s the same please provide FTP + wp admin to can take a closer look.

    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,

    We are investigating this, we will get back to you soon

    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: Ajax Login pop up #201171
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Odd

    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: Scrolling down for every change at Profile Page #201163
     Radu
    Moderator

    Yes i had market any of those fields, like that was bp album but after i had unchecked it had disappeared.

    So instead the bp album at this moment you can use the rtmedia, it will repopulate the bp album area.

    bp album was very very deprecated.

    I think yes you can use reSmush.it Image Optimizer it should do the same.

    You can check Removes extra Font Awesome styles if you see any missing icons or something you can switch off, it should be ok anyway.

    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: Login redirect error #201161
     Radu
    Moderator
    Not marked as solution
    in reply to: Parallax row background not displaying #201160
     Radu
    Moderator
    Not marked as solution
    in reply to: The submenu is not auto refreshing #201150
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,
    Did you had tried to ask that on buddypress forums ?

    Did you have buddypress 3.1 ? If yes or not try to delete it and to install it again fresh, also if you deactivate all plugins except buddypress it works ? (try to re-save permalinks from wp-admin -> settings -> permalinks ) then check again

    This not it’s a theme issue if you get the same using random theme it seems to be directly related to Buddypress

    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: general i #201145
     Radu
    Moderator

    Hi,
    That change should affect both of them circle and square, tried to take a look at your install but cannot see any profile, they are private, can you show me where the avatars are square to can understand better please ? and maybe providing any user credentials.

    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: Single image carousel html for php template #201144
     Radu
    Moderator

    Hi,

    Why you aren’t place directly the shortcode there ?

    COPY CODE
    
    [vc_images_carousel]
    

    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 the matching function #201143
     Radu
    Moderator

    Hi,

    there’s the css

    COPY CODE
    
    .elementor-widget-container a.elementor-button-link span {
        color: red !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: Search results are not accurate #201142
     Radu
    Moderator

    Hi,

    1. –

    2. –

    3. In your case the theme it’s sweetdate, an alternative at this you can do the next, go to wp-admin -> appearance -> themes, activate any other theme like default wp theme (twenty sixteen) then delete the sweetdate theme. Then re-download it from your account from themeforest and upload and install it again. Then you will run directly the latest version.

    4. I can do that for you for free, but just do the step 3.

    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 visibility issue #200894
     Radu
    Moderator

    Hi,

    Replace again the file content with this content instead : https://pastebin.com/raw/HKVpv0My it should be ok now.

    Not sure if the titles that are duplicated are generated by this change cuz on my local install aren’t duplicated.

    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: Reset password email translation issue #200893
     Radu
    Moderator

    Yes it should contain that.

    The current file for replacement it handles the hardcoded strings.

    So on the places where are strings and they are not thought translation function and they are but they don’t have the domain added it should be added.

    It’s sufficient just to replace 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: The submenu is not auto refreshing #200891
     Radu
    Moderator
    Not marked as solution
    in reply to: The submenu is not auto refreshing #200890
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 2,321 through 2,360 (of 20,101 total)

Log in with your credentials

Forgot your details?