edmunek
Forum Replies Created
-
The builder on that website is wpBakery page builder.
Disabling it and enabling Gutenberg did not solve the issue.
on one of my test websites (where Elementor is used) the plugin works, so I can only imaging it is something at wpBakery page builder which would not allow me to use your plugin.
sadly on the test empty webpage where your plugin allows me to insert gallery into post/page, seems to be very unresponsive with loading 50-100 images at once into the gallery.
the files are already uploaded but as soon as I am selecting these files to be added to gallery, the faded/black screen comes on, the spinning wheel keeps on going forever (left it for an hour, no luck).
If I will add images in batches of 10-15, it will allow me to add all images.
should I open a new ticket about this?
I am thinking about abandoning wppage bakery builder and moving to completely new builder/theme, so at the same time I am looking for a new gallery plugin for the new website.
Finally, last question. if a basic or pro package will be purchased, would the functionality of masonry galleries remain with the plugin after a year (based that I am performing a one-off purchase and not extend the support after a year?)Hmm.. I have kind of copied and pasted the code you have given me,
changing the page_id and making sure that code is loaded,
but it does not workConsole only throws:
Uncaught TypeError: Cannot read property ‘undefined’ of undefined
at Object.reportError (xfbml.customerchat.js:65)
at Object.applyWithGuard (xfbml.customerchat.js:65)
at l (xfbml.customerchat.js:79)
at d (xfbml.customerchat.js:83)
xfbml.customerchat.js:65 Uncaught TypeError: Cannot read property ‘undefined’ of undefined
at Object.reportError (xfbml.customerchat.js:65)
at Object.applyWithGuard (xfbml.customerchat.js:65)
at l (xfbml.customerchat.js:79)
at d (xfbml.customerchat.js:83)As mentioned at the beginning, I am a complete noob when it comes to coding so please accept my apologies for not fully understanding what are you asking me.
At some point, I was even thinking about maybe changing it in such a way, that container which holds the ChatBubble would remain hidden (see screenshot):
and once Chat button would be pressed, the divs style would change but the div on the page does not have any id to which I could reference it to.I know that you might be busy, but do you know when the change could have been added for the bubble to remain “hidden” until “Chat” button would be clicked?
(And I am really sorry for being such a pain… just learned how to changed css (express learning in 3 nights) on some galleries for website to finally look better)
Thank you. Will test with newer version and let you know
: Uncaught ArgumentCountError: Too few arguments to function gmediaPermalinks::gmedia_post_thumbnail(), 2 passed in /home/blue/domains/blue.co.uk/public_html/wp-includes/class-wp-hook.php on line 286 and at least 3 expected in /home/blue/domains/blue.co.uk/public_html/wp-content/plugins/grand-media/inc/permalinks.php:242
Stack trace:
#0 /home/blue/domains/blue.co.uk/public_html/wp-includes/class-wp-hook.php(286): gmediaPermalinks->gmedia_post_thumbnail(‘<img class=”ada…’, 8978)
#1 /home/blue/domains/blue.co.uk/public_html/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘<img class=”ada…’, Array)
#2 /home/blue/domains/blue.co.uk/public_html/wp-content/themes/uncode/partials/elements.php(1563): apply_filters(‘post_thumbnail_…’, ‘<img class=”ada…’, 8978)
#3 /home/blue/domains/blue.co.uk/public_html/wp-content/themes/uncode/woocommerce/content-product.php(101): uncode_create_single_block(Arr inStrange… never been in a situation that I couldn’t express my gratitude to the person that helped me. Anyway – Thank you wooninjas.
You are a star man… you are absoluteluy correct. Adding additional code just allowed me to access my admin panel from a different domain.
I have followed the solution from this side:
http://stackoverflow.com/questions/14338559/cant-access-wordpress-dashboard-in-an-iframeand changed htaccess. this has solved my problem.
I am aware of the risks which I have brought, but because I do use specific way to login to my pages, this won’t really affect me.
Please let me know, how I could reward you for your contribution.Would love to know what do you mean by console log and how to acccess it. I know programming very well, but unfortunately not the php and not the wordpress. I live in Linux and bash so php for me is easy to read, but not easy to develop. I will look into those links just in a matter of minutes. Just need to do some paid work (business duties) 🙂
Ok.. maybe I have used the wrong wording.
Yes.. debug = true was setup plus the code was added.
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, true);Still nothing. blank page
Hi wooninjas, as mentioned in the first post, I have enabled the debugging and added extra code to catch errors but page remains blank. Thanks for still looking into it. I have just arrived to the office. If a quiet day is coming up, I should be able to still dig through this to narrow the problem down.
Hah… I just found out that in some really weird way – this is a good security feature 😀 😀 my website will be available under the second address where the admin panel is only accessible by the original domain name. I don’t like it, but if everything will fail to make it working, I may (probably) have to get used to it, or change hosting and start from the beginning. Maybe even start with wordpress from a scratch which is giving me a headache. Never ever was defeated by machine so badly
Thanks… that’s what I thought originally and this is why I am still paying for hosting, even if I do have my own www server at home (raspberry), however without static IP address :/
I did, unfortunately after the whole day no one has responded. I am even thinking about quickly moving hosting, maybe tomorrow or at least until the end of this week. Literally running out of ideas, why this is so unfriendly today. Looks like a simple process but fails completely and without any trace why. Backup has been made, however I am leaving the office soon so probably will continue from tomorrow morning with moving wordpress to the root or different hosting service. Can’t continue with this tonight because wife was just complaining, that tyre in her bike is flat again and I have just replaced the inner tube yesterday :/
Funny enough, I do have a web server at home (raspberry pi) but don’t know if this would be enough for hosting my own website when I constantly have to watch out for my dynamic IP address (currently I am using free no-ip.org). Anyway – thank you guys for looking into this so far, we will continue with it tomorrow ok?I do have access to phpMyAdmin however I do have a strange feeling that it might have something to do with the hosting itself but can’t be sure. Srange enough, because it works absolutely fine from native address ( fotografiajankowscy.boo.pl ) but not from the forwarding domain. Why? Really hard to tell and really don’t know why wordpress is loading without any issues at all, but not the admin page. I will move the page and continue to dig unless wooninjas is super happy to check the files by himself.
.htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
