I need to create an slider in phpBB header. I have placed the code under
template/overall_header.html.
But nothing happening. I'm new in phpBB.
Any help is appreciated.
You need to edit the actual overall_header.html file located on the server and not use the editor in your ACP. If you did this already, clear your boards cache which can be found in the ACP 'General' tab. This will force any changes to the template files to be shown.
Related
I'm working on an assignment for a class where our teacher has given us a webpage built out with html and css. We are eventually supposed to create some animations with gsap, but first need to make our own edits to the webpage itself. I am using vscode and when I edit any of the html, the changes show up in my index.html, but not in the browser. Any idea why this is?
try to right click your browser and check in the sources to make sure it really saved your changes.
Try to use live server on VS Code and then whenever you save it will show up on the page.
-> https://techstacker.com/local-live-server-vscode/
Make sure you save the file and reload the page in the browser
I want to start by saying that I did not build said website. I was given FTP access to the site and can download it's entirety.
What we are interested in is replacing the images as they are rather outdated.
If I replace the images (naming them as the ones that exist as of right now), they update just fine.
But adding more does not. Lets say that files are numbered 1-6. If I replace those with the same name, they change. If I add 7.jpg, for example, it does not show in the gallery.
Do I need to update the CSS code or upload it again?
I can provide the code in turn.
Without further details it's hard to tell what the problem is, but it looks like either someone hard-coded CSS or hardcoded HTML. But I would really need to see the code.
Please try to copy/paste at least the code for file that should render the images.
Your gallery should contain new images' name.
if you upload 7.jpg, this one is not in your gallery I guess.
I think it will not matter if you update the CSS.
A priori, to clear any doubt if the images are in cache, I suggest you refresh the page by typing ctrl + R or open a tab in incognito mode.
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.
I have tried to create a static HTML on my fan page using an application called ThunderPenny.
The software was unsatisfactory and I tried to remove it and just use the Iframes application to accomplish what I was trying to accomplish.
I tried to remove thunderpenny from my page and all attempts are unsucessful.
I hovered over the icon and clicked edit and remove from favorites and uninstall app.
I close the editor and try to upload a new static html and when it loads up the static html reappears that I just removed.
When I try to create a new one and try to edit to upload a website to the static html the thunderpenny page ops up again.
No matter what I try I cannot remove thunderpenny from trying to control the set up/ install process of a new static html.
I do not see a solution to this in the different Que's and do not know how to proceed, Please help.
At the top of your Page, click Edit Page > Update Page Info > More > Apps > Find the App you want to uninstall, click the X to the far right, then click Remove.
I am trying to reload the content of a panel with data-refresh-ajax="true" but it doesn't work.
The content is simple HTML and some JavaScript Variables / consts which I write with "document.write(NavHome);"
Can someone help me, whats wrong?
Best Regards
Manuel
The kitchen sink, included in the github download, has a sample that shows how to use it.
If you click "jqUi" -> "Load External Content" you will see the random number gets updated each time.
Load External Content