axelmktg
Forum Replies Created
-
Forum: Reviews
In reply to: [SShop] Fucked Up!Dude, really not a constructive feedback @finnsommer.
Shrimp2t, like your theme a lot, renders very well between mobile / desktop view points.
One drawback, a lot of customization must be down manually ( manual code implementation ex. editing css) if you create more options for customization such color themes and etc, theme would fly off the shelf. Unless i am missing something?Resolved the issue with the following addition to nginx.conf
MULTISITE
if (!-e $request_filename) { rewrite /wp-admin$ $scheme://$host$uri/ permanent; rewrite ^(/[^/]+)?(/wp-.*) $2 last; rewrite ^(/[^/]+)?(/.*\.php) $2 last; rewrite /sitemapindex\.xml$ /index.php?gxs_module=sitemapindex last; rewrite /post\.xml$ /index.php?gxs_module=post last; rewrite /page\.xml$ /index.php?gxs_module=page last; rewrite /([a-z0-9]+)_([a-z0-9_-]+)\.xml$ /index.php?gxs_module=$1&gxs_sub_module=$2 last; rewrite /post_google_news\.xml$ /index.php?gxs_module=post_google_news last; rewrite /taxonomy_category\.xml$ /index.php?gxs_module=taxonomy_category last; }
This still does not work on a multisite. Get 404 while trying to access the sitemaps.
Any update on the re-write rules?Axel
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Too many URLs in sitempI am sure, there are few more people who have a SITEMAP that generates more than 50,000 urls.
Is it possible to include a link limit feature per an individual sitemap?Thank you,
Axel
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] xpath match questionI will open a ticket and upload my data.
Michael.
P.S the date format i am comparing to is mm/dd/year
This was just an example, of it is currently set to.
It still does not work.Axel.
Here is what my xpath is /deal[@end_on >= today]
dont think so, unless you specify the path where these files are saved on the server – ex. https://localhost/path1/folder2/
Forum: Themes and Templates
In reply to: [Pinboard] replace/change search bar engineAny luck etay? I am not even able to find the actual search file, which is responsible for the search.
I checked my php log, where i found an error message, which indicated that there was an issue writing to a file due to a lack of space. Clearing space on boot partition resolved this problem.
Solved, problem with my server.
Thanks for the quick response.
Can you please point to the location of these “history” files?
This issue is effecting every import on my server.
I have not made any changes or installed/uninstalled any plugins.
Very random problem, which halted my dev environment.
Any feedback from wp all import on this error message would be highly appreciated.Forum: Plugins
In reply to: [SlimStat Analytics] no data after activationOk, is there a setting that points to a particular (default) db on a MU install? Can the default DB be changed for a particular blog in wp slim stat?