How to edit page content in Drupal - drupal-7

I've just taken over as a developer for an already existing website made in Drupal 7. And somehow I'm finding it hard to change the content on one of the pages.
https://www.wheelandbarrow.com.au/gift-cards
I'm wanting to change the text at the bottom of the page under Terms and Conditions.
Cant find it ANYWHERE inside the Drupal CMS, it doesnt appear under content, pages, modules or nodes etc... I've literally been searching everywhere for hours.
Figured it might be hard coded so I've also done half a dozen keyword searched within my repository code - but no luck.
Does anyone have any ideas?
Thank you in advance,
Craig.

It is panel, look at source code.
Go to the admin/structure/pages/edit/node_view
I think that it is correct panel, find your variant and edit custom block text.

Related

How to work around PDFs in react so that if a table doesn't fit in a page, it moves to the next

Currently I'm working on a project where I'm converting HTML to PDF. The issue I've run into is if an element doesn't fit on a page (ex: a table) it gets cut and the remaining part of it is rendered on the next page.
I've used ReactPDF but haven't got it to work since the data I receive is entirely HTML. Currently I've combined HTML2Canvas and JsPDF but the closest i was able to get was to have a single page PDF that displays my data. But I want it to be in separate pages, with tables/images not being cut. So far I don't think there is any straightforward of getting this done and it'll require some hacks to get it to work but I haven't been able to figure it out.
If there is anyone who has worked around this issue before, I'd appreciate some insight on how to proceed with it.

How to add personal icons in Glade without polluting hierarchy

I've been looking for solutions for several weeks now, but I'm having a bit of trouble finding and understanding (in cases where I find documentation).
I'm currently developing an application for a school project. But I used a GtkToolPalette (https://developer.gnome.org/gtk3/stable/GtkToolPalette.html) so that the user can have icons to drag and drop into a drawing area. The problem is that first of all, these icons are very specific to what I want, so I can't find them in the icons that Glade/GTK3 already offers. Second, if I add all the icons one by one in Glade via the buttons on my GtkToolPalette it creates images each time (i.e. a lot) in the hierarchy of my objects, widgets and it completely pollutes my Glade workspace.
Is there a way to make all these additions cleanly. At the moment, I haven't found any method via glade. However, I finally found this https://developer.gnome.org/ThemedIcons/ but I don't really understand the method.
Does anyone know of an effective method?
Thank you in advance for your attention and your answers :)

drupal rotating banner duplicating text

I am editing a drupal site. Problem is, once I insert an image in the slider inside the rotating banner and type the banner text, the banner text duplicates itself like 7 times. What could be the problem? The configuration theme is 7. Any help will be appreciated.
Is the banner created using the "views" drupal module by any chance?
Sometimes the groupings on them get messed up. It might be that, or it could be a templating issue. It's difficult to tell without either seeing an example, or seeing some code.
In all honesty, it could be a number of things. Are you able to provide further information?

wpf app: help files with search and index

We are adding help files to our WPF application in Visual Studio 2010. We have not been able to find so far a method that we have been able to use.
We have some HTML help files, currently they are just in a directory, not added to the WPF project.
We don't have index or search.
I have seen that maybe we can do something with cmh, but this seems quite old and outdated now.
Ideally we would like all this in WPF, but if its not possible we need another solution.
We would like to be able to hit F1, have our main help page displayed (we have this now, it opens in our browser) and additionally add Index and Search to our main help page.
Can anyone point us in the right direction please?
Maybe you should take a look at the Process.Start Method page on MSDN. In particular, the Process.Start Method (String) page has a code example showing how to open web pages from a WPF application.
To do this inside a WPF application, look at the WebBrowser Class page at MSDN. This also provides a code example of loading a web page into your application.
EDIT >>> After re-reading your post, I realise that I missed the bit about searching and indexing. Surely, you can just search through the web pages yourself? Just open each page and use something like
if (webPageContent.Contains(searchTerm)) return webPageContent;

Image popup wrapper/module for DNN

I'm using DNN 5 for a hobby site. I know asp.net development, but have never written a DNN module.
The site is basically a project log. I want content areas that combine text and image thumbnails in a page, like a set of instructions. When a user clicks a thumbnail, display a popup div containing a larger image modal like on a lot of sites these days. Basically I'm looking to wrap each image in functionality like provided by highslide JS, but I can't figure out the right way to implement highslide JS in DNN.
I'm not averse to buying a module that does this for me, but everything I've found is more gallery based. The main difference is I want to control individual images that are among/next to the text, not a set of of images for users to scroll through.
I figure this can't be too crazy an idea, someone must have done it before. Any tips on good approaches would be appreciated. I'm tempted just to go edit source, but that makes upgrading a pain...
Thanks!
If anyone else is looking for this functionality, there's a project on Codeplex which looks pretty good at least as a gallery for DNN. It implements the highslide type popups well.
http://wnslightbox.codeplex.com/documentation

Resources