Forum Replies Created
-
AuthorPosts
-
I think the key point missing from instructions is that we have to create a “shortcodes” folder within the enfold-child folder. It works now thanks.
Does anyone have an update on how to make the new version of woocommerce elements work? I just purchased it but instructions are outdated. (there are ‘js’ or ‘shortcode’ folders. Just a folder named ‘spiderfly-woocommerce’)
STEP 1
// Add custom layout element via child theme
add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.’/shortcodes/’);
array_unshift($paths, $template_url.’/shortcodes/spiderfly-woocommerce/’);
array_unshift($paths, $template_url.’/shortcodes/spiderfly-elements/’);
return $paths;
}STEP 2
Unzip and upload the “js” and “shortcodes” folders into your Enfold Child theme folder. That’s it! Look for a new tab in the layout builder called “Spiderfly Elements”. If you have WooCommerce installed, you’ll see an additional tab with lots of great elements to help you build a custom product page layout in conjunction with the other elements which come with Enfold.We can close topic. The issue was resolved using enfold -> shop options -> woocommerce 3.0
Please see the NOTE I made in my initial post …
“Note: I know that adding a featured image would resolve this but adding a featured image messes up the product variations on the individual product page.”
It does not allow product variations photos to work properly (see private content link). Can moderator please do a test before replying so we don’t chew up another 6 days of waiting for reply that doesn’t work.
ThanksThis reply has been marked as private.This reply has been marked as private.I’ve now removed all the responsive css from the child theme style.css and added the code you provided in the quick css and the problem still persists.
I currently have no css in my quick css and I’m still not seeing the the cart icon show up in chrome or safari at mobile size.
This reply has been marked as private.March 17, 2017 at 6:54 pm in reply to: Date and Author Missing from single post with Grid View #762648It is working now did you change anything?
March 9, 2017 at 5:47 pm in reply to: Date and Author Missing from single post with Grid View #758476Also this is the code in the postslider.php file
if($show_meta && !empty($excerpt))
{
$meta = “<div class=’slide-meta’>”;
if ( $commentCount != “0” || comments_open($the_id) && $entry->post_type != ‘portfolio’)
{
$link_add = $commentCount === “0” ? “#respond” : “#comments”;
$text_add = $commentCount === “1” ? __(‘Comment’, ‘avia_framework’ ) : __(‘Comments’, ‘avia_framework’ );// $meta .= “<div class=’slide-meta-comments’>{$commentCount} {$text_add}</div><div class=’slide-meta-del’>/</div>”;
}
$markup = avia_markup_helper(array(‘context’ => ‘entry_time’,’echo’=>false, ‘id’=>$the_id, ‘custom_markup’=>$custom_markup));
$meta .= “<time class=’slide-meta-time updated’ $markup>” .get_the_time(get_option(‘date_format’), $the_id).”</time>”;$author_id = $entry->post_author;
$author_url = get_author_posts_url( $author_id);
$author_name = get_the_author_meta( ‘display_name’ , $author_id );$meta .= ” by $author_name“;
$meta .= “</div>”;
if($blogstyle !== “elegant-blog”)
{
$output .= $meta;
$meta = “”;
}March 9, 2017 at 5:42 pm in reply to: Date and Author Missing from single post with Grid View #758473Hey sorry for not getting back sooner. We had some major upgrades that were done to the site and I wanted to see if that fixed the issue.
Unfortunately we are still having the issue. It seems that it’s always one or two posts that have the problem.
I have checked the database and both fields are populated (see attached screenshots) and let me know if you need anything else or what I can do to get the date to show up.
January 20, 2017 at 5:59 am in reply to: Date and Author Missing from single post with Grid View #736207I tried deleting and deleting from trash then re creating it from scratch.
It still doesn’t the date just for that post. Is there anything I should be looking for about that post specifically or in the database?
January 16, 2017 at 4:07 pm in reply to: Date and Author Missing from single post with Grid View #734131User account has been re enabled. Same creds as before.
January 14, 2017 at 6:34 am in reply to: Date and Author Missing from single post with Grid View #733462no the post titled “Squash + skinnypasta = a new mom’s dream meal” is still missing date and author for some reason.
January 13, 2017 at 4:42 pm in reply to: Date and Author Missing from single post with Grid View #733195How can I change the access point the post is on? I am not sure exactly what you mean by that.
January 10, 2017 at 4:26 pm in reply to: Date and Author Missing from single post with Grid View #731611There are some modified files in the child theme.
Enfold has been upgraded to 3.8.4.
January 3, 2017 at 5:37 am in reply to: Date and Author Missing from single post with Grid View #728839Basilis,
Thanks for getting back to me, I was unable to reply due to the forums being closed for Holidays. I’ve added a login for you and put it in the private area. Please let me know what you find.
Any development on this? I think studioliner is referring to placing small icons from our media library in front of each secondary menu link. (or at least that’s what I’m looking for).
ThanksSeems to have worked for that site.
I have another site that I used that css for. However the menu button overlaps the cart button now (see attached)Tried that quickcss as well. no luck.
-
AuthorPosts