Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #955575

    Hey Team

    I am having a display issue on my website at http://meditation-indianapolis.org. You will find a featured image slider at the top of the homepage. The arrows and dots appear, but the image doesn’t. an investigation into inspect element shows that the images and links are being coded, they simply aren’t rendering. We are running WP 4.9.5

    Can you look at this and tell me what I need to do? If the slider works, please view in an incognito browser.

    Thanks

    #955905

    Hey kelsangwangpo,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #955931

    Hi Basilis
    Based on your reply my conclusion is that I haven’t clearly explained my issue.

    We are using elements that are part of the theme. The slider element is not displaying the image. I cannot figure out why. Can you tell me why the slider isn’t working?

    Cheers

    #955972

    Hi,

    Thanks for the clarification. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #955989

    Thanks Rikard. Let me know if you need anything else.

    Just an FYI, the banner should link to the same posts as are found in the special events link in the menu.

    Cheers

    #956218

    Hi,

    Thanks for that, though the login details are not working. Could you check and verify them please?

    Best regards,
    Rikard

    #956748

    Sorry about that. I just updated the password.

    #957285

    Hi,

    Thanks for that, I’m not sure exactly what is going on there but I think it’s due to either your caching or optimisation plugin. Could you try to clear the cache from them and leave them disabled to see if that helps please?

    Best regards,
    Rikard

    #957320

    Hi Rikard

    I tried disabling the plugins as you suggested. Nothing changed. I also tried putting the slider on a new page. No success.
    What can we try as the next steps?

    thanks
    Wangpo

    #958624

    Hi Wangpo,

    Can you please have the Appearance > Editor enabled?

    Best regards,
    Victoria

    #958856

    Done. Enjoy!

    #959187

    Hi,

    Thank you.

    Best regards,
    Victoria

    #961348

    Thanks Victoria

    After some playing around I got it to work. However, I noticed that the old slideshow_feature_image.php that was in the child theme stopped functioning. I had adjusted it according to the instructions here.

    So, can we recreate the following three changes in the new file design that was established in your recent release?
    1) Remove the title altogether?
    2) Make the images clickable and
    3) Link the image to the post from which they are drawn? (Make the title click functionality apply to the image).

    Thanks so much for helping us to correct the design according to your new code.
    Cheers

    #962929

    Hi,

    Create a folder called “slideshow_feature_image” then move the file inside. It’s the new structure of the shortcodes. You may want to get a new copy of the file from the parent theme folder first and re-add the modifications.

    Best regards,
    Ismael

    #962947

    Thanks Ismael

    It seems that the new code structure requires additional changes that were not needed previously. I looked at the new file and noticed that it was vastly different, with several hundred lines of new code. Also, the specific lines of code that I previously edited have been re-written. All the same I attempted to apply the edits again, and found that I had no success.

    One of the edits in the previous set of instructions was simply to comment out a line of code; the lack of results in the present version means I will require more feedback on how to make these changes happen.

    I appreciate the help. I wasn’t expecting this to be so time intensive either.

    Cheers
    Wangpo

    #964098

    Hi Wangpo,

    The comment out part is here
    Image 2018-05-30 at 11.51.48.png
    The replace part is here
    Image 2018-05-30 at 11.52.40.png

    The file version is from Enfold 4.4.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #964565

    Thanks Victoria,

    I updated the theme. I have the changes live. Even having fulfilled those two conditions, the change is not showing up on the front-end of the site. We are still seeing the text and the images are not clickable.

    Is there further code I need to adjust?

    Cheers
    Wangpo

    #966528

    Hi Wangpo,

    Can you please point us to the page where this element is used?

    Best regards,
    Victoria

    #966578

    Hi Victoria

    It is on the site http://meditation-indianapolis.org. the slider is the first thing on the homepage below the menu.

    We are wanting the overlay text to be gone and the whole image to be clickable.

    Thanks

    #967718

    Hi,

    Look for this code around line 754:

    $html .= "<li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>";
    $html .= $caption;
    $html .= "</li>";
    

    You need to wrap the list inside a link as previously suggested.

    $html .= "<a href=".$link."><li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>";
    $html .= $caption;
    $html .= "</a></li>";
    

    Best regards,
    Ismael

    #968295

    I have commented out line 724 and replaced lined 754. There is no visible change to the slide.

    I think the change is more cumbersome than before, but I cannot figure out. I have tried removing all sorts of variations of the caption commands, but the caption will not disappear.

    I confirmed the file is placed the same location for my child theme
    …/enfold-child/config-templatebuilder/avia-shortcodes/slideshow_feature_image

    and noticed there is a new css file just for the slideshow. Are there further changes we need to make there, or elsewhere in the file?

    I appreciate all the work as you continue to dig around the new code.

    Cheers

    #970922

    Hi,

    Thanks for the update.

    Looks like you’re trying to do this modification in the child theme. You have to rename the folder from “config-templatebuilder” to “shortcodes”.

    Best regards,
    Ismael

    #971457

    Thanks Ismael,

    Can you look at my file naming scheme? I am not seeing the results I am expecting. I can only assume I didn’t get the placement of the files correct.

    You can see it here.

    Thanks
    Wangpo

    #972551

    Hi,

    Thanks for the update.

    Yes, that’s the right structure. Please disable the cache and minification plugins temporarily including the theme’s Performance settings if enabled. And then provide the WP and FTP login details so that we can implement the modifications.

    Best regards,
    Ismael

Viewing 24 posts - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.