Forum Replies Created
-
Author
-
February 29, 2016 at 17:28 in reply to: New KLEO login Facebook integration – and possible redirect? #107405
sharmstr
ModeratorCredentials 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 29, 2016 at 15:22 in reply to: Embedding youtube videos – avoiding relative videos showing #107367sharmstr
ModeratorWhen 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 solutionThis 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.sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 29, 2016 at 15:02 in reply to: How to I add folder icon bofore each the recent topics list on the footer widget #107361sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 29, 2016 at 14:19 in reply to: New KLEO login Facebook integration – and possible redirect? #107349sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 28, 2016 at 15:46 in reply to: New KLEO login Facebook integration – and possible redirect? #107215sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPut this in your child theme’s functions.php file
COPY CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 28, 2016 at 14:48 in reply to: Cannot important GeoDirectory / Home Business Directory content #107203sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 28, 2016 at 14:18 in reply to: Cannot important GeoDirectory / Home Business Directory content #107200sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 27, 2016 at 18:28 in reply to: Cannot important GeoDirectory / Home Business Directory content #107101sharmstr
ModeratorWP 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 27, 2016 at 15:53 in reply to: Cannot important GeoDirectory / Home Business Directory content #107081sharmstr
Moderatorcredentials dont work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn the code I gave you, change
COPY CODEif ( 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, I dont.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes, its config.json.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMy 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGreat. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 26, 2016 at 16:46 in reply to: White Margin under header. Right above the Revolution Slider #106862sharmstr
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts