MariaWeb
Forum Replies Created
-
Forum: Plugins
In reply to: Challenge you to find a slideshow like this oneYour welcome 🙂
Forum: Plugins
In reply to: Challenge you to find a slideshow like this oneForum: Themes and Templates
In reply to: colorway lite-footer fill backgroundwait…the white space might just be in my computer…
does it happen in with anyone else?Forum: Plugins
In reply to: [Product Advisor for Ecwid] Center Content in Widgetadd this code:
margin-left: auto;
margin-right: auto;in the code below(style.css:1541)
} .art-blockcontent table, .art-blockcontent li, .art-blockcontent a, .art-blockcontent a:link, .art-blockcontent a:visited, .art-blockcontent a:hover { color: #E0DCD2; font-size: 13px; font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; line-height: 175%; }it should be something like:
} .art-blockcontent table, .art-blockcontent li, .art-blockcontent a, .art-blockcontent a:link, .art-blockcontent a:visited, .art-blockcontent a:hover { color: #E0DCD2; font-size: 13px; font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; line-height: 175%; margin-left: auto; margin-right: auto; }
(if you have a custom css i recommend to put the code there)i hope it works 🙂
Forum: Plugins
In reply to: Challenge you to find a slideshow like this onefirst i was like: pff, can’t be that good…
after: ……just……awesome.well i didn’t find any as cool as that but here are some:
26 sliders
awsome sliders on this site
looks cool
slider,PhotoStackhope that helps 🙂
Forum: Themes and Templates
In reply to: colorway lite-footer fill backgroundalchymyth-sorry, i shoud have know … i was an idiot yesterday… stupid monday 😛
paulwpxp the awsome!- it worked thank you~ ^_^
is there anyway to fill the white space at the bottom?Forum: Themes and Templates
In reply to: colorway lite-footer fill backgroundim just trying to put in the footer css because i forgot 🙁
[CSS moderated]
Forum: Themes and Templates
In reply to: colorway lite-footer fill backgroundyeah almost forgot … the site
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Themes and Templates
In reply to: colorway lite-move sidebar from right to leftthank you Paulwpxp!
it worked!!! 😀 your awesome! thanks again 🙂Forum: Themes and Templates
In reply to: colorway lite-move sidebar from right to leftit is posible to in the inspect element to make it go to the left by editing the code below to float: right; to float: left;
but it doesn’t work in the custom css. it only moves the sidebar to the bottom(in the custom css i changed it to float: left !important;)..grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
display: inline;
float: right;
margin-left: 5px;
}appreciate if someone would reply 🙂
Forum: Plugins
In reply to: [My Custom CSS PHP & ADS] Undo changes MY Custom CSSHi,Audiosolvay
try deactivating the custom css…
OR try deactivating all plugins and copy the css code from the custom css to an text document on your computer. remove the css code from the custom css and then activate your plugins. then copy the css from the text document to your website.hope it works 🙂
Forum: Plugins
In reply to: which is the best "shopping kart"thanks 🙂
Forum: Plugins
In reply to: which is the best "shopping kart"thanks for the reply kidsguide 🙂
but I have to ask before I get it…do you have any problems with it? 🙂Forum: Themes and Templates
In reply to: Colorway lite-slider above slider container front pagei figured out the problem but Andrew thanks for the advise. i might just set up a child theme in the future 🙂
Forum: Fixing WordPress
In reply to: Colorway theme-frontpage/homepage brokenI’m sorry i panicked a bit there… -.-
but if you have the same problem, don’t panic 🙂
simply deactivate all your plugins and if you have custom css copy that to an text document. now your website should be fine and you can put the custom css to the website and activate the plugins 😀
simple as that … heh 😛