-
Search Results
-
…even though they’re all marked “Privvate”. Is there a way to prevent this from happening ro should I delete all the pages from the CMS?
And if I delete them can I resotre them should I need them later? I only have 6 public pages total on the site now.
Dear Sir/Madam,
I have search all the threads but it could not help so I ask for you help. My enfold web is facing following issues:
– Sliders does not appear.
– Accordion does not work.
– Mobile version does not show menu.
– Galery does not well appear.We have noticed that we are using the latest version of Enfold and WordPress. However, if we update the theme Enfold again, it works well. And just about 3 days later, it come back with the same issue, and if we replace theme by the theme with the same version just newly downloaded from your place, it work well again, and go malfuntioned again after 3 days, without any interfered from us.
Could you please help us how to do with this? our web is http://mekongtrails.com
Thanks,
HoangThe search box is missing when I am looking at my website on my mobile phone. What can I do add a search box that works on my mobile phone?
I had searched the Enfold forums and saw similar questions but the solutions had not solved this problem.
Hi
I’m using enfold and woocommerce for my RTL website.
I wanted to move basket icon to left in main menu and just before the search icon.How i can do that?
Hi,
I have searched many posts with this same subject, but I can not find a solution to get it to work again.Avia Layout Builder used to have templates built within, but now the page appears blank when editing. The Builder stopped working after I updated WordPress and Enfold.
I’ve disabled all my plugins,
renamed the plugins folder,
updated Enfold (twice to be sure),
updated WordPress (twice to be sure).Not only does it not work on old pages, but when I try to make new pages, the layout builder clears all content when I hit Publish.
Please help!
Hi,
One of my clients using the Enfold theme is not amused about the author archive page showing up in the search results. Is there a way to hide, disable or remove the page? Or to prevent showing up in the search results?
Topic: Single product page layout
Hi Guys,
After an extensive search in your forum, I can’t seem to get the layout of a single product page right. I tried this solution: but it didn’t quit worked for me.( I couldn’t locate this part though: Edit config-woocommerce > config.php file)
I have the latest Enfold version and WooCommerce plugin. Basicly what I would like to achieve is this:Have a front page with a full slider, just like at the moment: (See private content)
Have a single product page with menu and footer just like here: http://kriesi.at/themes/enfold/product/humo-floss/
Have the image displayed in the right dimensions and not as distorted as now.It must be something I’m overlooking. Could you please point me in the right direction? Thanks in advance.
Regards,
StevenHi,
I’ve 10 enfold-themes for my clients on my server (lucky you ;). Every enfold-theme stores tons of sessions in the tmp-file. Now, this makes the server slow, cause on every request the server has to search for the sessions. There is no limit on my server for the tmp-file, so really a lot of files are on the server.
I fixed it now with a cron-job to delete the session-files which are older than 24 h.
But this is just a workaround to keep enfold-themes alive. Is there anything on your todo-list to get rid of 1000s and 1000s of those session-files?
Clean would be to force the program, which makes the session-files also to kill them.(breadcrumb, masonry, etc.)
thanks.Hello,
First of all, when I searched for ‘enfold support ticket’ I came on a demo site: http://demo.whmcsconnect.com/whmcs/submitticket.php. It took me a while to find out that is wasn’t the actual support website since it has your logo on it. Maybe you could do something about it to make it more clear it’s a demo site.
I’m testing a new website on https://schoolofmusic.nl/test/. I have two issues:
1 The breadcrumb path is not working properly on the portfolio pages. It should display the overview page of all portfolio categories but instead it displays pages that aren’t set as parent. an example: https://schoolofmusic.nl/test/cursussen/basgitaarles/. I use portfolio items for staff.2 The header image displays in the background on reloading the page. This image is used on top of the page but when I refresh in the middle of the page this image is displayed in the back. It disappears after scrolling. Maybe this has something to do with anchor links? https://schoolofmusic.nl/test/
Kind reqards,
Coen
Topic: Add meta code to header
Hey Guys,
After some extensive searching I haven’t been able to figure out why my placeholder image does not load on avia layout builder product grids, related products or the product sliders.
I thought is was maybe a problem with Woocommerece, but after I loaded the free theme Shop front and saw the place holders were loading I knew it had to be a enfold problem. please help me here I don’t know why this would be happening and my client needs to have a place holder available.
Dear sir/madam,
I am using an enfold one page website. The problem is that links in the tagcloud, search results and links to a full blog post link to separate pages breaking the links in my main menu. Do you have any suggestion as to how to fix this?
Kind regards,
DeniseLandHi,
I have searched forums & Enfold Settings but could not find the answer to this specific topic.
I would like to convert this 3 column Genesis Theme over to Enfold. Do I have the ability to create 2 Widgeted Sidebars (Left- Right) with a Center Blog Roll similar to this website layout as the “site default layout”?
** http://www.foodwastenews.com/
LAYOUT SPECIFICATIONS
1) CENTER BLOG ROLE: The website will have a “Blog Role” in the center of the Homepage & Posts (1/2)
2) SIDEBARS: With Left column widgeted area (1/4) and Right column widgeted area (1/4).
3) SCREEN SIZE: And display site (95% width) of viewers Screen Size (if possible)
Many thanks!
I searched for an answer but got some dead links and could not find the answer so quick.
Will importing demo content delete my blog content?
I am about to switch my blog to enfold and install the simple blog content.
I don’t want to lose the content I have there.Topic: Bug in the form function?
Hello!
I have a client whos main theme is built on enfold. They recently reported that the forms were not showing. No input elements were visible, only the form itself. Started to dig in and diasbled all plugins and disabled the childtheme – same problem.
After some searching in the code i found some strange stuff. In the \framework\php\class-form-generator.php i tested some var dumps and when i did a var_dump on $element on in the loop on row 168 i found that all values came with a’. If i had a checkbox called ABC, i got this:
string(11) “’ABC’”.
Type could be string([way to many]) “’checkbox’” etc. All values were wrapped with ’.
I tried this workaround and after that it worked:
`foreach ($element as $key => $value) {
$element[$key] = ereg_replace(“[^A-Za-z]”, “”, $value );
}`And when i var_dumped this i got string(3) “ABC” which feels more right.
Any clue what’s wrong here? This happened after update to the latest version.EDIT: since i only allowed characters here, maybe something will break. As i mentioned, this fixed the problem for now so i wonder if you guys at least could give me a valid regex? Numbers? Space? Hyphen? Etc…Update: I found out that this actually did not work either, even tho it worked better.
I found that in \themes\enfold\config-templatebuilder\avia-shortcodes\contact.php the declatation of $form_fields on line 281 were messed up. Some how, the $content strings contains ’ instead of ‘. So it renders it like:[av_contact_field label=’My content here’ ...
insetad of
[av_contact_field label='My content here' ...so, the temporary fix that made it work was to before this line add:
$content = str_replace('’', "'", $content);What happened here?
