Forum Replies Created

Viewing 40 posts - 4,121 through 4,160 (of 11,328 total)
  • Author
  • in reply to: Styling Image Caption #74324
     sharmstr
    Moderator

    Every wp page type as a body class that has the type. So try this

    COPY CODE
    
    .single-post .wp-caption p.wp-caption-text {
     float: left;
     margin-top: 15px;
     margin-left: 20px;
     border-left: 1px solid #e7e7e7;
     font-size: 13px;
     line-height: 18px;
     text-align: left;
    }
    
    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: Change User Xprofile Section Icons #74323
     sharmstr
    Moderator

    There’s a stick topic for that: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons#post-15756

    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: cannot see the input box #74321
     sharmstr
    Moderator

    Try this css. Adjust the color as you want.

    #rtmedia_album_name {
    border-color: #000 !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

    in reply to: how to use the dark theme like your demo shows? #74320
     sharmstr
    Moderator

    There isnt a switcher in the theme. There’s one on the demo because they dont allow users to access the backend to change the colors. You need to use theme options to change the theme colors.

    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: Is is possible to add variables to the redirect? #74307
     sharmstr
    Moderator

    I’m guessing you mean login redirect. If so, use Peter Login Redirect plugin. He’s has a [variable]username[/variable] variable that you can use.

    COPY CODE
    
    http://yoursite.com/members/[variable]username[/variable]/profile
    
    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: My Post are not showing up in my blog #74304
     sharmstr
    Moderator

    respond privately with a link and admin credentials.

    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: product variables not working #74303
     sharmstr
    Moderator

    Dont do that. Update to Kleo 3.0.7

    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: Profile Picture Display Issue #74302
     sharmstr
    Moderator

    It doesnt go in that file. It either goes in your child theme style.css file or in Theme Options > General > Quick CSS.

    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: Background Transparency? #74175
     sharmstr
    Moderator

    WO-man. Whoop.

    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: Image separator #74152
     sharmstr
    Moderator

    It was a css issue, not a a jquery issue. Your site isnt throwing errors.

    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: Adjust or Remove "Quick Shop" and "Add to Cart" #74149
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .shop-actions {
        display: none;
    }
    
    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: Visual Composer Layout Breaks #74147
     sharmstr
    Moderator

    The developers have been notified. https://archived.seventhqueen.com/forums/topic/facing-style-issue-in-fancy-list

    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: Image separator #74146
     sharmstr
    Moderator

    Respond privately with a link and admin credentials.

    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: Background Transparency? #74116
     sharmstr
    Moderator

    The containers are already transparent, but you cant tell since the background is set on the main container.

    COPY CODE
    
    .container-wrap.main-color {
        background-color: transparent;
    }
    

    Then set a background on the left and right containers 🙂

    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: Cannot see or modify product description #74115
     sharmstr
    Moderator

    You need at least 128mb. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    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: Cannot see or modify product description #74111
     sharmstr
    Moderator

    enable one by one to 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: Image separator #74108
     sharmstr
    Moderator

    kleo doesnt call jquery-migrate.js. Its coming from a plugin. Disable plugins one by one to find it. Or you can temporarily enable the WP 2015 Theme to see if you still have the issue and rule out a theme 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: Header Theme Option not updating #74106
     sharmstr
    Moderator

    Try putting this in your child themes functions.php file.

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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: Cannot see or modify product description #74105
     sharmstr
    Moderator

    Regarding the image. So, are we thinking its a css issue now? In other words, you can actually edit it, you just cant see it because of the text color?

    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: Cannot see or modify product description #74104
     sharmstr
    Moderator

    Couple of other things to check

    1 – Did you purge any cache or cdn you have in place?

    2 – Do you have any old kleo files and/or functions in your child theme? You can check this by enabling the kleo parent theme.

    3 – I didnt see that you have verified if its a plugin issue by disabling everything except what comes with Kleo.

    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: Relocate "add to wishlist" on product page #74101
     sharmstr
    Moderator

    Kleo doesnt handle that. The plugin does. Check out the Position selector in the plugin settings.

    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: Category File #74097
     sharmstr
    Moderator

    kleo doesnt use them. however you can create them. all the information you need is in the wp codex

    https://codex.wordpress.org/Author_Templates
    https://codex.wordpress.org/Category_Templates

    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: Cannot see or modify product description #74096
     sharmstr
    Moderator

    I had a site running WP 4.3, Kleo 3.0.7, Woo 2.4.4. I could edit the descriptions. I updated to Woo 2.4.5 and could still edit the descriptions.

    What happens when you temporarily enable the WP 2015 theme. Do you still have issues?

    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: Cannot see or modify product description #74094
     sharmstr
    Moderator

    In the meantime, look for other plugin conflicts please.

    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: Cannot see or modify product description #74093
     sharmstr
    Moderator

    Got it. Let me see if I can reproduce. Hold tight.

    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: Cannot see or modify product description #74092
     sharmstr
    Moderator

    So, you upgraded to Kleo 3.0.7 which came out about 3 hours ago. It was working fine, then within the last 3 hours you upgraded WP and Woo and now its not?

    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: WP_Widget Depreciation in 4.3 #74090
     sharmstr
    Moderator

    Turn off debugging in wp_config.php https://codex.wordpress.org/WP_DEBUG

    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 Remove the Free ribbon #74087
     sharmstr
    Moderator

    I dont think so. Its been discussed. Search for more info.

    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: Cannot see or modify product description #74086
     sharmstr
    Moderator

    Have you upgraded to Kleo 3.0.7?

    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: /members #74084
     sharmstr
    Moderator

    That is handled by buddypress, not kleo. They have information on how to create “screens” (thats what they call them) in their online documentation. If you need further assistance you can ask on their forum.

    https://codex.buddypress.org/developer/deprecated/bp_core_add_nav_item/
    https://codex.buddypress.org/developer/deprecated/bp_core_add_subnav_item/
    https://codex.buddypress.org/plugindev/taking-benefits-from-buddypress-settings-to-add-your-plugins-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: Facing Style issue in Fancy list #74048
     sharmstr
    Moderator

    Just a quick note to let you know the developers are aware of this and are working to get it resolved. It was due to the latest WP update.

    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 Remove the Free ribbon #74044
     sharmstr
    Moderator

    Please search before posting.

    https://archived.seventhqueen.com/forums/topic/how-to-disable-labels-free-new-etc-on-product-listing-page#post-41103

    Adding images to Kleo’s version of mega menu is not possible.

    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: Boxed & Wide layout change #74043
     sharmstr
    Moderator

    Every wp page has a body class that has a selector for the type of page which makes it easy to apply css to a page type.

    COPY CODE
    
    
    .single-product .container-full {
    padding: 30px;
    }
    
    
    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: Change Masonry Listing Color #74031
     sharmstr
    Moderator

    Put it in theme options > general > quick css or in kleo-child/style.css

    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 enable the child theme page? #74030
     sharmstr
    Moderator

    Its in the documentation: https://archived.seventhqueen.com/documentation/kleo#install-from-admin

    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: Comments not appearing for custom post type #73982
     sharmstr
    Moderator

    If the same thing exists, then its not Kleo screwing it up. Perhaps you have another plugin causing the issue. Maybe ask on the Types forum.

    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: tagline #73970
     sharmstr
    Moderator

    Did you keep the directory structure? i.e. /kleo-child/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: Featured Thumbnails not appearing with Kleo #73969
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Featured Thumbnails not appearing with Kleo #73965
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: tagline #73961
     sharmstr
    Moderator

    Do you have your child theme enabled? Did you clear your cache?

    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 - 4,121 through 4,160 (of 11,328 total)

Log in with your credentials

Forgot your details?