zlajaa1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Stitch] Background image issuesSorry one explanation. The .some_class is usually body.
Forum: Themes and Templates
In reply to: [Stitch] Background image issuesBy default css background-image attribute is set to repeat image on x and y, and background-position is set to top-left side. You will need to overwrite these settings.
.some_class{
background-image: url(‘location of image’); //this sets image
background-repeat: no-repeat; //This set no repeat to bg image
background-position: center top;// Set image on top and center
}If you need more help please provide us with a URL, and more specific explanation of problem.
Forum: Themes and Templates
In reply to: [Hatch] videos instead of imagesHello jbayston,
can you give us a link to your website.Forum: Themes and Templates
In reply to: target menu dropdown for custom cssAs I can see it’s simple. This is your code from navigation:
<li id=”menu-item-199″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-199″>SERVICES
<ul class=”sub-menu”>
<li id=”menu-item-198″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-198″>Our Services
<li id=”menu-item-197″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-197″>Warrantee
<li id=”menu-item-196″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-196″>SupportNow, this is only services tab from navigation, if you want to target li from dropdown use class or id of li that is on dropdown ul. You will have to see is there any style applied that overwrite yours. And change styles in class that is written. Please ask for more detailed if you don’t understand. I’ll be glad to help you.
Forum: Themes and Templates
In reply to: [zeeStyle] Remove custom logoYou need to go into header.tpl and delete that image there. You just deleter the image but you didn’t delete image tag or container for that image. Cause of that it shows empty container.
Forum: Themes and Templates
In reply to: [Max Magazine] Repeating Primary Nav in the footerJust add .sf-js-enabled in code not css. This class is build in superfish.js file so it is not a css class it is a sort of functional class more than one that is used for styling.
Forum: Themes and Templates
In reply to: [InfoWay] Center Youtube Video in place of SliderI’m glad that we solved mystery ??
Forum: Themes and Templates
In reply to: [Oxygen] Would like images to be click-throughYou’ll need to add container that control image size and put images in anchor tag
<a>
, but don’t do it alone if you are not good with codding, ask for more proffesional help.Cheers
Forum: Themes and Templates
In reply to: [Techozoic Fluid] Dynamic header imagecan you give us URL
Forum: Themes and Templates
In reply to: add post titles on the slide showUmmm can you give me URL so that I can see what are we dealing with here.
Forum: Themes and Templates
In reply to: [zeeStyle] Remove custom logoif its an image, delete it from your files and remove it from code, I gues header template, and if its text you’ll have to remove it only from code.
If you need more help please let me know, and provide URL.
Forum: Themes and Templates
In reply to: Theme Oxygen messed upIn order to crop image one uniformed style, you’ll need to make container for image. Container than have the desired dimensions for the image and overflow hidden. If I understand you well. Please let me know does this helped.
Forum: Themes and Templates
In reply to: [InfoWay] Center Youtube Video in place of SliderIn order to position it center you’ll need to make changes to the style.css
On the line 521 you will find css for #featured, remove
width
and
padding-right
.
Than on the line 610 you’ll find #featured .ui-tabs-panel, there add
margin: auto;
If you got any problems please let me know.
Forum: Themes and Templates
In reply to: add post titles on the slide showYou will need to browse the code for function that calls titles and copy it to the slideshow caption paragraph.
NOTE that you will have to change some of css in order to format it different from Titles in posts.
Forum: Themes and Templates
In reply to: Need help with ORANGE and BLACK themeOk first of all, if you are planing to update theme, than make sure that you create child theme.
Now to the main part:
in style.css on line 41 replace color (#ff7200) with #000 dont forget “;” at the end, that will fix title color from orange to black(I can’t see any gray title)in style.css on line 142 add font-size: 1em;
NOTE that size of font have to be in em and you have to pick a number I just put 1 for a exampleThats for a dateI don’t know what you meant with Click to continue before>>>
For sidebar fonts in style.css on line 121 add font-size: 1em;