CreaFlow
Forum Replies Created
-
hi,
i had the same issue but found 2 solutions together with support -> look here ->
https://wordpress.org/support/topic/koko-analytics-only-visible-for-admin-users/#post-12937064
Thanks for your help!
I wrote some code into my functions.php – for those who also like to avoid a plugin for this action >>
// koko analytics: access for editors
$role = get_role( ‘editor’ );
$role -> add_cap( ‘view_koko_analytics’ );thanks a lot for your update!
you were right, the white screen has disappeared…Forum: Plugins
In reply to: [Advanced Custom Fields (ACFยฎ)] ACF and WordPress 5.0 / Gutenberg?Hi,
i’m also experiencing problems with Gutenberg and ACF. When the ACF metabox is on the right side in the document panel, entered field values won’t save. Funnily though it is working, when i let those fields appear after the content on the bottom of the page.
Hopefully you can do something soon.. Thanks!
- This reply was modified 7 years, 4 months ago by CreaFlow.
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] FooBox cannot be loadedHi bradvin,
just activated the debug mode and now everything’s working – no console error logs anymore ๐ Strange enough.. maybe you wanna have a look?
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Looking for font awesome csssame issue here
hi,
sounds great – would be really nice if you could tweak those things..
i’m looking forward to it!thanks for your help ๐
martinQuite the same here:
TypeError: undefined is not an object (evaluating ‘window.userSettings.uid’)
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Submitted URL marked โnoindexโI also have this issue, any new ideas how to solve this?
Forum: Plugins
In reply to: [Advanced Editor Tools] Settings page empty / editor not working anymoreBecause we didn’t get an answer i digged deeper into this.
I found a solution:
Open tinymce-advanced.php in the plugin root folder,
and replace the code line at 125 to the following:add_action( ‘plugins_loaded’, array( $this, ‘set_paths’ ) );
i deleted “, 50” and now it works again ๐
would be great if this will be corrected in the next version of the plugin.
Forum: Plugins
In reply to: [Advanced Editor Tools] Settings page empty / editor not working anymoreWould be great if we soon get a solution for this, the pages need to be altered in order to go online…
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor not showing up / stopped workingHi,
thanks for your ideas!
Now i found out, that i got really old tinymce advanced code in my functions.php – i deleted it and now the editor works again! ๐
Problem solved ๐
Best regards, Martin
Forum: Plugins
In reply to: [WooCommerce] Thumbnails not showing since WC 3.3+i’ve found the two files within the theme folder. but i’m not sure if the problem really persists there. i’m not having problems in the single product view. the thumbnails are not shown on the archive pages.
in the file content-product.php i’ve found the following code:
<div class="product-image"> <a>"> <?php /** * woocommerce_before_shop_loop_item_title hook * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 */ do_action( 'woocommerce_before_shop_loop_item_title' ); ?> </a> </div>but there is no code for the thumbnail..
any ideas?Forum: Plugins
In reply to: [WooCommerce] Thumbnails not showing since WC 3.3+hi!
thanks for your infos. i also read the two linked articles.
the code in functions.php was only a try, i deleted it after it didnt change anything.but it doesnt help, i really dont know how to get woocommerce to show the correct thumbnails. the strange thing is that it worked initially after activating the new image dimensions in customizer. but after the background regeneration process started it stopped working.
any ideas what i can do?
the next problem is that the shop template is quite old and there wont be any updates anymore because the development for it stopped a long time ago.
- This reply was modified 8 years, 1 month ago by CreaFlow.
Forum: Plugins
In reply to: [Event Organiser] Full calendar is loading endlesslyhi stephen,
thanks for your help. in between i found out that it had to do with my security plugin “all in one security”. there was a feature which i had enabled:
—
users enumerationThis feature allows you to prevent external users/bots from fetching the user info with urls like “/?author=1”.
When enabled, this feature will print a “forbidden” error rather than the user information.
—with this setting turned off it works again ๐
thanks again and have a good day!