jdaviescoates
Forum Replies Created
-
I run ithemes security on a multi-site and it does seem to mostly work fine, but periodically it deletes the standard wordpress rewrite rules and breaks all the site, which is a tad annoying, even if it does just mean re-pasting this into .htaccess (this is for subdomain multi-sites, as per https://codex.www.ads-software.com/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite ):
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ wp/$1 [L]
RewriteRule . index.php [L]I have this issue too.
As did others 2 years ago, see:
https://www.ads-software.com/support/topic/htaccess-changes-causing-404-errorsPeriodically isecurity deletes the wordpress rewrite rules need to make sites work properly and I have to re-add the following code to get it working again (I’m running a multisite and so this is the code directly from the codex here https://codex.www.ads-software.com/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite ):
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]It’d be great there was someway of preventing ithemes security from deleting this essential code!
Forum: Plugins
In reply to: [Document Gallery] Titles above thumbnailsOK, thanks Dan.
What I’d really like is something like this:
Title title title title title title title title title
Icon icon Description description description description
Icon icon description description description description
Icon icon
Icon icon
Icon iconSo, the title running across the width of the whole row, and the top of the description inline with the top of the icon.
I really don’t mind whether this is achieved with CSS or code but I’m struggling to do it and so would be great if we can work out…
Thanks in advance,
Josef.
Forum: Plugins
In reply to: [Document Gallery] Titles above thumbnailsThanks Dan,
I do have titles with multiple lines so that doesn’t quite work for me but I’ll have a play around when it isn’t 3am
BTW, I actually spotted that styling stuff must’ve changed because the custom css I previously had stopped working and I had to do it all again! Got pretty annoyed at the time (web dev stuff does that to me), but was easy enough once I realised what had happened.
Thanks for your help,
Josef.
Forum: Plugins
In reply to: [Document Gallery] Titles above thumbnailsHi Dan,
I would also like to display the titles above the thumbnails rather than below them and I’m not at all sure how to about about actually achieving that using dg_icon_template?
Do I need to add some filters to my functions.php file or something? Could you help me work out exactly what code to add there? (or somewhere else if that is indeed the case).
Thanks,
Josef.
PS Many thanks for your superb plugin (just rated you 5 stars – btw, I’ve looked for a plugin like this quite a few times over the years and never found yours before – I was searching for things like “document library” rather than gallery… just though perhaps you might like to do some more work on making your excellent plugin more discoverable ?? )
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Adding Name Field to Top BarI’ve just done this, works great!
But it’d be nice to be able to have the name field display before/ to the left of the email field.
Is that possible?
Thanks,
Josef.
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Problem when fixed nav barI have the same issue. I tried disabling “stickyness” but that didn’t resolve the problem. Seems the best solution is to move the bar to the bottom.
Forum: Plugins
In reply to: [Genesis Club Lite] Conflicts with Jetpack SharingOK, great!
I’m not seeing the update in my dashboard yet but I guess I will do so soon… will report back once I do.
Thanks again! ??
Forum: Plugins
In reply to: [Genesis Club Lite] Conflicts with Jetpack SharingOK, great, keep me posted!
Thanks!
Forum: Plugins
In reply to: [JP Sharing] Icons not appearingI have the same problem, I just updated to the latest version and now none of the services are available in sharing settings.
Forum: Plugins
In reply to: [Genesis Club Lite] Conflicts with Jetpack SharingThis issue is not resolved.
Forum: Plugins
In reply to: [Genesis Club Lite] Conflicts with Jetpack SharingHi there,
Your site is applying the accordion to H4’s
jQuery(‘main.content’).gcaccordion({“header”:”h4″});
In Genesis Club Lite 1.3, the accordion is by default applied to ‘.entry-content h3’ elements on pages, so this will not affect the JetPack social icons which are wrapped in h4 tags
So please update to Genesis Club Lite 1.3 to fix this
Thanks for the info. The JetPack Sharing plugin actually wraps things in h3 tags but I manually changed Genesis Club Lite to use h4 in line 8 of jquery.accordion.js to temporarily get around the problem I was having. Now I’ve just updated both plugins to the latest version and I have the same problem I was having before :-/
I guess I’ll just have to keep changing Genesis Club Lite to use h4 instead… unless you can think of a better solution?
Forum: Plugins
In reply to: [Featured Video Plus] Video not showing up on archive pageSame here.
I’m also using the Genesis Framework and the featured video embed is displayed on the single posts e.g. https://omexchange.staging.wpengine.com/testing-featured-video-plus-plugin/ but not on blog home page nor archive pages e.g. https://omexchange.staging.wpengine.com/blog/
Would love to get this sorted if possible.
Thanks!
Forum: Plugins
In reply to: [Genesis Responsive Slider] Put title above image?OK, here it is:
https://www.studiopress.com/forums/topic/genesis-responsive-slider-move-title-above-image/Thanks in advance for any help you can provide!
I started again from another clean install.
At first it still didn’t seem to work again.
Then, even though I kept changing the permalink structure, no .htaccess was visible in my FTP client in either / nor /wordpress/.
However, eventually, a .htaccess file did appear and everything started working. Possibly some odd caching issues with the mobile dongle I’m on.
I note however, that now there is no .htaccess file in /wordpress/ just one in the root folder, so perhaps it was having one in each that caused the problem before? /me shrugs
Either way, at least I’ve got it working now.