laprek
Forum Replies Created
-
I understand.
Could you please delete the address or mark it as private if it’s possible?That url was just an example of a website that uses WP Job Manager, but it wasn’t mine.
Can I send you mine? I enabled remote debugging.
Will it be possible to hide the address of my website here? Or maybe I could send you an email?I think it would be much easier if I shared my url. Is it possible to hide it somehow?
Unfortunately, it didn’t work.
Here are the settings I used:
Here is an example of a website that uses WP Job Manager:
https://cariera.co/job-list-1/Could you please check if it works?
Forum: Plugins
In reply to: [WP Job Manager] How to display excerpt in the listing?Hi @bindlegirl !
Thank you!
So now I know how to override templates but which one should I override in this case?
I’m sorry but I’m not good with editing php files. Would you mind to advice me what code should I use and where to insert it ? I would be very very grateful.Forum: Fixing WordPress
In reply to: Slower Site after Latest Update to v5.4I have exactly the same problem! It takes a lot of time for my site to load. Sometimes I have to reload because it takes too much time. I have disabled all plugin, switched to twenty twenty and nothing changed. I guess I will have to downgrade it too.
Forum: Plugins
In reply to: [WP Job Manager] Job listings not showing in [jobs]pageHi,
I’m not using Jobify.
Can I send you an email? I don’t want to post the link here..Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Job listings not showing in [jobs]pageI have the same problem. After upgrading to 1.20.1 my job listing is showing “There are no listings matching your search.”
Forum: Plugins
In reply to: [WP Job Manager] Apply button for logged in membersAnyone can help me with this please?
Forum: Plugins
In reply to: [WP Job Manager] Apply button for logged in membersI have tried to use this function but it doesn’t work. I’m not very good in php. I would be very grateful if you could help me to add this check.
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Apply button for logged in membersI have tried to use this function but it doesn’t work. I’m not very good in php. I would be very grateful if you could help me to add this check.
Thank you.
Forum: Fixing WordPress
In reply to: Problem with .htaccess (404 error)Here is oxwall’s htaccess:
Options +FollowSymLinks
RewriteEngine OnAddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch “\.(js.gz|js.gzip)$”>
ForceType text/javascript
</FilesMatch>
<FilesMatch “\.(css.gz|css.gzip)$”>
ForceType text/css
</FilesMatch>RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.phpI hope to find someone who will be able to help me..
If everything worked fine before, I think it is possible to fixt it, but how…?[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Problem with .htaccess (404 error)no, I don’t think so..
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress