We just started using this plugin and require some help configuring a filter that will show unique reports to users based off of their login credentials. We’ve seen the other threads about this issue but are having some trouble on our end implementing the steps in the forum. Could anyone please help?
]]>The plugin is not working in my site, I think the problem can be with a configuration in the server but I am not sure. Please can you tell what specific configurations and parameters should have the server? The page don’t show errors but where the plugin should appears it don’t show anything. I tríed desactivating and activating the plugin again whitout success
Thanks
Ileana
Thank you very much, and I hope you keep improving. JM from Spain.
]]>[link moderated]
]]>I had a few friends look at the code since I am a newbie and the best they could come up with was to add some code to the template-homepage-fn.php file.
They suggested I insert:
‘if( navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
|| navigator.userAgent.match(/Windows Phone/i)
){
$j(‘#menu_wrapper’).css(‘display’, ‘block’);
}
elseif(BrowserDetect.browser != ‘Explorer’)
{
$j(‘body’).hover(
function(){ //mouse over
$j(‘#menu_wrapper’).stop().fadeTo(“slow”, 1);
},
function(){ //mouse out
$j(‘#menu_wrapper’).stop().fadeTo(“slow”, 0);
}
);
}
else
{
$j(‘#menu_wrapper’).css(‘display’, ‘block’);
‘
I tried a few times adding the code but I think I am missing something. I would bug my friends some more, but I think they are getting annoyed. So I turn to you all for your help and guidance. Thanks, KP
]]>I am using the eshop right now but it start to go wrong
Thank you
]]>my name is jody and i am all new to websites and wordpress. I tried to install the ATLAS theme in WordPress, but it gives me the same error message all over again:
theme: https://themeforest.net/item/atlas-for-photography-creative-portfolio/306532
error message: The package could not be installed. The theme is missing the style.css stylesheet. Theme install failed.
Am I doing something wrong? Any help from anybody would be welcome.
]]>