ninjaunmatched
Forum Replies Created
-
Forum: Plugins
In reply to: [Reseller Store] Domain Search options in generalI decided to just edit the php and add the changes inline leaving the Advanced search alone since it is the only one that easily can be found style-wise….
Forum: Plugins
In reply to: [Reseller Store] Domain Search options in generalTo help things out a bit for your understanding… This is the only style that works:
.rstore-domain-search .form-container .search-form .search-field, .rstore-domain-search .form-container .search-form .search-submit { border-radius: 0 16px 16px 0 !important; float: right; width: 33.3%; margin-left: -6px !important; font-size: 1.4em !important; height: 2.3em; border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; } .rstore-domain-search .form-container .search-form .search-field { font: 1.4em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important; width: 66.7% !important; border-radius: 16px 0 0 16px !important; float: left !important; height: 2.3em !important; }
But for only that widget…. Can’t get the other 2 to fully change without using direct changes using input submit / search-field. I know I am missing something and quite sure its one of those things when you just get a brain fart. BUT my next step after this is to literally alter the plugin PHP directly. (Adding styles can be added inline to the widget php file.)
Forum: Plugins
In reply to: [Reseller Store] Domain Search options in general<div class="flex_column av_three_fifth av-animated-generic fade-in flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding avia-builder-el-17 el_after_av_two_fifth avia-builder-el-last column-top-margin avia_start_animation avia_start_delayed_animation" style="border-radius:0px; " id="domainSearch"><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="avia_textblock " itemprop="text"><p style="text-align: center;"></p><div class="widget rstore-domain widget_search"> <form role="search" method="get" class="search-form" action="https://www.secureserver.net/products/domain-registration/find/?plid=579635"> <label> <input type="search" class="search-field" placeholder="Find your perfect domain name" name="domainToCheck" required=""> </label> <input type="hidden" class="hidden" value="579635" name="plid"> <input type="hidden" class="hidden" value="slp_rstore" name="itc"> <input type="submit" class="search-submit" value="Search"> </form> </div><p></p> </div></section></div>
This element here picks up style
.page-id-3594 .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { font: 1.4em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; width: 66.7%; border-radius: 16px 0 0 16px; float: left; height: 2.5em; }
3594 is another page using the rstore-domain-transfer search yet it is getting applied to rstore-domain. Despite the page-id class being added. (Weird to me and I have tried removing the space even reordering the classes to get same results)
- This reply was modified 3 years, 8 months ago by ninjaunmatched.
Forum: Fixing WordPress
In reply to: Stuck in wp-admin login redirect loopAnother reason is if you have Multisite enabled. Some update or whatever may have screwed up multisite in some way. especially if you happen to undergo an OS update like from ubuntu 14 to 16 where PHP 7 is involved
Where??? Link please
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack cannot connectTY
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack cannot connectyeah it works now….. Stupid port settings were reset when the server was restarted after a drop in internet.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack cannot connectI think I figured it out… blocked port issues… I will let you know once ot is done.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack cannot connectTo give you more info I disabled all plugins except Jetpack and still get the error.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack cannot connectThe site is up…. I was looking into possible server issue.. the site is up now
Forum: Plugins
In reply to: [Preloader] Is it possible to make images bigger?So in a separate style sheet you add in the “!important” to override the plugin settings…
Forum: Plugins
In reply to: [Preloader] Is it possible to make images bigger?Yes you can use a stylesheet to override the settings…..
Change #wptime-plugin-preloader
for me it was set like this and the image was really small even though my image is actually 200×200
-moz-background-size: 64px 64px; -o-background-size: 64px 64px; -webkit-background-size: 64px 64px; background-size: 64px 64px;
To the desired size you want…. but like he said 128px to keep it retina ready.
Hmmmmm they updated it but you can still get the old version. It is called Page Monitor
Oh I just noticed they added a feature where you can pick elements of a page to monitor for a change…. that will eliminate the non relevant changes it picked up before… changing my settings now
you monitor blocklists….
I have an idea for you to try out. A chrome extension I use to monitor changes to webpages. It is called Visualping I think. I use now to notify me whenever a SamMobile.com change happens on certain page. (firmware for my phone) It catches some nonrelevant changes but I always know when they place a newer firmware up.