Forum Replies Created

Viewing 40 posts - 3,961 through 4,000 (of 11,328 total)
  • Author
  • in reply to: pho for 3 column template with custom sidebar? #75910
     sharmstr
    Moderator

    You can call the kleo_switch_layout(‘3lr’) function in your template, or you can copy the kleo_switch_layout function (found in kleo/functions.php to your child theme and do a if get_post_type() == ‘yourcpt’ check to load 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: Issues and Questions #75909
     sharmstr
    Moderator

    Appearance > Widgets

    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: Error while saving and Mobile View Problem #75908
     sharmstr
    Moderator

    Site loaded fine. Its not slow. I was able to upload media fine. Your theme options saved fine (I changed your header text color to red as seen in your site name (logo)). I was able to add a new menu item called test. Basically your site is fine. Perhaps the issue is your internet connection.

    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: Theme setting (stiling options) #75906
     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: Problems Upgrading to 3 and 3.0.7 #75782
     sharmstr
    Moderator

    Sorry I dont have any. You can open another topic and perhaps one of the 7th queen people can assists. I’m a user like you and I dont use digital downloads.

    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 #75759
     sharmstr
    Moderator

    Okay. Give me a link, admin access and ftp access. Respond privately.

    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 images in the activity tag #75740
     sharmstr
    Moderator

    I dont see that you added the additional code I gave you. That is the code that will round out the border.

    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: Geodirectory listing page fullwidth map #75691
     sharmstr
    Moderator

    Hi Miriam,

    Please read the thread again. His issue was that he had a custom general-before-wrap.php, not that he put my code in there. Look at my first response. That’s what you need to do.

    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: Probleme on the hover on one post #75674
     sharmstr
    Moderator

    Thank you 🙂 I’m not sure why its happening except that it happens when the featured image isn’t wide enough. My code will make the images fill the container if they aren’t wide enough.

    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: Hiding / Disabling / Deactivating Users #75668
     sharmstr
    Moderator

    All of the ones I’m aware of delete the user and their content. Try asking on the buddypress and/or bbpress forums. Bigger audience there.

    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: jQuery navbar align setting #75664
     sharmstr
    Moderator

    Its css code, so 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: Rtmedia/buddypress/Kleo #75662
     sharmstr
    Moderator

    Your site is throwing a ton of jquery errors. Once jquery hits and error, it will stop processing further jquery code. The media button on status updates only shows itself when you click in the box. It does that using jquery. Fix your errors and it will probably 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Probleme on the hover on one post #75657
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .caroufredsel_wrapper img {
        width: 100% !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: K-Elements – WP-admin Whitescreen #75656
     sharmstr
    Moderator

    Enable debugging, making sure you set WP_DEBUG_DISPLAY to true, and tell us what the error is: 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: jQuery navbar align setting #75655
     sharmstr
    Moderator

    try this

    COPY CODE
    
    li.menu-item-7267>a {
        display: inline;
    }
    
    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: Sidebars not displaying #75654
     sharmstr
    Moderator

    I see several pages with sidebars.

    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: Problems Upgrading to 3 and 3.0.7 #75648
     sharmstr
    Moderator

    I’ve seen one mention of that error, but they didnt indicate how it was fixed. Some things to check

    1 – Do you have custom code in your child theme that isnt compatible?

    2 – Were Kleo files corrupted during install?

    3 – Did you purge your cache/cdn if one is in place?

    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: bbpress forum #75647
     sharmstr
    Moderator

    The free WP 2015 Theme

    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

    Its only for use with the Kleo Post shortcode. Visual composer’s post grids no nothing of that 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: Error while saving and Mobile View Problem #75644
     sharmstr
    Moderator

    Hard to say at this point. Are you developing locally as indicated above? If not, provide a link and admin access and I’ll have a look.

    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: bbpress forum #75641
     sharmstr
    Moderator

    Did you ask on the bbpress forum? :https://bbpress.org/forums/ Make sure you explain that it happens on the 2015 theme

    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: Products stretched on site #75640
     sharmstr
    Moderator

    try this in your quick css

    COPY CODE
    
    .woocommerce ul.products li.product figure > a {
        height: auto !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: After logging in redirect to another page #75600
     sharmstr
    Moderator

    Theme options > Misc > Login redirect

    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 Breaks my site #75532
     sharmstr
    Moderator

    Please read the link I gave you. It tells you to put it in wp_config.php. And I also said to allocated 128mb, not 64mb.

    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 Breaks my site #75517
     sharmstr
    Moderator

    Increase the memory allocated to WP: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ You need at least 128mb or more depending on what plugins you plan to run.

    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: Error while saving and Mobile View Problem #75515
     sharmstr
    Moderator

    Sorry, I think I may have confused this with another ticket. Did you edit your wp-config.php file at all?

    If not, it appears youre developing locally. Perhaps your local db needs to be restarted.

    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: Error while saving and Mobile View Problem #75514
     sharmstr
    Moderator

    Did you download the wp-config.php file from your server before you edited it? If not, then you’ll need to restore that file from backup because now its missing your db and other important information.

    If you did download it from your server first, then perhaps you edited it 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: profile images in the activity tag #75507
     sharmstr
    Moderator

    Add this as well

    COPY CODE
    
    .activity-avatar {
        border-radius: 100% !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: Error while saving and Mobile View Problem #75505
     sharmstr
    Moderator

    I strongly suggest you enable and configure the child theme. If you add the code I gave you to kleo/functions.php, it will be removed with every Kleo update. I have some information on how to switch the the child theme if you’ve already have the main theme configured: http://sharmstr.com/saving-importing-and-exporting-kleo-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: Cannot see or modify product description #75503
     sharmstr
    Moderator

    Here’s instructions on how to increase the memory allocated to PHP. Set it to at least 128mb

    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    I believe the reason why its working in 2015 theme is that the 2015 theme uses less 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: bbpress forum #75450
     sharmstr
    Moderator

    I’m not a bbpress expert. You’ve ruled out kleo causing the problem, so have you asked on the bbpress forums?

    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 #75449
     sharmstr
    Moderator

    Did you ever increase your 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: Issues and Questions #75448
     sharmstr
    Moderator

    Dumb comment about item being your portfolio. Duh. 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: Issues and Questions #75446
     sharmstr
    Moderator

    Turn off parallax on your slider since you’re not using it and its those values that seem to be changing.

    Assuming your portfolio is items, I dont see any gaps.

    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: Issues and Questions #75406
     sharmstr
    Moderator

    1 – 406 errors are usually an indication of a miss configuration on your server: http://www.inmotionhosting.com/support/website/error-numbers/406-error

    2 – Have to see a link.

    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: Theme setting (stiling options) #75379
     sharmstr
    Moderator

    Your cloudfare is probably still serving the old file. You need to ensure that you are purging the cdn when you make changes. If possible, its best to exclude /uploads/custom_styles/dynamic.css from your cdn all together.

    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: bbpress forum #75376
     sharmstr
    Moderator

    Your caching plugin is still enabled though. Clear your cache and disable it. If forums doesnt come back, then temporarily enable the 2015 Theme. If its still doesnt show up, then its not Kleo and you’ll have to ask over on the bbpress 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: bbpress forum #75361
     sharmstr
    Moderator

    For your second question, please read the buddypress codex: https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    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: bbpress forum #75360
     sharmstr
    Moderator

    1 – Do not enable group forms for buddypress. As it states, use bbpress. So, dont change anything there. Leave it the way it is.

    2 – In every case I’ve seen, a plugin conflict causes a menu item to disappear. Disable all of your plugins except k-elements, visual composer, buddypress and bbpress. The forum menu item should return. If it does start enabling your plugins one by one until you find the conflicting plugin.

    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: Theme setting (stiling options) #75355
     sharmstr
    Moderator

    Try this in your child theme’s functions.php file.

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    Go back to your theme options, makes some changes and save. If they changes dont show up, 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 - 3,961 through 4,000 (of 11,328 total)

Log in with your credentials

Forgot your details?