RBX
Forum Replies Created
-
Forum: Plugins
In reply to: [SEO Redirection Plugin - 301 Redirect Manager] Only some redirections workI’m still waiting for a solution.
Forum: Plugins
In reply to: [W3 Total Cache] Minify gets disabled automaticallyMinification seems to work with this, but all minified files have query strings. Would this be problematic for caching?
Forum: Plugins
In reply to: [W3 Total Cache] Minify gets disabled automaticallySorry for so many posts.
I was able to enable minification by importing configuration from another site, but I got this: http://i.imgur.com/xVOe3jV.png and site appears messed up.
I also tried setting file name length to a lower number (200) but it didn’t work. Other than that, Set expires header setting has been disabled everywhere.
Forum: Plugins
In reply to: [W3 Total Cache] Minify gets disabled automatically:/
Minification got disabled, again.Forum: Plugins
In reply to: [W3 Total Cache] Minify gets disabled automaticallyI tried restoring default settings, I got this:
W3 Total Cache: Default settings are in use. The configuration file could not be read or doesn’t exist. Please save the settings to create the file.and I get this message even after saving the settings.
Edit: I was able to get it to work after reinstalling the plugin.
Forum: Plugins
In reply to: [SEO Redirection Plugin - 301 Redirect Manager] Only some redirections workCould this problem be associated with the website being on Cloudflare? I have flushed CF cache several times, so I think it might not be a problem, but I thought I’d provide you this information anyway.
Forum: Plugins
In reply to: [SEO Redirection Plugin - 301 Redirect Manager] Only some redirections workSetting a page redirect works (Those with green dots work. Listing’s subdirectories still show 404 – http://i.imgur.com/TkVrE3u.png). I think I might have to look into RegEx.
Forum: Themes and Templates
In reply to: [Virtue] Custom Post Type PaginationApparently if I am listing my services on page with slug ‘services’, I can’t rewrite my CPT slug to ‘services’.
I’m marking this ‘not a support question’ and will seek help regarding this in general forum.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Distorted FormsI’d like to mention that the problem persists. I wanted to use few features such as social media buttons and comments, but nothing works without wordpress.com integration, so I’ve completely disabled the plugin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Distorted FormsSorry, this didn’t remove the conflicting CSS.
.contact-form label { margin-bottom:3px; float:none; font-weight:700; display:block }and a few others still apply.
I would have changed the class, but even my theme’s contact form uses it.
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Upload through frontendI want this feature as well.
I think this code present in function set_thumbnail will be helpful, so I’ll try implementing this, but it would be great if you provide a public function to do this.
if ($thumbnail_id && get_post($thumbnail_id)) { $thumbnail_html = wp_get_attachment_image($thumbnail_id, 'thumbnail'); if (!empty($thumbnail_html)) { $this->set_meta($post_ID, $this->post_type, $this->id, $thumbnail_id); die($this->post_thumbnail_html($thumbnail_id)); } }Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Distorted FormsYes, the script is included in the theme and is probably unrelated to the error. I have tried disabling other features as well including caching and minification, but they don’t seem to be contributing to this. What triggers this is integration of Jetpack with WordPress.com.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Distorted FormsI realized that I needed to reconnect with WordPress.com after re-enabling Jetpack, doing which reintroduced the problem.
Edit: I disabled all of Jetpack modules, but the problem remained, and got fixed as soon as I disconnected from WordPress.com.
I have enabled it again so you can diagnose it.
Also, the WP version is 4.2.4, I mistakenly set it to 4.3.
And the problem seems to be with labels instead of inputs.
I just uploaded a file to media gallery and tried changing title from there. I got this
Warning: Illegal string offset 'sizes' in /home/bhartiwe/public_html/wp-content/plugins/media-file-renamer/media-file-renamer.php on line 930 Warning: Invalid argument supplied for foreach() in /home/bhartiwe/public_html/wp-content/plugins/media-file-renamer/media-file-renamer.php on line 930 Warning: Illegal string offset 'sizes' in /home/bhartiwe/public_html/wp-content/plugins/media-file-renamer/media-file-renamer.php on line 978 Warning: Invalid argument supplied for foreach() in /home/bhartiwe/public_html/wp-content/plugins/media-file-renamer/media-file-renamer.php on line 978 Warning: Cannot modify header information - headers already sent by (output started at /home/bhartiwe/public_html/wp-content/plugins/media-file-renamer/media-file-renamer.php:930) in /home/bhartiwe/public_html/wp-includes/pluggable.php on line 1196After refresh, I found that the title and filename were successfully updated.
In database, everything was updated except the post_name in posts table.
Forum: Plugins
In reply to: [Linker - URL shortener & track outbound link clicks] Unique ClickersYou could perhaps set a session key and determine uniqueness based on that. It won’t be fraud-proof, but for me, at least, this is good enough.