My images got disappearance when I didn't delete them, while using WordPress Tutor Theme, and page builder. #Wordpress
Check your browser's devtools. Your images might be referenced incorrectly. So there may be a chance that you'll need to readd them so that they're correctly referenced.
It would be helpful as well to post a link. That'll help us give you accurate help.
Related
Started a blog and every photo was a post and there were these jarring white comment boxes. I looked online and don't know where I got the code to add to CSS for HTML for no display but now can not find it and remove it from HTML. So now even though I set up parameters in the template to have comments, I am not able to get them. I even reset the template and made color changes etc. but still no comment box. I have post footer but no comment ability there. Please help!
Kindly share the URL of your blogger site or share your template code. If due to some reason you're not willing to share that information or would like to try the changes yourself, based on what you've asked, here are a few suggestions to help you trace the problem.
Try changing to a completely different template to see if the problem is actually related to the template code.
You say you have correctly reset the template and the problem persists, try removing/disabling any gadgets that you may have added.
Navigate to Settings > Posts, comments and sharing and check the Comment Location setting. It should not be Hide.
I am currently in an internship and making a website for someone. I have nearly finished the website and they would like a way to easily edit the website without messing around too much with code. They have no development team and once my internship is over, obviously they'll be stuck and they would like a way to edit the content on the website. How can I go about doing this? I mentioned a WordPress site to them but they didn't like the sound of that. Are there any other ways in which I can allow them to have this functionality?
Cheers
You can either create a Wordpress-similar, with a login, and while navigating through pages they would have options normal users do not have (e.g: delete, etc).
Or you could create an admin dashboard, where there would be every settings.
I think the second one is the best option for you, as it doesn't require you to modify any pages already created, and you will not have to adapt the style of your website to those supplementary options which would be shown on every pages if you used the first option.
Edit:
Or you could have all the content of the website in files, so that they simply need to edit the files to change the content. Even though I think option 2 is better, this one is a lot simpler to put in place.
I'm using a facebook like chat called envolve for my site. It works great, except that it changes the some layout properties of my site, specifically the size of some font and links, and the font background in pre tags that are embedded in a custom "lesson" class ()
I was on their site where i asked about it and a couple other people mentioned they have some similar problems but didn't know how to fix it. I contacted their support and after about a week they sent me an email about how they don't have enough resources to look further into the problem, which is understandable since i can't even figure it out ;)
I'm just asking here in case someone might have an answer to this.
To see how the background of the font inside pre tags change when the chat is enabled, go here:
http://braynzarsoft.net/index.php?p=D3D11OBJMODEL
You will have to log in to enable the chat and see the change. Log in with:
username: guest
password: pass
First look at the page without being logged in, then look at it logged in to see the difference. I'm really out of ideas, so i hope someone here might be able to shed some light on this
EDIT: i should mention to enable envolve on my site, i only need a single line in php, which connects to the envolve server, so there's really not much i can do with the files they provide to enable the service. There's one file that comes with it, called envolve_api_client.php, but all this file does is connect to their server
I would do the following:
Make sure all your styling is in stylesheet(s).
Remove your stylesheet.
Confirm that their part looks ok.
Start adding yuor styles back in, one by one (or in groups) and seeing what conflicts.
Decide what you want to keep and what you want to add.
I have ben looking everywhere but I cant seem to find any good answer to this question.
I am loading a few items, first when page loads and then if the user wants to change language for example the divs are loaded dynamically again. In all browsers except IE this works fine. In IE the content is loaded BUT its css is completely lost. WHY? No clue? I have ben trying to load the css with the file I am loading without any result so now I am hoping for you guys!!
Please help
Like the above comments said, we'd need to see the code to get a better perspective of what's happening.
Just a thought. Have you gone through the debugging process with Console, this giving more information you could relay? Does the CSS work before the user changes? Is the CSS loaded in the header? And/or for debugging purposes have you seen if inline CSS works? (this would be better as a comment but I don't have that privilege yet). Good luck, and let us know.
I need to create a table with all the images and a button that says ADD, for the user to add the image to their page. Any help is appreciated!
There is no built in functionality to do this, but you can link users to the Special:NewImages page so that they can see which images are available.
It is as simple as putting [[File:Example.jpg]] to insert an image, so with a quick explanation or help page I'm sure your users can figure out how to add the image to their page. The Help:Images page is a good resource.
You could also write an extension to do this, but it would likely be a lot of work.