djquadrocks
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Server Health Stats] Change “Purge cache” displayYes please add the ability to remove, even if in wp-config like
define(‘WPSERVERSTATS_ADMINBAR_DISABLE’, true);
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Inline Icon wrappingNo, I would like to show them horizontally and only wrap if the column is too narrow to display them all on one line.
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Custom Icons not displayingThanks, but please refer to https://imgur.com/mWd5rL1.
How can I get the icons to only wrap when a given column allows? I have specified this in custom CSS.
.div.sfsi_widget {
display: inline;
}I set “icons per row” blank so thin columns would wrap the icons while wide columns would not.
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Custom Icons not displayingIt’s been a month since this broke. Is it still not fixed?
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Custom Icons not displayingHave you fixed this yet?
Forum: Networking WordPress
In reply to: Images and CSS broken on new subdirectory sitesSo far so good. So for anyone else that is having this problem – on a VM that starts periodically, it often gets assigned a different internal IP. Altho it gets a valid internal dynamic/available IP, WordPress needs a static one in its options.
So in your router and in the OS for your VM, reserve an IP so when the VM starts, it’s forced to use the same internal IP every time.
I’m not sure why WP doesn’t just use the current IP of the VM –
phil@debian:~$ hostname -I
192.168.1.37(2 days later after starting the VM)
phil@debian:~$ hostname -I
192.168.1.23I’m having one more issue though, that may be beyond the scope of this issue, but I can’t upload themes, media, plugins, etc. It says “The link you followed has expired” and I guess it’s a problem with php.ini. I’ve increased things like max_file_size but it doesn’t help.
Forum: Networking WordPress
In reply to: Images and CSS broken on new subdirectory sitesNevermind. After restarting Apache it works.
Now to install Multisite….
Forum: Networking WordPress
In reply to: Images and CSS broken on new subdirectory sitesYep I created a new VM which included the LAMP install and database. I put 192.168.1.37 in WordPress options.
Did you see the screenshot? There aren’t any images shown on any twenty* themes (including in the HTML). https://192.168.1.37/wp-content/themes/twentyseventeen/assets/images/header.jpg does exist though. I even tried the Hana theme.
Forum: Networking WordPress
In reply to: Images and CSS broken on new subdirectory sitesYeah I’m going to install Multisite after this is worked out. I basically started over.
I went ahead and assigned a static IP (192.168.1.37) in my router and in WordPress.
I’m still not getting any images from any though.
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Changes not being reflewtedIt does. I’m using Enfold.
Forum: Networking WordPress
In reply to: Images and CSS broken on new subdirectory sitesThanks for the reply.
I’ve made some changes but the result is basically the same. I’m also doing this on a VM that I forgot to mention (if it matters). And this actually happens after I install WordPress, the default apache2 (LAMP install) works fine.
WordPress is now installed in /var/www/html. Here’s my .htaccess –
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
The WordPress Address and Site Address in options are both https://localhost. If I go there I’m not seeing any images.
Additionally, the VM’s internal IP is 192.168.1.37, but I’m not sure how to add a dynamic IP instead instead of localhost.
The text and size changes for the icons are not being reflected though. Again, I’m not using any cache plugins and clearing my cache doesn’t work.
That works fine.
v2.0.7 is installed.
I don’t have any caching plugins and clearing browser cache didn’t help.