agileArt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Images not showing up.yep. did that as well 🙂
that was where I got the initial answer.I was wondering esmi is there a more traditional html5/responsive blank theme that is more in line w/the wordpress format that you’d recommed?
Roots is interesting…but there are no tutorials I could find and getting the info is a chore (and I already have a few of those)
thx
DForum: Themes and Templates
In reply to: Images not showing up.And yes…i did see the error on
.content .row{ background-image: url('/assets/img/mainOilTnkr.png');}and corrected it.
Forum: Themes and Templates
In reply to: Images not showing up.Kevin pretty sure they did but won’t hurt do double check.
But as it is the background image is still not displaying on the sandbox w/either code.as for placing the image on the page, in case it helps anyone else here is how to do it:
to roots-theme
Put the images into /assets/img within the theme folder. You can then link to them like so:
Code:
<img class="pull-left" src="/assets/img/coreLogo100x100px.png"/>for the background image this should work, but so far hasn’t.
.content .row{ background-image: url('/assets/imgmainOilTnkr.png');}adding to the frustration is that the code that places the image live on the page doesn’t place in the sandbox.
Forum: Everything else WordPress
In reply to: wordrpess/SEO question.Thank you both for your time and info.
just one last question on this subject.how does a blog vs just a site drive up the SEO? or would it?
i’d imagine it’d be beneficial to a business to have a static site and an active blog to increase its presence.
Any good links for that?
Thx
DForum: Everything else WordPress
In reply to: wordrpess/SEO question.Thank you!
DForum: Everything else WordPress
In reply to: wordrpess/SEO question.do tags help with seo?
Forum: Everything else WordPress
In reply to: wordrpess/SEO question.Thank you Esmi!
This is great.
And any advice or personal experience on how the seo treats pages vs categories?
DForum: Themes and Templates
In reply to: would like to understand roots better.WPyogi, thank you much.
will go check them out.
All the same, good or bad would love to hear from anyone here who has tried this out. how the liked the experience etc…thx
DForum: Themes and Templates
In reply to: can you reccomend a good blank responsive themei managed to create a home page. by making a home.php then in admin creating a blank page also titled home and giving it the home.php as the sub template.
so getting to know this better but there is one thing that has me really a bit baffled.
i have a style.ccs where I would expect it to be. in the main dir
but also two bootstrap css in the assets/css dir?
that normal? am i supposed to c&p the one of my choice to the style.css?
thx
DForum: Themes and Templates
In reply to: can you reccomend a good blank responsive themeskeleton & root a good match for responsiveness?
Forum: Themes and Templates
In reply to: can you reccomend a good blank responsive themeactually one more as well 🙂
this root is a responsive theme but the css is entire blank.
I don’t see the responsive part (w/the exception of what you get to eventually code yourself)
DForum: Themes and Templates
In reply to: can you reccomend a good blank responsive themeThank you Double just one last question off hand.
for sub templates, or a custom made home page. do you put it in the main dir or in the template folder?
and was wondering how do you link the extra css if you have any? i used previously<?php if(is_page_template(‘subTemplateEngineer.php’)) {?>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/css/subtemplate01.css”>
<?php }?>in one of my headers. it worked on my sandbox but not in the live version.
thx
DForum: Themes and Templates
In reply to: can you reccomend a good blank responsive themehave to say looking at the roots structure and was wondering how common it is to have the files i’d normally see in the general directory in a template folder.
Forum: Themes and Templates
In reply to: can you reccomend a good blank responsive themeThank you Pothi, and thank you double.
I actually downloaded roots last night late and have started using that. not gotten to the part yet were it looks responsive.how do you find that it makes developing faster please?
what do you like about it?
DForum: Themes and Templates
In reply to: subtemplate css shows up in sandbox but not live