anand454pandey
Forum Replies Created
-
Hi Admin,
I have added the Datepicker with Selecting Year & Month separately, on my checkout additional field via the plugin WooCommerce Checkout Manager.
But I can not customize the year values which is coming in Year Selection dropdown not below than 2008.
So its Date of Birth field and I want more years in the dropdown to be selected.
So can you please tell me how can I enable more years.
Please suggest if any option is available.
The page I need help with https://www.thegarminstore.in/checkout/
Forum: Hacks
In reply to: Calling the Custom post type on my template pagesThanks for your feedback #bcworkz
Today i have found the solution the main problem was in calling the page
i have used the get_the_title() method inside the conditions and the problem is solve.Next time i will write within correct format so that you can check the code respectively.
thanks again cheersForum: Hacks
In reply to: Calling the Custom post type on my template pagescan anybody tell me.
Forum: Fixing WordPress
In reply to: The widget field is not showing at Dashboard->widgetThanks for your valuable answers………..I got some issue regarding widget registration
Forum: Fixing WordPress
In reply to: The widget field is not showing at Dashboard->widgetHi james thanks for interest,
I am not making a child theme..
i am working on making my own theme on my localhost.I had maked all the theme supported files i.e.footer,header,index,etc and a css file on my own theme…..
1.The theme is showing on my themes panel.I want to add some widget on the theme but after activating, i can not find any widget option on my appearance.can you please give some instructions step wise to enable the widget option on my dashboard…
Forum: Localhost Installs
In reply to: Migrating wordpress contents from localhost to the serverThanks for your support….
Another One thing i want to know from you guysAs i have read various topics regarding the use of the wp_enqueue_script() function.
some of them saying use it in child-theme file function.php and some are saying use it in your function.php file of parent theme to enqueing the external scripts.
1.What is the correct procedure of using function wp_enqueue_script()
so that my theme functionality will remain unchanged?Can you suggest me what is the best way to use it…?
Forum: Hacks
In reply to: Working with child themethanks for helping me……
Forum: Hacks
In reply to: Working with child themeThanks Chris for your support:
As from your help we can add additional things in style.css of child theme rather than adding it in parent themes style.css.
Just one thing i want to confirm:
Overriding the features of which style of parent theme’s is it style.css or ie.css or rtl.css as we know there are many css’s in the parent themes directory?
if it is overriding the feature of style.css of parent theme then what will be with others(i.e. ie.css,rtl.css)? are they working?
As i have added only one css file in child theme for my theme (Twentythirteen-child/style.css)
Forum: Localhost Installs
In reply to: Migrating wordpress contents from localhost to the serverThanks esmi
for your help can you help me for one thing,here is the detail:As i have read all the Documents related to child theme given in the Document in www.ads-software.com
1)According to the documentation they are saying that you can simply add a themename-child folder and add a style.css simly to your child theme folder.My question is that if in parent theme has more than one style.css as ex(rtl.css,editor-style.css,ie.css etc) can one css of child theme’s(style.css of child theme) replace all the mentioned css’s of parent theme.