Forum Replies Created
-
AuthorPosts
-
radafilmgroupParticipant
I just uploaded the new folder and it worked. Thank you for all your help!
radafilmgroupParticipantYou want me to delete the old Functions folder on the server? When I drop the folder you sent me into the Samsara folder it’s asking me to overwrite the other duplicate files. What do you mean by recover the old files? Download them on my computer?
radafilmgroupParticipantOkay I see that they are switched, thank you. I just have one more question. I’m looking at Band (http://radafilm.com/services/media-production/) right now in the gallery view and Perejil is on the left and Shooting Five Hundred is on the right. But when you click on Band and scroll to the bottom of the screen, Perejil shows up on the right under “previous” and Shooting 500 shows up on the left under “next”. Is there anyway to make it so that the position of the films in the gallery matches the position when they show up under previous or next on the individual film page? I don’t know if that is possible to change but I think it makes more sense that they match.
radafilmgroupParticipantThe page has gone back to normal, thank you. So now to fix the original problem of switching the placement of “previous” and “next” do I need to use the codes you gave me?
2. You will see all codes of this file in the editor, just find
?
1
2
<?php previous_post_link(‘<strong class=”prev”>’.__(‘« Previous Post’).’ %link‘); ?>
<?php next_post_link(‘<strong class=”next”>’.__(‘Next Post »’).’%link‘); ?>
Change to?
1
2
<?php next_post_link(‘<strong class=”next”>’.__(‘Next Post »’).’%link‘); ?>
<?php previous_post_link(‘<strong class=”prev”>’.__(‘« Previous Post’).’ %link‘); ?>
3. Save it, that’s it.I’m hesitant to try that again because last time it resulted in an error message. Is that something you would be able to do? Or what did I do wrong before? Thanks again for your help.
radafilmgroupParticipantThis reply has been marked as private.radafilmgroupParticipantOkay, I do see the navigation bar. I think something was wrong with my browser. But the images for each film are still gone: http://radafilm.com/portfolio/band/ and the trailers are no longer full screen. How can I get those pages back to how they were originally? Thanks for your help.
radafilmgroupParticipantThank you but there are still issues. I uploaded the file and now I can see the film pages but all the images are missing. There used to be a image gallery/embedded trailers for each film. Also the navigation bar has disappeared. Can you make them visible again? I’m on a deadline and it seems like I’m not able to make the corrections myself without other issues occurring. Would it be possible for you to fix these things? I believe I provided the wp login information earlier, if you need anything else let me know.
radafilmgroupParticipantI pasted the code like you said but now I’m getting an error message: http://radafilm.com/portfolio/american-promise/
This is how I pasted it into the single-portfolio.php:<div class=”post_navi”>
<?php next_post_link(‘<strong class=”next”>’.__(‘Next Post »’).’%link‘); ?>
<?php previous_post_link(‘<strong class=”prev”>’.__(‘« Previous Post’).’ %link‘); ?>
</div><!–main–>
</div><!– container –>
<?php endwhile;?>
<?php get_footer();?>How should I fix it?
radafilmgroupParticipantI’m still confused. I’ve never used word press before, so I apologize for asking so many questions. Where exactly can I find this code? I see on the back end homepage there’s “Samsara Options” but I’m not finding the code you sent. I also can’t find the Theme Folder. I tried going to “Portfolios” on the sidebar but I still didn’t see any place on that page. Where exactly do I need to go? I appreciate all your help!
radafilmgroupParticipantWhere do I paste this code? I’m not seeing a place on the Media Production page or in the portfolio page. On the media production page I can choose to sort by date, title, comment count, or random but there’s not space for a code. Where can I find the first code to replace it?
-
AuthorPosts