Title: Jazz Daniel's Replies | WordPress.org

---

# Jazz Daniel

  [  ](https://wordpress.org/support/users/jazzdan/)

 *   [Profile](https://wordpress.org/support/users/jazzdan/)
 *   [Topics Started](https://wordpress.org/support/users/jazzdan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jazzdan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jazzdan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jazzdan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jazzdan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jazzdan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/jazzdan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jazzdan/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [REMOVE THE BORDERS OF THE SITE CONTAINER AND WIDGETS](https://wordpress.org/support/topic/remove-the-borders-of-the-site-container-and-widgets/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-the-borders-of-the-site-container-and-widgets/#post-9439421)
 * On 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 8 years, 8 months ago by [Jazz Daniel](https://wordpress.org/support/users/jazzdan/).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Install WordPress in a Subdirectory of a directory](https://wordpress.org/support/topic/install-wordpress-in-a-subdirectory-of-a-directory/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/install-wordpress-in-a-subdirectory-of-a-directory/#post-9395847)
 * The 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.
    [http://www.htaccess-guide.com/directoryindex-uses/](http://www.htaccess-guide.com/directoryindex-uses/)
 * Hope it helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Script/Plugin to create image based on template to put on sllider](https://wordpress.org/support/topic/scriptplugin-to-create-image-on-a-template/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/scriptplugin-to-create-image-on-a-template/#post-9338632)
 * Hi, 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/](https://www.webdesignerdepot.com/2017/07/how-to-build-banners-with-custom-fonts-using-just-urls/)
 * Hope it helps!
    -  This reply was modified 8 years, 9 months ago by [Jazz Daniel](https://wordpress.org/support/users/jazzdan/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Like Free Stuff xwinner.com spam](https://wordpress.org/support/topic/like-free-stuff-xwinner-com-spam/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/like-free-stuff-xwinner-com-spam/#post-9338615)
 * Hi, 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](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3 div header](https://wordpress.org/support/topic/3-div-header/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/3-div-header/#post-9338602)
 * If 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!
 * [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Erro na atualização, instalação de plugins e traduções](https://wordpress.org/support/topic/erro-na-atualizacao-instalacao-de-plugins-e-traducoes/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/erro-na-atualizacao-instalacao-de-plugins-e-traducoes/#post-9320672)
 * Hi, this is english-languageforum.
 * You will get better support in
    Portuguese forum at:
 * > [Fórum de suporte português](https://pt.wordpress.org/support/)
 * or Brazilian Portuguese forum at:
 * > [Support Forums](https://br.wordpress.org/support/)
    -  This reply was modified 8 years, 10 months ago by [Jazz Daniel](https://wordpress.org/support/users/jazzdan/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [NOT WORKING SLIDER REVOLUTION](https://wordpress.org/support/topic/not-working-slider-revolution/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/not-working-slider-revolution/#post-9320397)
 * Nadine,
 * 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/](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 8 years, 10 months ago by [Jazz Daniel](https://wordpress.org/support/users/jazzdan/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why so difficult?](https://wordpress.org/support/topic/why-so-difficult-2/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/why-so-difficult-2/#post-9316945)
 * 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/](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why so difficult?](https://wordpress.org/support/topic/why-so-difficult-2/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/why-so-difficult-2/#post-9315979)
 * 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 wordpress.org 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 WordPress.
   org 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 8 years, 10 months ago by [Jazz Daniel](https://wordpress.org/support/users/jazzdan/).
    -  This reply was modified 8 years, 10 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Themes without Losing Work](https://wordpress.org/support/topic/changing-themes-without-losing-work/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/changing-themes-without-losing-work/#post-9296356)
 * You 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Excessive spacing between menu and body](https://wordpress.org/support/topic/excessive-spacing-between-menu-and-body/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/excessive-spacing-between-menu-and-body/#post-9289513)
 * Hello, 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](https://wordpress.org/support/forum/installation/)
   
   In reply to: [error installing wordpress](https://wordpress.org/support/topic/error-installing-wordpress-5/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/error-installing-wordpress-5/#post-9265873)
 * 1 – 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [why when i click Add New theme, website cant open?](https://wordpress.org/support/topic/why-when-i-click-add-new-theme-website-cant-open/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/why-when-i-click-add-new-theme-website-cant-open/#post-9263687)
 * 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.wordpress.org/Changing_File_Permissions](https://codex.wordpress.org/Changing_File_Permissions)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to keep contact information (entered once) in several forms in 1 website ?](https://wordpress.org/support/topic/how-to-keep-contact-information-entered-once-in-several-forms-in-1-website/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-keep-contact-information-entered-once-in-several-forms-in-1-website/#post-9249958)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Text Formatting (there are no spaces)](https://wordpress.org/support/topic/text-formatting-there-are-no-spaces/)
 *  [Jazz Daniel](https://wordpress.org/support/users/jazzdan/)
 * (@jazzdan)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/text-formatting-there-are-no-spaces/#post-9242482)
 * Hi, Shab.
 * I’ve checked your website and it looks fine for me. Was your problem resolved?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/jazzdan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jazzdan/replies/page/2/?output_format=md)