-
Search Results
-
Topic: CHART ISSUE WITH LINKS
I have a chart on a few pages like this:
http://adworks.wpengine.com/power-pressure-washing/
(hosted on WPengine) />I’m using SEO smart links on the site and the code is showing up.
I noticed if I change the heading row to default the code goes away but this obviously takes away from the highlighted heading feature and the aesthetic on the desktop view.. And honestly in responsive the chart becomes difficult to read correctly anyway (unless you inject the name of the service provider in each field) so I am leaning towards hiding it on the mobile view anyway. But it looks like it is related to the responsive design. At that page width, Enfold/Avia-layout-builder is employing some sort CSS (not clear to me yet as to why.) Unfortunately it doesn’t support HTML entities (i.e., the links), and thus we see the raw HTML markup written on the page.
Enfold/Avia-layout-builder is adding this dynamic CSS to the page for the given page-width:
.avia-table-1 td:nth-of-type(1):before { content: ‘COMPETITOR’S PRESSURE CLEANING ‘; }
As you can see its trying to insert content using CSS instead of HTML. I really can’t understand why it does this, since #1 rule of CSS is that CSS is for presentation and not content. Anyway, the “content” style doesn’t support rendering of HTML content here.
Any feedback? I need to hide this ASAP so if you don’t respond by Monday it may not be there to view.
Hi,
I am trying to instal Enfold onto my website which is hosted by Bluehost. (i used the one click installation proceedure from MOJO marketplace to instal wordpress)
When I go through the wp-admin to try to install Enfold and try to upload the correct Enfold.zip (according to the walkthrough video) I get a failure notice saying “Are you sure you want to do this?” with a clickable option of “Please try again.” When I click the link it takes me back to the upload page. When I try the process again I get the same issue. similar to kev33 in this thread: https://kriesi.at/support/topic/i-cant-install-enfold-theme)
When I manually transfer the enfold folder using FileZilla, Enfold does not appear under the themes I can use.
Please could you help me resolve this?! I desperately want to use the enfold theme for my website and it is very frustrating to have bought the theme and to be unable to use it!
Many thanks in advance for your help!!!
Bhavesh
I have successfully hidden the enfold cart doohickey while not logged in with the below css…
but if you happen to have an item in your cart via cookie and you are not logged in hit the my account page the cart icon shows up still…
but only on that link… no other pages…
.cart_dropdown.visible_cart {
display: none;
}
#top.logged-in .cart_dropdown.visible_cart {
right: -2px;
display: block;
}
Kriesi rules….
TY
Topic: Fixed Cart
Hi!
Is it possible to have a “fixed” cart (e.g. in the Menu or Topmenu) or do I have to use a Plugin for that instead?
If a plugin is necessary – how can I switch of the Enfold cart?
Thanks a lot!
Viewing 30 results - 140,911 through 140,940 (of 142,620 total)
