jockebq
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Hide/disable nav-menus.php + standard post type?Hi Frank,
I see the custom post types, and it is possible to disable them, which means I cannot access them. But I cannot disable the standard post type. The standard post type is not available in the Menu (i guess my theme hasn’t that activated). But I can still visit /post-new.php and get to that page.
But adding post-new.php under Menu like this:
Image of Adminimize optionsDoes nothing at all?
EDIT: Also this one that I am trying to hide, a button inside a custom post type:
<input id=”background-video-button” class=”button” value=”Select/Upload Video” type=”button”>
I tried #background-video-button without success under Post / Custom.Forum: Plugins
In reply to: [Fast Velocity Minify] Icons missing on first load?Hi Raul,
I have now tried the following:
Disable CSS Processing, then Purge cache files and remove cache from WP Super Cache. After this opening the site with a new private windows. Same issue.
Tried Disable JavaScript Processing, with the same result.
And also HTML Minification.So nothing worked, and to make sure I also tried adding these folders to the ignore list:
/wp-content/themes/mrtailor/inc/
/wp-content/themes/mrtailor/css/
/wp-content/themes/mrtailor/js/No success here either.
So I tried your suggestions.
Tried with “Inline all header CSS files” and “Inline all footer CSS files” activated. Same thing as before.
I have not defer JavaScript activated, but I tried activating it without success. Also tried with Skip defer activated.Don’t know what you mean here:
Does your icon fonts file show up in the header or footer of your html, when you add them to the ignore list?
I tried adding a location to the ignore list and search the source from the browser, but couldn’t find it.
So I am out of ideas?
I really love this plugin as it works soo much better than everything else. But this problem is really annoying and takes away from the experience on first visits.Forum: Plugins
In reply to: [Fast Velocity Minify] Icons missing on first load?Hi Raul, Thank you for the awesome plugin, fastest Minify I have tried.
I have tried everything I can think of, but no success, everything else works fantastic with the plugin. Just that the first load doesn’t display fontawesome icons. After a second load or clicking to another page there is no problem.
This is what I came up with in the ignore list:
/wp-content/themes/mrtailor/inc/fonts/font-awesome/css/font-awesome.css
/wp-content/themes/mrtailor/inc/fonts/font-awesome/css/font-awesome.min.cssBut no success, any ideas?
Forum: Plugins
In reply to: [m1.DownloadList] 404 Page not foundSystem: Linux www14 4.4.76-grsec-fsd-0.5
Apache, PHP 7.0.6, MySQL 5.5.30Language I don’t know, maybe Swedish, otherwise English.
I don’t know how to find out File system and mb_string?
Forum: Plugins
In reply to: [m1.DownloadList] 404 Page not foundI now found out the problem. If the file is placed in a folder which has a special character. In my case it is “???”. I will get the 404 WordPress page, which is weird because I think this worked before, but now I am not sure.
As soon as I move the file to a folder without special character everything is fine.Any suggestions for a fix? I would love to be able to use these special characters as this makes the folder structure understandable.
Thank you!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unexpected response: ?Just tried, first opened the console where I did not get the error. Then went to the backup tab and when I got the error this appeared:
UpdraftPlus: Exception when trying to parse JSON (1) – will attempt to fix/re-parse /wp-content/plugins/updraftplus/includes/updraft-admin.min.js?ver=1.13.7
UpdraftPlus: could not parse the JSONForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unexpected response: ?Hi,
Here’s a screenshot
If I go to the first tab in Updraft plus I get no error at all, no matter how long I stay there. When I go to the backup tab I get the error almost immidiatly.
If I do backup now while on the first tab, I get the error again and again.- This reply was modified 7 years, 6 months ago by jockebq.
Forum: Plugins
In reply to: [WooCommerce] Additional information width?@lorro, sorry did not explain it well enough.
When you add an attribute on a product and the attribute is text you have the ability to add many entries in the same text field, separated by “|”. Like if I have an attribute called Length WxLxH, I can write 10cm | 20cm | 25cm and WooCommerce will separate them. But it will not post them in the same order, it will sort them.I want it to be posted in the same order I enter it.
Thank you!
Forum: Plugins
In reply to: [m1.DownloadList] Special characters displayed as ?Wow, works fantastic!
Thank you so much! Awesome plugin!Forum: Plugins
In reply to: [m1.DownloadList] Special characters displayed as ?1. Apache, PHP 5.6.21, MySQL 5.5.30, it is all I can see, it is a paid web hotel. I have no chance to try another server.
But is there any change that can be made to the plugin, I see the first lines are something with utf8.2. Understand that ?? just thought you could use some shortcode.
3. I’ll try this, weird thing is sometimes it doesn’t happen.
4. Solved the caching issue, excluded the page from caching. Thank you!
Forum: Plugins
In reply to: [m1.DownloadList] Special characters displayed as ?Another thing, when I upload new files and folders, they will not show up if I don’t clear my cache in the browser or clear WP Super Cache’s cache. Is it possible to make something that clears this cache automatically when files and folders are uploaded?
Forum: Plugins
In reply to: [Code Snippets] Attempt to modify property of non-object error?I narrowed it down to this code snippet:
/* Function for hiding plugin update notices – Exclude Pages*/ function sunil_disable_updates( $value ) { unset( $value->response['woocommerce-video-product-tab/woocommerce-video-tab.php'] ); return $value; } add_filter( 'site_transient_update_plugins', 'sunil_disable_updates' );
It’s a snippet to keep a plugin from automatically notifying for updates.
When I deactivate it I don’t get this error.Forum: Plugins
In reply to: [WooCommerce] Hide fields from add product page (admin)I tried adding this to my theme’s CSS (Custom code).
No changes at all. Doesn’t work?Would like to hide cross sell product and group products but only keep up sell.
What’s the code for this?
Forum: Fixing WordPress
In reply to: Hide top bar navigation logoI’m still working on this.
I’ll try to clarify.I want to give my retailers a link which shows my site (WooCommerce product pages) but without our logo, and our WordPress menu.
What I want is a page that only shows the WooCommerce store for our retailers, to use without showing our company’s name.I want it to work like this only if they visit the site via a special link. Other than that I want it to work completely normal with logo and top menu.
Any ideas?
Forum: Plugins
In reply to: [WooCommerce] Hide fields from add product page (admin)Great!
I have tried finding the right way to hide them. But I haven’t succeeded. Can you please post the CSS-string used to hide this?Thank you!