Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter Patrixer

    (@patrixer)

    Hello @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

    Thread Starter Patrixer

    (@patrixer)

    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.

    Thread Starter Patrixer

    (@patrixer)

    Good 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!

    Thread Starter Patrixer

    (@patrixer)

    Hello!

    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 ?

    Thread Starter Patrixer

    (@patrixer)

    But 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 WordPress

    Thread Starter Patrixer

    (@patrixer)

    Hello,

    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.

    Hmm.. 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.

    Hello, 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 ?

    Hello,

    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

    Thread Starter Patrixer

    (@patrixer)

    Hi, 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.

    Ok, everything done. Now, after reinstall it works like a charm.
    By the way, I found a bug(?), you can see it here

    And 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.

    Hello again, I will reinstall plugin now.
    video_title is varchar for 20 chars (varchar(20)).
    Thanks for help, I hope reinstall will work!

    I 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

    Shortcode 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.

    I don’t know if I understood you…
    Here is video player setting: here
    Here is video gallery setting: here
    When I open gallery in admin (manage gallery) and choose my gallery, I have only one checkbox named “exclude” but it’s empty (not checked) for all videos.

    Greetings,
    Patrick.

Viewing 15 replies - 1 through 15 (of 22 total)