Forum Replies Created

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • in reply to: Masonry Gallery Thumbs Not Working #667513

    i think ive figured this out please close this post – solved

    in reply to: Enfold- Adding Pagination to the Gallery #666902

    ok thanks how do i get the masonry gallery to load soon as the page loads? It only loads when u scroll

    I really need someone to help me with this – the sidebar needs to be added AFTER the end of the product description BEFORE the hook for the related products so the 4 related products are on one line- right now i am referncing the main_content before/after hooks to make this work it isnt doing it the right way i cannot figure this out myself.

    If it means one of the moderators needs a login to go in and fix it i would do that as long as you are careful i need one of the experts for this theme to help me i do not want to spend anymore time on this and it is very difficult to explain.

    I am at my wits end with this problem ive spent 2 entire afternoons at this point if one of the moderators needs to bill me a small fee for the time i dont know i have limited budget but i would be willing to do if it means you go in and fix this because i am ready to quit. I am so frustrated. Please someone help me fix this so the sidebar appears on both the main ecomm pages and single product pages

    in reply to: Single Product Page Sidebar #335919

    um i added an extrea opening div to the last function and somehow it works now- can u please check to see if this is the correct solution?

    function avia_close_summary_div()
    {
    echo “</div>”; //close out the summary
    get_sidebar(); echo “<div>”;
    }

    http://www.heritagetrim.com/testq/store/porsche-911-912-seat/

    in reply to: Single Product Page Sidebar #335913

    LINK of pg for reference. I tried adding .related .products {width:100%} in child style.css file but didnt work related products still shows 3 on one line then one on the newxt row down

    http://www.heritagetrim.com/testq/store/porsche-911-912-seat/

    in reply to: Single product page sidebar not showing up #332792

    So i just uploaded the parent enfold theme folder again from scratch and yes it says 3.0 in the stylesheet file so i asusme since i just purchased it it is the entire final 3.0 version.

    I double checked the enfold child theme that is activated and the settings for ‘sidebar’ are all set to the right. All other pages work except the product pages.

    The above style.css and functions.php files in which i listed the exact code in the files are the only two things in the enfold-child folder and since i just reuploaded the enfold parent theme code from the original zip file to make sure nothing was changed, i assume there is still something not working properly or did i miss something?

    in reply to: Single product page sidebar not showing up #332784
    in reply to: Single product page sidebar not showing up #332782

    the feature products are also on 2 diff rows at bottom notice? somehow the bottom part of the playout is being set to 68% as well it needs to have a closing div and a new div to wrap around it to the width of 100%

    i dont really understand what is going on i added everything like you said

    in reply to: Single product page sidebar not showing up #332778

    i am using 3.0 can you please help me? My boss has to have a sidebar for the product pages this is crucial below is the functions file for the child theme i am using, i am using a custom widget for the sidebar and on the product listing pages i have it set to ‘sidebar product page’ and i have the child theme overall settings for all sidebars to be set to the right below the functions file i will add the css u sent me please help if you can i am so close please let me know if anyhting is wrong?

    FUNCTIONS FILE-CHILD THEME

    <?php
    $avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>260, ‘height’=>260, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
    function avia_add_image_div()
    {
    echo “<div class=’single-product-main-image alpha’>”;
    }

    function avia_close_image_div()
    {
    global $avia_config;
    $avia_config[‘currently_viewing’] = “shop_single”;

    echo “</div>”;
    }

    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
    function avia_add_summary_div()
    {
    echo “<div class=’single-product-summary’>”;
    }

    function avia_close_summary_div()
    {
    echo “</div>”; //close out the summary
    get_sidebar();
    }

    ?>

    CSS-style.css child-theme

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    body {
    font: 15px/1.8em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }

    td {
    font-size: 14px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left:none;
    border-top:none;
    }
    table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    }
    #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 14px “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }
    blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 15px;}
    blockquote{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin-bottom:1em;
    margin-right:1em;
    font-size: 12px;
    line-height: 1.8em;font-family: Georgia,”Times New Roman”;
    }
    .asc_facebook .social_widget_icon{
    color:#fff;
    background-color:#3b5997;
    border-color:#3b5997;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .asc_gp .social_widget_icon{
    color:#fff;
    background-color:#d64937;
    border-color:#d64937;
    text-shadow: 1px 1px 1px #17ACD8;
    }
    .logo {margin:7px 0}
    .single-product .product {
    width: 68%;
    margin-right: 4%;
    clear: none;
    float: left;
    }

    in reply to: Single product page sidebar not showing up #331987

    now the bottom related products row is broken onto 2 diff rows

    OMG

    in reply to: Single product page sidebar not showing up #331980

    can u explain why this isnjt working? am i supposed to set the sidevbar to some strange settig in the admin panel like left instead of right?

    why have a setting for the sidebar if it doesnt work?

    in reply to: Single product page sidebar not showing up #331979

    Ismael,

    close but it still doesnt work i added the css to the custom.css file in the enfold folder also tried the style.css in the child folder

    doesnt work sidebar is still bottom left

    so frustrated

    http://www.heritagetrim.com/testq/store/racing-seat-black-leather/

    in reply to: Single product page sidebar not showing up #330117

    is it possible that the script link above Devin is not working anymore with version 3.0?

    ALl is see is a massive product photo now stretching the entire width of the laoyut and the sidebar is still below everything on the left so i dont think this script works? Can u please help?

    in reply to: Single product page sidebar not showing up #330111

    yah i dont know why but the functions file you created doesnt work for me sooo frustrating

    http://www.heritagetrim.com/testq/store/racing-seat-black-leather/

    in reply to: Single product page sidebar not showing up #330107

    i copied your code into the functions file of my child theme

    the single product pages are even more messed up now what am i doing wrong? do i need to turn off a specific setting?

    this is the functions file for my child theme and link to pg to show you
    http://www.heritagetrim.com/testq/store/boot-cover/

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    //product thumbnails
    $avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>260, ‘height’=>260, ‘crop’ => true);
    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    #
    # wrap single product image in an extra div
    #
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
    function avia_add_image_div()
    {
    echo “<div class=’four units single-product-main-image alpha’>”;
    }
    function avia_close_image_div()
    {
    global $avia_config;
    $avia_config[‘currently_viewing’] = “shop_single”;
    echo “</div>”;
    }
    #
    # wrap single product summary in an extra div
    #
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
    function avia_add_summary_div()
    {
    echo “<div class=’five units single-product-summary’>”;
    }
    function avia_close_summary_div()
    {
    echo “</div>”; //close out the summary
    echo “<div class=’three units single-product-sidebar’>”;
    get_sidebar();
    echo “</div>”;
    }
    ?>

    in reply to: Single product page sidebar not showing up #329943

    this is really annoying why wouldnt it work to add a righthand sidebar to the single product pages? please help

    http://www.heritagetrim.com/testq/store/porsche-911-912-seat/

    in reply to: Single product page sidebar not showing up #329931

    i am having the same problem the sidebar is showing underneathe the product image on the left how do we make it appear on the right like the other pages?

    in reply to: New Copy of Enfold- Installation DOes Not work #329319

    ok sorry figured it out

    in reply to: New Copy of Enfold- Installation DOes Not work #329312

    ok it worked uplpading it manually

    last ? how do i setup the black and white version of the site demo?

    in reply to: New Copy of Enfold- Installation DOes Not work #329296

    no actually it doesnt even say that im trying it manually now but basically the latest version of enfold didnt install through the ‘add theme’ upload feature it just didnt work??? I hope this isnt a sign of things to come. I have used this theme before and im not doing anything complicated it just simply doesnt install when u click ‘install’

    in reply to: Bakc to Top button on Safari #192715

    sorry one last thing also is the buttons for my theme only show up with the proper blue color when it is about 500 px wide can u tell me which parts of the css i need to add the blue to ? Its not supposed to be grey

    in reply to: #189875

    solved problem.

    solved the problem!

    • This reply was modified 11 years ago by MichaelT1.
    • This reply was modified 11 years ago by MichaelT1.
    in reply to: Single Blog Page Layout #184245

    sorry please ignore this solved

    in reply to: Shortcode for quote not working #184244

    sorry please ignore this solved

    in reply to: Photo Gallery function and Portfolio images #184037

    this solution u provided still isnt working if u go from a link to the photos pg it is still whited out and the portfolio pg isnt showing any images at all?
    http://www.heliproducts.com/webtest/photos/
    http://www.heliproducts.com/webtest/portfolio/

    in reply to: Photo Gallery function and Portfolio images #183749

    thanks, can u tell me will this cause any technical glitches by commenting out this line?

    for example is this oging to mess up the laoyut on ie7?

    in reply to: Photo Gallery function and Portfolio images #182879

    i realized i dont have the pretty photo plugin installed so i downloaded it uploaded the zip into plugins and it failed?

    please help,m

    in reply to: Photo Gallery function and Portfolio images #182868

    sorry one more link to show u the portfolio images dont show at all

    http://www.heliproducts.com/webtest/portfolio/

Viewing 30 posts - 1 through 30 (of 30 total)