Jump to content

Bob_B

Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Bob_B

  1. One other ancillary question pertaining to the dropdown menus on my webpages: www.belasphoto.com. I have multiple dropdown menus. On my "Photographs" dropdown, hovering over the navigation bar displays the underlying pages clearly, with a gap between the navigation bar label "Photographs" and the underlying pages. However, on all other dropdown menus, when one hovers over the respective navigation label, "Blog" for example, the underlying pages are displayed over the "Blog" header. Same with the others. I haven't found the cause for this aberrant behavior, and would like to correct it so that all dropdown menus display like the "Photographs" dropdown. Anyone have any suggestions on what the solution may be?
  2. I too am looking for code that works on my pages: www.belasphoto.com. I tried each of the scripts (above), but got nada.
  3. I use the following code, inserted under Setting->Advanced->Code Injection in the Header section to prevent users of my SS 7.0 website from downloading my images and right-clicking to save: <HTML> <HEAD></HEAD> <BODY on contextmenu="return false;" onselectstart="return false;" ondragstart="return false;"> </BODY> </HTML> <script> document.oncontextmenu = function(e){ var target = (typeof e !="undefined")? e.target: event.srcElement if (target.tagName == "IMG" || (target.tagName == 'A' && target.firstChild.tagName == 'IMG')) return false } </script> This code works as intended; however, I have found that it also screws up the editor, e.g., I cannot mouse drag over text to highlight while editing, nor copy/paste, nor see my cursor occasionally. If I delete that code, editing returns to normal, and reinsertion causes those problems to reappear. My work around at the moment is to do exactly that: delete, edit, reinsert the code. Yes, it's kludgy, but that's the best I have. I'd like to add code that checks to see if I am logged in (as the website owner). If true, the script would be disabled permitting me to edit without problems. If false, ie., any other users views my pages, their ability to use context menus and right-click saves would be disabled. The key is how to add code to ID the owner as the one making the edits and then stop the code from functioning while the owner is editing. I have no experience with coding, and picked up the aforementioned code from a user on this forum. So, if anyone has any suggestions on how to modify this code so I can retain the functionality (prevent download, right-click and swipe to desktop saving), but at the same time permit my editing, please post a reply. Thank you in advance for your help, Bob
  4. I'm kind of lost about setting up a Store Page to sell hundreds of hardcopy photographs in a variety of sizes and finishes in different categories of image (landscape, floral, animal images...that sort of categorization). As I currently understand the process, each photograph constitutes one unique item. Is this correct? I assume by using 'forms' one could have a customer choose different print sizes and also different finishes, but that still means a separate listing for each and every print? I haven't found a site or youtube video that adequately answers my question, so I am looking for help from you, the informed squarespace web community. Thanks.
  5. One alternative that I also don't know how to implement, would be to override SS and permit enabling the lightbox _and_ linking to a new page. Anyone have any thoughts on how this might be done? A third alternative, which I am currently working on, would be to put a link in the title of each image. I suspect this won't work. I'll post a successful outcome. In the meantime, I hope to hear your thoughts, ideas, etc. Thanks
  6. I have multiple galleries of photographs displayed as thumbnails. For each image, my ideal scenario is to click on the thumbnail and open a new page with a hi resolution photo of the same. That page would also have sales information on it, e.g, size of print, price, etc. I know how to do this for one specific image, but is there a way to send the thumbnail to one common page that would display the original image in hi resolution and have the sales stuff on it? One page to sell them all, as it were. I've experimented with a variety of approaches, so I'm asking/pleading for help from more knowledgeable SS web designers to help solve this problem. Is there a way to put the original image file url in cache and then retrieve it as a hires image on another page? How can I implement what I describe for many different thumbnails?
  7. I found a css code insert that works. This will add two buttons: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <li id="button1"> <a href="https://www.google.com"> Purchase Prints </a> </li> <li id="button2"> <a href="https://www.google.com"> Get Notified </a> </li> <script> $( document ).ready(function() { $( "#button1" ).appendTo( $( "ul" ) ); $( "#button2" ).appendTo( $( "ul" ) ); }); </script>
  8. My coverpage url is: https://www.belasphoto.com/. I'm on the business plan.
  9. On the SS Help Center, it says that the Momentum cover page has up to five navigation links. I guess this is hardwired into this template. Are there any work-arounds to add more? Plugins? Code inserts?
  10. I am in the process of revamping my 4yo SS Momentum website. I currently have 5 navigation link buttons on my home page designed from a cover page (www.belasphoto.com). How do I add more buttons? If I go to my Home page in Pages and hover over any of the 5 buttons, I can click "edit action", which brings up a left column list of the 5 navigation buttons on the cover page and their settings. I see no way to add an additional one, nor do I see a way to delete a current action. If you have a minute, please post where to look to add or delete navigation action buttons on a Momentum cover page. Thanks.
  11. (Sorry for the confusing title.) Here's what I'm trying to accomplish: I have several galleries of images. Each image has a clickthrough url with a link to one, universal page with information about how to obtain a physical print of that image. I want to have the universal page contain the original image that linked to it, but I want this to work for all my images (over 100 currently), uniquely showing the originating image on the 'universal' print information page. I am lost on how this can be done. Please provide some assistance, if you are able, and thank you.
  12. Since I have been unable to find this through trial and error, is there any way to have gallery images shown in reverse chronological order, i.e, last in, first to be shown? As a photographer, I add new photographs several times a month, and right now, each time I have to reorder the gallery manually. Is there a better way?
  13. I use the Momentum template, SS 7.0, for my current website. I want to make a gallery of my fine art photographs for display and purchase. The gallery should have the following criteria: (1) Use thumbnails, (2) allow cursor hover to display the title of the image, (3) upon click, go to a larger resolution of the photo. Ideally, the last item would also allow one to click on an options pulldown menu to select the size of the photograph, cost, and permit purchase, assuming a physical print is offered. I've tried to implement this over the last weeks, but haven't had any success using the (limited) resources within the Momentum template. At this juncture, I do not want to change templates or move to 7.1; that will happen after several updates to my existing site are in place. If anyone has any ideas on how I might go about any of these, please post and let me know. I like SS, but I'm incredibly frustrated right now, mostly because Momentum is not the best template for what I need. I am stuck with it for now.
  14. I've had a Squarespace-hosted website for several years dedicated to my photography (www.belasphoto.com), and did a minor revision of my original design about three years ago. It's high time I do a major change to modernize my pages and emphasize my photography sales (and artistry). My goal is to have a new site up and running within 3-4 months, so there's time to spare in planning. With that in mind, I ask for advice on where to start the process of redesigning my site? I want to find a new web format, where should I go on Squarespace's pages to look for a format conducive to photography? Can any of the migration from my old pages to the newly designed ones be automated to ease the transfer to a wholly new design? Obviously, I've missed a ton of other important questions to ask, so feel free to add them to my list. If you have a minute, all I need at this point are some urls that point to where on Squarespace to begin the process of making a new site and migrating from my present one. Once I've read and digested their information, I'm sure I'll be back with more questions. Thank you.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.