Recent content by ThiagoN

  1. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Also, here is the code if anyone needs to change the permalink page. I'm replacing "about-us" with "sobre-nos". <?php include(get_template_directory() . '/page-about-us.php'); ?> Put this file ("page-sobre-nos.php" in my case) into your child theme root directory. Then, go to your...
  2. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Here is the problem: El Greco theme (AliDropship original plugin) stores ALL theme settings, including scripts and styles (not recommended), in the database. So the best and fastest (but not ideal) solution I found is copying the option values from the parent theme to the child theme. You...
  3. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    I've already read it. This is for AliDropship Woo themes. It does NOT work for AliDropship Original Plugin.
  4. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    This is a good workaround solution. Thank you, sir. Please let me know if you find the correct solution - a functions.php file that works for El Greco Original. All the best!
  5. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    I do not know everything sir. Sorry. How about you? Do you know how to create a child theme for El Greco Original? Can you share your functions.php? Thank you, sir.
  6. ThiagoN

    How can we create a child theme for El Greco original theme?

    pasindu, did you find a solution?
  7. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Sure. I say the same. If you find the code, please share it. I am still waiting for a professional solution from AliDropship developers. I am confident they know how to solve this question.
  8. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    I know how to create a child theme. I have been working with WordPress and PHP for many years and created some child themes in my life. I've already tried many things - creating a child theme manually and using plugins (Child Theme Configurator, Child Theme Generator), but nothing works...
  9. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Hi chris37, I've already created a child theme, but I lose ALL theme settings and images when I activate the child theme. I need the AliDropship developer team to provide me with a functions.php template to import all the theme settings (I am using El Greco Original, not Woo version). I've...
  10. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Hi Ekaterina, Any update? Thank you.
  11. ThiagoN

    JOIN US ON SOCIAL MEDIA

    Same issue here. The Facebook widget doesn't seem to work (El Greco original).
  12. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Hi Ekaterina, It worked. But it will be lost after updating. Could you offer a copy of a child theme functions.php script that works with El Greco?
  13. ThiagoN

    Social share icons - El Greco

    Hi, The "Add social share icons" option (Customization » Single product) is not working. I've also tested it on the demo website (https://demo.alidropship.com/...) using El Greco theme. The social share icons are always hidden. If I manually disable the "display" property, we can see...
  14. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Hi Ekaterina Sayapina, That's not good. The theme/plugin should offer option to translate the default pages' permalink, specially for SEO purposes. Can you point out to me where the template files are located? Or show me the documentation for this? Thank you.
  15. ThiagoN

    Changing Default Pages' Permalink (El Greco Theme)

    Hi, I'm using the El Greco theme (not Woo). After creating the default pages and menus (Customization » General), I would like to modify the default pages' permalink and customize the pages. Example: My default "about us" page is mysite.com/about-us, and I've modified it to...
Top