Title: Félix Ortega's Replies | WordPress.org

---

# Félix Ortega

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[License Manager for WooCommerce] Link to external download](https://wordpress.org/support/topic/link-to-external-download/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/link-to-external-download/#post-15463513)
 * Hello,
 * I have solved the above by creating a subdomain in the hosting and saving the
   file there for download, so that it does not redirect to any third party page.
 * Thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Min Max Step Quantity Limits Manager for WooCommerce] The minimum quantity allowed is no](https://wordpress.org/support/topic/the-minimum-quantity-allowed-is-no/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/the-minimum-quantity-allowed-is-no/#post-15396578)
 * I will perform a clean install of the site
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Backup settings](https://wordpress.org/support/topic/backup-settings/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/backup-settings/#post-15386042)
 * Hello,
 * Thank you very much for the support.
 * As always, fast and efficient. Congratulations for the effort and work.
 * Regards,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Shipping methods in white](https://wordpress.org/support/topic/shipping-methods-in-white/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/shipping-methods-in-white/#post-15374639)
 * Great, I’ll wait for the public update to be released. For now it is a web in
   development.
 * Thank you very much for the quick answer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ArileWP] Child theme](https://wordpress.org/support/topic/child-theme-302/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years ago](https://wordpress.org/support/topic/child-theme-302/#post-12671998)
 * Great, it works perfectly.
    I have added the CSS code from the additional section
   in the style.css file of the child theme. Great job, great support and great 
   care. Congratulations for your work. Thanks for everything. Greetings.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ArileWP] Child theme](https://wordpress.org/support/topic/child-theme-302/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/child-theme-302/#post-12667337)
 * Hello again,
 * I have renamed the child theme folder with the name “arilewp-child-theme” which
   contains the following text:
 *     ```
       / *
       Theme Name: ArileWP Child Theme
       Theme URI: https://themearile.com/arilewp-theme/
       Author: ThemeArile
       Author URI: https://themearile.com
       Description: ArileWP is a powerful, modern and professional multipurpose WordPress theme with pixel perfect design and outstanding functionality. As well as sophisticated plus it has some exotic features like customization and clean code, advanced typography, sticky menu, logo upload, header image, Bootstrap 4 framework, built with SEO in mind, and theme info area besides being Mobile ready, translation ready ( WPML, Polylang) and it's built to be beautiful on all screen sizes. The theme perfectly suited for business, consultant, finance, corporate, freelancer, agency, business promotion, electrician, industries, education, SEO, construction, fashion, online shop, health & medical, Beauty & spa salons, wedding, photography, gym, cafe, music, architecture, lawyer, restaurant, hotel, blog, magazine, travel agency and many other compatible websites. This theme supports the best Elementor page builder to create, edit and updates page designs as per the requirement. ArileWP also supports popular free and premium WordPress plugins such as Elementor, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, Google Analytics and much more. Check the demo of ArileWP Pro https://demo.themearile.com/?theme=ArileWP%20Pro
       Version: 2.0.3
       Text Domain: arilewp-child-theme
       Template: arilewp
       License: GPLv2 or later
       License URI: http://www.gnu.org/licenses/gpl-2.0.html
       Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
       ==================================================
       * /
       ```
   
 * In the file “arile-extra.php” I modified the line with the following code:
 *     ```
       if ('ArileWP' == $ activate_theme || 'Business Street' == $ activate_theme || 'StrangerWP' == $ activate_theme ||
       'NewYork City' == $ activate_theme || 'InteriorPress' == $ activate_theme || 'ArileWP Child Theme' == $ activate_theme) {
       require ("inc / arilewp / arilewp.php");
       ```
   
 * The additional CSS has the following lines:
 *     ```
       .theme-bg-gray {
           background-color:
           #ffffff! important;
       }
       .theme-info-area {
           background-color:
       #cccccc;
       }
       .site-footer {
           background-color:
           # 35626a;
           margin: 0;
           padding: 0;
           position: relative;
       }
       .theme-main-slider .item {
       background-size: content;
       }
       .theme-main-slider ~ # theme-info-area .theme-info-area {
           margin-top: 2.75rem;
       }
       .page-scroll-up to {
       background-color: # 35626a;
       }
       .footer-sidebar .widget a: hover {
       color: # 000;
       }
       ```
   
 * All of the above using the parent theme works perfectly ([https://dlmc.es/](https://dlmc.es/))
   but not with the child theme on the development website ([http://dlmc.pro-it.es/](http://dlmc.pro-it.es/))
 * Could you help me?
 * Thank you.
 * Sincerely,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ArileWP] Child theme](https://wordpress.org/support/topic/child-theme-302/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/child-theme-302/#post-12556143)
 * Thanks for the support,
    I have decided to defer this matter until later. Thank
   you. Best regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ArileWP] Child theme](https://wordpress.org/support/topic/child-theme-302/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/child-theme-302/#post-12537133)
 * Hi,
    I have not used any plugin. I have created the “arilewp-child” folder that
   contains the files: screenshot.png and style.css. The style file has the following
   code:
 *     ```
       / *
       Theme Name: ArileWP Child
       Theme URI: https://themearile.com/arilewp-theme/
       Author: ThemeArile
       Author URI: https://themearile.com
       Description: ArileWP is a powerful, modern and professional multipurpose WordPress theme with pixel perfect design and outstanding functionality. As well as sophisticated plus it has some exotic features like customization and clean code, advanced typography, sticky menu, logo upload, header image, Bootstrap 4 framework, built with SEO in mind, and theme info area besides being Mobile ready, translation ready ( WPML, Polylang) and it's built to be beautiful on all screen sizes. The theme perfectly suited for business, consultant, finance, corporate, freelancer, agency, business promotion, electrician, industries, education, SEO, construction, fashion, online shop, health & medical, Beauty & spa salons, wedding, photography, gym, cafe, music, architecture, lawyer, restaurant, hotel, blog, magazine, travel agency and many other compatible websites. This theme supports the best Elementor page builder to create, edit and updates page designs as per the requirement. ArileWP also supports popular free and premium WordPress plugins such as Elementor, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, Google Analytics and much more. Check the demo of ArileWP Pro https://demo.themearile.com/?theme=ArileWP%20Pro
       Version: 2.0.3
       Text Domain: arilewp-child
       Template: arilewp
       License: GPLv2 or later
       License URI: http://www.gnu.org/licenses/gpl-2.0.html
       Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
       ==================================================
       * /
       / * CUSTOM CSS CODE GOES HERE * /
       ```
   
 * Thanks for your quick response
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ArileWP] Slider Items Content](https://wordpress.org/support/topic/slider-items-content/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/slider-items-content/#post-12527624)
 * Hi,
    with the following code I have managed to center it: ` .theme-main-slider.
   item { background-size: contain;
 * }
    Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protección de Datos RGPD] Error “Undefined variable”](https://wordpress.org/support/topic/error-undefined-variable-6/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/error-undefined-variable-6/#post-12320672)
 * Hola, he revisado el archivo **wp-config** y al pasar a `false` **WP_DEBUG**,
   ha desaparecido el error.
    Saludos.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lightning] Entries page](https://wordpress.org/support/topic/entries-page/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/entries-page/#post-12159475)
 * My apologies,
    It happened because of the module_panList.php file that I had 
   in the child theme. Best regards.
    -  This reply was modified 6 years, 5 months ago by [Félix Ortega](https://wordpress.org/support/users/fexco/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lightning] Remove line in monthly archives](https://wordpress.org/support/topic/remove-line-in-monthly-archives/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-line-in-monthly-archives/#post-9159611)
 * Hi,
    The origin of showing a longer line was because the entry does not find 
   the highlighted image. Sorry. Thanks for everything. Best Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lightning] Remove line in monthly archives](https://wordpress.org/support/topic/remove-line-in-monthly-archives/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [9 years ago](https://wordpress.org/support/topic/remove-line-in-monthly-archives/#post-9084882)
 * Hi,
    I changed css code:
 *     ```
       .mainSection header {
       border-bottom: 0px;
       }
   
       html {
           -webkit-text-size-adjust: auto;
       }
       ```
   
 * But, sometihngs, the excerpt list appears on the right side, showing a longer
   top line: [http://pro-it.no-ip.info/pro-it.es/2013/04/](http://pro-it.no-ip.info/pro-it.es/2013/04/)
 * Best Regards.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Lightning] Remove line in monthly archives](https://wordpress.org/support/topic/remove-line-in-monthly-archives/)
 *  Thread Starter [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [9 years ago](https://wordpress.org/support/topic/remove-line-in-monthly-archives/#post-9080546)
 * The web is under development.
 * Urls:
    [http://pro-it.no-ip.info/pro-it.es/2016/01/](http://pro-it.no-ip.info/pro-it.es/2016/01/)
   [http://pro-it.no-ip.info/pro-it.es/category/redes-sociales/](http://pro-it.no-ip.info/pro-it.es/category/redes-sociales/)
   [http://pro-it.no-ip.info/pro-it.es/tag/outlook-com/](http://pro-it.no-ip.info/pro-it.es/tag/outlook-com/)
 * Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Travelify] Navigation appearing in Menu](https://wordpress.org/support/topic/navigation-appearing-in-menu/)
 *  [Félix Ortega](https://wordpress.org/support/users/fexco/)
 * (@fexco)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/navigation-appearing-in-menu/#post-6631585)
 * Modifying the css code `.default-menu { display: none; }` does not work on small
   screens, like a smartphone.

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

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