Markol
Forum Replies Created
-
Marking as resolved.
Yes that worked thanks.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Feature SuggestionForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Another Contact Form 7 IssueOK I’ve reverted to 5.3 for the moment.
Thanks for your response.Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] Pickup Time Off By 1 HourThanks for your reply again Matt. It must be a conflict with another plugin. It is definitely happening. I will investigate plugin conflicts.
Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] Pickup Time Off By 1 HourHi Matt, thanks for your reply.
Yes set to Dublin – please see https://rift.bumpey.net/timezone.png
Regards,
MarkThe latest version of Ozh admin has fixed the previous error not showing icons btw.
I assume you are both using Ozh admin drop-down menu.
This code worked for me, add to your themes functions.php file:
/*===========================================================*/
add_action(‘admin_head’, ‘my_custom_fonts’);function my_custom_fonts() {
echo ‘<style>
#oam_toplevel_page_wpseo_dashboard{
width:50px;
}
#oam_toplevel_page_wpseo_dashboard img{
max-width:24px;
height:auto;
}
</style>’;
}
/*===========================================================*/Mark
Forum: Fixing WordPress
In reply to: line going through links in posts.Do you have the broken link checker plugin installed? This auto-adds css to broken links.
Forum: Reviews
In reply to: [Theme Test Drive] broke all menu and widgets for live usersChanges that you make to menus, pages and widgets in the admin are content changes and are separate from your theme. Here you are changing the actual site content while any theme that you use is just the presentation of that content.
I have no affiliation with this plugin.
This plugin causes a conflict with Mappress – prevents Mappress markers and icons from showing.
Great plugin otherwise.
Forum: Requests and Feedback
In reply to: Can you guys delete a thread of mine, please?Couldn’t you just delete his email address from the post. Seems like a fair request.
There may be a data protection issue here?
If someone asks you to remove their private data from your website you should remove it. That’s my very basic understanding of data protection.Mark
Hi Tobias,
Many thanks for your reply. That was the issue.
Regards,
MarkForum: Fixing WordPress
In reply to: permalinks not working after moving hostYa Register365 are on Zeus – Why????
Try this:
#Zeus webserver version of basic WordPress mod_rewrite rules
map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if exists then goto END
look for dir at %{SCRATCH:path}
if exists then goto END
##### FIX FOR LOGIN/FORGOTTEN PASSWORD/ADMIN ETC #####
match URL into $ with ^/wp-.*$
if matched then goto END
##### FIX TO ALLOW SEARCH TO WORK #####
match URL into $ with ^/(.*)
set URL = /index.php/$1Forum: Fixing WordPress
In reply to: Gallery pagination and searchHi jordaniversen,
Sorry bout that, I added a GNU licence snippet to the page after testing and used duplicate php tags.
Removed now and file can be downloaded again from https://www.irishwebhq.com/wordpress-gallery-shortcode-pagination-free-plugin/