How do I get the entire html code from a Weebly website? - html

I was thinking about getting started creating my own website with weebly.com. If I eventually want to move my website to a different host is there a way to do that? When I edit the html code it seems like weebly doesn't show you the whole code that's being used.
For example I just see:
<div id="main"><div class="container">{content}</div></div>
Instead of the <img src> or <p> that are actually on my page?
Is there any way I can see the full code or should I choose a different editor?

In your site editor, make sure you're on the SETTINGS tab, select GENERAL, scroll down, select ARCHIVE. Enter your email address and click EMAIL ARCHIVE. A link to download your zipped archive file will be mailed to you.

Related

How to link a menu item to a PDF

I am working on a website, assyrians.com using WordPress and I am trying to link a menu to a PDF. The problem is, when I click on "Trial Election," it downloads the PDF file immediately. What I want is to be able to click "Trial Election" and for it to lead to the PDF document as a ready-to-read display instead of an immediate download.
I apologize if that sounds confusing. I would be happy to clarify. I appreciate any help.
Use e.g. the Download Manager plugin, it is not the optimal solution to upload stuff like PDFs or DOCX directly into the media section.
You can use the download link as a menu item, like /?wpdmdl=1234, where "1234" is the id of the Download Manager item.
The main reason is, that all users can decide what todo with "downloads", you can not force what they have to do with it. If I decide to open PDFs in browser, so it opens, if not, I get the download box.
You cannot assume any users have viewers so always offer as a simple choice. Place download above frame not hidden at bottom, you can pretty that up but most users understand hyper underlined addresses.
<div class="et_pb_text_inner">
<p><span style="text-decoration: underline; color: #0000ff;">Click here to download your copy of the Assyrian electoral system pamphlet</span></p>
</div>
<div class="et_pb_text_inner">
<p><iframe width="98%" height="90%Vh" title="AEIPamphlet3Jan2020-converted.pdf" src="http://assyrians.com/wp-content/uploads/2020/01/AEIPamphlet3Jan2020-converted.pdf">A PDF frame</iframe></p>
</div>
Adjust height="90%Vh" as desired and you can optionally add sandbox attribute if desired.

How do I make changes in HTML code of website on wordpress?

Website source:http://www.salefee.com/blog/
The above website is made on wordpress.In this I have an html code which looks like: <div class="image-title-bg loading" style="padding-top: 140px;">(found out using inspect element option in chrome)
I want to change the padding-top: to 50px,But I am not able to find it in admin panel. Basically I am trying to reduce the image size on my first page of blog. Please help me out with this problem. Thanks in advance!!
You probably will enjoy this WordPress plugin : Simple Custom CSS
;)
You will have to find the relevant file and make changes in it.
Tip: You can search that html tag line in php files.
To change html in Wordpress in admin part you should get to source of home page which can be usually found in Appearance Editor tab. Over there you can find php and html which you can edit. Or if you have FTP access you can track file there.

How to edit WordPress page's html code

I can't get editable html code behind the page. I want to make some changes to the page. Web site is hosted in the remote server. Someone assigned this task. There is empty editor when open edit page as below image.
Also I added plugin and actived it but can't get the result.
The picture you posted is of the WYSIWYG editor, which is only for adding content to the page.
If you want to edit the layout of the page itself you have 2 options -
Minor page edits to appear across all pages on the site - Go to Appearance -> editor -> page.php and then edit the code to suite your needs.
Large page edits to appear on one or two pages -
Get access to the files
Duplicate page.php with a different name
Edit code
When you go to add a new page you should have an option to pick a page template. Choose the page template you just created.
If you know exactly what you are doing, you can use Chrome "Inspect" feature, and change the HTML of the content inside the WordPress WYSIWYG Editor. After injecting your HTML, click Preview or Publish and your changes will be saved correctly.
In WordPress 5.5.3, you should be able to click the three dots on the top right, then select Code editor. Alternatively, press Ctrl+Shift+Alt+M.

Anchor on single page website

This is an issue regarding, http://www.mccaffreyhautecouture.com/
I am unable to create an external link where the viewer is brought to a specific page within the website. On landing, the viewer must always enter by the landing/main slide page.
This was a purchased template and the entire website is coded in a single index.html file.
My client would like their Pinterest images to link directly to the source or gallery.
Is this at all possible?
I greatly appreciate any assistance.
Thank you,
Stanley Ounarom
It looks like this was written using AJAX to pull in content. The URL doesn't change when nav is clicked, which makes it impossible to link to a specific page w/in the site. The site will need to be further developed to allow for this functionality.
This may help:
jquery ajax history and bookmarking plugin

Flash Issue index.html

I know very little about flash but my news works website it written in this but not working and I've been asked to have a look. The problem is the login page is corrupted and so will not allow you to go past it but thats where most of the website is (My plan is to create a HTML copy of the site) The only html page I see is index.html and when on the page and you click a link, the address bar along the top still remains at index.html, does anyone know how I can get into the flash site (I have this offline) so I can edit the login page and thus copy the code/information.
Thanks for you're time
Ross
It's hard to tell what's wrong without any code, would you care to share the source code with us?
Also, some interpunction would help. It's very hard to make up what you're trying to say here, because everying is one big sentence.