salsaturation
Forum Replies Created
-
I use them together on a number of sites and haven’t seen any conflicts.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Page views too highI had a similar issue, a ticket raised here: https://www.ads-software.com/support/topic/yesterday-and-todays-stats-merged/
In my case, it was Thursday and Friday views combined – might be a similar issue for you. No reply to my ticket as yet either.Closed
I can confirm that stats are showing as expected. Thank you very much for the speedy resolution. Sorry for the rookie error – I will pay better attention next time ??
ThanksThank you for the quick reply @jenhooks
Not quite. The main site is has always been rogues.run… yesterday I created a staging env rogues.run/work and accidentally clicked the button to overwrite rogues.run with rogues.run/work stats.
I think there was only 1 wordpress.com follower so that’s not of importance.
Forum: Fixing WordPress
In reply to: gap between menu and sub items@asrafmohamed – try this in your child theme/custom css area.
#cssmenu ul ul li:hover > ul { left: 126px; }
Forum: Fixing WordPress
In reply to: Want to cloase “gap” at topI assume you probably just want to do this for the homepage only… try something like this instead
.home .site-container { margin-top: -200px !important; position: absolute; }
Forum: Fixing WordPress
In reply to: Page Cut off@foyolyfe – did you try the code I gave you as the footer is positioned at the bottom?
Forum: Fixing WordPress
In reply to: Any plugin to insert code in this location…It’s unclear what exactly you are trying to achieve, can you elaborate (with an example if possible) some more, please!
Forum: Themes and Templates
In reply to: [Vantage] Trouble uploading theme to my accountGreat – please don’t forget to mark the ticket as resolved.
Forum: Fixing WordPress
In reply to: Page Cut offSomething is outputing
#primary { position: absolute;
Which si causing the issue… so change / add the following code (which is what I assume you added) from:
#primary { width: 100% !important; }
to
#primary { width: 100% !important; position: initial; }
Forum: Themes and Templates
In reply to: [Vantage] Trouble uploading theme to my account@37528161-1, I think there is a confusion on what you are trying to achieve. I am guessing you are trying to download vintage theme and upload it onto your website https://www.daniel-beaudoin.com -right? If you were the owner of vintage theme or another theme that you want to share on www.ads-software.com you would go to https://www.ads-software.com/themes/account and upload it there, but that doesn’t sound like what you are trying to do. If indeed you are trying to update the theme for daniel-beaudoin.com then please follow this handy instruction https://en.support.wordpress.com/themes/
Forum: Themes and Templates
In reply to: [Hestia] Different header Images on each PageNo, I mean under each post or page edit you can assign a featured image
Forum: Themes and Templates
In reply to: [Hestia] Different header Images on each Page@w014b662 – have you tried assigning it via the featured image section?
Forum: Themes and Templates
In reply to: [Shop Isle] Change colors for products with discounts@gicomunicaciones – try this in your child theme/custom css area.
.shop-item span.onsale { background-color: #d33; color: #fff; }