Forum Replies Created
-
AuthorPosts
-
djw2
MemberStill hoping someone can tell me if its possible to update the Midnight theme, or point me to a theme that has the same transparency feature that this one has.
Could updating the code from XHTML to HTML5 help this issue?
I need a resolution to this very quickly.
Thanks.
djw2
MemberI can't find a theme that has the same transparency that midnight does, which is what my client wants in order for the changing background images to show as well as they do.
Would it be possible for someone to update the theme? Someone I could hire to do so?
February 14, 2014 at 9:55 pm in reply to: Enterprise Pro theme – need to add a full background image #90429djw2
MemberThanks for the suggestion, Davinder, but it didn't work. Everything still shows a white background.
[Edit: I tried the plugin again and it worked this time, adding a background to the middle section, but not the upper most or bottom most portions. I might be able to work with this though. Thanks.]
I had previous tried WP Supersized for a background image as well, and that didn't work either for some reason, but I had success with it on previous sites.
More help would be appreciated.
Thanks.
October 28, 2013 at 8:52 am in reply to: Genesis & WooCommerce; hook needed to move add to cart button #69443djw2
MemberThe response I received when I asked Woo Support for help with this was:
"You can do this with template changes and/or via hooks:
http://docs.woothemes.com/document/template-structure/
http://docs.woothemes.com/document/hooks/Unfortunately these types of customizations/modification are beyond what I can help you with here due to our support policy."
So I had to look elsewhere.
October 28, 2013 at 12:10 am in reply to: Genesis & WooCommerce; hook needed to move add to cart button #69410djw2
MemberBrad,
Maybe this will be what you're asking for?
Here is the code from the content-single-product.php
<?php
/**
* The template for displaying product content in the single-product.php template
*
* Override this template by copying it to yourtheme/woocommerce/content-single-product.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?><?php
/**
* woocommerce_before_single_product hook
*
* @hooked woocommerce_show_messages - 10
*/
do_action( 'woocommerce_before_single_product' );
?><div itemscope itemtype="http://schema.org/Product" id="product-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* woocommerce_show_product_images hook
*
* @hooked woocommerce_show_product_sale_flash - 10
* @hooked woocommerce_show_product_images - 20
*/
do_action( 'woocommerce_before_single_product_summary' );
?><div class="summary entry-summary">
<?php
/**
* woocommerce_single_product_summary hook
*
* @hooked woocommerce_template_single_title - 5
* @hooked woocommerce_template_single_price - 10
* @hooked woocommerce_template_single_excerpt - 20
* @hooked woocommerce_template_single_add_to_cart - 30
* @hooked woocommerce_template_single_meta - 40
* @hooked woocommerce_template_single_sharing - 50
*/
do_action( 'woocommerce_single_product_summary' );
?></div><!-- .summary -->
<?php
/**
* woocommerce_after_single_product_summary hook
*
* @hooked woocommerce_output_product_data_tabs - 10
* @hooked woocommerce_output_related_products - 20
*/
do_action( 'woocommerce_after_single_product_summary' );
?></div><!-- #product-<?php the_ID(); ?> -->
<?php do_action( 'woocommerce_after_single_product' ); ?>
October 2, 2013 at 12:18 am in reply to: Genesis & WooCommerce; hook needed to move add to cart button #65056djw2
MemberI don't actually know which hook to use. I thought 'woocommerce_after_single_product', but I don't know if that will make it appear above the swatches and nearer the large product image or not.
The site is live now, so I can share a link.
Here's one page example: http://impactsalonsales.com/product/prisma-pixie-2/
But you won't see the Add to Cart at all, because that is only for logged in members that are certified nail techs.The Add to Cart button currently sits at the bottom of all the swatches and I would like it to be at the top.
Thanks so much for responding! I hope you can help.
September 30, 2013 at 9:03 pm in reply to: Genesis & WooCommerce; hook needed to move add to cart button #64897djw2
MemberCan anyone help me out with this? WooCommerce just offered links to the page of hooks, but no help with how to move them (beyond their scope).
I would really appreciate the help of somone who knows what I need to do.
Thanks for any suggestions.
djw2
MemberNice looking site! The colours are good and its a very nice first impression. I clicked around a bit and thought everything looked clean and had a nice layout.
Congrats.
djw2
MemberI don't really know anything about the Catalyst theme, but I have used the list category posts widget before. I had to make posts in a particular category, then pull that category using the widget. I placed the widget in a featured section of the page, I was using the Backcountry theme from StudioPress. You could do the same with a sidebar, just drag it in place. Once it is dragged into your sidebar you will see all the settings to get it to look the way you want.
StudioPress also offers a few themes that give the 'busy' look you're after, try the News or Magazine themes.
djw2
MemberI really like it. The first thing I noticed was the font in the header and I think it looks really good.
I'm working with that theme right now too. Hope it turns out this good. Nice job.
djw2
Member@Marcy, thanks for that. I did try it and it didn't change anything. But then I had a brainstorm and made a custom class for widgettitle and made it important. It worked!
Thank you.
djw2
MemberI found it was a conflict with another plugin. I have solved the issue now.
Thanks.
djw2
MemberI can't provide a URL as the site is a private company intranet site. I have added some custom css and added a custom widget on the home page, but that is all the modifications I've made to the site.
djw2
MemberI should have added, I have also unchecked the 'include the featured image' in the Genesis Content Archives section.
djw2
MemberI'm still fighting with this slider/padding issue. I have a link to an image of what I am referring to here;
The Genesis Responsive Slider is in the 'Home Top' widget of the Backcountry theme.
Thanks for any help or suggestions.
djw2
MemberI just found the padding for #inner changes what I'm looking for,
.backcountry #inner {
padding: 25px 25px 20px 25px;
}but it also changes the padding for the whole page, naturally.
I just want to change the padding for the slider, or make the slider reach the full edge of the container.
February 8, 2013 at 10:08 pm in reply to: How do I style Categories list in sidebar differently? #19162djw2
MemberI've continued to hunt for a solution to this problem and what I have found thus far is this:
In the menu panel I selected 'CSS classes' in the Screen Options dropdown menu. For each PARENT in the Categories menu I gave it a name. In my example above (on a page with the categories menu in the sidebar - not the homepage), the Parent is 'Continents' and 'United States'.
sitescapestudio.com/testerxly/services/
I gave CSS classes 'continent-parent' and 'united-states-parent'.
In the stylesheet I added;
.continents-parent {
font-weight: bold;
}.united-states-parent {
text-decoration: bold;
}Unfortunately this bolds everything in the list, not just the parent category.
It would be really helpful if someone could help me figure out this last detail, so that only the Parent name in the category list is bold.
Thanks.
February 8, 2013 at 2:40 pm in reply to: How do I style Categories list in sidebar differently? #19049djw2
MemberI'm still hoping someone can help me out with this. I just don't know css enough yet to understand how to make some category names bold and others not.
Any help is really appreciated.
Thanks.
February 7, 2013 at 3:13 pm in reply to: How do I style Categories list in sidebar differently? #18748djw2
MemberYes, here is a link to a page where I have posted a sample of what I'm asking about. In the sidebar is a list of categories. The names of States are subcategories of the category 'United States', but I need the Parent categories 'United States' and 'Continents' bolded while the child categories remain unbolded.
sitescapestudio.com/testerxly/home/
The only css I could find that related to categories is here below:
/* Post Meta
------------------------------------------------------------ */.post-meta {
background: url(images/dashed-line.gif) repeat-x top;
clear: both;
color: #595959;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-transform: uppercase;
padding: 15px 0 0;
margin: 10px 0 0;
}.post-meta .categories {
background: url(images/icon-categories.png) no-repeat 3px 0px;
display: block;
margin: 0 0 10px;
padding: 0 0 0 40px;
}.post-meta .tags {
background: url(images/icon-tags.png) no-repeat 1px 3px;
display: block;
padding: 0 0 0 40px;
}.post-meta .tags a {
background: #efefef;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 10px;
padding: 4px 7px;
}.post-meta .tags a:hover {
background: #f5f5f5;
}Thank you for your help.
January 26, 2013 at 2:10 am in reply to: Looking for a Scribble theme image border css expert, please #14972djw2
MemberHey, that did it!
Thanks Leon and Anita both. Better than I was able to do myself.
Much appreciated.
-
AuthorPosts