supertrooper2
Forum Replies Created
-
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] How to Delay Push NotificationsMy apologies. After clearing the page cache the delay does work. However the code still shows at the top of each page, and I can’t figure out how to resolve this issue. Please help.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] How to Delay Push NotificationsFollowing the above guide does not work, and the prompt still appears immediately when opening the website in an incognito window.
In addition when clicking the login link I get the following error message at the top of the page:
// Delay Only Example setTimeout(function(){ console.log(“about to initialize OneSignal”); window._oneSignalInitOptions.promptOptions = { slidedown: { prompts: [ { type: “push”, autoPrompt: true, text: { /* actionMessage limited to 90 characters */ actionMessage: “Your Custom Action Message”, /* acceptButton limited to 15 characters */ acceptButton: “Yes”, /* cancelButton limited to 15 characters */ cancelButton: “No”, }, delay: { /* seconds to wait for display */ timeDelay: 30, /* # pageviews for prompt to display */ pageViews: 2, } } ] } } window.OneSignal = window.OneSignal || []; window.OneSignal.push(function() { window.OneSignal.init(window._oneSignalInitOptions); }); }, 3000);
Please help.
The standard FS Poster app does not allow sharing to Facebook public groups, and sharing can only be done using the cookie method.
If the FS Poster app is installed in addition to the cookie method, will it retrieve comments posted onto one’s own Facebook account, group and page, which have been shared via the cookie method?
Is there an easy way to create one’s own Facebook app?
Inserting /wp-content/plugins/ml-slider into the “Exclude Javascript tags from combine” section has resolved the issue.
Thanks for the great support.
W3Speedster – https://w3speedster.com/
Hi Steve
The problem can be resolved by turning off “js minification” but then the slider is only become visible when the user starts to scroll down the page.
In addition the page loading times become unacceptable.
So the question is how can we exclude Metaslider from js minification?
I am sorry but I cannot find this option “AD Label Text” in the settings.
Can you please send me a screenshot?
But there is no option in WPQuads for “text wrap around”.
Please advise.
Please see screenshots of the settings in “Ads for WP”, which allow “text wrap around” together with an example of a “wrapped-around adsense ad:
https://drive.google.com/file/d/12iRZ9Neebgot7b8QpTyz7Us_lwT504fb/view?usp=sharing
https://drive.google.com/file/d/12qGG3kQrvM8f94g6aPKIyL3tAV2dHMN5/view?usp=sharing
Hoping this can be possible in Ads by WPQuads.
Please confirm
@bornforphp Hi Harshad
The 3 tables are not actually in the PHPMyAdmin table, so I don’t understand why WP Optimize includes them in the list?
Another anomaly I have found is that there are 37 MyISAM tables listed in both the WP Optimize and PHPMyAdmin lists. All other tables are InnoDB.
I have clicked the “convert to InnoDB” buttons in the WP Optimize list, get a tick but after refreshing the page nothing has changed.
Please advise how to resolve this issue.
Forum: Plugins
In reply to: [Contextual Related Posts] Why CRP styling changes in style.css not working?Hi Ajay
I ran a validation test on the css and discovered a couple of errors. After correcting the errors we were able to move all css styling changes to the style.css file in our child theme.
i.e. it was no longer necessary to put styling changes into the “Additional CSS” box in the WordPress Customizer. Problem solved.
Thanks for the great support.
Forum: Plugins
In reply to: [Contextual Related Posts] Why CRP styling changes in style.css not working?Hi @ajay
That is exactly the approach I have been following. i.e. selecting the “no styles” option and inserting the CSS below into the styles.css file in the child theme.
The problem is that it doesn’t work and I have to insert the code into the “Additional CSS” box in the WordPress Customizer to get it to work.
Please advise how this can be made to work in the style.css file.
.crp_related .crp_title {
color: #000000!important;
position: inherit;
display: block;
bottom: 0;
padding: 7px;
font-size: 14px;
text-shadow: none;
background-color: white;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
text-align: left;
margin: -7px 0px -3px 7px !important;
}.crp_related li:hover .crp_title {
background-color: white!important;
}.crp_related img {
padding: 2% !important;
width: 100% !important;
}
.crp_related li {
margin: 15px 6.6% 15px 6.6% !important;
border: 1px solid #ddd;
padding: 6px;
}
.crp_related ul {
list-style: none;
float: left;
margin: 0!important;
padding: 0!important;
background: white !important;
border-left: 1px solid #dadada !important;
border-right: 1px solid #dadada !important;
}
.crp_related h3 {
margin-left: 7%!important;
margin-bottom: 2% !important;
}Forum: Plugins
In reply to: [Super Page Cache] How to prevent caching for a specific category?Does the following code work with wild cards?
do_action(“swcfpc_purge_cache”, array(“https://example.com/some-page/”));
Please advise.
Forum: Plugins
In reply to: [Super Page Cache] How can “Dynamic” issue be resolvedOur setup of the 2 websites on the same domain is as follows:
https://domain.com/news/
https://domain.com/test/The WP Cloudflare Super Page Cache plugin was installed on both websites but it only caches the first one installed and activated.
The second installed and activated website gives “Dynamic” cach status for pages.
Is there any way to resolve this issue?
Forum: Plugins
In reply to: [Super Page Cache] How can “Dynamic” issue be resolvedI have 2 websites running on the same domain and found out that it was not possible with this plugin to have both caching at the same time.
So I deactivated the test website, and now the main website is caching perfectly.
The plugin is working great and page load time has been cut in half.
Thanks s great plugin.