-
Search Results
-
Hello Enfold’s team,
I would like to know how to remove the “Shop” in my woocommerce breadcrumbs. I installed the demo shop in localhost and I would like something like this :
Home > Product Category > Productinstead of something like this :
Home > Shop > Product Category > ProductI searched for some snippets and in some topics but I couldn’t find one :(.
Thank you in advance for your help,
Dimitri.Dear Kriesi support,
we have styled an element in the Mega Menu to appear like if it is a top level sub menu (please see http://imgur.com/a/XgLWo) adding to it “mega_menu_title heading-color av-special-font” class.
But strangely to element below it is underlined.
How can I correct it?Thank you
MauroDear Kriesi support,
in Widgets > Single product page we added “Woocommerce Product Categories”.
In desktop view it is all right, but in mobile is would be better if the first thing a visitor see is the product description and not the long list of categories. Is it possible to move its section down below the product description?
Thank you
MauroTopic: Masonry image load issue
Hi Kriesi,
If I use more flexible masonry galleries on one page, there is a problem with scroll detection.
Bottom galleries are loaded too late, after you scroll much more under the top of gallery itself.
I disabled animations and also without results.This problem is dependending on image arrangement in the gallery. When I optimized galleries to minify the overflowing orphand on the last row, I made the situation better!
But please, because we want to use generaly this kind of gallery on thi site, check the javascript which is measuring the height of all elements or tell me how to load all at once like without scrolling down.I think that is simply possible to set manual offset to load images in advance or all at once.
My browser is Firefox (latest), but in Chrome is it the same.
Hi i am using enfold which is awesome. Everything was working fine until as i was uploading an image my internet stopped and interrupted the process and it gave an error. From that point no images are uploading properly and i get the same error each time.

I am not good at coding or anything so if you could give me some simple instructions of ways i solve it i would be grateful.
Thankyou
Hello
I am using enfold theme.
1. When viewed in big displays the top menu does not stretch like the images stretch. How can I achieve this
2. I have a section back ground image . But it is not stretching across the screen . How can I achieve this
3. Background color is visible in Firefox but not in chrome.
4. How can I create a gallery with one image below the other one in one single column
5. How can i create a single image with light box effect.Thank you
Topic: Blog tags on bottom of post
Hey guys, dealing with a very challenging client.
How difficult would it be to have the blog post tags at the base of each post, and not the top… https://js-interactive.com/tags.pngHere is what their current site posts look like. Tags at the bottom: https://sunshineandreign.com/2016/08/savannah-tylers-arizona-elopement-arizona-wedding-photographers/
Thanks
Hi — what’s causing the small gap between my header and my top color section, and how can I eliminate it?
(I would like to understand why this occurred as well as fix it, as I have wasted a chunk of time trying to find the setting that caused it.)
Thanks!
Hi there,
I’ve found a broken link that I don’t want on my website. It seems to be a background image linked to Kriesi demo content that I don’t need. See below from chrome’s ‘inspect content’:
GET http://test.kriesi.at/hotel/wp-content/uploads/sites/14/2015/07/ornament-bg-top-small-1.png 500 (Internal Server Error)
How can I get rid of this?
Thank you,
MarkTopic: RTL portfolio grid
Hello,
Thank you Enfold team!
I am looking for a source where I can reverse the direction of the portfolio grid to start right to left (rtl)
I see this post but is not working https://kriesi.at/support/topic/rtl-portfolio-grid/I pos link to my website in the private content area.
TNX!
NirHi!
I use a color section with a video as a background image, which works great on desktop (autoplay). On mobile though, all I get is the video player with the famous red youtube button but when I click on it, it doesn’t work. Can you check that for me please? It is the video that you find here: http://www.ploota.de/#technology
Thanks!
Best,
HannaOne of my pages is not responsive on iPhone. All others are good and it looks fine on desktop. Any ideas why?
Here’s the url:
Thanks,
Cheryl :)Hi, I want remove the link from the featured image in a post category, .category-memorial-wall. I thought I found a solution in ticket #222666, but it did not work for me. It was from 2014, so maybe there is an update? Any assistance you can provide is much appreciated.
-Pelyon
https://kriesi.at/support/topic/remove-featured-image-link-inside-post/#post-222666
Hello,
To provide a brief background, I run a golf membership website for a group of courses in the Cleveland area. Our content marketing works really well at drawing visitors to our site, but I feel like people would engage a lot more if there were a few things added to our website:
I would really like to create a login section of the website so that when users do visit the site, they interact more and feel more engaged. That being said, I think that this works best with Facebook or perhaps other social platforms. With our demographic being adults aged 30-65, Facebook is probably the best. So, I would love for visitors to be able to login as a user to our website with their Facebook account or the option of creating an account manually (with an email for username and password), or they could choose to ‘skip for now, maybe later’
Essentially, the ability for these visitors to engage and do so easily is a big thing for us. Also, the ability to capture name/email addresses from these visitors is very valuable.
So, I would like for these users to be able to login using Facebook or a user created account. I would love for this to be presented to them as a pop-up window that they can choose options from. From there, once logged in, users could comment on stories where commenting is enabled and have the option to share the comment on their social page(s).
On top of this, I would love to create a forum/discussion board for our users to curate their own topics (which we’d need to approve). Also, if there was a way to designate a user as a member or general user and have premium content only accessible for members, that would be added great benefit.
So, what I’m asking is:
A) What plugins do I need to complete this and if there are multiple, which works best with Enfold?
B) What type of coding, if any, would need to be done as far as authorizing users and being able to capture their information?
C) Is the floating window on the homepage something the Enfold theme currently supports?Thanks in advance for all of your help, you all always do a fantastic job in helping us out!
Topic: Custom taxonomy
Hi, I want to create a custom taxonomy and I have been following these instructions. It is working but I can’t make the avia framework to show my new taxonomy.
this is the code in the functions.php file in my child theme. The new taxonomy is ‘member’.
Thank youadd_theme_support('add_avia_builder_post_type_option'); add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio', 'member','event'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio', 'member', 'event'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio','member', 'event'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }
Viewing 30 results - 87,871 through 87,900 (of 142,856 total)
