Forum Replies Created
-
AuthorPosts
-
August 5, 2020 at 2:12 am in reply to: Moving WooCommerce product description outside of product summary breaks style #1235259
Actually i think i figured it out… these woocommerce hooks are tricky but powerful! but still any insight will be helpful :)
Hey everyone i know this is a very old thread…i did this and worked but i tried to copy avia.js to the child theme folder (like a good developer i am lol), and it didn’t work. any edit to avia.js works if its in the main enfold theme folder. is there anyway around that? please let me know!
thank you <3
- This reply was modified 4 years, 4 months ago by jgax87. Reason: forgot to check notify me of follow up emails
June 12, 2020 at 12:51 am in reply to: Instagram Widget "Instagram has returned invalid data." #1221919yeah I did that. Any particular reason why the enfold IG feed doesnt work? I had it on a few sites i’ve designed. I had to change it out on all of them.
June 8, 2020 at 7:52 pm in reply to: Instagram Widget "Instagram has returned invalid data." #1220605woo just checked it out!!! it all works! thanks team!
does not solve anything
I just did and nothing changed
login provided below
i updated to revslider 6.0.2 and it works magically!
HI all!
revslider just released 6.0.2 which should “fix” what ever issue there is…they also put back the functionality that enfold used for rev slider…i havent rolled it out yet…but it looks promising…
my advice… back up all your slides…because once you roll back…your slides will delete mess up ( i had to rebuild 4 sliders..biggest pain in the butt!)
once i rollout rev 6.0.2 i will let you all know!
Good luck and be one with the force!
Hi Rikard,
I already reverted back to the old rev slider…it also deleted all my slides that i created. I had to roll back since its a production site and i needed those slides back up asap!
let me see if i can upgrade upgrade rev slider on a test site and give it to you!
actually i dont have a test site to test this on…is the error code i gave you enough? maybe you guys can run your own test with the latest version of enfold and latest version of rev slider?
here is the error for you guys to look at
fatal error
: Uncaught Error: Call to undefined method RevSlider::getArrSlidersShort() in /home/stageidg/public_html/idg/wp-content/themes/idg/config-templatebuilder/avia-shortcodes/slideshow_revolution.php:50
Stack trace:
#0 /home/stageidg/public_html/idg/wp-content/themes/idg/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(907): avia_sc_revolutionslider->editor_element(Array)
#1 /home/stageidg/public_html/idg/wp-content/themes/idg/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1455): aviaShortcodeTemplate->prepare_editor_element()
#2 /home/stageidg/public_html/idg/wp-includes/class-wp-hook.php(286): AviaBuilder->js_template_editor_elements(”)
#3 /home/stageidg/public_html/idg/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#4 /home/stageidg/public_html/idg/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#5 /home/stageidg/public_html/idg/wp-includes/media-template.php(1331): do_action(‘print_media_tem…’)
#6 /home/stageidg/public_h in on line 50fixed it! for anyone that is curious to see the solution…you can’t use echo you need to use $html .= and return $html;
function prodsc() { $args = array('category' => array('Cascade Series', 'Color Turf Products', 'absolute-series', 'diamond-series', 'everglade-series', 'everlast-turf', 'imperial-series', 'marquee-series', 'natures-best-series', 'nylon-putt-series', 'putting-greens', 'tigerturf', 'platinum'), 'exclude' => array('19967', '20015'), 'limit' => 200, 'order' => 'ASC', 'orderby' => 'name',); $products = wc_get_products( $args ); $html .= '<ul>'; $input_id = 1; foreach( $products as $product ) { //skipping index that are multiples of 10 (multiples of 10 create problems as the input IDs) if ( $input_id % 10 == 0 ) { $input_id++; } $prodid = $product->get_short_description(); $prodname = $product->get_name(); $html .= '<li>' . $prodname . ' <a href="'.$prodid.'" target="_blank">Download Spec Sheet</a></li>'; $input_id++; } $html .= '</ul>'; return $html; } add_shortcode('prodsc','prodsc');
thank you nikko for this! i know i am alittle late on the reply, hectic right now, but i have time right now for this! i’ll get back to you if it works out or if i need any assistance!
September 26, 2018 at 9:38 pm in reply to: Move Additional Information and Description out of tabs Product pages #1015001now how i expected it to work but i think i can get away with how i have it right now! thank you so much, dude! lol
i would do that if i only had like up to 20 products but they have over 500+
September 26, 2018 at 12:11 am in reply to: Move Additional Information and Description out of tabs Product pages #1014498September 26, 2018 at 12:01 am in reply to: Move Additional Information and Description out of tabs Product pages #1014497I would still like to move that additional information out of the tab section and just place it underneath the short description, anyway possible?
September 25, 2018 at 11:59 pm in reply to: Move Additional Information and Description out of tabs Product pages #1014496I kind of already figured it out. I moved the the product description to the short product description. I would modify this as a custom product page but they will be pulling in 400 products. I think for future reference it would be nice to have the option to display description and additional information as either tabs or stand alone elements (I am not a big fan of the tabs)
here is the fixed example: https://staging.idgadvertising.com/cornerstone/product/gh-lambs-bread-1964-supply-co/
here is the example of a product page that has the description in the main text box and not short description: https://staging.idgadvertising.com/cornerstone/product/cloudhelmet-holistic-pain-relief/
thank you! that did the trick!
We went a different route…everything is all good now. thank you anyway!
hello there…i did that and it still doesn’t work. I even created a new website with a fresh copy of enfold where i didn’t add any customizations and the navigation isnt shrinking, scrolling the page still gets stuck and icons and such stays on unloaded phase…
i’ve narrowed it down to either a theme issue or plug-in issue… the plug-in developers are saying that its a theme issue since the sticky navigation, shrinking header and what not is all native to the enfold theme. Can you please take a look?
i have supplied log-in information in the private section..please let me know if you need any other information
March 2, 2018 at 11:23 pm in reply to: Imported WooCommerce Products, Can't save to Advanced Builder reverts to default #920580Well i kind of fixed it, but I used a plug-in called WP All import Pro with the woocommerce plug-in. For some odd reason..when you import using woocommerce’s import it does not allow you to save your product with an advanced layout but i guess importing with that plug-in did.
But the issue no matter what is still there..so i hope there is a fix to it
i got it to work…since i made the product page before i enabled the review..i guess i had to manually enable it from quick it. It was kind of difficult to find that option though since the there is no other way to manually enable besides quick edit! thank you for the time though Yigit!
Nope nothing. It’s never worked on any of the enfold installs we had in past in general. We’ve been lucky enough to have clients that dont want the review component until now. Can you please take a look at it if possible?
-
AuthorPosts