CashOff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] mobile site titlekharis – thx for very much! i was close but i had the width too large and it wasn’t working on the small screen!
i was able to get rid of the red background and also the mobile menu button on my desktop using the following
.site-info.container {
display: none;
}
.page header.entry-header {
display: none;
}however that does not seem to work when i add the @media only ………
how do u do figure out the css changes when you are looking at the mobile version ?
Forum: Reviews
In reply to: [Cash Off Coupons] Really amazing pluginthx for reviewing the CashOff.com WordPress Coupon Plugin! Write us at [email protected] with any questions you may have.
Forum: Plugins
In reply to: Best Coupon Plugin?Check out https://CashOff.com – we have a free wordpress coupon plugin. you can use the cashoff.com wordpress coupon plugin several ways.
CashOff.com also has a facebook coupon app.
i figured out what was happening. turns out somebody had installed a plugin called root relative urls and even though it was no longer installed it made a change to the wp-config file. once i deleted this:
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_CONTENT_URL’, ‘/wp-content’);
define(‘DOMAIN_CURRENT_SITE’, $_SERVER[‘HTTP_HOST’]);the site works fine with smush it!
thx a ton
thx – i am came to the same conclusion ……….. i already checked both fields under settings and they have the full URL
https://www.destinyracingusa.com
any other suggestions?
also – does smush it actually alter the image? …………. please explain how it works as i am concerned it might be bad for my SEO …… although maybe it literally changes the images on my site?
also i never updated anything – i never had this plugin working ON THIS SITE ………. i have used it on many other without issues
if the box is checked on media settings to only allow images from this domain – then i get:
ERROR: /wp-content/uploads/2014/05/10×3-7.jpg must be within the website home URL (https://www.destinyracingusa.com)
Re-smushif the box is unchecked then i get a bad response error
i added the code on page.php ands also single.php but i do not see it being output anyplace?