Stockholm
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Conflict with AvadaHello,
You are using the Fusion Builder, I′m not using that. I have the default editor and nothing works in that mode. I have the latest versions of everything.Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] Styling issuesOk. What is the best way to center the shortcode?
I′m using Avada theme and have problems with center adjust the dropdown-box in the top menu. It′s not the same results in desktop and mobile, very frustrating.Thanks for your fast reply!
I have some follow up questions. Is the best workflow to do it like this?
1) Create a Sendy list with a custom field (petition).
2) Use a subscribe form with a hidden custom post type = Sendy custom field?
3) When the blog post author wants to send an update to his unique subscribers he will just send to the segmented emails automatically thru sendy api.– Is it possible to automatically assign a new WP post id to a hidden field so it can connect with the custom data (to be able to segment it later)?
– I must find a automatic solution for this and even if I′m not a coder it feels like a simple task to make a “blog id=hidden custom field value” ??– It′s certainly not optimal to have a very large list with many segments, but it′s at least a solution to start with ?? Maybe Sendy develop their API in the future to even offer “create new list”.
– Have I understood it correctly that Sendy automatically can send campaigns to the segmented lists? Then every user could have a button: “update your followers thru email” next to every campaign that′s listed in their user profile. Maybe better to set it to draft status and inform me with a email that something is in the sendqueue?
Sorry for all of my rookie questions, but you seems to know a lot of this and maybe can help me?
- This reply was modified 5 years, 5 months ago by Stockholm.
Hi,
I′m curious if there is an ETA for the updated version?Do you have a solution for this?:
When a new WP post is created an unique email list is automatically created at Sendy and users that follow this post will be added to only that specific list. Is it possible to do that? When the post is updated or commented an email should be sent automatically to all of the the followers of only that post.
A lot of petition/crowdfunding sites have this feature. Sorry for my newbie questions, I′m not a coder.I′ve solved the problem!
It was version 3.34 (not 1.4.1) in your plugin. I changed a line of code, so now it′s working. Followed Googles recommendations in the link above.From this: https://maps.googleapis.com/maps/api/js?v=3.34&key=
To this: https://maps.googleapis.com/maps/api/js?v=weekly&key=Edited these files:
admin/class-nov-map-admin.php
includes/class-novo-map-gmap.phpAnother question:
Is it possible to zoom in the preview map in admin and set is as default? Now it always starts in Africa and I want it to always show a small local area where 100% of the markers will be placed.Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] 6G blacklistNo, no no!
Please read my text again ?? You just have to read under your own tab “DESCRIPTION”, here at www.ads-software.com, not in the plugin. I guess you wrote that text, paste it below:——————
FIREWALL FUNCTIONALITY
This plugin allows you to easily add a lot of firewall protection to your site via htaccess file. An htaccess file is processed by your web server before any other code on your site. So these firewall rules will stop malicious script(s) before it gets a chance to reach the WordPress code on your site.Access control facility.
Instantly activate a selection of firewall settings ranging from basic, intermediate and advanced.Enable the famous “5G Blacklist” Firewall rules courtesy of Perishable Press
Forbid proxy comment posting.Block access to debug log file.
Disable trace and track.
Deny bad or malicious query strings.
Protect against Cross Site Scripting (XSS) by activating the comprehensive advanced character string filter.
or malicious bots who do not have a special cookie in their browser. You (the site admin) will know how to set this special cookie and be able to log into your site.
WordPress PingBack Vulnerability Protection feature. This firewall feature allows the user to prohibit access to the xmlrpc.php file in order to protect against certain vulnerabilities in the pingback functionality. This is also helpful to block bots from constantly accessing the xmlrpc.php file and wasting your server resource.
Ability to block fake Googlebots from crawling your site.
Ability to prevent image hotlinking. Use this to prevent others from hotlinking your images.
Ability to log all 404 events on your site. You can also choose to automatically block IP addresses that are hitting too many 404s.
Ability to add custom rules to block access to various resources of your site.Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] 6G blacklistThe text is from your description here:
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/Under FIREWALL FUNCTIONALITY
Forum: Plugins
In reply to: [Yoast SEO] Missing og:imageThis tool:
https://developers.facebook.com/tools/debug/sharing/Shows these error messages:
– The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
– The following required properties are missing: og:image, fb:app_idI use the latest versions of WP, Avada, Yoast etc. Linked the image correctly in Yoast under fb-settings. Cant see the link in the source code.
Everything worked with earlier versions of Yoast.
Forum: Fixing WordPress
In reply to: Major Security Bug Still In Latest VersionFound this code to block the access with https://any-sitename.com/wp-json/wp/v2/users:
add_filter( ‘rest_endpoints’, function( $endpoints ){
if ( isset( $endpoints[‘/wp/v2/users’] ) ) {
unset( $endpoints[‘/wp/v2/users’] );
}
if ( isset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] ) ) {
unset( $endpoints[‘/wp/v2/users/(?P<id>[\d]+)’] );
}
return $endpoints;
});Will I get problems with WordPress, WooCommerce, Plugins and so on if I use the code above to disable user endpoint? Most users don′t use nicknames so it′s just the password left to guess for hackers. Everybody knows that it′s wise to have a strong password, but since people are lazy the problem is still out there…
Best solution?
Forum: Plugins
In reply to: [Contact Form 7] Bug in 4.8.1Hi,
I don′t use Cloudflare or Rocketloader. I switched off WP Rocket and all other plugins, no difference.
Please not that the issue started with the last version, no problems before with all the plugins, WP Rocket etc activated.Forum: Plugins
In reply to: [Contact Form 7] Bug in 4.8.1The problem isn′t related to the Avada theme. Everything works great with Avada if I go back to CF 4.8. The only change was that I tried to update CF to 4.8.1, so the problem is specific with CF 4.8.1 – not Avada.
Forum: Plugins
In reply to: [Contact Form 7] form not submittingI have the same problem. What server settings do you have? Do you use redirect after form sent?
Hi,
I′m using the latest versions for everything:WP: 4.7.5
Theme: Avada: 5.1.6
WP Optimize: 2.1.1