Forum Replies Created
-
Author
-
April 4, 2017 at 17:07 in reply to: Visual Composer Template Library import not working with theme – vc_remove_element issue #157580AbeKeymaster
Hi, can you let me know what elements aren’t available? We don’t remove any new elements
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterIf you have 512MB already then it is a plugin causing it. Probably a code goes in a loop. Connect by FTP and rename some plugin folders from wp-content/plugins to disable them and retest. Or if you can go to WP admin just disable them from Plugins page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, it should have to do with the udpate. try to reset your password please since we don’t interfere in the users login process.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterTry to follow this link and increase PHP memory limit to recommended 128MB and see how it goes. You can contact your hosting and let them know that you need to increase PHP memory_limit directive to 128MB
http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterAwesome. We wanted to make some additions but indeed they worked only in some site styles scenarios so rolling back for now 🙂
Please don’t forget to rate our theme 5 stars on Themeforest. It will greatly help us to develop cool new features and improvements
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, sorry for that. Quickly update files in kleo/buddypress/css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.AbeKeymasterIn this shortcode only by CSS can be disabled.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, please upload all the files in the archive attached in the active 4.2 theme and let me know how the elements behave.
The zip attached contains just the files modified so it is just a patch to the theme version. All files should be replaced on the server with the ones from the archive.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.AbeKeymasterHi there, I removed the bold statement from the app.css and will release a minor version today.
Also can you put screenshots with any elements from buddypress you see changed?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, enable
Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.Please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 1, 2017 at 05:06 in reply to: Editing wooCommerce templates to enable a custom Shop page #157343AbeKeymasterHello, the template in charge for the shop page is archive-product.php
https://github.com/woocommerce/woocommerce/blob/master/templates/archive-product.phpIf we don’t override it in the main theme you can always just copy the file from woocommerce/templates into kle-child/woocommerce and edit it there.
We try to override as few files as possible for better update compatibility but any file from woocommerce templates can be copied and overriden in the child theme.
Hope it helps
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThanks, let me check and get back to you with a solution
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterDo you have a test account to test it live?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi there, the screenshot is from the main menu? I can’t figure out the section. We done some changes but nothing that big to impact old styling.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, that is a bbPress plugin functionality and we don’t interfere in the logic. You should check bbPress forums or try to reach a programmer to help change the order of display.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, the snippets show now on the documentation. See those examples please:
https://archived.seventhqueen.com/documentation/kleo#login-redirectHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 30, 2017 at 11:25 in reply to: After update to latest KLEO version, groups description text is cutoff. #157193AbeKeymasterHi, we limited the height for only two lines of text since it could get ugly in some scenarios but if you want it full text then you need to add this custom css to your child theme style.css or in Theme options – Quick CSS section:
COPY CODE.buddypress div#item-header div#item-header-content p:first-child { overflow: visible; text-overflow: inherit; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThanks for reporting the documentation issue, I am fixing it right now.
Will talk with the Design dept to see what we can do to. Basically we created the theme pages where you have access to KB and to search in existing tickets.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 29, 2017 at 15:20 in reply to: The theme is not properly RTL – too many changes to be done in the layout – refund request #157082AbeKeymasterNot marked as solutionAbeKeymasterMaybe enable it so I can check since I can’t reproduce it locally or on the demo. Have you checked the Facebook login on the demo? Also make sure to have the latest theme version installed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, there shouldn’t be that hard, it is all done with Visual Drag&Drop interface. Check out these tutorials. You need to edit that page and edit the elements from the page, in this case the News Puzzle shortcode. https://archived.seventhqueen.com/general/article/getting-started-visual-composer
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou can edit the shortcode and put 4 on one line
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterWEll I see you are using other plugin for social login and shouldn’t be related to the theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, you just need to update K-elements plugin to render and interpret the shortcode.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, they need to give access to their email from the popup that appears. Try with a different Facebook account or remove your app from that user permissions in Facebook
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, do you have an error log?
This seems to be caused by a line of code and a specific PHP version. You need to re-download the theme from Themeforest and manually update over FTP. Here is more info about updating over FTP https://archived.seventhqueen.com/kleo/article/updating-the-themeYou can update the whole theme folder or just wp-content/themes/kleo/lib/importer/import.php which is the file causing that error.
Let me know if you need more guidance.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHey there, sure thing, you can send an email with your requests at dev@seventhqueen.com to get a quote and discuss details.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, make sure to redownload the theme and upload all files again, could be some file corruption problem.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGlad to hear it works. There was a problematic file that was updated after about 4 hours from the initial 4.2 update and re-downloading the package fixed that.
All the best
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterIf it does not work just give me FTP access and I will update the problematic file
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts