Title: odarma's Replies | WordPress.org

---

# odarma

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Plugin removes /wp-admin/ from all backend URLs](https://wordpress.org/support/topic/plugin-removes-wp-admin-from-all-backend-urls/)
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-wp-admin-from-all-backend-urls/#post-14662753)
 * i have the same bug and i cant deactivate any plugin because it causes any wp-
   admin loading loop, your plugin just destroy my site
    -  This reply was modified 4 years, 10 months ago by [odarma](https://wordpress.org/support/users/odarma/).
    -  This reply was modified 4 years, 10 months ago by [odarma](https://wordpress.org/support/users/odarma/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Latest Update](https://wordpress.org/support/topic/latest-update-19/)
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/latest-update-19/#post-6248640)
 * I am not the autor of this theme but i find the solution. Go to Apperience → 
   Editor and open the **front-page.php** file, then find this line `if (get_theme_mod('
   colormag_hide_blog_front', 0) == 0): ?>` and edit it like this: `if (get_theme_mod('
   colormag_hide_blog_front', 1) == 0): ?>` and thats all, problem solved
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Page title on Homepage](https://wordpress.org/support/topic/page-title-on-homepage-1/)
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-title-on-homepage-1/#post-6249082)
 * Encontré el error y la solución, ve a Apariencia → Editor y entra al archivo **
   front-page.php** luego encuentra esta linea `if (get_theme_mod('colormag_hide_blog_front',
   0) == 0): ?>` y edítala para que quede así: `if (get_theme_mod('colormag_hide_blog_front',
   1) == 0): ?>` ya con eso se soluciona, recomendación, este tema no usa pagina
   estática para el home, como estás usando el tema te estas arruinando todo el 
   SEO.
 * Saludos 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Remove URL from facebook details on Publicize](https://wordpress.org/support/topic/remove-url-from-facebook-details-on-publicize/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-url-from-facebook-details-on-publicize/#post-6229281)
 * Okay, thaks for the answer and ill wait for that update 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Intergalactic] Intergalactic Theme – In-post image alignment](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/)
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922195)
 *     ```
       .entry-content img.size-full {
       	max-width: 100%;
       }
   
       img.size-big, .wp-caption.caption-big {
       	display: none;
       	float: none;
       	margin-left: 0;
       	max-width: 0;
       }
       ```
   
 * Sorry that is the correct CSS
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Intergalactic] Intergalactic Theme – In-post image alignment](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/)
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922194)
 * It is a bug in the CSS file, i can’t work with it, so i just override the images
   behavor with this CSS:
 *     ```
       /*small images*/
       .entry-content img.size-full {
       	max-width: 100%;
       }
   
       /*big images*/
       img.size-big, .wp-caption.caption-big {
       	margin-left: 0;
       	max-width: 100%;
       }
       ```
   
 * It will work 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Error register_http_request_failed](https://wordpress.org/support/topic/error-register_http_request_failed/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/error-register_http_request_failed/#post-5773448)
 * I just send it, but i put there the same info than here, i dont have any more
   than that… Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] Is this theme still getting updates?](https://wordpress.org/support/topic/is-this-theme-still-getting-updates/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/is-this-theme-still-getting-updates/#post-5759327)
 * Okay, thanks for answer my question, now i have the confidence to use this theme
   for my project…
 * ¡MUCHAS GRACIAS! 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/page/2/#post-5720593)
 * Okay, ill send to he this info.
    Thank you for the excelent support 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720591)
 * So you disable the option “Use Original Title” and thats all?
    Is anything i 
   can do in my theme to solve this from there, or to know what to send in a debug
   info to the autor for future releases of the theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720589)
 * Done, i just send it 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720581)
 * It alredy was set to Enable, it wasn’t needed to get changed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720577)
 * Done, it chageg, the title now is “El pokémon zombi que sufre de Cordycepsdiipad
   | Test” The “diipad” word still there :'(
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720556)
 * [Title Setting](http://diipad.com/wp-content/uploads/2015/01/Captura-de-pantalla-de-2015-01-27-153638.png)
 * [All in One SEO Pack meta box ](http://diipad.com/wp-content/uploads/2015/01/Captura-de-pantalla-de-2015-01-27-153847.png)
 * [HTML title tag](http://diipad.com/wp-content/uploads/2015/01/Captura-de-pantalla-de-2015-01-27-154104.png)
 * Thanks, this is happening with all my posts, not just one
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Bad title structure](https://wordpress.org/support/topic/bad-strcucture/)
 *  Thread Starter [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bad-strcucture/#post-5720546)
 * Ive use this plugin for like 3 years and it doesnt do that till yesterday, dont
   tell me this is the way it works because it is not.
 * I repeat, %POST_TITLE% is using the post title and my blog title in the same 
   line and it can’t be right and it didn’t hapen till yersterday when i update 
   tue plugin.

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

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