surya890
Forum Replies Created
-
Forum: Plugins
In reply to: Enter key not working for search formin case if anyone facing this problem here is the fix…
In this file /wp-content/plugins/ultimate-wp-query-search-filter/classes/scripts/uwpqsfscript.js?ver=1.0 comment this string “e.preventDefault();” or delete it
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Enter key not working for search formin case if anyone facing this problem here is the fix…
In this file /wp-content/plugins/ultimate-wp-query-search-filter/classes/scripts/uwpqsfscript.js?ver=1.0 comment this string “e.preventDefault();” or delete it
Forum: Plugins
In reply to: Pagination missing for my search resultsforgot to change settings in my genesis grid plugin..
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Pagination missing for my search resultsAs i was using genesis grid plugin…i forgot to change settings there..
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] ALIGN SEARCH FORM INLINEform#uwpqsffrom_38 div {
display: inline;
}
span.cmflabel-0 {
float: none !important;
}
.uwpqsf_class{float:none;}adding this code to my style.css worked for me..
Forum: Themes and Templates
In reply to: align search form inlineif you don’t mind can i add you to my gmail chat list?
Forum: Themes and Templates
In reply to: align search form inlineperfecttttt…..
thanks a lot……
thanks for your help friend…
take care…
Forum: Themes and Templates
In reply to: genesis sample theme responsive problemi figured it out myself…in case if anyone facing the same problem..
here is the solution..
word-wrap: break-word;
use this code in your style.css where ever you are facing this issue..
Forum: Themes and Templates
In reply to: genesis sample theme responsive problemcan anyone please help me with this..
Forum: Themes and Templates
In reply to: Align All Post Text#content {
color: #2c4353;
font-size: 1em;
margin-left: 100px;
padding-top: 25px;
}change the ‘margin-left’ value to your desired value…you can change until you are satisfied with the result..
Forum: Themes and Templates
In reply to: Suffusion Header Not Loadingthey will be at left side in your admin dashboard..
follow the same procedure you used to show your first slider..
depending upon the theme or plugin you are using..setting will change..
open the post in which you want to show the slider and click edit…you might find any option to select the slider…
Forum: Themes and Templates
In reply to: [Customizr] underline nav barlearn how to use firebug plugin for firefox…
you can make most of the changes by yourself..
Forum: Themes and Templates
In reply to: [Customizr] underline nav barimg {
max-width: 260px;
}place this in custom css…and change it to your desired width..
Forum: Themes and Templates
In reply to: [Customizr] underline nav barpaste this in your custom css..
.navbar .nav {
border-bottom: 2px solid #333;
}Forum: Themes and Templates
In reply to: Align All Post Text#content {
color: #2c4353;
font-size: 1em;
margin-left: -140px;
padding-top: 25px;
}remove – in margin-left and change it to this
#content {
color: #2c4353;
font-size: 1em;
margin-left: 140px;
padding-top: 25px;
}