Yes. That can be a solution too. Finding out other services that conflict with Local on the port required. It should be fine if you don't need the other program. Other way is to remove the conflicting program, install and run local for it to use the port first and install the other program again. HaRead more
Yes. That can be a solution too. Finding out other services that conflict with Local on the port required. It should be fine if you don’t need the other program. Other way is to remove the conflicting program, install and run local for it to use the port first and install the other program again. Haven’t tried it for local yet but I think it should work. I have used it with both xampp and mamp before conflicting with Skype (and I needed Skype).
Hi @romac, I have not seen any mobile menu search on any of our installed Astra demo here. Can you provide the link of your live site so I can help you better? Thanks and welcome to the community.
Hi @romac, I have not seen any mobile menu search on any of our installed Astra demo here. Can you provide the link of your live site so I can help you better? Thanks and welcome to the community.
Hi, @gilbertomagnate! In some hosting like hostinger, cron jobs with special symbols in the syntax will require you to make a bash (.sh) file which would support any form of cron job needed. A cron job that would execute a bash file looks like this: */5 * * * * /bin/sh /path/to/shell/script.sh And tRead more
In some hosting like hostinger, cron jobs with special symbols in the syntax will require you to make a bash (.sh) file which would support any form of cron job needed.
A cron job that would execute a bash file looks like this: */5 * * * * /bin/sh /path/to/shell/script.sh
And the bash.sh files contents should look like this example:
#!/bin/sh/usr/bin/php/home/u234927279/public_html/sendy/scheduled.php > /dev/null 2>&1 cron:run
The first part #!/bin/sh indicates this is a Bash file that will be opened by the cron.
The second part loads the php libraries: /usr/bin/php
The third part is the cron job that otherwise did not work because of the special characters. cron:run executes the cron job inside the file every time the file is opened.
Once you have created the file with your cronjob in it, simply create a simple cronjob that points to the new .sh file.
How to setup cron job when special characters not allowed by my hosting?
aldinlapinig
It should be the same process since this will be setup and run in your host / server.
It should be the same process since this will be setup and run in your host / server.
See lessDisable mobile menu in Astra theme
aldinlapinig
Generally, you can go to Appearance >> Customize >> Additional CSS And add the code there.
Generally, you can go to Appearance >> Customize >> Additional CSS
And add the code there.

See lessHeads-up! Local’s router is having trouble starting Error on Local …
aldinlapinig
Glad it worked out for you, @seogod. Take care.
Glad it worked out for you, seogod. Take care.
See lessHeads-up! Local’s router is having trouble starting Error on Local …
aldinlapinig
Yes. That can be a solution too. Finding out other services that conflict with Local on the port required. It should be fine if you don't need the other program. Other way is to remove the conflicting program, install and run local for it to use the port first and install the other program again. HaRead more
Yes. That can be a solution too. Finding out other services that conflict with Local on the port required. It should be fine if you don’t need the other program. Other way is to remove the conflicting program, install and run local for it to use the port first and install the other program again. Haven’t tried it for local yet but I think it should work. I have used it with both xampp and mamp before conflicting with Skype (and I needed Skype).
See lessHeads-up! Local’s router is having trouble starting Error on Local …
aldinlapinig
Hi @Abdi, may I know the version of Local you are using? Also, please provide the error log so I can check the possible cause of the issue. Thank you.
Hi @Abdi, may I know the version of Local you are using? Also, please provide the error log so I can check the possible cause of the issue. Thank you.
See lessHeads-up! Local’s router is having trouble starting Error on Local …
aldinlapinig
Glad this forum helped.
Glad this forum helped.
See lessHeads-up! Local’s router is having trouble starting Error on Local …
aldinlapinig
Thanks for contributing, @Chris. I haven't tested local on Mac.
Thanks for contributing, @Chris. I haven’t tested local on Mac.
See lessDisable mobile menu in Astra theme
aldinlapinig
Hi @romac, I have not seen any mobile menu search on any of our installed Astra demo here. Can you provide the link of your live site so I can help you better? Thanks and welcome to the community.
Hi @romac, I have not seen any mobile menu search on any of our installed Astra demo here. Can you provide the link of your live site so I can help you better? Thanks and welcome to the community.
See lessHow to setup cron job when special characters not allowed by my hosting?
aldinlapinig
Hi, @gilbertomagnate! In some hosting like hostinger, cron jobs with special symbols in the syntax will require you to make a bash (.sh) file which would support any form of cron job needed. A cron job that would execute a bash file looks like this: */5 * * * * /bin/sh /path/to/shell/script.sh And tRead more
Hi, gilbertomagnate!
In some hosting like hostinger, cron jobs with special symbols in the syntax will require you to make a bash (.sh) file which would support any form of cron job needed.
A cron job that would execute a bash file looks like this:
*/5 * * * * /bin/sh /path/to/shell/script.sh
And the bash.sh files contents should look like this example:
#!/bin/sh/usr/bin/php/home/u234927279/public_html/sendy/scheduled.php > /dev/null 2>&1 cron:run
The first part
#!/bin/sh
indicates this is a Bash file that will be opened by the cron.The second part loads the php libraries:
/usr/bin/php
The third part is the cron job that otherwise did not work because of the special characters.
cron:run
executes the cron job inside the file every time the file is opened.Once you have created the file with your cronjob in it, simply create a simple cronjob that points to the new .sh file.
I hope that helps.
See lessHow to add header.php to child theme?
aldinlapinig
Glad to help, @kargaelo.
Glad to help, kargaelo.
See less