Jazz Daniel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: REMOVE THE BORDERS OF THE SITE CONTAINER AND WIDGETSOn your css file, that’s the line adding the borders:
border: 1px solid #eee
You should remove all lines like that if you want no border at all. You should do it on a child theme, so you won’t lose your changes when your theme were updated.
Start removing the borders around posts.
Find .post Class on your CSS:.post { /* border: 1px solid #eee; */
- This reply was modified 7 years, 6 months ago by Jazz Daniel.
Forum: Installing WordPress
In reply to: Install WordPress in a Subdirectory of a directoryThe problem is not because of the ‘web’ subdirectory. My wordpress webpage is installed just as yours, web/blog, and it works.
It’s probably something in the .htaccess file. It’s a hidden file that, among the other things, sets the default page showed when you access a folder.
Can you open your .htaccess file? You might need to access it via FTP, and set your FTPclient to show hidden files. It should display this line:
DirectoryIndex index.html index.cgi index.php
See a complet reference here.
https://www.htaccess-guide.com/directoryindex-uses/Hope it helps.
Forum: Fixing WordPress
In reply to: Script/Plugin to create image based on template to put on slliderHi, Skywalker.
I’ve read recently on WebDesignerDepot about Cloudinary, a tool that does exactly what you described.
I’m not sure how you can embed it in your site, but I guess you can:.
See a quote I find on their site:“Simple and fast integration
Cloudinary’s dynamic URL-based image delivery greatly simplify the integration with your website and mobile app.
Customize your delivery URLs, leveraging your own domain and a flexible SEO-friendly naming convention.”See a tutorial below.
https://www.webdesignerdepot.com/2017/07/how-to-build-banners-with-custom-fonts-using-just-urls/
Hope it helps!
- This reply was modified 7 years, 7 months ago by Jazz Daniel.
Forum: Fixing WordPress
In reply to: Like Free Stuff xwinner.com spamHi, Carpediem.
I’ve looked on google and somebody had a similar issue using Blogger.com
On the link below, you can see that the person resolved it delleting a line form the code.https://productforums.google.com/forum/#!topic/blogger/wwCefq9BYAY
Maybe it can help. Did it appear after addding any plug-in or changin theme?
Forum: Fixing WordPress
In reply to: 3 div headerIf you have some knowledge of Html/CSS I guess the best way is to customize a theme you like, modifying the header.
Be sure to do it in a child theme so your change won’t be override in case of a theme update.
Here’s a link about how to create a child. Hope it helps!
Forum: Fixing WordPress
In reply to: Erro na atualiza??o, instala??o de plugins e tradu??esHi, this is english-languageforum.
You will get better support in
Portuguese forum at:or Brazilian Portuguese forum at:
- This reply was modified 7 years, 8 months ago by Jazz Daniel.
Forum: Fixing WordPress
In reply to: NOT WORKING SLIDER REVOLUTIONNadine,
I think your issue can be solved following this instruction:
Uploads folder writable [A, B, D]
The plugin’s “revslider” directory folder should have its permissions set to “755”. This can be done using an FTP program along with these instructions.
Found on:https://www.themepunch.com/revslider-doc/requirements-and-recommendations/Let me know if it works or if you need further help.
- This reply was modified 7 years, 8 months ago by Jazz Daniel.
Forum: Fixing WordPress
In reply to: Why so difficult?Answering your last question, you are wrong.
Your .com domain name have no relationship with where you are hosting your website, etc.
You can have a yoursite.com domain using wordpress.com. See documentation about it here:https://en.support.wordpress.com/domains/
This said, you will never need to transfer your website to .org if you start on wordpress.com.
Wordpress.com uses wordpress, that is a open platform, to provide you services. It will help you with hosting, domain, etc.
So I suggest you to start a free website using the yoursite.wordpress.com, and then, when you want to go yoursite.com, you upgrade your wordpress.com plan (you’ll have to pay for it).
Forum: Fixing WordPress
In reply to: Why so difficult?If you want a really fast and free solution go to wordpress.com. You’ll have some limitations but will able to be bloggin in a couple of minutes.
With www.ads-software.com you’ll have to find a hosting. [ Removed, please do not discuss hosting in these forums. ]
After hosting you’ll have to learn something about ftp, creating a database, etc.
In my opinion, if you want just blog, go to wordpress.com. You should chose www.ads-software.com if you are into learning a little bit more about web-deb, web-desing, etc…But it will take you extra time.
- This reply was modified 7 years, 8 months ago by Jazz Daniel.
- This reply was modified 7 years, 8 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Changing Themes without Losing WorkYou have to make a back-up of your website. Can you access your server with FTP? If yes, just go there and donwload the ‘wp-content’ folder.
After that you can mess around with your themes,plug-ins, etc. If anything goes wrong, just replace the messed around wp-content with the one you’ve backed-up.
Forum: Fixing WordPress
In reply to: Excessive spacing between menu and bodyHello, Chip.
I’ve checked yours page html’s code and discovered that some of the blank space is reserved for the article title, that you are not using on your index page.
That’s the reason the space is smaller on your sub-pages, where you used a title for your ‘articles’ (Coaches, Calendar, etc).
If you remove the <h1>….</h1> line of your index html code your “Getting Ready…” title will go a little up.
<article id="post-637" class="post-637 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title"></h1> <!--remove this line--> </header><!-- .entry-header -->
Although it helps, I still find there’s more space than needed between the menu and the body. I`m checking the css margins, paddings, etc trying to find out how to fix it.
Hope it helps! Let me know if you have any doubts.
Forum: Installing WordPress
In reply to: error installing wordpress1 – What step of the instalation process are you?
2 – Did you already uploaded wordpress files to your server?
3 – Did you configure your wp=config.php file beforehand?Forum: Fixing WordPress
In reply to: why when i click Add New theme, website cant open?As you just installed it, can you confirm that your wp-content directory has written access?
I made a test and the error showed was different, but I think it’s worth trying.
This link below has some instructions about how to do it. In my case, I had to do it directly though my hosting control panel as for some reason, it didn’t worked through FTP.
https://codex.www.ads-software.com/Changing_File_Permissions
What about using a login plugin? When signing up the user would fill the basic information and then you could use it for all your services.
Forum: Fixing WordPress
In reply to: Text Formatting (there are no spaces)Hi, Shab.
I’ve checked your website and it looks fine for me. Was your problem resolved?