I posted the link. There is a video displayed on desktops. On mobile devices it will be replaced with the image. Sometimes this image doesn’t load propery. It only covers the half of color section.
It seems to only happen on iOS devices, but I have identified the source. When you click on the Facebook button on Android, it goes right to the Facebook share page. On iOS devices, clicking the Facebook button will first bring up the “Share on Facebook” tooltip. If you click the Facebook button a second time, it seems to work. But since a tooltip that reads “Share on Facebook” comes up, I was confused, thinking that was the actual button.
Of course, clicking on the tooltip does nothing.
Here is a photo of the action I was performing on an iPad: 
I am worried that others may have the same issue, thinking the “Share on Facebook” toolip is the actual button. It works great on a desktop as the tooltip lets the user know what will happen when they click on the F button, but on mobile, the tooltip makes it a little awkward. Interestingly enough, the tooltip does not show up on Android.
Maybe the best resolution would be to disable the tootip on mobile devices. Is that possible?
overhere a freelance developer provided the solution for the same missing hentry items in Portfolio.
Hi,
We are very sorry for the delay. Look for this code around line 515:
if(!empty($title_link))
{
$output .= ““.$title.”“;
}
else
{
$output .= “”.$title.””;
}
$output .= ‘</h3>
</header>’;
.. below, add this code:
ob_start();
the_author_posts_link();
$author = ob_get_clean();
$output .= ‘<span class=”blog-author minor-meta”>’.__(‘by’,’avia_framework’).” “;
$output .= ‘<span class=”entry-author-link” >’;
$output .= ‘<span class=”vcard author”><span class=”fn”>’;
$output .= $author;
$output .= ‘</span></span>’;
$output .= ‘</span>’;
$output .= ‘</span>’;
Best regards,
Ismael
Anyone with a solution for the ‘missing Author and Updated’ in a Masonry gallery?
Hello sorry for my english ..
I need to always display on the top navigation menu, when my site is displayed by smartphone.Now when I view the site from your smartphone, if you’ll scroll the page down navigation menu disappears
Hi,
Thanks for the feedback, glad you found a solution which works for you :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey laptophobo,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Vinay
Hey Erich Nolan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .single-product-main-image .onsale {
right: auto!important;
left: 0;
}
Best regards,
Vinay
Hi,
Great, glad you figured it out :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
The “Blank — No Header, No Footer” template will not render the header and footer container so you have to switch to the default template then hide those containers with css. If there are space in place of the header, we can adjust the top padding of the main container. Please set the template to default then we’ll check the page again.
Best regards,
Ismael
Hi,
Ok, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
1.) Edit the columns, add a little padding to it.
2.) It is because of this css modification:
#six-columns div .av_one_fifth {
width: 15%!important;
margin-left: 2%;
padding: 10px;
}
Place that code inside a css media query.
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
Best regards,
Ismael
Also, there’s a problem with the followup reply email post link:
https://kriesi.at/support/topic/how-can-i-accomplish-this-2/%-2-3post-6-7-5-1-8-5/ (broken)
suppose to be
Hey adamchristopherwood,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi,
I don’t want to add the author info, that is not important because its just a masonry gallery. I would like to get rid off the errors in Google webmaster tools.
You can see those errors because google is looking for the author and date info which is not included in the masonry template. You have to modify the config-templatebuilder > avia-shortcodes > av-helper-masonry.php file. Or use the “avf_masonry_loop_prepare” filter. Example here:
https://kriesi.at/support/topic/display-the-post-category-above-the-title-in-masonry-view/
Best regards,
Ismael
Hi,
Did you follow the solution in the thread? https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/#post-664965
Best regards,
Ismael
#top .main_color .container,
#top .header_color .container {
max-width: 1120px;
background: white;
}
That will affect both main content and header content.
Hi,
Set layout to stretched and add this to Quick CSS:
#top .main_color .container {
max-width: 1120px;
background: white;
}
Modify as needed.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#top .social_bookmarks li,
#top .social_bookmarks li a {
width: 45px;
}
Cheers!
Josue
After further investigation, I found the error:
Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
Further research lead me to this thread. The posted solution didn’t work for me. I then found this thread. This solution did work for me, temporarily.
Hey there,
for some reason, the “sale” circle is showing up way to the top right of product pages.
eg: https://braandcorsetsupplies.com/product/classic-full-band-bra-pattern-optional-underwire-bra-pattern/
really strange.
let me know what might be doing this.
cheers
ENB..//
-
This topic was modified 9 years, 6 months ago by
ENBertussi. Reason: PREFIX NAME
Hi Ismael,
this seems to be working somewhat, what I notice when adding
@media only screen and (max-width: 1280px) {
.responsive #top #main .sidebar {
display: block;
width: 100%;
}
.responsive .single-product-summary {
width: 100%;
}
}
is that the place where the sidebar would be is still there, it’s blank now instead, so the main content area did not seem to act responsive.
AND
I notice that the title + add to cart and other items that usually go beside the images of the product also go below, and not just the sidebar.
Creds are below and permission to disable plugins
ALSO: i followed
Please review the thread again: https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/#post-352383
I was able to see that this bit of code on comment does work for adding the tabs below the product but, it kills the sidebar completely and bumps it to below the products regardless of resolution of screen size.
-
This reply was modified 9 years, 7 months ago by
ENBertussi. Reason: needed to address other issue
Hey!
Try adding this code to the Quick CSS:
#top .iconbox_top.avia-builder-el-9 [data-av_icon]:before {
content: '1';
}
You can swap avia-builder-el-9 by a custom CSS class.
Cheers!
Josue
Hi there,
I have been attempting to apply
add_action('init', function() {
wp_dequeue_script( 'avia-woocommerce-js' );
wp_enqueue_script( 'avia-woocommerce-child-js', get_stylesheet_directory_uri().'/js/woocommerce-mod.js', array('jquery'), 2, true );
}, 11, 1);
to the child them functions.php to fix the problem with a js conflict Enfold is having with “WooCommerce Measurement Price Calculator” and I have not seen success as other users have seen success.
I have examined https://kriesi.at/support/topic/add-to-cart-not-working-5/
as well as https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/
I have paid close attention to the most recent advice for fixing the conflict here >> https://kriesi.at/support/topic/add-to-cart-not-working-5/#post-671598
When I go to the plugins page I notice that disabling the “WooCommerce Measurement Price Calculator” does indeed stop the bug from occurring.
let me know if I am missing something, or misunderstanding the directions, I have also pasted wp admin credentials below.
ENB..//
-
This topic was modified 9 years, 6 months ago by
ENBertussi. Reason: PREFIX WITH PROJECT NAME
Hi!
Is this your website domain? i tried logging with the access provided here but it didn’t work.
Cheers!
Josue
Hi!
Is this your website domain? i tried logging with the access provided here but it didn’t work.
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
#top .slide-meta .slide-meta-del,
#top .slide-meta .slide-meta-time,
#top .blog-categories{
display: none !important;
}
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
#top .slide-meta .slide-meta-del,
#top .slide-meta .slide-meta-time,
#top .blog-categories{
display: none !important;
}
Cheers!
Josue