Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)
  • Thread Starter mikechalmers

    (@mikechalmers)

    Okay, I have discovered this is because there are no Tiktoks available under the hashtags I used

    And also you shouldn’t use “#” and just have the text.

    My fault, sorted now.

    Thread Starter mikechalmers

    (@mikechalmers)

    Hi @quadlayers – thanks for the response.

    – In that case why is there the option of masonry or grid?

    – We have an offline test using hashtag #thesimpsons – and of the top 12 TikToks, one is a different height to the rest, so I’m not sure all videos are same height is accurate?

    Thread Starter mikechalmers

    (@mikechalmers)

    Thanks @bcworkz

    I tried disabling in functions with the following code:

    /*
    * Stop downscaling
    */
    function meks_disable_srcset( $sources ) {
        return false;
    }
     
    add_filter( 'wp_calculate_image_srcset', 'meks_disable_srcset' );

    This code works but didn’t solve my issue. Went through everything I could think of and discovered that Jetpack’s Photon was the culprit of my bad quality images.

    Thread Starter mikechalmers

    (@mikechalmers)

    @t-p I can’t see anything in this page that addresses my issue – if you can, can you tell me which part specifically?

    Thread Starter mikechalmers

    (@mikechalmers)

    Thanks for your response.

    I’m using a plugin to generate infinite previous / next post links so this is how I generate the “next” link (a right arrow):

    <?php next_post_link_plus( array(
                             'order_by' => 'menu_order',
                             'loop' => true,
    			 'link' => '&rarr;',
                             'max_length' => 30,
                             'tooltip' => 'Next',
                             'in_same_cat' => true
     ) );?>

    So I’m not sure if I can make an image a link it this way (inserting the post_thumnail into the ‘link’ in the array creates a PHP error). I’m not sure if I can use it this way as my PHP knowledge is basic.

    • This reply was modified 7 years, 9 months ago by mikechalmers. Reason: clarify
    Thread Starter mikechalmers

    (@mikechalmers)

    Perfect!

    I found files for this plugin in my wp-content/mu-plugins and wp-content/endurance-page-cahce and removed them and it now works as it should in Safari.

    Thanks for your quick and helpful response, Philipp.

    Best,

    Thread Starter mikechalmers

    (@mikechalmers)

    So I figured this one out too –

    I hid the left nav button, then made the right one 100% height & width – then hid the content of the button.

    This isn’t perfect (if there’s shorter images, the link is clickable below the image, where other slides will have content) but is workable for me – unless there is a better option.

    Cheers

    Thread Starter mikechalmers

    (@mikechalmers)

    I have also managed to correct the below issue:

    I’m also finding an issue with my slides being all different sizes and sometimes appearing to the side when another slide is active. Is the best way to solve this to have slides all same height / width (they don’t all have same aspect ratio)?

    This seems to have been caused by % margins in the container div, part of the theme template.

    Please ignore this part of the request.

    Thread Starter mikechalmers

    (@mikechalmers)

    Actually, I’ve just got initial captions appearing and will try to implement now – but if you could offer any advice with slide sizes and clicking the slide, that would be great!

    And I’ve got a second instance of the gallery running, I’ve displayed none on the img class for this slider so slides don’t appear – but now all captions in this second gallery are visible in one long line.

    Thanks

    • This reply was modified 7 years, 10 months ago by mikechalmers.
    • This reply was modified 7 years, 10 months ago by mikechalmers.
    Thread Starter mikechalmers

    (@mikechalmers)

    Hey Phillipp,

    Yes thank you – I’m hoping to try it soon but am having trouble making captions appear at all at the moment – can you help?

    I’m also finding an issue with my slides being all different sizes and sometimes appearing to the side when another slide is active. Is the best way to solve this to have slides all same height / width (they don’t all have same aspect ratio)?

    Thirdly, I would like the slider to move to next slide when the slide itself is clicked (not dragged / no arrows).

    Here is the sample versions I’m working on: https://www.cb-artland.com/slider-test/

    I realise I’m raising multiple things at this point, would you prefer me to open different threads?

    Thanks!

    Thread Starter mikechalmers

    (@mikechalmers)

    Thanks again for your reply. I can definitely see how this would work, but I’m afraid my knowledge of modifying wordpress gallery output is sadly lacking.

    If there’s a good resource for this them I’m all ears!

    Thread Starter mikechalmers

    (@mikechalmers)

    Interesting, thanks for your response.

    I’ve tested several slider plugins and so far they’ve always had something making them unsuitable.

    However, I need this to have WordPress functionality so those who can’t code can also update after the template is complete. The easier they can add, remove, edit and reorder the images and captions the better. That’s why a simple plugin would be ideal.

    Thread Starter mikechalmers

    (@mikechalmers)

    Okay the offending files returned and so did the redirect issue.

    By scanning and checking via FTP, I can tell that the main 2 affected files are the index.php in public_html and a file /uploads/2012/10/ad.php

    I’ve been working through the resources bemdesign posted and not had much luck of uncovering the root of the problem.

    A fresh install and paid malware protection are both potential options but want to try and understand the cause before we rush off into either option and end up back here in a few weeks.

    Going to try Wordfence plugin now:
    https://www.ads-software.com/plugins/wordfence/

    If anyone has any information or experience of this exploit, I’d love to hear it.

    All the best

    MC

    Thread Starter mikechalmers

    (@mikechalmers)

    I don’t know if all issues are solved yet, but the following plugin has been a big help:

    Anti-Malware and Brute-Force Security by ELI
    https://www.ads-software.com/plugins/gotmls/

    MC

    Thread Starter mikechalmers

    (@mikechalmers)

    Thanks Bemdesign,

    I did see an older version of the resources list but it looked outdated. Working on these now and will update on my progress.

    Best

    MC

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