ijared
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: gallery icon to insert the imagesWhat I am having problem with is the NextGEN Gallery icon which doesn’t show.
Forum: Fixing WordPress
In reply to: How do I create a lightbox for my imagesSo no one knows how to click on a thumbnail and the image increases to a pop up like width:800px height:500px. I am using lightbox 2 but the results doesn’t look good. Everything was working fine when I tried it at w3schools. But when I edited and put in wordpress, the original image and the expanded image both shows on the page. I don’t know what I am doing wrong. Why all 4 images are shown on the page. Any help?
These are the things I have added to the site:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css"> </link> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script> ===================== <div data-role="popup" id="myPopup"> <p>Menu 1!</p> <a href="#">Close</a><img src=Menu1.jpg style="width:800px;height:500px;" alt="menu 1"> </div> </div> <div data-role="popup" id="myPopup2"> <p>Menu 2!</p> <a href="#">Close</a> <img src=Menu2.jpg style="width:800px;height:500px;" alt="menu 2"> </div>
Forum: Fixing WordPress
In reply to: How do I create a lightbox for my imagesOK. If I can only do this b using plugins, I will try something else.
Forum: Fixing WordPress
In reply to: How do I create a lightbox for my imagesTop
<link href=”https://www.lev-inspire.org.uk/wp-content/uploads/2015/10/lightbox.css” rel=”stylesheet”>Before end
<script src=”https://www.lev-inspire.org.uk/wp-content/uploads/2015/10/lightbox-plus-jquery.js”></script>I need to the thumbnail to show so I can click on it. How do I do that?
Forum: Fixing WordPress
In reply to: How do I create a lightbox for my imagesSomething like lightbox. The image will not fill the whole screen. W=800px, H=500px.
Forum: Fixing WordPress
In reply to: How do I create a lightbox for my imagesNo, now that big, but on a pop up like width:800px height:500px.
Forum: Fixing WordPress
In reply to: Scripts works fine but not on wordpressOK.
Forum: Fixing WordPress
In reply to: Scripts works fine but not on wordpressHi, I will be grateful if anyone knows to I can expand an image in a thumbnail on wordpress.
Forum: Fixing WordPress
In reply to: Scripts works fine but not on wordpressThanks but I can’t do that you saying. I don’t have access to create themes. But thanks for letting me know.
Forum: Fixing WordPress
In reply to: Scripts works fine but not on wordpressDeleted
Forum: Themes and Templates
In reply to: Old themeOn the site. We could access the tabs via connecting with an ftp to the server. It is on now.
Forum: Themes and Templates
In reply to: Old themeI now the current theme, It is a copy of Twenty Ten 1.1, the current default WordPress theme but how can you access the headings and Tabs?
Forum: Themes and Templates
In reply to: Old themeThe problem is I don’t know if installing another theme will let us be able to access the tab headings or not?
Forum: Themes and Templates
In reply to: Old themeSorry, I meant the theme was installed by the previous host. I am assuming we will be able to edit the tabs as we can’t now. Is it possible to edit it or should a new theme be installed?
Forum: Fixing WordPress
In reply to: Click on the 2 images to expand.I understand. But I will like to do this job in a different way without the lightbox if possible. It is something I will benefit personally and will show everyone that I am trying to learn.