Hi,
This happens when the blog is not defined in Enfold > Theme Options . In that scenario, the individual blog post automatically display those words and link to the home page. To change the words and the link you would need to edit 2 pages:
First get the URL where you want the link to point to, just copy it from your browser then open up::
single.php
line 9 and 10 and change them like this
$title = ''My new title';
$t_link = 'http://your-domain.com/link-to-blog-page/and-a-slash-at-the-end-of-link/';
index.php
Lines 11 and 12. Repeat the same exact thing as above lines 9 & 10, can copy the code even from above.
Thanks,
Nick
Hello everyone!
I’m sure this is something incredibly easy but I’m a newbie to WordPress. I’ve installed the theme successfully, activated it, and imported the dummy content and everything was indicated as being a success. I am trying to edit the menus to my liking but I’ve noticed I don’t have any pages in the menu section of the admin panel. I followed what was in the documentation and watched the video on adding menus. In the video, it shows the pages section in Appearance > Menus being populated with numerous different options. However, in mine, even after creating “Main menu,” I have no pages to choose from. Here’s a screenshot of my menus panel: https://www.dropbox.com/s/oftoji0jv1n1i67/enfold_menus.png . I’ve tried re-importing the dummy content but that didn’t solve it. My site is http://www.ryancarter.pw .
Again, this is probably a easy fix and I’m overlooking something but I’ve been staring at this for quite a while and can’t figure it out.
Thanks,
Ryan
I have noticed that a lot of feature requests and bug fixes being “fixed” by directly making changes to the core elements of the theme (i.e. JS, PHP and CSS) from the core theme.
I am wondering when (and if) there is a theme update pushed, all the customisations and tweaks that we have done using the code hacks will break our sites. I am currently using a Child theme of Enfold to do a lot of customising and am worried all my code changes will come unstuck.
Actually I don’t mean the border that goes all across the bottom of the header, I meant the short rules that appear under the main menu navigation items when you hover, and remain on the first page, but not on any of the pages that are in that section. Here is a link to the page:
http://69.195.124.95/~threeced/curriculum-programs-overview/ click on the pages in the left nav and then look at the main nav in the header to see what I mean. I am using Simple Page Sidebars to make different sidebar menus for different sections. Maybe that is the problem?
Hello,
I seem to be having issues with the search function on the back end of the Enfold theme when trying to search for product categories that I have entered (the returned results are no products). Additionally I also seem to be having issues when adding products, the headlines will not stay capitalizes, and repeatedly go to all lowercase, even when trying to edit and re-save them. Any ideas on what could be causing this?
Thanks!
Hi,
currently I switch my website from CORONA theme to ENFOLD and I would like to keep the content slider like CORONA has it here at the bottom of this page:
I haven’t found a plugin, that does this for ENFOLD, because I don’t want a plugin, that shows posts in this slider, I don’t need images in it – just simple content like I had it with CORONA:

ENFOLD’s “easy slider” needs images to work :-(
No simple text/HTML possible.
Is it possible in any way, to “transport” this content slider from CORONA to ENFOLD (copying code/files to ENFOLD?), or do you have other suggestions instead?
Thanks.
am new to wordpress and Enfold
is it necessary to activate this plugin called “BB press Forum Software”?
cause everytime i activate this guy my wordpress crashed.
thank you
Hi and thank you for your beautiful theme, Enfold.
I’ve been trying to get used to this theme and taking if for a test drive with minimal content but am running into a glitch.
I built a custom layout for my client’s home page but “Custom” is not an option under Page Attributes “Template”. “Default Template, Archives, Blank” are the only 3 templates listed. And if “Custom” were listed, I would expect to see the layout name that I created in Layout Builder ( “home page layout”) listed under “Layout”.
So I created a brand new page, and rebuilt a new layout but a Custom option nor my newly rebuilt “home page layout 2” still did not appear. This means that each page that I create using the Advanced Layout Builder, will not give me the choice of specifying a custom layout.
I thought that this would have something to do with the fact that my portfolio path kept including one of your dummy portfolio names because your dummy Portfolios were also set on “Default Template”. But each time I deleted the dummy portfolio that was included in the path, another one appeared. I got around this by deleting all of the dummy portfolios. I would like to update the theme but I would like to understand the problem first.
Can you please let me know what I am missing here? I’ve tried to figure this out on my own and searched for a video that would explain this but couldn’t find one. Your Advanced Layout Video did not address this.
Thank you.
Hi axred,
Make sure that when you click on a style to change it that you are saving afterwards for the first thing. Second, the theme creates a folder and file in your uploads folder which needs to be writable. Try changing it to 775 and even 777 temporarily just to double check.
Regards,
Devin
Hi Mika,
I just noticed you aren’t using the most recent version of Enfold with the last round of bug fixes. Please update to 1.7.1 by re-downloading the theme files and then installing the update just like you first installed.
For a how to view this video: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hello there, i have kind of the same Problem using the latest Chrome Version.
Enfold is upgraded to 1.71.
IE, Firefox etc work.
The fixed-background-images are visible in chrome above a screenwidth of 1024, but when i resize below 1024 pixels, the background-images won´t show.
Hope you can help us,
Regards,
Hannes
UPDATE: Using the Crome Web Developer tools i noticed, that nearly everything is fine, when you remove the “position:relative” for the container_wrap class in the grid.css file (starting at line 25 i think). But then the Logo disappears in the header…
I changed:
.container_wrap {
clear: both;
position: relative;
z-index: 1;
border-top-style: solid;
border-top-width: 1px;
}
to
.container_wrap {
clear: both;
z-index: 1;
border-top-style: solid;
border-top-width: 1px;
}
And to get the Logo back where it belongs i added the following below:
#header_main.container_wrap {
position:relative;
}
Will do some more testing, but at a quick glance everything seems to work.
I am not sure, whether this is the right way to do it, but i seems like it works for my site…
Hope i could help a little.
Hannes
Hello Peter,
ganz großes Kino, so klappt es! Thanks a lot, it works!
Super und ganz herzlichen Dank!
Excelent Service! and many thanks!
awp23
The contact form builder gives very small possibilities.
For example, I need a page here people can select a date to ask for an appointement. With the contact form builder, it’s impossible to achieve.
You should add a “date” element. Two possibilities :
– A text input which is valid only when people type DD/MM/YYY (or MM/DD/YYYY according to the locale) and a little calendar next to it so they can select the day and it fills the input
– A two-chars number input, a dropdown list and another 4-char input.
Right now, we can put only two elements in front of each other, but not 3, and thats kind of a problem to do that.
Are you available for freelance development of this type?
Since you’re familiar with Enfold it seems to be a decent fit. : )
I also can’t find any way to send a private message, otherwise I would.
If you can send me a private message, that would be fine.
Thanks!
-Todd
Hi there,
just had a look at the JS Console it shows a message
“Resource interpreted as Font but transferred with MIME type application/octet-stream: “http://hartlieb-web.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff”. hartlieb-web.de/beispiel-seite/:136″
Might that be the reason?
best regards
Karsten
based on that site joe88 mentioned > go to partners we work with > logos , and you see the logos rotating. Is this possible in enfold using the sliders or a free plugin that can do this ?
Hi,I have two questions:
1) what is the best way to creat multilanguage site (my main language is Polish; I need to create transaltions for English and German)? Is there any free plugin you could recommend?
2) how to make a contact form (as a widget?) on the left sidebar?
Thank you,
Mark
In enfold/js/avia.js replace
$.avia_utilities = $.avia_utilities || {};
with
$.avia_utilities = $.avia_utilities || {};
var triggerportfolio = setTimeout(function(){jQuery('.grid-links-ajax a:first').trigger('click');},1000)
and the first ajax item should show up automatically.
Sorry that was a very stupid question lol thanks for the quick response tho :)
Best Regards,
Jyles
Hi!
Just add a “Contact Form” element/shortcode (layout builder or “magic wand” icon) to a page and save it. Enfold will replace the element/shortcode with the contact form.
Best regards,
Peter
WPML will save the current language in a cookie and you don’t need the &lang parameter. In addition Kriesi added some permalink rewrite rules to wp-contentthemesenfoldconfig-wpmlconfig.php (which replace the default &lang parameter) if you want to use pretty permalinks with WPML. Other translation plugins (like qtranslate) are currently not supported by Enfold and may not work as expected.
Sorry to ask such a stupid question but how do i got about activating the contact form for the enfold theme, i cant seem to locate it?
Thanks,
Not sure why this happens. Enfold does not link to the wp-content/themes/ directory directly but we just load css/js files from the directory and a js var (wrapped in a cdata tag) points to the directory. The web crawlers should ignore this path. Personally I’d suggest to use a robots.txt to exclude the directory from the search index.
Sorry if you already solved this issue but this is my first time with Enfold – Woocommerce – WMPL and in forum too.
My problem is that every type of permalinks I choose in Common Settings section other then Default selection gives me a 404error page for all pages of website.
???
Thank you for your patience!
Please try to re-upload all theme files. I’d suggest to use ftp to overwrite the existing files. You can also try to switch to another theme and to re-activate Enfold. This will trigger some additional functions/hooks which might be required to install the updated version properly.
I would re-install the browser just in case, sometimes after a while even Chrome gets clogged up with redundant files. Feel free to contact us if anything returns or anything else.
Enjoy the theme!
Thanks,
Nick
Hi, Devin
#111111 is not correct.
I have changed the background color to #ececec, but it does not work.
I did it at below;
WordPress admin>Enfold child>styling>general>body background color
Regards,
Hojoon Cho