Forum Replies Created

Viewing 40 posts - 401 through 440 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Credentials dont work because you havent activated my account

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    When embedding in a text field (classic or with vc) make sure you have “text” enabled and not “visual”. Also, depending on what other parameters you may have for the link, you might need to change it to ?rel=0 instead of &rel=0

    This works on my sites

    <iframe width="560" height="315" src="https://www.youtube.com/embed/tAhEgg1Kyxk?rel=0" frameborder="0" allowfullscreen></iframe>

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: I want to change footer information #107365
     sharmstr
    Moderator

    You dont have a footer on that page. Only a socket. You can change the socket text in Theme Options > General. If you want a footer, enable it on the page then add whatever you want to the footer by going to Appearance > Widgets.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    The reason its not showing a folder icon is because you’re using the widget that comes with bbpress. The demo is using the Recent Posts widget.

    You can use this css

    COPY CODE
    
    .widget_display_topics li:before {
        content: "\e86c";
        margin-right: 10px;
        margin-left: 2px;
        font-family: "fontello";
        text-decoration: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issues with links in portfolio #107357
     sharmstr
    Moderator

    I need wp admin credentials, not FTP. Sorry for not being clear.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woo commerce Products Elongated #107350
     sharmstr
    Moderator

    If by main image you mean the background image, I see it on mobile.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    The only way I can reproduce your issue is by turning off FB integration in Theme Options. Respond privately with admin credentials and I’ll have a look.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    The form shows the facebook login button if you have facebook integration enabled in theme options > misc. This is no different than hows its always worked.

    Login redirection is set up in Theme options > misc as well. Again, this is no different than how its always worked.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issues with links in portfolio #107214
     sharmstr
    Moderator

    There is an extra transparent div covering your icons that’s not allowing you to click on the links. Cant say how it got there without seeing the page in the backend. If you respond privately with credentials, I can have a look.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woo commerce Products Elongated #107212
     sharmstr
    Moderator

    Looks like the Virtual Classroom plugin was causing the issues with the shadow in the menu. I’ve added css to your site to fix that. But the plugin is also causing jquery errors. You should look into that.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woo commerce Products Elongated #107210
     sharmstr
    Moderator

    Did you recently change your image sizes in the woo settings?

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Vertical alignment unwanted since updated to 4.0.1 #107208
     sharmstr
    Moderator

    @abe – can you look into this. It has something to do with the new flex stuff (I think).

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Move 'Forums' tab in buddypress #107206
     sharmstr
    Moderator

    Put this in your child theme’s functions.php file

    COPY CODE
    
    function my_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['forums']['position'] = 15;
       
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Top bar buttons #107205
     sharmstr
    Moderator

    That top div (which looks like extra space) is for the social icons. If you dont plan on adding social icons you can use this css

    COPY CODE
    
    
    @media (max-width: 991px) {
    #top-social {
        display: none;
    }
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    The import says “page and widgets” only.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    The Kleo demo content imported. You can tell by the fact that the widgets were assigned and the Home Business Directory is on your server.

    Did you follow the instructions here for the dummy data? https://docs.wpgeodirectory.com/basic-installation/#dummy

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: woocommerce menu and page setup #107199
     sharmstr
    Moderator

    I’m not exactly clear on what you’re asking. But I will say that you shouldnt assign woocommerce to the same pages that buddypress uses.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Upgrade to 4 issues #107196
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Registration #107161
     sharmstr
    Moderator

    Please refer to the BP Codex: https://codex.buddypress.org/administrator-guide/extended-profiles/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile Info #107159
     sharmstr
    Moderator

    Please refer to the the BP Codex: https://codex.buddypress.org/administrator-guide/extended-profiles/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    WP admin credentials still dont work.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    credentials dont work

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: plugin install errors #107062
     sharmstr
    Moderator

    Go to WP admin > Appearance > Install Plugins. Update woo from there. If that doesnt work, delete the woocommerce folder from /wp-content/plugins. Then go back to WP Admin > Appearance > Install Plugins and install woo again.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woo Commerce shopping cart icon in main menu #107052
     sharmstr
    Moderator

    Yes, that’s what you should do.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Displaying Full post on the Front Page #107051
     sharmstr
    Moderator

    In the code I gave you, change

    COPY CODE
    
     if ( is_front_page() ) {
            return the_content();
        }
    <pre>
    
    to
    
    <pre>
    return the_content();
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Social Share Issue #107048
     sharmstr
    Moderator

    Looks like you’ve failed to also update the required plugins after updating Kleo. You need to update k-elements.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Top bar buttons #107047
     sharmstr
    Moderator

    The corners are already rounded. add margin-top: 10px !important; to the style. Change 10 to whatever you want.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: editor-style.css #107046
     sharmstr
    Moderator

    Sorry, I dont.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: New Users see WP dashboard #107045
     sharmstr
    Moderator

    You are mistaken in your thinking about what’s happening. The problem is with your “add event” link. Its all fine and good to have added “kleo-show-login” to it to launch the modal, but its going to launch the modal whether you’re logged in or not. What you need is a conditional menu item. One add event menu item with kleo-show-login that will only be displayed to people who are not logged in and another one without kleo-show-login that will only be displayed to people who are logged in.

    https://wordpress.org/plugins/menu-items-visibility-control/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where / how to configure my account menu #106895
     sharmstr
    Moderator

    Yes, its config.json.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Upgrade to 4 issues #106891
     sharmstr
    Moderator

    Also its very important to clear your server cache and purge your CDN, if you have that, after the updates.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Upgrade to 4 issues #106889
     sharmstr
    Moderator

    My guess its because you haven’t updated the required plugins for Kleo 4.0. Go to Appearance > Install Plugins.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: outdated copies of some WooCommerce template files #106887
     sharmstr
    Moderator

    Great. Thank you for the update.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    @accetturo – I see that you’ve updated Kleo to 4.01 and your issue is gone. But you’ve failed to also update the required plugins. Please go to Appearance > Install Plugins to fix.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Social Share Issue #106855
     sharmstr
    Moderator

    I totally forgot that I added a new shortcode to k-elements 2 weeks ago that will allow you to put the social sharing anywhere you want. You need to be running Kleo 4+ to use it.

    Remove the code I gave you a few months ago and try this instead.

    COPY CODE
    
    add_action('geodir_details_main_content', 'add_social_sharing', 35);
    function add_social_sharing() {
        echo do_shortcode('[kleo_social_share]');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Displaying Full post on the Front Page #106853
     sharmstr
    Moderator

    I’m embarrassed to say that I’m the one who wrote that shortcode. Totally forgot about that. Sorry :/

    What’s even worse is that I only added a few weeks ago. In my defense, I’m working 3 jobs and decided to go back to school full time. 🙂

    Glad you got it sorted.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Customize Member Activation Page Heading #106848
     sharmstr
    Moderator

    Use a pluging like Loco Translate. Much easier. I was merely showing the bp docs that explains that you should translate a site in order to change labels and messages.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woo Commerce shopping cart icon in main menu #106844
     sharmstr
    Moderator

    The issue is that you’ve put the code in your child theme, as you should. BUT you’re not running the child theme so the code will never work.

    Put is at the very bottom of your /kleo/functions.php file. But keep in mind that you’ll have to that after every Kleo update since you’re changing core code instead of using a child theme for changes.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where / how to configure my account menu #106842
     sharmstr
    Moderator

    The articles tab is automatically added when you install the Social Articles plugin.

    Beyond that, Buddypress does not offer a simple way to modify that menu. Depending on what you want to do

    1 – Chang the icons: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons

    2 – Change the order: https://archived.seventhqueen.com/forums/topic/member-profile-page-edit#post-70536

    3 – Add new functions: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Logo does not display #106840
     sharmstr
    Moderator

    Your logo is loading in IE, Firefox and Chrome for me. Perhaps you need to clear your browser cache.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 401 through 440 (of 11,328 total)

Log in with your credentials

Forgot your details?