Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)
  • Posted in:
  • in reply to: Hiding some details from a Gravity Form #102079
    frankjenex
    Member
    Post count: 70
    This reply has been marked as private.
    in reply to: Hiding some details from a Gravity Form #101755
    frankjenex
    Member
    Post count: 70

    i did that – but did not work. i am on version 1.67 of Neighborhood / WooCommerce version 2.0.20 and wordpress 3.9.2. maybe i need to upgrade one of these for it to work.
    -Frank

    in reply to: Hiding some details from a Gravity Form #101749
    frankjenex
    Member
    Post count: 70

    Mohammad – to change “Add to Shopping Bag” to “Add to Cart” you sent me this CSS to put in functions.php – but i don’t know where i should put it in the code. I tried a few places, but it did not work.
    Thanks.
    -Frank

    in reply to: Hiding some details from a Gravity Form #101229
    frankjenex
    Member
    Post count: 70

    thanks so much Mohammad – it worked.
    Can i ask you one last question on this topic -is it possible to change “Add to Shopping Bag” to “Add to Cart”? We are a print company and add to shopping bag doesn’t make a lot of sense given the nature of our business. Thanks very much for all your great help.
    -Frank

    in reply to: Hiding some details from a Gravity Form #101161
    frankjenex
    Member
    Post count: 70

    Thanks Mohammad- it is getting very close. See screen shot.
    The Add to wishlist button is sitting above the Add to Shopping Bag – in line with Total.
    Can we get it to line up with Add to Shopping Bag?

    Here is all the custom CSS that i have in there for this item:

    .gfield_calculation{font-size:10px !important;}
    .gfield_calculation label.gfield_label{font-size:10px !important;}
    .gform_wrapper .gform_footer{margin:0px !important;padding:0px !important;}

    .gfield_calculation .ginput_container{float: right;margin-top: 6px;width: 290px;}

    .single-product .yith-wcwl-add-to-wishlist{margin-top:-90px !important;margin-left:179px !important;}
    single-product button#gform_submit_button_100{margin-top:-90px !important;}
    .ginput_product_price_label{color:#fff !important;}
    .ginput_product_price{color:#fff !important;}
    .gfield_calculation label.gfield_label{color:#fff !important;}

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hiding some details from a Gravity Form #101029
    frankjenex
    Member
    Post count: 70

    First bit of code you sent – helped by moving the text pieces to one line.
    Second bit of code you sent made the text disappear but it also made the “Total” and “Add to Shopping Bag” button disappear. If there is a way to force the color of the two bits of text (Base Price and Discount) to white so it blends with the background – that would be great.
    see screen shots for visual explanation.
    -Frank

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hiding some details from a Gravity Form #100914
    frankjenex
    Member
    Post count: 70

    that made the text smaller – but still visible –
    is it possible to make it invisible – by forcing it to be the same color as background.
    Also – it would be great to force it all onto one or two lines so it takes up less space.
    see this link: https://thikit.com/product/painted-edge-business-cards/
    (also attached screen shot).

    do you guys have a corporate office- i want to send you a gift for all your help with custom css work?

    -Frank

    Attachments:
    You must be logged in to view attached files.
    in reply to: Hiding some details from a Gravity Form #100895
    frankjenex
    Member
    Post count: 70

    thanks Mohammad – but, unfortunately, that did not work. It actually prevented the calculations from computing – all the orders where starting at $0. Is there any custom code that can force just those two items to be shown as white and perhaps very small – so they don’t take up space.
    Thanks.
    Frank

    in reply to: Widget Sidebar Background color #100008
    frankjenex
    Member
    Post count: 70

    THanks Kyle – two more items related to this thread that i noticed.
    You had given me custom css for the following two items:
    1. adjust the background color of the sidebar.
    2. adjust the left margin of the posts (after removing ‘posted by’ and avatar).

    When i filter a category on the blog the new background color is not showing up and the margins are set in to original position (see link: https://thikit.com/category/thick-business-cards/) – also included is screen shot.

    You have given me sidebar background color custom CSS for Products and Blog posts – not sure if it is easier to get one global sidebar background color custom CSS – instead. Just thinking out loud.
    Thanks.
    Frank

    Attachments:
    You must be logged in to view attached files.
    in reply to: Widget Sidebar Background color #99990
    frankjenex
    Member
    Post count: 70

    thanks very much Mohammad – i really appreciate all your support help in making this theme look great for our site. I have a few other requests, but will put them in a separate post.
    Great theme – thanks for all your expertise.
    -Frank

    in reply to: Widget Sidebar Background color #99563
    frankjenex
    Member
    Post count: 70

    hi Rui- it still did not work. May I ask what 13055 is?
    i am worried that i may not have set the blog up properly – this is what i did.
    1. I create a new page
    2. i put in Blog from Swift Builder.

    Attached is a screen shot of all my custom css to date. maybe something is interfering with this.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Widget Sidebar Background color #99526
    frankjenex
    Member
    Post count: 70

    The margin moved (thanks for that) but the background color is still not showing up on https://thikit.com/blog/

    Perhaps i have set up the blog incorrectly. See two screen shots showing how i have set up blog
    I may have repurposed the page https://thikit.com/blog/ from your demo content – and dropped in ‘Blog’ from ‘pre-built pages’. Was always a bit confused by the blog – and had several live pages that were named things like “blog-standard-with-right-sidebar”
    thanks for all your help with this – i would love to get it figured out.
    -Frank

    Attachments:
    You must be logged in to view attached files.
    in reply to: Widget Sidebar Background color #99472
    frankjenex
    Member
    Post count: 70

    .page-id-1305 did not work – but i changed it to .single-post and it worked.
    All blog posts are working – but the main blog page is not showing the blue background – see link:
    https://thikit.com/blog/

    Is it possible to make put background color on sidebar of main blog page?

    Also – wondering if we can modify the left margin of the blog – with the “Posted by” with avatar removed. I used this custom css (found in a forum post by Mohammad: JUNE 2, 2014 AT 7:12 AM #79429) to remove the avatar and posted by:

    span.standard-post-date{display:none}
    ul.blog-items li.blog-item div.row div.standard-post-author div.author-avatar{display:none}
    ul.blog-items li.blog-item div.row div.standard-post-author span.standard-post-author-name{display:none}

    Is it possible to shift over the left margin – see screen shot.
    Thanks very much.
    Frank

    Attachments:
    You must be logged in to view attached files.
    in reply to: Widget Sidebar Background color #99452
    frankjenex
    Member
    Post count: 70

    A while back i had asked to change background color for sidebars on Product pages only – but now i would like to add that background color to the Blog. You had sent me this custom css:

    .single-product .sidebar {background-color: #f5f5f5; padding: 15px;}
    .sidebar .widget-heading h4 span {background-color: #f5f5f5;}

    Please let me know how to add this background color to the Blog as well.
    Thanks.
    -Frank

    in reply to: Adjusting color on Product Thumbnails #73792
    frankjenex
    Member
    Post count: 70

    thanks Kyle – worked – but there is a sliver of black showing up behind the white text (see screen shot). Also, when rolling over “Select Options” the black still shows up (also shown on screen shot). I can live with the black on rollover – but the text is hard to read, so would like to remove sliver or black. Thanks.
    -Frank

Viewing 15 posts - 46 through 60 (of 70 total)