Forum Replies Created
-
Author
-
sharmstr
Moderator🙂 Well, that’s good news for Kleo. LOL. Yes, please let us know what you find out.
…. and remember to enable the kelo CHILD theme this time LOL
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 happen on any of my sites so its unlikely to be a Kleo issue. Have you tried disabling plugins? Do you have any custom code in your child’s functions.php file? If so, is there extra lines at the end of 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
ModeratorPut <br> where you want it to split
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
ModeratorHmmm, actually that didnt 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 just installed one of the theme switchers and received the error. You can probably get around that by going into VC and hiding any of the k-element shortcodes from mobile devices by using the visibility shortcode.
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 short answer is that I dont know. I would google for a way to conditionally load plugins.
The longer answer is more of a “lets talk through this error message.” The kleo_get_img_overlay function doesn’t exist in Kleo. You can see its being called from k-elements and the function exists in k-elements as well (/k-elements/functions/helpers.php). So, not sure why its not finding 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
ModeratorDo you have k-elements active?
Respond privately with info from Theme Options > Sys 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
May 19, 2015 at 22:06 in reply to: Formating pure text pages on KLEO (Terms of Use, About.. etc) #59484sharmstr
ModeratorUse VC. Add a row, split it into 3 columns using the 1/4 + 1/2 + 1/4 settings, then add a text block to the middle column. If you dont like that layout, you can stick with a single column then go into column settings > design options and add whatever margin you want to the left and right of 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
ModeratorI found the page you where you’re having this issue. You’re using the alternate style. One of your settings is set to transparent. Go into theme options > style > alternate and change 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
ModeratorNo. I’ve tried to reproduce you issue, but can’t. Maybe a caching issue or some custom css you added for something else, but its effecting 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
May 19, 2015 at 21:17 in reply to: Is there a way to integrate Login Screen into front page, eliminating login page #59474sharmstr
Moderator@kosiii – The easiest thing to do is build your button using VC. Start a new page, using VC add a button and select the options you want. When you are satisfied with the way it looks, switch to classic view and copy the button shortcode you created.
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
ModeratorTurn on bordered icons.
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
ModeratorNo problem. Sorry again for being wrong in the first response.
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 can search this forum. Its been talked about to death. LOL.
By the way, they are fonts, not image files.
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
ModeratorVC adds the title attribute to its images. So depending on which of their styles you are using, you’ll have to edit their templates for it. I strongly urge you to not do this since they are constantly updating their template files and you’ll have to compare their new files to your old one(s) after every upgrade.
If you really want to do it and maintain it going forward, you can copy /plugins/js_composer/include/shortcodes/vc_gitem_zone.php and replace
COPY CODE$image_block .= 'prettyphoto_rel . ' data-vc-gitem-zone="prettyphotoLink" class="vc_gitem-link prettyphoto vc-zone-link vc-prettyphoto-link">';
with
COPY CODE$image_block .= 'prettyphoto_rel . ' data-vc-gitem-zone="prettyphotoLink" class="vc_gitem-link prettyphoto vc-zone-link vc-prettyphoto-link">';
Alternatively, you can google for a way to remove the title attribute via jquery or css.
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 said you put http:// in your first post, but in the picture you only have www.
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 apologize. I was answering from memory, which apparently is going bad. You need to put http:// in front of www
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 is a shortcode. Visual Composer is nothing but shortcodes. Those options are just a gui interface to build the shortcode. So, start a new page. Use VC to add nothing but the button you want. Then switch back to classic mode and you can see the shortcode you’ve created. You can ignore the row and column shortcodes that the button shortcode will be wrapped in.
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
ModeratorYour site is throwing jquery errors so I cant see the section that you are asking about.
In looking at the source code, it looks like you’re trying to use the a vc media grid. I didnt give you the code for that since you weren’t very specific and I thought you meant the gallery grids created by rtMedia.
Please tell me exactly what you’ve added there, including the grid style you’ve selected so I can recreate on my 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorBecause you still have the kleo-show-login style in there. Remove 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
ModeratorLet me add that the one bit that might throw you is the “highlight” style. The highlight color is determined by your hightlight settings in theme options. Hope this helps. Let us know if you have specific questions.
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
ModeratorOpen up the button shortcode in VC. Its all pretty self explanatory. See attached.
In Kleo 3.0, the shortcode name will be changed to Kleo Button.
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’ll be able to do that via the Theme Options in Kleo 3.0 due to be released any day now.
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 we at with this? Will you be giving me access?
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 your site itsnt havent any issues with 2.4.2, then hold off until 3.0 which is scheduled to be released any day now. I’m sure I could comb through all the code changes and give you an answer, but it seems pointless, right 🙂
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
ModeratorKleo 2.4.3 isnt compatible with VC 4.5.1. Downgrade to 4.4.3. Kleo 3.0 is VC 4.5.1 compatible and that will be released any day.
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 put it in /kleo-child/rtmedia/media/media-gallery-item.php?
Respond privately with 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
ModeratorYou put it in the href variable of the button shortcode.
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 also update VC to 4.4.3? 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
ModeratorI responded Saturday, looks like it didnt go through.
Copy /kleo/rtmedia/media/media-gallery-item.php to your child theme and changed the following line from this
COPY CODE<a>" title="<?php echo rtmedia_title(); ?>">
to this
COPY CODE<a>" title="">
You might want to hold off doing it until Kleo 3.0 (due to be released any day). rtMedia has made some major changes and that code might be changed in the next release.
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 only need to supply your page names. Not http://www.xxxx.com
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 view source code, you have two blank lines at the top of the page. As the error states, the XML deceleration has to be on the first line. Look at your source code to see what I mean.
Did you google the error? Lots of info on it out there about 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
May 19, 2015 at 06:56 in reply to: Custom post type meta not showing on single posts and post archieves #59371sharmstr
ModeratorYou have to put the entire kleo_entry_meta function into your child functions.php file. Not just the code I told you to change.
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 late here. I’ll come back to this in the morning.
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
ModeratorAdd the codes below “please add your custom styles below”. This is not kleo specific. You do this with any child theme. The quick css section in theme options serves the same purpose.
But as you’ve said, you’ve tried adding the code there and it didnt work. So, I’d like to see why. Respond privately with credentials. You can create a temp admin account and delete it when we are done.
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 is specifically for the main menu section.
COPY CODE.collapse.navbar-collapse.nav-collapse { border: 1px solid #000 !important; }
This is for the header which includes the logo and main menu
COPY CODE.kleo-main-header.header-normal { border: 1px solid #000 !important; }
This assumes you are using the default header layout. If you are using a different layout and the above code does not work, please provide a link.
If you want my assistance figuring out why the styles in your child theme are being ignored, I need admin access.
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
May 19, 2015 at 05:53 in reply to: How to set up a BP members carousel displaying only profiles that have images? #59361sharmstr
ModeratorDo a google search on how to add a default avatar if you haven’t already. You can add something better than the grey face or the gravatar avatars.
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
ModeratorAgain, I’ll be happy to take a look if you give me access.
Can you clarify what menu you are trying to put the border around. As I stated in my response, the selector I gave you is for the main menu. Did you want it for that or did you want it for the top menu, or perhaps the buddypress profile menu?
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 usually a caching issue as I stated in my first response. I’d be more than happy to take a look. Please provide access.
I’ve posted almost 5000 responses here. I have yet to see anyone who had issues with using a child theme that wasn’t either a caching issue or plugin conflict.
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 said this is the one you can get to work, correct
“It works when I put it in the quick css but not the the style.css I attempted to add css code to place a border around the navigation menu—->
.nav-container{
border:1px solid #e4e4e4;
border-bottom:5px solid #eaeced;
/*border-radius:2px;*/
position:relative;
height:47px;
width:auto;
}
but it doesn’t work no matter where you put the code. What am I doing wrong?”And I responded with “nav-container? The main menu container is .navbar-nav” So, did you try .navbar-nav?
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