Patrixer
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Local Avatars] Php Error after updateHello @dkotter
Thank you for your answer! However it can be something else – I’m using PHP 7.4.33 and 2.7.3 plugin version, however I didn’t try to remove comma. I will let you know, but it will probably also fix this issue
I also checked couple things:
1. When editing filter, with “more option” expanded there are exclude/include terms, but the list is empty.
2. One of my custom fields is “Food” which is not working, so I tried to make names like “food”, “_food”, “food_type”, “foodType” – but non of them work
3. I tried to prepare custom fields not only manual but by ACF plugin but same efect.
4. I tried to prepare filter by you suggestion from bottom of page: “_thumbnail_id” and it’s only one which was working, however none of option was working (filter results was empty).
5. Last thing I did was new CPT with different name from some generator (I thought my functions.php code was bad or something) but still no efect. I see it on “post type to filter” list but there are no results.
Of course meta key which I use was from DB from postmeta table. Also when I display all meta data from post by vardump there are same names as in DB.
Forum: Plugins
In reply to: [Polylang] Two domains problemGood news. I managed to make it work (anyway, I hope so 🙂 )
I use Direct Admin Panel. I chose main domain (domain1.pl) -> go to set pointer -> enter domain2.com and set as alias.
Anyway, use another browser than Firefox – it still try to redirect (cache or something) – on other browsers everything works good now.
I’ve got another questions but I will open another thread if I don’t find what I’m looking for in documentation.
Once again, thanks for great work!
Forum: Plugins
In reply to: [Polylang] Two domains problemHello!
So if I understand correctly, without polylang i should get access to site but there shouldn’t be redirection right ?
Any suggestions why that could happen ? htaccess shouldn’t do that as you can see.
How about general setting at wordpress ? I mean wordpress instalation url, I can put only one address there ?
Forum: Plugins
In reply to: [Polylang] Two domains problemBut what could conflict ? Only thing I did was installation from appinstaller on my server instead of copying/pasting wordpress instalation via ftp.
And yes, I saved permalink to create .htaccess and nothing special is there:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [Polylang] Two domains problemHello,
First one was registered over week ago, second one was registered about 40 hours ago.
I just tried to turn off polylang and nothing changed. When I enter second domain it automatically redirect to first domain.
Forum: Plugins
In reply to: [Nobs • Share Buttons] Share in New WindowHmm.. I tried couple times and:
1. I need to put script in footer not header.
2. The code is:<script type="text/javascript"> jQuery(document).ready(function($){ $('.juiz_sps_item a').colorbox({iframe:true, innerWidth:500, innerHeight:500}); }); </script>but it opens pop-up window only with title: “Share this article on Facebook” and over that title there is empty space (no html code).
I hope there is a solution for that case.
Forum: Plugins
In reply to: [Nobs • Share Buttons] Share in New WindowHello, I have same problem, and I installed that plugin, but your code doesn’t work for me.
jquery colorbox is installed and in header I added:
<script type="text/javascript"> jQuery(document).ready(function($){ $("li.juiz_sps_item a").addClass("iframe cboxElement"); $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); }); </script>but still doesn’t work, any ideas ?
Forum: Plugins
In reply to: [Attachments] Attachments show list items in postsHello,
It would be nice if you could write what you have done. I have exact problem but I don’t figured it out yet.
Cheers
Forum: Plugins
In reply to: [Firelight Lightbox] Title works on widget, on gallery it isn'tHi, no, I didn’t write there but I will do it right now.
If someone will help, I will write here how to do it.Forum: Plugins
In reply to: [Cool Video Gallery] Issues with CVG Ver 1.8Ok, everything done. Now, after reinstall it works like a charm.
By the way, I found a bug(?), you can see it hereAnd I upgraded plugin like that:
Admin Panel -> plugins(1) (so I knew that something was updated) -> I saw that your plugin was updated, so i clicked changelog -> after reading changes, I clicked update plugin (I’m not sure but It was in right corner of popup window with changelog) -> new page opened with inscription: “downloading cool video gallery …”. Thats all.Big thanks for your support here!
Anyway, have you ever thought about translating your plugin ?
If you are planning that, I can make polish translation.
My e-mail is: [email protected].Once again, thank you.
Forum: Plugins
In reply to: [Cool Video Gallery] Issues with CVG Ver 1.8Hello again, I will reinstall plugin now.
video_title is varchar for 20 chars (varchar(20)).
Thanks for help, I hope reinstall will work!Forum: Plugins
In reply to: [Cool Video Gallery] Issues with CVG Ver 1.8I added same gallery with showcase, playlist and slideshow option, and on playlist I have
Task Queue failed at step 5: Playlist could not be loaded: XML could not be parsed or playlist was empty
on the others there is gallery not found
Forum: Plugins
In reply to: [Cool Video Gallery] Issues with CVG Ver 1.8Shortcode is: [cvg-gallery galleryId=’1′ mode=’showcase’ limit=’20’ /]
And I checked database, but in wp_cvg_videos I don’t have exclude column.
I will try to uninstall and install again your plugin if you don’t have any ideas.
If it still doesn’t work, I will give you admin details.Forum: Plugins
In reply to: [Cool Video Gallery] Issues with CVG Ver 1.8