Theme Palace » All Posts https://themepalace.com/forum/plugins/wp-child-theme-generator/feed/ Thu, 26 Oct 2023 05:04:16 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/hiding-filter/#post-113956 <![CDATA[Reply To: Hiding Filter]]> https://themepalace.com/topic/hiding-filter/#post-113956 Wed, 15 Jan 2020 04:02:54 +0000 wensolutions Hello,

The enable and disable option is available also in free version, in our side it is working fine and for clarification, you can see the screen record given below,

https://www.loom.com/share/8ddc5f993c754d8a9dd2446c93a762a0

Hope this helps.

If you have further queries, let us know.

Thank you.

]]>
https://themepalace.com/topic/hiding-filter/#post-113918 <![CDATA[Reply To: Hiding Filter]]> https://themepalace.com/topic/hiding-filter/#post-113918 Tue, 14 Jan 2020 15:24:33 +0000 Shaurya Singh Dear Team,

Thank you for your response.

Hiding all filter in not showing in free version. Is it available for paid version only?

“To remove the filter as a whole is possible by disabling the button following the path: Admin Panel > Appearance > Customize”

]]>
https://themepalace.com/topic/hiding-filter/#post-113790 <![CDATA[Reply To: Hiding Filter]]> https://themepalace.com/topic/hiding-filter/#post-113790 Mon, 13 Jan 2020 07:57:48 +0000 wensolutions Hello,

Regarding your query about just keeping only one filter, the feature is not available currently. To remove the filter as a whole is possible by disabling the button following the path: Admin Panel > Appearance > Customize and you can find the enable and disable button in the customizer options.

Hope this helps.

If you have further queries, let us know.

Thank you.

]]>
https://themepalace.com/topic/hiding-filter/#post-113683 <![CDATA[Hiding Filter]]> https://themepalace.com/topic/hiding-filter/#post-113683 Sat, 11 Jan 2020 08:50:15 +0000 Shaurya Singh Dear Team,

Is it possible to hide the filter from home page, as I just wanted to keep one filter. Please find below screenshot

screenshot

Removing filter

]]>
https://themepalace.com/topic/child-theme-errors/#post-92209 <![CDATA[Reply To: Child Theme errors]]> https://themepalace.com/topic/child-theme-errors/#post-92209 Tue, 05 Mar 2019 06:54:11 +0000 wensolutions Hello,

The issue regarding the WP Child Theme Generator is a noted issue and we are working for the fixes. We will be releasing the update with the fix very soon.

As a workaround, please use some other child theme generator or create the child theme manually.

Hoping for your kind co-operation,

Best Regards!!

]]>
https://themepalace.com/topic/child-theme-errors/#post-92013 <![CDATA[Child Theme errors]]> https://themepalace.com/topic/child-theme-errors/#post-92013 Fri, 01 Mar 2019 11:51:18 +0000 Stuart Lade Hi Guys,

I’ve used the Child Theme Plugin as advised to make a child theme for Travel Ultimate Pro.

However having made no changes on a fresh install there are various errors showing;

e.g

previous next arrows on slider display up arrows instead of left and right (works on parent theme fine)

div class=”wp-travel trip-headline-wrapper clearfix” in child theme is not centered (works fine on parent theme)

Any ideas on why this might be the case?

]]>
https://themepalace.com/topic/private-area/#post-82287 <![CDATA[Reply To: private area]]> https://themepalace.com/topic/private-area/#post-82287 Wed, 24 Oct 2018 03:48:11 +0000 wensolutions Hello @carmineguercio,

When we tried to inspect your site URL we could not access it. Also, we when we checked locally we were unable to find such issue.

So let us know once your issue is fixed. Further please post your queries related to WP Travel in the forum link given below:

https://wptravel.io/support-forum/forum/wp-travel/

Thank you.

Regards!!

]]>
https://themepalace.com/topic/private-area/#post-82183 <![CDATA[private area]]> https://themepalace.com/topic/private-area/#post-82183 Sun, 21 Oct 2018 12:11:56 +0000 carmine guercio my wp-travel does not save the customer account data

http://www.ibiscogroup.net

]]>
https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66235 <![CDATA[Reply To: How to Implement a Child Theme]]> https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66235 Mon, 19 Feb 2018 04:36:42 +0000 wensolutions Hello @leontan15,

Actually, the thing is the plugin will generate the child theme of the parent theme will not tranfer the customizer setting that you have made in your original parent theme.

Not only with this plugin even if you create the child theme maually, you need to renter the setting in customizer of the child theme.

However, we do have the custom code which will import the parent theme customizer setting to the child theme.

So please add below given block of code to your child themes functions.php file which you have created.

function travel_eye_pro_child_customizer_options_import() {

if ( get_stylesheet() !== get_template() ) {
  add_filter( 'pre_update_option_theme_mods_' . get_stylesheet(), function ( $value, $old_value ) {
       update_option( 'theme_mods_' . get_template(), $value );
       return $old_value; // prevent update to child theme mods
  }, 10, 2 );
  add_filter( 'pre_option_theme_mods_' . get_stylesheet(), function ( $default ) {
      return get_option( 'theme_mods_' . get_template(), $default );
  } );
}
}

add_action('init', 'travel_eye_pro_child_customizer_options_import');

Hope this helps.

Best Regards!!

]]>
https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66143 <![CDATA[Reply To: How to Implement a Child Theme]]> https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66143 Sat, 17 Feb 2018 09:14:14 +0000 Leon Tan Hiya,

That’s a neat plugin, but unfortunately it yields the same results. The primary theme always activates the theme perfectly, but whenever a child theme is created and activated, then the theme returns to it’s demo state.

As you can see from our staging site, the child theme I implemented with your recommended plugin still displays the demo sites settings: http://ab7.f99.myftpupload.com/

Any advice?

Cheers

]]>
https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66058 <![CDATA[Reply To: How to Implement a Child Theme]]> https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66058 Fri, 16 Feb 2018 03:44:20 +0000 wensolutions Hello @leontan15,

When you create the child theme of either pro/free version it won’t have any effect on either of them.

Also when we checked the issue by creating the child theme of Pro version, free version remains unaffected.

So please once try by creating the child theme of Travel Eye Pro theme by using the plugin given below:

https://wordpress.org/plugins/wp-child-theme-generator/

Please remove the child theme that you have previously created.

Hope this helps.

If you have any confusion further, please let us know.

Best Regards!!

]]>
https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66028 <![CDATA[How to Implement a Child Theme]]> https://themepalace.com/topic/how-to-implement-a-child-theme/#post-66028 Thu, 15 Feb 2018 12:55:35 +0000 Leon Tan Hi,

I’m having difficulty installing a child theme for ‘Travel Eye Pro’. Whenever I implement the child theme, it seems to invoke the free version of the theme. Most baffling instance of a child theme implementation I’ve ever seen.

Has anyone ever encountered this/know a work around?

Cheers

]]>