Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter Félix Ortega

    (@fexco)

    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

    Thread Starter Félix Ortega

    (@fexco)

    I will perform a clean install of the site

    Thread Starter Félix Ortega

    (@fexco)

    Hello,

    Thank you very much for the support.

    As always, fast and efficient. Congratulations for the effort and work.

    Regards,

    Thread Starter Félix Ortega

    (@fexco)

    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.

    Thread Starter Félix Ortega

    (@fexco)

    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.

    Thread Starter Félix Ortega

    (@fexco)

    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: https://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/) but not with the child theme on the development website (https://dlmc.pro-it.es/)

    Could you help me?

    Thank you.

    Sincerely,

    Thread Starter Félix Ortega

    (@fexco)

    Thanks for the support,
    I have decided to defer this matter until later.
    Thank you.
    Best regards

    Thread Starter Félix Ortega

    (@fexco)

    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: https://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

    Thread Starter Félix Ortega

    (@fexco)

    Hi,
    with the following code I have managed to center it:
    `
    .theme-main-slider .item {
    background-size: contain;

    }
    Thanks.

    Thread Starter Félix Ortega

    (@fexco)

    Hola, he revisado el archivo wp-config y al pasar a false WP_DEBUG, ha desaparecido el error.
    Saludos.

    Thread Starter Félix Ortega

    (@fexco)

    My apologies,
    It happened because of the module_panList.php file that I had in the child theme.
    Best regards.

    • This reply was modified 4 years, 11 months ago by Félix Ortega.
    Thread Starter Félix Ortega

    (@fexco)

    Hi,
    The origin of showing a longer line was because the entry does not find the highlighted image. Sorry.
    Thanks for everything.
    Best Regards.

    Thread Starter Félix Ortega

    (@fexco)

    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: https://pro-it.no-ip.info/pro-it.es/2013/04/

    Best Regards.

    Thread Starter Félix Ortega

    (@fexco)

    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)