-
Search Results
-
Hello
I’m testing WP4 and Enfold 2.9.2 against an existing site running older versions of both. We’re getting a JavaScript error on displaying a tooltip (caption) in a photo gallery. The problem is in the display_tooltip function of AviaTooltip:
text = element.data(this.options.data).trim(),Uncaught TypeError: undefined is not a function avia.js?ver=2:1419
$.AviaTooltip.display_tooltip avia.js?ver=2:1419
m.isFunction.eWe’ve experienced this elsewhere – we have created a tooltip using your JS:
new $.AviaTooltip({"class": 'avia-siteswitch-tooltip',data: 'avia-siteswitch-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});Which broke with the same error on upgrade. We had to change the structure of the markup declared in the data attribute data-avia-siteswitch-tooltip to make it work – but we couldn’t work out what had changed, we were kinda fixing in the dark.
Can you help? Be great to know what to do in both cases and also let us know if this is a bug, or whether we can’t rely on your UI classes to change going forward.
Thanks
Hello – on mobile devices, or when you minimize the browser window to the size of a mobile device, there is dead-space below the slider. I do not have this issue on any other sites that are running Enfold. Can you help?
Hi, the chart (table) at the top of my cart page with the product, quantity, price, total etc somehow stretches far off to the right cutting off the “proceed to checkout” and “update cart” buttons — you have to expand the browser window all the way to the right to see them. It is not responsive to screen sizes and therefore you can’t check out on smaller screen sizes.
All other woo commerce pages and tables are formatted correctly within my site’s max width with the exception of the table atop the cart page.
I tried containing the [woocommerce_cart] short code on the cart page within the avia layout editor and that doesn’t seem to do anything.
i’m running WP 4.0 with the latest enfold theme 2.9.2 and latest woo commerce 2.2.4.
saw this thread: https://wordpress.org/support/topic/woocommerce-checkout-not-mobile-responsive
Seems to work ok with the default WP 2014 theme, but not with enfold theme.
any ideas?
UPDATE: I used the code below to force the cart tables to become responsive, however, the tables still do not respond on mobile phone portrait. If the user does not change to landscape, they have no way of checking out.
/* START Make the cart table responsive */ /* http://css-tricks.com/responsive-data-tables/ */ @media screen and (max-width: 640px) { /* Force table to not be like tables anymore */ .woocommerce-page table.shop_table, .woocommerce-page table.shop_table thead, .woocommerce-page table.shop_table tbody, .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ .woocommerce-page table.shop_table thead tr { position: absolute; top: -9999px; left: -9999px; } .woocommerce-page table.shop_table tr { /*border: 1px solid #d2d3d3; */ } .woocommerce-page table.shop_table td { /* Behave like a "row" */ border: 1px solid #d2d3d3; position: relative; padding-left: 30% !important; } .woocommerce-page table.shop_table { border: none; max-width:1030px!important; } .woocommerce-page table.shop_table td.product-spacer { border-color: #FFF; height: 10px; } .woocommerce-page table.shop_table td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } /* Label the data */ .woocommerce-page table.shop_table td.product-remove:before { content: "DELETE"; } .woocommerce-page table.shop_table td.product-thumbnail:before { content: "IMAGE"; } .woocommerce-page table.shop_table td.product-name:before { content: "PRODUCT"; } .woocommerce-page table.shop_table td.product-price:before { content: "PRICE"; } .woocommerce-page table.shop_table td.product-quantity:before { content: "QUANTITY"; } .woocommerce-page table.shop_table td.product-subtotal:before { content: "SUBTOTAL"; } .woocommerce-page table.shop_table td.product-total:before { content: "TOTAL"; } .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity { margin: 0; } .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions { text-align: left; border:0; padding-left: 6px !important; } .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt { float: left; margin-top: 10px; } .woocommerce-page table.cart td.actions div, .woocommerce-page #content table.cart td.actions div, .woocommerce-page table.cart td.actions input, .woocommerce-page #content table.cart td.actions input { margin-bottom: 10px; width: 100%; } .woocommerce-page .cart-collaterals .cart_totals { float: left; width: 100%; text-align: left; } .woocommerce-page .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals td { border:0 !important; } .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals table tr.total td { padding-left: 6px !important; } .woocommerce-page table.shop_table tr.cart-subtotal td, .woocommerce-page table.shop_table tr.shipping td, .woocommerce-page table.shop_table tr.total td, .woocommerce-page table.shop_table.order_details tfoot th, .woocommerce-page table.shop_table.order_details tfoot td { padding-left: 6px !important; border:0 !important; } .woocommerce-page table.shop_table tbody { padding-top: 10px; } .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { float: none; width: 100%; } .woocommerce .order_details ul, .woocommerce-page .order_details ul, .woocommerce .order_details, .woocommerce-page .order_details { padding:0; } .woocommerce .order_details li, .woocommerce-page .order_details li { clear: left; margin-bottom: 10px; border:0; } } /* END Make the cart table responsive */Hi,
I am using the layout builder to get the home page that I want and it really is a great builder!
I noticed that with the sample homepages for Enfold, the space between lines and different content is shorter.
Meaning the space between my advanced layer slider, separator, post slider, etc has a bigger gap than the theme samples.
How do I adjust, minimize the space between each of these things to be the same spacing as the Enfold homepage samples?
Thanks,
GB
Topic: Remove Scroll to Top
I have tried the CSS styling to remove the scroll to top icon, found in this forum, but nothing works. Do you need an updated script to work in the current version of Enfold?
Topic: Enfold 3
i was wondering about the release date of enfold 3.0, so curious about the huge release :-)
Cheers, Sebastian
Hi, a quick question:
Using 2.9.2, I am not able to remove this from header.php, I mean: even being commented out, this stuff seems duplicated. Am I doing something wrong or a bug ?
Commented out in header.php
<!-- add feeds, pingback and stuff <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="MyBlog Blog RSS2 Feed" href="http://subdomain.myblog.com/feed/" /> <link rel="pingback" href="http:///subdomain.myblog.com/xmlrpc.php" /> -->This still appears in headers, just before html5shiv:
<link rel='canonical' href='http://subdomain.myblog.com/12/' /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="MyBlog Blog RSS2 Feed" href="http:///subdomain.myblog.com/feed/" /> <link rel="pingback" href="http:///subdomain.myblog.com/xmlrpc.php" /> <!--[if lt IE 9]><script src="http:///subdomain.myblog.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->Thank you
Cheers!
Topic: I can't edit Unfold Theme
Hello, i can’t edit enfold theme. I updated wordpress and unfold but when i click to edit page, always loading but i can’t see edit options.
Hello,
I recently deleted my wordpress site and decided to make a new one since the last one was my testing site and had so many stuff that were useless. Anyhow after making the new one and logging in to wordpress for the first time, I noticed that the paid version of enfold was already pre installed in my theme section. I found that to be the most bizarre thing ever. I was wondering why that happened. I did delete everything from my hosting. All. But somehow enfold was there.
Viewing 30 results - 211,891 through 211,920 (of 244,545 total)
