The plugin is great but doesn’t work from mobile (Chrome/Android, not sure about Iphones)
the icon does show, but when I click on it nothing happens (numb).
any ideas how to fix it?
Thanks
]]>Disabled plugin and can edit the publish date again.
]]>This is the type of code i use on a Home page to get a background video:
<style>
video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto;
z-index: -20;
opacity: 0.3;
background: url(darkness.png) no-repeat;
background-size: cover;
}
video { display: block; }
</style>
<!--[if lt IE 9]>
<script>
document.createElement('video');
</script>
<![endif]-->
<body>
<video autoplay loop id="bgvid">
<source src="https://borealpictures.com/wp-content/uploads/2016/08/pixabay-CCL-Darkness-2106.mp4" type="video/mp4">
</video>
But on my borealpictures.com site where I am using the premium Photocrati theme, if I add the background video code to the Home page, yes I get the video but then the menus though visible are not clickable.
Ugh, any ideas on how to get this working, any ideas as to why the Photocratic theme menus are funked (disfunctional) just by my adding in the extra css and html code for the video?
]]>Also i deleted the app and downloaded other cache programs to see if they would work and they are saying I need permalink. I have my permalink on Plain and I do not want to change it because I get this warning “WARNING: changing the permalink structure will reset the share counts for your pages.” I do not want to lose my share counts.
Please help!
https://www.ads-software.com/plugins/w3-total-cache/
]]>This is what displayed:
Update PluginDownloading update from https://downloads.www.ads-software.com/plugin/s2member.140614.zip…
Unpacking the update…
Installing the latest version…
Removing the old version of the plugin…
Could not create directory. C:/xampp/_clients/apr-kb/wp-content/plugins/s2member/
Plugin update failed.
Clicking on the “Installed Plugins” link, I can no longer see S2Member.
Looking in my Plugins directory, I see s2member-files and s2member-logs directories but no s2member directory.
I then deleted all s2member directories and restored them from a back-up, activated the plugin and everything was fine.
Then I deactivated all other plugins and tried to update again — and got the same result.
https://www.ads-software.com/plugins/s2member/
]]>The second site has been developed offline on my laptop.
All of a sudden the add media button is not responding.
There are media loaded. I tried some different gallery plug-ins and deactivated the once I what to disregard.
Same problem was posted way back in 2011.
Sorry for dinging up old bones.
Your assistance is appreciated.
God Bless.
@designsimply’s comments are here:
@UltraMarathonEER, I don’t have an Android phone, but I found a way to test Android using an emulator on browserstack.com and https://freedomrunusa.com and I could see the stretched images there: https://cl.ly/RS2q
Can you try adding a CSS snippet like this to see if it helps?
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
.flexslider,
#slider_wrapper {
height: 120px;
}
}
I got the media query part from here: https://cssmediaqueries.com/target/Samsung+Galaxy+S3.html
Note that you might have to adjust “.flexslider .slides img” too, but try what I have above first to see if it works.
I replied with:
Thanks @designsimply. Unfortunately, that exact code is already in the css for the mobile version, although there is no mention of the .flexslider .slides img.
I’ll dig some more to try to get it fixed, but the theme author already uses your suggested code for the responsive mobile theme. Appreciate the help…I’ll keep you posted.
Another user responded directly after my post with the same issue, as did others in the thread that I jumped into.
Starting a new thread here to see if we can get this resolved, as I’ve exhausted all my efforts to mess with the css as suggested.
With the upgrade to 3.7 of wordpress, this issue still exists. If I disable the photon plugin, delete cache, the problem goes away.
Thanks in advance!
https://www.ads-software.com/plugins/jetpack/
]]>The Problem:
While installing other plugins, I navigated to the homepage and found that our slider, created with WOW Slider, was no longer there. It is a crucial element in our homepage, and I *needed* it there.
What I Did:
The Solution:
As a last attempt, I searched just “wordpress seo wowslider”. Of all the search queries i tried, this one worked. I found this:
https://www.artisteer.com/?post_id=214577&p=forum_post&forum_id=17
If anyone’s using both the Yoast SEO and Wowslider Plug-ins then, just so you know, the Wowslider shortcode will not display/work/be initialized unless you’ve filled in Yoast’s SEO Page/Post Description – and Title. (And here’s me thinking it was JetPax fault!) …
So there it is, for anyone else having the same problem. Just add a title and a meta description, update your page, and the problem should be resolved.
https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>https://www.ads-software.com/extend/plugins/my-calendar/
]]>https://www.my*site.com/page/3/
the page shows the exact same thing as in https://www.my*site.com/
.
I use this function inserted in index.php
right after the header:
<?php get_header(); ?>
<!-- Showing posts from category 3 alone: -->
<?php
query_posts("cat=3");
?>
<div id="content">
<div id="main">
<!-- the rest of index.php -->
Is there a way to fix this? Or maybe another way to show posts from only one category on the main page and having subpages working?
]]>