Sign Up

Captcha Click on image to update the captcha.

Have an account? Sign In Now

Sign In

Captcha Click on image to update the captcha.

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Captcha Click on image to update the captcha.

Have an account? Sign In Now

You must login to ask question.

Captcha Click on image to update the captcha.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask question.

Captcha Click on image to update the captcha.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

Designers & Developers Learn, Share, & Build Careers

Designers & Developers Learn, Share, & Build Careers Logo Designers & Developers Learn, Share, & Build Careers Logo

Designers & Developers Learn, Share, & Build Careers Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Communities
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • Home
  • About Us
  • Blog
  • Contact Us

Siva

Ask Siva
0Followers
12Questions
Home/ Siva/Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed Questions
  • Favorite Questions
  • Groups
  1. Asked: April 9, 2020In: Angular

    How to generate components in a specific folder with Angular

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on April 9, 2020 at 5:52 pm

    Create like below it works for me. ng generate component foldername/home2 (or) ng g c foldername/home2

    Create like below it works for me.

    ng generate component foldername/home2  
    (or)
    ng g c foldername/home2 
    
    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: March 25, 2020In: Angular

    where to import hammerjs in Angular

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on March 28, 2020 at 3:03 pm
    This answer was edited.

    You can import the hammerjs in main.ts file.

    You can import the hammerjs in main.ts file.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: February 14, 2020In: jQuery

    How to increase count OnClick using jQuery

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on February 17, 2020 at 2:11 am

    Simply you try the below code to click count ClickCount 1

    Simply you try the below code to click count

    
    
    1
    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: February 10, 2020In: WordPress

    How to use shortcodes in WordPress

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on February 10, 2020 at 6:09 pm
    This answer was edited.

    Below do_shortcode this will help you to use the shortcode on Wordpress

    Below do_shortcode this will help you to use the shortcode on WordPress

    
    
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: January 30, 2020In: WordPress

    Where to modify Single Product page in WooCommerce

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on January 30, 2020 at 5:52 pm

    You can find the file location in plugins folder. wp-content/plugins/woocommerce/templates/content-single-product.php

    You can find the file location in plugins folder.

    wp-content/plugins/woocommerce/templates/content-single-product.php
    
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: December 30, 2019In: Git

    git push – Updates were rejected because the tip of your current branch is behind

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on December 30, 2019 at 6:00 pm

    If you have problem where your push is rejected, you may just need to "git pull origin master" before you "git push origin master".

    If you have problem where your push is rejected, you may just need to “git pull origin master” before you “git push origin master”.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: December 30, 2019In: Git

    git pull – fatal: refusing to merge unrelated histories

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on December 30, 2019 at 5:55 pm

    Try the following command git pull origin master --allow-unrelated-histories

    Try the following command

    git pull origin master --allow-unrelated-histories
    
    See less
    • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: November 8, 2019In: Angular

    How to check the Angular version?

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on November 10, 2019 at 5:03 pm

    Using ng version you get the Angular version like below here I'm using Angular 8, below you can see how it looks like. Angular CLI: 8.2.2 Node: 10.16.3 OS: darwin x64 Angular: ... Package Version ------------------------------------------------------ @angular-devkit/architect 0.802.2 @angular-devkitRead more

    Using ng version you get the Angular version like below here I’m using Angular 8, below you can see how it looks like.

    Angular CLI: 8.2.2
    Node: 10.16.3
    OS: darwin x64
    Angular: 
    ... 
    
    Package                      Version
    ------------------------------------------------------
    @angular-devkit/architect    0.802.2
    @angular-devkit/core         8.2.2
    @angular-devkit/schematics   8.2.2
    @schematics/angular          8.2.2
    @schematics/update           0.802.2
    rxjs                         6.4.0
    
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: September 29, 2019In: WordPress

    How to solve too many Redirects after switching WordPress to https

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on September 30, 2019 at 10:44 pm

    add the below SITEURL on wp-config.php define(‘WP_HOME’,’https://yourdomainname.com’); define(‘WP_SITEURL’,’https://yourdomainname.com’); And add this condition to check if the https on wp-config.php if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PRRead more

    add the below SITEURL on wp-config.php

    define(‘WP_HOME’,’https://yourdomainname.com’);
    define(‘WP_SITEURL’,’https://yourdomainname.com’);
    

    And add this condition to check if the https on wp-config.php

    if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) {
    $_SERVER[‘HTTPS’] = ‘on’;
    }
    
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: August 2, 2019In: Unix & Linux

    Why getting su fail with “Authentication failure error”?

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on August 3, 2019 at 6:16 pm

    In every Linux operation system, the root user is disabled by default below you have a command that will help to change as a root user. Then you run the command it works. sudo -i

    In every Linux operation system, the root user is disabled by default below you have a command that will help to change as a root user. Then you run the command it works.

    sudo -i 
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  11. Asked: July 28, 2019In: Unix & Linux

    How to restart Apache on Dedicated server?

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on July 30, 2019 at 3:14 am

    If you have SSH login means using that you need run the following as root user or via sudo. /etc/init.d/httpd restart

    If you have SSH login means using that you need run the following as root user or via sudo.

    /etc/init.d/httpd restart
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  12. Asked: July 3, 2019In: Unix & Linux

    Starting/Restarting Cpanel/WHM in SSH

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on July 4, 2019 at 6:06 pm

    the following command will help you service cpanel3 restart service cpanel3 stop service cpanel3 start

    the following command will help you

    service cpanel3 restart
    service cpanel3 stop
    service cpanel3 start
    
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  13. Asked: April 25, 2019In: .htaccess

    How to Redirect non-www to www URLs

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on April 25, 2019 at 6:52 pm

    RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  14. Asked: April 22, 2019In: Amazon Web Services (AWS)

    How to edit httpd.conf file in Amazon (AWS) EC2

    Siva

    Siva

    • 12 Questions
    • 14 Answers
    • 0 Best Answers
    • 21 Points
    View Profile
    Siva
    Added an answer on April 22, 2019 at 7:43 pm

    You have to change the file as the root user. The following command will help to solve the problem: sudo nano /etc/httpd/conf/httpd.conf

    You have to change the file as the root user. The following command will help to solve the problem:

    sudo nano /etc/httpd/conf/httpd.conf
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp

Sidebar

Ask A Question

Top Members

Recent Comments

  • Dhinesh on How to remove comma between Tag names in WordPress
  • Siva on How to generate components in a specific folder with Angular
  • Dhinesh on How to disable or hide the resizable property of a textarea?
  • Siva on where to import hammerjs in Angular
  • Siva on How to increase count OnClick using jQuery

Questions Categories

Python
MySQL
Oracle
Objective-C
.NET Framework

Explore

  • Home
  • Communities
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Ask Rezourze

Ask Rezourze is a social questions & Answers Engine which will help you establish your community and connect with other people.

Terms & Policy

  • Terms of Service
  • Privacy Policy
  • FAQs

Follow

© 2021 Rezourze. All Rights Reserved.