We actually paid them and got the pro version. Used it for a day, and guess what? The next day when I woke up, I saw tons of complaints from users.
Because the download links, that were sent to the users automatically by them, were showing them errors randomly… too many users thought we were spammers because they couldn’t download their product after signing up!
So I ran into their support. No live chat, no phone support… I emailed them and got an automatic response, then one of them got back to me after a couple of days, giving me a very random response… I got so angry about their service and told them our experience has been horrible. Almost all the features we were using had problems, that were causing us new problems…
They simply ignored. I asked for a refund. And they said they don’t give us a refund as it’s not in their terms and conditions. BUT I decided to give this honest review here. Be careful. Their plugin is not a solution but a problem creator.
]]>WP_Query
. Let’s say there is a custom field called **angle
** ( 45, 90, 120, 180,.. etc ). I could sort the values directly. But in this case, I have to sort it based on sine
or cosine
of their values. Is there any way I could do that? I am a noob to wordpress and so can’t figure this out. This is what I tried, but it didn’t work for me.
$paged = ( get_query_var('page') ) ? get_query_var('page') : 1;
$angles = array( 60, 90, 120 );
$args = array(
"post_type" => "tables",
"posts_per_page" => 15,
"paged" => $paged,
"meta_query" => array(
array(
'key' => 'angle',
'value' => sin(deg2rad($angles)),
'compare' => 'IN',
'type' =>
)
)
);
$the_query = new WP_Query( $args );
Thank you so much in advance.
https://stackoverflow.com/questions/41648370/wordpress-is-that-possible-to-calculate-a-metas-value-and-sort-based-on-the-r
]]>I’m using the GazpoMag theme – I’ve got pretty much everything adjusted to my liking through CSS, but I’m completely stumped on the h2 colors.
What I’m shooting for is a black title on the front page post previews (right under the featured image/featured categories). I figured it should be as easy as something like;
#container h2 a:link{color:#3b9e3b;}
#container h2 a:hover{color:#000;}
But it wasnt… some of the headers changed, but most of them are still green… I just don’t get it.
I don’t want to make every single link on the site black, but that’s the only way I’ve been able to even get close. Any suggestions?
Thanks,
Nick
]]>Take a look: https://www.denkfabriq.de
I deleted all the plugins – no reaction.
I checked the databases – everything seemed to be OK.
I deleted everything and reinstalled wordpress – STILL no change!
I am stressed out. Just got the page going well and readers returning and now the page is down.
I would be so thankful for help.
]]>