Forum Replies Created
-
Author
-
sharmstr
ModeratorGive your divs IDs and add some css to your quick css to float the divs
COPY CODE<div id="col1"> <p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> </div> <div id="col2"> <p>Subject<br /> [text your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> <p>[submit "Send"]</p> </div>
COPY CODE#col1, #col2 { float: left; }
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 page isnt loading. But you probably havent set up the Theme General Settings section of the page (I’m not talking about Theme Options in wp admin). Edit the page, scroll down to Theme General Settings, select transparent main menu, then click on title tab and hide title, breadcrumbs and main info.
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 easiest thing to do is use the built in BP xprofile fields to create it. You can even change the name of the Profile tab to Resume. Giving the users access to build a page using VC is a bad idea in my opinion. You’re opening yourself up for a ton of support requests.
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 getting that error on any of my sites. What versions of PMPro and rtMedia are you running. Do you have any addons installed? If so, which ones? Have you checked for plugin conflicts?
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 your page is broken. You can see the sidebar divider has a gap. I’ll need to see a link and possibly need access to really see what’s going on.
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
ModeratorEdit the members page and select the sidebar you want to use.
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 dont see a search form on your register page.
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
August 7, 2015 at 12:42 in reply to: Kleo Posts Element not displaying after updated to v3.0.6 #72133sharmstr
ModeratorI tested this scenario and cant reproduce your issue. Both guests and non-admins could view the posts using a tag filter just fine. Have you looked for plugin conflicts?
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
ModeratorInstall Peters Login Redirect plugin. It has a ‘username’ variable.
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
August 6, 2015 at 23:52 in reply to: How to add Revolution Slider on the Member-activity page #72088sharmstr
ModeratorI know there is but I dont remember it off the top of my head. Take a look through the buddypress documentation or search their forum. I’m sure its been discussed to death. https://codex.buddypress.org/developer/template-tag-reference/
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
ModeratorWhere are you talking about? The meta? If so that’s in /kleo/functions.php. Look for the kleo_entry_meta function.
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
ModeratorIs it set in your child styles.css right now? Because I dont see it in there: http://www.ibogainealliance.org/wp-content/themes/kleo-child/A.style.css.pagespeed.cf.qY9INfn3M3.css
I really think you need to rebuild your pagespeed 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
August 6, 2015 at 21:42 in reply to: How to add Revolution Slider on the Member-activity page #72073sharmstr
ModeratorYes. Change it to your slider.
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
August 6, 2015 at 21:32 in reply to: How to add Revolution Slider on the Member-activity page #72071sharmstr
ModeratorRevolution slider has been a shortcode since day 1. 🙂
Anyhow, add this to your functions.php file
COPY CODEadd_action('kleo_before_content','slider_on_activity'); function slider_on_activity() { if ( bp_current_component() == 'activity') { putRevSlider("HomeFullwidth"); } }
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
ModeratorAnytime 🙂
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 you merely want to remove it from the page title: https://archived.seventhqueen.com/forums/topic/hide-archive-for-category-in-the-title#post-64723 Though make sure you get the latest kleo_title function code from /kleo/kleo-framework/lib/function-core.php since I dont know if its been changed since I’ve posted that.
You mentioned menus, but I dont see where that is happening on your site.
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
ModeratorAnd this
.header-color .dropdown-menu {
border-color: #f7f7f7 !important;
}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
ModeratorThis doesn’t work?
#header.header-color .navbar-nav li {
border-bottom-color: #f7f7f7 !important;
}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
ModeratorBut … did you clear your cache after updating?
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 !important on it.
.whatever {
border-bottom: 0px !important;
}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
ModeratorIt doesnt change it because you didnt ask for that. You only asked for the icon to change.
#buddypress #subnav ul li a:hover {
color: green !important;
}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 still dont know what you are asking then. Are you saying to want it opened on page load? Is the user going to click something? Basically, you can target the .open-sidebar class with whatever code you’re trying to use.
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
ModeratorLook at the urls in the error messages. They are different than your url.
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 have not idea. Do you have a cdn or caching in place? Perhaps those need to be flushed.
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 already found the answer, which is, it cant be done: https://archived.seventhqueen.com/forums/topic/side-menu-gestures-swipe-to-openclose
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. So instead of echo bp_group_description, you would echo whatever you want. You are really better off asking for assistance on the BP forum. I was merely pointing you to their documentation.
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
August 6, 2015 at 15:28 in reply to: undefined function kleo_bp_get_member_type_by_directory_slug() #71951sharmstr
ModeratorSounds like it didnt install correctly or you need to clear/purge any server caching and/or cdn you may have in place.
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
ModeratorInstall BP Profile Search. Follow their setup documentation.
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 was wrong. Use the css I gave you instead.
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
ModeratorThen you probably have to increase it in your php.ini file. Again, your hosting company can assist you with 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 the error change to something like “tried to allocate 128”?
Perhaps your hosting company doesnt allow you to allocate more than 64mbs or you need to set it in your php.ini file. Contact your host to find out.
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
ModeratorMain
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
ModeratorThose are the functions. Not sure exactly what you are after. Perhaps if you try explaining what you want to accomplish again, I’ll be able to help.
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
ModeratorLeave it.
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
ModeratorLook at the error 🙂 It tells you that you dont have enough memory allocated. I said you need at least 128mb, not 64.
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 this in your child’s functions.php file and change the + to whatever you want.
COPY CODEadd_action( 'after_setup_theme', 'change_hover_element', 10 ); function change_hover_element() { global $kleo_config; $kleo_config['image_overlay'] = '<span class="hover-element"><i>+</i></span>'; }
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 honestly dont know much about it. I just recall seeing that object caching was an issue. Does this topic offer any insight? https://archived.seventhqueen.com/forums/topic/ajax-login-not-working-with-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
sharmstr
ModeratorDisable all plugins and try installing again. Once PMPro is installed, enable your other 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
ModeratorDoes this fix it?
https://archived.seventhqueen.com/forums/topic/button-not-clickable-with-galaxy-particles#post-68410Hi 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 probably dont have enough memory allocated. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ You need at least 128mb.
If that doesnt solve it, enable wp_debug and set the display to true to see what errors your site is throwing: https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG_and_WP_DEBUG_DISPLAY
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