intern101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Move Read More buttonon your style.css call the class that holds that button then move it. for example like this
.button product_type_simple{ margin-top:20px; }
or anything to make it move downward like padding too
Forum: Fixing WordPress
In reply to: Login errorYou may perhaps refer to this existing forum
https://www.ads-software.com/support/topic/pluggablephp-on-line-1121?replies=8Forum: Fixing WordPress
In reply to: Class and Div in css@extech, @rossmitchell thank you sirs
@wpmonty, sir the divs are nested.. but ill keep this ideaForum: Fixing WordPress
In reply to: Class and Div in cssThe #main is actually a default so if I changed it lots of element in css will be affected and the other tags are plugins or wordpress defaults.
I guess ill just test them out…Thank you sir
Forum: Fixing WordPress
In reply to: Class and Div in css@extech
oh that’s cool thank you .. by the way there are other tags inside the #main… do i have to list them down in the css?#main .wrapper .othertag #div2 .othertag2 .othertag3{ width: 100%; }
or just the chosen ones? i am trying its responsiveness
thank youForum: Themes and Templates
In reply to: [Omega] How can I add a widget in between posts?Perhaps this forum discussion will help.
https://www.ads-software.com/support/topic/how-to-add-a-widget-area-between-posts?replies=5Forum: Themes and Templates
In reply to: [Dazzling] Older post same as demoIs it like the next and previous button? if so you can refer here:
https://codex.www.ads-software.com/Next_and_Previous_LinksForum: Themes and Templates
In reply to: [Baskerville] reduce space btwn header and contentperhaps modify its margin?
.single-post .post-content {
margin-top: -50px;/*change the px*/
}
or
.single-post .post-header {
margin-top: 50px;/*change the px*/
}Forum: Themes and Templates
In reply to: Style.css for Twenty Ten: Need to change font and font colourstyle.css is located in Appearance>Editor or you can edit it thought ftp. wordpress>wp-content>themes>twentyten>style.css
Forum: Fixing WordPress
In reply to: How to add or set Background image as .mov file in WordPressNo problem sir.
Forum: Fixing WordPress
In reply to: How to add or set Background image as .mov file in WordPressAaaaannddd the second one does not support video on free version. So you have to purchase it. It is worth it tho
Forum: Fixing WordPress
In reply to: How to add or set Background image as .mov file in WordPressBy the way it was mentioned by the author that it is only used for Home instance… so it is not available on other pages
Forum: Fixing WordPress
In reply to: How to add or set Background image as .mov file in WordPressI’ve tried it and yeah it only plays on the home page.. Try the other one? It says you can even customized video on each post
Forum: Fixing WordPress
In reply to: How to remove certain tag during responsivenessThank you sir
Forum: Fixing WordPress
In reply to: How to add or set Background image as .mov file in WordPressSorry late reply.. i went out.
https://www.ads-software.com/plugins/wpmbytplayer/
https://www.ads-software.com/plugins/wp-backgrounds-lite/These two are on top search.. I hope this will help.