Forum Replies Created
-
Author
-
sharmstr
ModeratorSure
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
ModeratorIts sound like you want to make the slider a row background. In other words, make your text go over it when you scroll down. You cant do 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
ModeratorTurn off object caching in your w3-edge plugin.
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 MAKES NO SENSE!!!!!!!!!!!!!!
I’m going to go work on my motorcycle. 🙂
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
ModeratorThey do if you switch the background style to image.
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
ModeratorDepends on what you want it on.
A slider: https://www.youtube.com/watch?v=FNiWeePOVsk
A VC row: http://vc.wpbakery.com/video-academy/how-to-use-parallax-effect-for-row-background/
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
Moderator1 – This is a tough one because you have a least 1 item that only has a few words. You need to decide if you want to show the excerpt at all. If you do, what size do you want it to be? If you try to make them all the same size, some of them will have large gaps between the excerpt and the button. Think about how you want to approach this and what the consequences will be. Let me know and I can try to assist.
2 – Theme Options > Layout > Enable contact form
3 – Theme Options > Woo > Menu cart location
4 – Theme Options > Header > Display top bar
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 that 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
ModeratorI’ve updated the code to open a new window. If the developers approve it, it will be in the next update. Until then, you can edit /kleo/page-parts/posts-social-share.php
Change the pinterest code from this
COPY CODE<span class="kleo-pinterest"> <a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php if (function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo strip_tags(get_the_title()); ?>"> <i class="icon-pinterest-circled"></i> </a> </span>
to this
COPY CODE<span class="kleo-pinterest"> <a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php if (function_exists('the_post_thumbnail')) echo wp_get_attachment_url(get_post_thumbnail_id()); ?>&description=<?php echo strip_tags(get_the_title()); ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> <i class="icon-pinterest-circled"></i> </a> </span>
As far as the email form goes, you’d have to code that yourself.
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
ModeratorWhat do you mean “add image to the layer”? Do you mean row? Can I see a link?
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 functionality isnt in buddypress by default. You’ll have to find a plugin that does this (I’ve never seen one) or add custom code to do 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
ModeratorForgot to say that there is no need to apologize 🙂
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
ModeratorNOOOOO!!! Do NOT install a cache plugin.
Godaddy has caching on their servers. I believe you should have a link in your WP admin menu for clearing the cache. If not, contact godaddy.
I also read those posts about godaddy and many of them indicated that changing the PHP version fixed the issue. You can find out what version of php your site is running by logging into godaddy. Contact them for assistance.
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 assuming you’ve looked for plugin conflicts as well… Disable all plugins except buddypress…. ?
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
Moderatorstrange…
I have some debugging code I use on my site that prints out every template page that’s being loaded for a page. The problem with it is that it only gives you something like /buddypress/members/single/members-header.php without the parent directory. I started looking at it last night to see how to add the parent directory. That would really help in this case 🙂 Let me see if I can sort that out.
For the heck of it. Does your changes in /plugins/buddypress show up if you enable the WP 2015 Theme?
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 quick css
COPY CODE.kleo_bp_profile_member_type_label { color: #fff !important; font-weight: 700 !important; }
Put this in your child theme’s functions.php file.
COPY CODEadd_filter('kleo_bp_profile_member_type_label', 'add_link_to_diretory'); function add_link_to_diretory( $member_type_label ) { $member_type = bp_get_member_type( bp_displayed_user_id() ); if ( empty( $member_type ) ) { return; } $member_type_object = bp_get_member_type_object( $member_type ); if($member_type_object){ $member_type_label = '<p class="kleo_bp_profile_member_type_label"><a href="' . bp_get_members_directory_permalink() . 'type/' . $member_type_object->directory_slug . '">' . esc_html( $member_type_object->labels['singular_name'] ) . '</a></p>'; } return $member_type_label; }
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 you can. Select the layer you want to change, then click on visibility, then select the device on/off.
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
ModeratorTry the visibility settings. For your current button, set it to display only on larger screens. Then add a new button that’s larger and set it to only display on smaller screens. I havent tested it, but seems like the way to go for both of your issues.
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 Appearance > Menus. Delete your current ‘my account’ menu item and add the “my account” menu item from the Kleo selections. If you dont see Kleo, click on screen options and enable 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
Moderator3 – Enable the WP 2015 Theme and send a test email 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
ModeratorTo be clear, Kleo is not doing this. Its whatever security plugin you have installed. I have no idea which one you are using, but you need to read the documentation for it to figure it 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
ModeratorWhat version of PHP are you running? Who’s your hosting company? I googled that error and it seems most people with that same issue is on godaddy.
Also, did you update all of the required plugins after updating Kleo?
Did you clear your server cache or purge your cdn if you have one?
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
ModeratorForgot to say – publish it and get that working, then if you still have issues with the other things, let me know.
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 havent finished setting up your facebook app. The error is telling you that you need to make it public.
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.December 19, 2015 at 03:02 in reply to: Could not create directory error when importing slider demo data #94222sharmstr
ModeratorIts related in the fact that its probably a directory permissions issue. In digging through their code, it looks like they are trying to unzip the file in /uploads/rstemp/. It needs to be able to create rstemp, the later it deletes it. So, check for appropriate write permissions on wp-content/uploads.
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 read step 2 in the FTP section of the link I sent you? It tells you what you should transfer 🙂
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
ModeratorFTP means to copy the files to your server. 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
December 19, 2015 at 01:17 in reply to: Could not create directory error when importing slider demo data #94200sharmstr
ModeratorDid you see this? http://www.themepunch.com/faq/updateinstall-problem-create-directory/
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
ModeratorThemeforest changed their code months ago and the version of Kleo that you’re on isnt compatible with their auto update. Update via FTP. Once you do that, you’ll receive notifications on future updates again.
https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
ModeratorWait. After you added the text, did you clear your cache again? There are only 3 places that file can load from
/plugins/buddypress
/themes/buddyapp
/themes/buddyapp-childTry adding 3 different text strings to each file. Clear your cache and see if it changes.
Also, perhaps your hosting company has some sort of cache enabled. I know on siteground, even if I disable their caching plugin I still need to disable it in cPanel for it to really be turned off.
Let me know how it goes.
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
ModeratorAssuming you meant “main theme version (/buddyapp/buddypress/members/single/member-header.php)” and not “main theme version (/buddyapp-child/buddypress/members/single/member-header.php)”
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 means its a caching issue.
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, just realized that I didnt make that clear in my other post because I forgot \buddyapp\ in the path. Sorry 🙁
btw – I like ‘Collab – Lab’. 🙂
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 add it to the parent theme though? Just trying to figure out where the file is loading from and if its a caching issue.
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
ModeratorThank you for the clarification.
1 – Did you send a test email with the plugin? Did you receive it?
2 – Have you looked for plugin conflicts?
3 – Do the notification emails get sent when you have the WP 2015 theme enabled?
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
ModeratorThanks. Let me know if that fixes it because it seems like it shouldnt if your issues are intermittent.
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
ModeratorReally? Can you give me the link.
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
ModeratorAs I suspected 🙂 Thank you for reporting back.
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 wasnt saying “code you’ve added”. What I meant was that your site is using some sort of caching. When I looked at your source code it said ‘pagespeed’. If didnt install a plugin for that, then its probably your hosting doing 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
December 18, 2015 at 19:32 in reply to: How can I eliminate Archive for category: Category name so that it would become Categoryname? #94149sharmstr
ModeratorYou’re welcome 🙂
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