Forum Replies Created

Viewing 30 posts - 61 through 90 (of 101 total)
  • Author
    Posts
  • in reply to: Text block disappearing in mobile view…. #433782

    Boy do I feel stupid. Didn’t look there, because I don’t normally edit there.

    Perfect!

    Thanks so much, as always!

    in reply to: Text block disappearing in mobile view…. #433778
    This reply has been marked as private.
    in reply to: Text block disappearing in mobile view…. #433769

    Just checked the parent – nope.

    in reply to: Text block disappearing in mobile view…. #433755

    I swear I don’t, unless it’s in the parent – which I haven’t edited.

    Here’s the custom CSS from the child in its’ entirety:

    .logo { display: none !important; }
    
    body {
      font-size: 14px;
    }
    
    @media only screen and (min-width: 767px) {
        div#header_main > .container {
            display: none;
        }
        .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
            padding-top: 37px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle{
            top: 55px;
        }
        #top .avia-builder-el-first {
            width: 80%;
        }
    }
    
    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    a.markerly-share-btn.markerly-share-markerly {
    display: none;
    }
    
    h1, h2, h3, h4, h5, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong  {
    color: #F48132 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    }
    
    i {
    font-style: italic;
    }
    
    .main_color .av-masonry {
        background-color: #ffffff !important;
    }
    
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }
    
    .av-masonry-date {
    display: none !important;
    }
    
    .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,  .av-masonry-entry-title {
    text-align: center !important;
    }
    
    .slide-content {
    background-color: #ffffff !important;
    }
    
    div#av-layout-grid-1, div#av-layout-grid-2 {
    background-color: none !important;
    }
    
    #footer.container_wrap.footer_color {
    border: 4px solid #ACACAC !important;
    }
    
    .widgettitle {
        font-weight: 800;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .flex_column .template-blog .post-title {
        font-size: 22px;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0px;
        font-size: 18px;
    }
    
    .av-masonry-entry  {
        line-height: 1.3em;
        margin: 0px;
        font-size: 13px !important;
    }
    
    .main_menu ul:first-child > li > a { font-size: 14px !important; }
    
    .widget_recent_entries li a {
        font-family: "open sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: bold;
    }
    
    .main_menu{
    background-color:#FFF;
    }
    
    .footerbig {
    font-weight: normal !important;
    font-size: 15px !important;
    }
    
    .avia-slideshow {
        position: relative;
        margin: 20px 0px !important;
        width: 100%;
        clear: both;
        overflow: hidden;
    }
    
    .content, .sidebar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        box-sizing: content-box;
        min-height: 1px;
        z-index: 1;
    }
    
    .big-preview {
    padding: 0 !important;
    margin-top: 20px;
    }
    
    .iconbox {
    border: 2px solid #666 !important;
    padding: 5px !important;
    }
    
    .iconbox .iconbox_content .iconbox_content_title {
        border: medium none;
        padding: 2px 0px 0px;
        position: relative;
        margin: 0px 0px 16px;
        clear: none;
        overflow: hidden;
        letter-spacing: 1px;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .news-thumb img {
    display: none !important;
    }
    
    .news-thumb {
    display: none !important;
    }
    
    .main_color div .news-headline {
    color: #f47f32 !important;
    font-size: 14px !important;
    }
    
    .avia-post-nav {
    display: none !important;
    }
    
    .main_menu .menu ul { width: 215px !important; }
    
    h1 {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 14px;
    }
    
    #tribe-events-pg-template {
        max-width: 100%;
        padding-top: 30px !important;
    }
    .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid #666666;
    }
    
    .social-icons-widget ul li {
        float: none !important;
        margin: 0px 2px 2px 0px !important;
        display: inline-block !important;
    }
    
    blockquote {
        border-left-style: solid;
        border-left-width: 14px;
        padding: 5px 5px 5px 20px;
        margin-bottom: 1em;
        margin-right: 0em;
        font-size: 18px;
        line-height: 1.5em;
    color: #ffffff !important;
    font-weight: 800;
    background-color: #BBBBBB;
    }
    
    body .column-top-margin {
        margin-top: 10px;
    }
    /* Front Page Submit Field */
    #gform_widget-2 {
        top: 20px !important;
    }
    #gform_1 #gform_submit_button_1 {
        float: right;
        position: absolute;
        top: 0;
        left: 220px;
    }
    #gform_1 #gform_submit_button_1 {
        margin-left: -32px;
    }
    #gform_1 #input_1_2 {
        width: 190px;
        margin-left: -10px;
    }
    /* End submit field */
    .added_to_cart_notification { 
    display: none !important; 
    }
    
    #footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    #footer .widget { padding: 0px 0 0px 0; }
    
    .comment-count, .comment-text  {
    display: none;
    }
    
    div.related_posts {
    display: none!important;
    }
    
    .template-blog .post_delimiter {
        margin: 0px 0px 10px;
        padding: 10px 0px 0px;
        clear: both;
    }
    
    .avia-button, .main_color input[type="submit"] {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .boxGoodness {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .newlist {
        list-style-type: none !important;
        padding: 0px;
        margin: 0px;
    }
    
    .newlist {
        background-image: url(https://143.95.43.131/~jimmycar/wp-content/uploads/2015/03/jimmycheck.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        padding-left: 35px !important;
    }
    
    span.wpcf7-list-item {
    margin-left: 0.5em !important;
    display: block !important;
    }
    
    #newsbox-4 {
        padding-top: 40px !important;
    }
    
    .avia-testimonial-wrapper {
        display: table;
        margin: 15px 0px !important;
        clear: both;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-content {
        border: medium none;
        padding: 0px;
        background: none repeat scroll 0% 0% transparent;
        font-size: 1.6em !important;
        line-height: 1.65em !important;
    font-weight: bold !important;
    color: #F47F32 !important;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-name {
        font-size: 1.6em;
        margin-top: .25em !important;
    }
    in reply to: Text block disappearing in mobile view…. #433741

    Hey!!!

    Nope.

    thanks!

    in reply to: Featured image on attachment page #417499

    I’m not a moderator here, but I thought I’d chime in. It sounds like maybe, when you tried to FTP files up the first time, manually, you might have changed permissions on a folder. Then, when you went to do the auto-update, it couldn’t overwrite it.

    in reply to: Featured image on attachment page #416889

    Elliott-
    Sorry for the delay in getting back.
    I did install WordPress SEO, and while the image is showing, it’s way too small. What we’re facing now is the following – the attachment page is not reverting to the full image, but a smaller version at 300 x 169, so facebook is not putting it up as it should.
    Here’s the attachment page:
    http://rebeccatdickson.com/freestuff/10-more-minutes-2/
    You can look here for examples of right and wrong Facebook display:
    http://rebeccatdickson.com/marks-facebook-issues/

    Is there a way to get the attachment page to revert to the full size image?

    in reply to: WooCommerce popup on cart add – "undefined" #405343

    YES!
    Thanks so much!
    Mark

    in reply to: WooCommerce popup on cart add – "undefined" #404675

    Nope…. still there.

    Add something to your cart, and check the top right hand corner.

    in reply to: WooCommerce popup on cart add – "undefined" #403983

    Nope! Sorry. Nothing but Woo. :)

    in reply to: Featured image on attachment page #403625

    Yeah – that’s not an option.
    And for the record – it’s picking it up from blog posts:
    http://rebeccatdickson.com/2015/02/16/5-ways-storytelling-for-biz-brings-sales-and-staying-power/
    (Which is the same site – but a blog post)
    Translates to:
    https://developers.facebook.com/tools/debug/og/object?q=http://rebeccatdickson.com/2015/02/16/5-ways-storytelling-for-biz-brings-sales-and-staying-power/
    Which shows the featured image just fine.
    So there’s no way for enfold to pick up the attachment image and make it a featured image?

    in reply to: WooCommerce popup on cart add – "undefined" #403618

    Hey Elliott…
    Everything is current. I’ve disabled all plugins that aren’t necessary for the site to operate.
    And honestly, I just want that popup to go away entirely. :) The cart is displayed on the right sidebar, so there’s no need for the popup to display at all.
    You can see it in action here:
    http://143.95.43.131/~jimmycar/shop/
    Add a product to the cart, and you’ll see it pop on the top right.

    Can I just lose it?
    Thanks!
    Mark

    in reply to: Looking for advice – Moving a site & updating URL's #400856

    YIGIT!!!!

    You totally rock. Worked like a charm.

    Thanks!

    M

    in reply to: Odd problem with sidebar nav and colors #398165

    Thank you!!!

    in reply to: Odd problem with sidebar nav and colors #398149

    OH!!!!
    Can I CSS the sidebar to black if needed?
    And thanks again – you folks are the best.

    in reply to: Odd problem with sidebar nav and colors #398136
    This reply has been marked as private.
    in reply to: Odd problem with sidebar nav and colors #398121
    This reply has been marked as private.
    in reply to: Odd problem with sidebar nav and colors #397889

    Additional note: If I reduce the browser size to mobile, the main content background corrects itself. Weird.

    in reply to: Easy slider on page disappearing in smaller responsive view? #396945

    Nevermind – I removed it, and put the image in the text block instead.

    in reply to: Easy slider on page disappearing in smaller responsive view? #396933

    Sorry – that’s the THIRD. The header and top image are 1 and 2. :)

    in reply to: Woo Commerce addition messed up some things…. #396050

    FIXED. Thank you!

    in reply to: Woo Commerce addition messed up some things…. #396049

    I managed to get the Woo-related things out of the header by deleting the appropriate header lines from the woo config.php file, but the menu remains messed up. Any thoughts?

    in reply to: Masonry blog excerpt length and image size. #392227

    Hey Elliott.
    Yeah – this is a development site. We had already sent you folks the login.
    But – we got it!
    Thanks so much.
    Mark

    in reply to: Masonry blog excerpt length and image size. #391719
    This reply has been marked as private.
    in reply to: Remove logo and center menu? #391572

    You’re the best.
    Thanks!

    in reply to: Remove logo and center menu? #391563
    This reply has been marked as private.
    in reply to: Remove logo and center menu? #391558
    This reply has been marked as private.
    in reply to: Remove logo and center menu? #391548

    OKAY!

    Bought it again. :)

    Question – how do we remove the actual box the logo came in, so the menu is at the top of the window?

    Thanks!
    M

    in reply to: Grid row width #389055

    THANK YOU!!!!

Viewing 30 posts - 61 through 90 (of 101 total)