Forum Replies Created

Viewing 40 posts - 10,961 through 11,000 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Fix your single quotes. When you post code on this forum and dont use the pre or code tags, it will change single quotes to fancy quotes.

    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: I would like to change social icons size in the top bar #27094
     sharmstr
    Moderator
    COPY CODE
    
    div#top-social  { font-size: 20px; }
    

    Changing the avatar size has been discussed. Do a search either here or google. If you get stuck, report back and I’ll help you.

    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: Cant place updates anymore in groep #27075
     sharmstr
    Moderator

    It probably will if its configured correctly. But as it stands now, its breaking your site.

    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: Mobile layout in topic #27073
     sharmstr
    Moderator

    I noticed that yesterday too. Same thing happens when viewing a post. It has to do with the author column. Kleo now has the option to turn off the author meta for a post. I instead kept it turned on, but moved the author meta to a div between the content and the comments. I plan on doing something similar to the topics. Will probably move the author to a thin div just above the contents.

    I’ll post my mods when I’m done.

    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: Cant place updates anymore in groep #27071
     sharmstr
    Moderator

    As I suggested, it was hidden because the height is set to 0. See screenshot. By default, it should be set to 40px; My guess is that your caching plugin is minifying the css files in the wrong order and the height isn’t being set. In any case, try putting the following in style.css located in /kleo-child

    COPY CODE
    
    
    #buddypress #whats-new-options { height: 40px !important; }
    
    

    Minifying css and jQuery is really tricky. The load order is really important. I noticed that I’m directed to the bottom of every page I go to on your site and that some of the jQuery scripts aren’t working.

    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: Cant place updates anymore in groep #27068
     sharmstr
    Moderator

    Oh, and it doesn’t have to be a code change made by you. It could be a plugin that’s causing it.

    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: Cant place updates anymore in groep #27067
     sharmstr
    Moderator

    I’m not going to be able to see an “update” button anyways because I’m not registered. Is there a test account I can use to login with?

    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: Widgets now showing up on page #27061
     sharmstr
    Moderator

    @abe Quick question. When a page uses the archive.php template does kleo check for an override of the default layout? It doesn’t appear that way. It also doesnt appear to use the defined custom sidebar.

    Here’s what’s going on (I think). This movie plugin uses archive.php to render a list of movies using the rewrite of ‘movies’. @anders probably has his archive/category pages set to full width in the theme options. Thinking he could override that, he created a page called Movies and selected a sidebar layout and a custom side bar. Those settings are ignored and the default full width template is rendered as specified in theme options. Even if he were to change the default layout to right sidebar, his custom sidebar is ignored and the ‘Main Sidebar’ is used instead.

    Unfortunately it doesnt appear that the movie plugin has a shortcode to display all movies so creating a page called something other than movies, thereby using page.php instead of archive.php, isn’t going to 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: Widgets now showing up on page #27060
     sharmstr
    Moderator

    No problem. I’m digging through their code now. I’ll see if I can spot the issue.

    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: Widgets now showing up on page #27058
     sharmstr
    Moderator

    Its definitively the plugin. I installed it. Created a new sidebar called ‘movies’ and added the movies widget to it. Created a page called movies and put the movies shortcode in it and specified left sidebar for the layout and my new movies sidebar. The page loads with a right side bar since that’s my default in wp-admin->theme options.

    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: Widgets now showing up on page #27054
     sharmstr
    Moderator

    I’ll take a look at it. I would normally suggest disabling the plugin to see if the sidebar shows up, but since it on your live site, try creating a new page and adding the sidebar to it but not the movie shortcode (if that’s what it uses). Then we can hopefully isolate the issue.

    The other thought I had was maybe you have a child copy of the template and you’ve taken out the kleo_swith_layout call? Just guessing really 🙂

    Love your site by the way.

    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: Widgets now showing up on page #27052
     sharmstr
    Moderator

    Strange. I just set up a test on my site and works great. What’s unique about the movies page? Is it plugin driven?

    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: Widgets now showing up on page #27047
     sharmstr
    Moderator

    Go into the movies page and select “right sidebar” or “left sidebar” for template

    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

    Awesome. Glad you sorted it out.

    btw – I’m sure you’ll be posting code here again, so in future wrap the code with a < pre > tags.

    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: Stylesheet is Missing #26992
     sharmstr
    Moderator

    What Catalin said. I mistakenly said “kleo_child”. Its should be “kleo-child”. Hyphen not underscore. Sorry.

    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: Stylesheet is Missing #26976
     sharmstr
    Moderator

    If I where to guess your theme folder looks like

    /kleo
    /kleo_
    and you’re missing /kleo_child

    which is wrong.

    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: Update or Not #26975
     sharmstr
    Moderator

    Make sure you only rename the backup (downloaded) folders. DO NOT RENAME ANY FOLDERS ON YOUR SERVER. Sorry, for the all caps, but its important.

    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

    I have no idea about that plugin. Have you tried disabling it and testing the menu code? I’m logging in with the standard wp login.

    I doubt this makes a difference, but try changing your menu locations. Set Primary to menu_main and Top Menu to Top_menu. Also, not sure if it matters, but is Top_menu actually capitalized? (I’m really taking shots in the dark here, lol)

    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: Can I choose which menu bar to show for mobile? #26942
     sharmstr
    Moderator

    I just tested it and it works.

    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: Can I choose which menu bar to show for mobile? #26941
     sharmstr
    Moderator

    There is a new thread about displaying different menus depending on if the user is logged out or not. You can probably use that code but instead of using is_user_logged_in you can use wp_is_mobile: http://codex.wordpress.org/Function_Reference/wp_is_mobile

    Here’s the topic https://archived.seventhqueen.com/forums/topic/want-to-display-2-menus-when-logged-in-and-other-one-when-not

    I haven’t tested it but it seems like it should 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

    Here’s the logged out screen shot.

    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.
     sharmstr
    Moderator

    I copied your code and it worked great. Double check your menu names in your code. I noticed that you used an underscore for one name and a hyphen for the other so maybe one is a typo? If wordpress cant find the menu, it will display one that it can find.

    See attached. Again, I just used your code and changed the names of my test menus.

    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: Update or Not #26919
     sharmstr
    Moderator

    Set up a staging site. You can test everything first. You’ll be happy you have one after launching. I actually have 2 test sites. One with an exact copy of production and one that is clean installs (not child themes, no custom code) of everything. So easy to pinpoint and test for issues.

    The other thing I do before any Kleo upgrade is ftp all my files down to my desktop and rename all the folders to what versions they are (kelo-1.5, js_composer-xxx). Then after I upgrade everything, I redownload. If there is an issue and I have to revert, I add the version number to the new folders, remove the version numbers for the old folder and upload. Everything is back to before it was upgraded.

    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: Cant place updates anymore in groep #26913
     sharmstr
    Moderator

    Without seeing the site, my first thought was maybe the update button is there but is either hidden behind something or hidden in the css. Have you looked at the generated source code to see if its actually there or not? A link would be helpful.

    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

    Honestly, that’s exactly what I would have done. If I have time during morning coffee I’ll see if I can figure it out. Let me know if you figure it out before then.

    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

    If it were me, I’d take a look at kleo/page-parts/general-header-section.php.

    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 add an attribute at my product #26865
     sharmstr
    Moderator

    http://docs.woothemes.com/document/product-variations/

    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: Gallery posts – different image heights #26856
     sharmstr
    Moderator

    No. It happens on a post page. http://seventhqueen.com/themes/kleo/thoughts/my-daily-blog-entry/ Try reading the post content as the slider changes the image. The content moves up and down because the images are different heights.

    Actually, its not that bad on the example page I’ve given, but try it on a page where there is a big difference in the image heights.

    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: Select dropdown button issue in firefox #26853
     sharmstr
    Moderator

    Understood. Thank you.

    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: Un-shorten profile labels #26838
     sharmstr
    Moderator

    Just and update. I’ve played around with this all morning. I was able to get the cover image using rtMedia’s featured image setting. Instead of setting the image as the background of a div, I put it in the div, then moved the member avatar up like you have it set. You dont get the gap on smaller screens that way. It works well. But I’m holding off sharing the code because I want to add an easier way for a user to set the cover image. I like how the bp-custom-background-for-user-profile adds a menu item in the profile settings. The other option is to have an “edit cover” icon that when clicked will allow you to select a previously uploaded image or upload a new one. rtCamp is doing this in their InspireBook theme. I’m going to ask them to share a bit of the code. Hopefully they will.

    rtMedia already has cropping functionality built in.

    Anyhow, I should have something soon.

    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: How to generate dummy content? #26832
     sharmstr
    Moderator

    blog: Make sure you have wp-admin -> settings -> reading -> A static page selected. Then select Blog for Posts page.

    blog categories: I dont understand your question.

    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: Un-shorten profile labels #26725
     sharmstr
    Moderator

    Awesome. Thank you. I’ll take a look at those. I noticed when you reduce the width of the profile page there’s a big gap between the header and the profile. You might want to check it out on a phone (I haven’t) and see if it happens.

    I had an idea on how to do this after I asked the question, but haven’t had the energy to sort it out. I report back if I figure something out that doesnt include any plugins.

    In other news, when I was digging through your css, I noticed that you were copying complete css files to your child theme. You might want to consider not doing that and putting all of your overwrites (changes) into the child style.css file. Its a lot easier to track changes that way. At least it is for me. Plus your not loading double the css rules that are exactly the same.

    Thanks 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: Un-shorten profile labels #26719
     sharmstr
    Moderator

    @Parkproductions How are you setting the profile header image? I’ve sorted out the css to format it, but curious how your getting the image in the containers background? I’m messing around with rtMedia featured image, but the rtmedia_featured function returns a formatted image tag when all I really need is the image src url.

    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: Gallery posts – different image heights #26648
     sharmstr
    Moderator

    To solve this for now, I’ve used your aq_resize call that you are using in your post-content-masonry and post-content-carousel files. This sets a static height and will center the image. Its not ideal for tall images, but at least its possible to read the article now.

    I cant wrap my head around a good solution for this.

    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: How to generate dummy content? #26644
     sharmstr
    Moderator

    Import the demo content located in the zip file in a folder called demo content. Instructions on how to do this are in the Documentation folder also located in the zip file.

    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: Drop Down User Menu #26538
     sharmstr
    Moderator

    Its a common question. The BuddyPress team should have enabled them by default.

    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: Drop Down User Menu #26531
     sharmstr
    Moderator

    Go into wp-admin -> appearance -> menus. Click on Screen Options and make sure BuddyPress is enabled. After that, you’ll see the BuddyPress menu options.

    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: Set homepage in KLEO, and home page title for blog #26527
     sharmstr
    Moderator

    By default, it shouldn’t be printing that out. I tried to reproduce it on my site and was unable to. By default, it should look like: http://seventhqueen.com/themes/kleo/blog. If you have Settings > Reading > Front page displays > Your Latests Posts set, then you dont need the blog page that you created. I suggested doing that because I thought you wanted to do a bunch of customization. If your site is configured to show latest posts on the front page, its not even using the Blog page you created anyways.

    I have seen something similar happen to someone else here and it was due to a plugin they had installed. His specifically was an events plugin if I remember correctly.

    Can I get a link to your site? Maybe I can find the issue.

    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: Un-shorten profile labels #26496
     sharmstr
    Moderator

    btw – I lurked your site a bit. Its looking great.

    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: Un-shorten profile labels #26495
     sharmstr
    Moderator

    You’ll have to overwrite the css for that . In your child theme, try this

    COPY CODE
    
    
    #buddypress div.profile .dl-horizontal dt { width: 200px; }
    #buddypress div.profile .dl-horizontal dd { margin-left: 220px; }
    
    

    Play around the the width and margin-left sizes until you like it.

    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 - 10,961 through 11,000 (of 11,328 total)

Log in with your credentials

Forgot your details?