-
Search Results
-
Hello , i have been using enfold for long time , this is something that is baffling me a lot . i have created around 100 pages , each group has 5 type of pages . The top pages are loading perfectly fine , but the sub pages are loading content from a different group and when i hit refresh it loads the right content . When i hit refresh button the actual content loads . Even google has cached wrong content , which i feel is causing duplicate penalties for me , I have disabled caching too .
The permalink is right , title is right , the breadcrumbs and content there onwards is totally wrong .
Is it because of enfold , I have setup using advance page layout editor . Please help me understand .
Topic: Enfold : Button not working
Hello,
I use the latest version of Enfold Theme (4.7.5) and the buttons are not working anymore : https://xn--hlnetisnerat-ydbm.live-website.com/
Did you already hear about this problem ?
Thank you
I am unable to access and edit a specific Post (Vancouver Adventure Guide). No matter what I do, it is permanently loading. Everything is updated to the latest version as well.
Fortunately, the page does work (in preview mode and online), but I just can’t edit it at all because it’s in a perpetual loading state. I am also unable to restore previous revisions as a result.
I am afraid to click the Update button because it could wipe out the entire page (it has done that in the past).
I have provided a login for enfold support, so you can login as an admin.
Please help me resolve this very serious issue because it presents a massive potential problem that could invalidate the entire website. I’ve spent months on this Post and it’s the template I use for a significant portion of the site. I can’t build or edit a website if some pages suddenly enter a perpetual loading mode.
Thank you
I have Enfold and want to import the Enfold 2017 Demo;
WP is up to date; Theme is up to date 4.7.5 and i have a valid Envato private token (revalidated it just moments ago)
Help advise what step I need to take in order to get the demo imported – thank you!!Some potentially important information you may need:
current i went to the demo import tab (under ENFOLD)
hovered over the Enfold2017 demo
clicked the “Click to Import” Button and waited while the spinning around rotated.
a few minutes later I got the error message “Importing didn’t work! You might want to try reloading the page and then try again”
which i have several time and via two different computers at two different locations.Site is hosted via namecheap on their EasyWP Turbo WP hosting plan
Topic: Read more in masonry grid
Hi
I’m a big fan of the enfold theme.
Thnx for the good work!I need a grid with a sort option (and a same grid for posts as for portfolio-items), so a masonry grid looks perfect
styling flexible Masonry.
So far so good.
Only I need a read more button under the excerpts.I found a solution on the forum https://kriesi.at/support/topic/read-more-in-masonry-gallery-portoflio/
this works, but on page load all the post are vertically stick to each other.
Alter using the sort option it is perfect styled.Any ideas how I can solve this?
and another question: will the ‘read more’ be translatable in other languages using WPML?
Tnx!
SonjaHi Team,
I asked Stéphane Bouey from WFalang (Faboba Falang – translation for WP) to try and get WFalang working nicely with Enfold. He runs into some snags and asked me to forward this question:
How can i replace the content of a shortcode with the value of an shortcode attibutes?
the following filter /action doesn’t work.avf_in_shortcode_handler_prepare_start shortcode_atts_{$shortcode} do_shortcode_tag pre_do_shortcode_tagI need to replace the content before the shortcode_handler of the avia shortcode is called.
Of course they can contact me directly if needed.
StéphaneCan you help?
Thanks in advance, as always, for your help, much appreciated.
RobAdded remark:
Stéphane just let me know that he managed to get it working with:
with
avf_in_shortcode_handler_prepare_content
and
shortcode_atts_{$shortcode}
on textbloc, iconbox, buttonAdded remark 2020-07-06:
Stéphane has informed me that he is well on the way to getting Falang ready for Enfold and that it will be released soon.
An answer to the above enquiry would be appreciated still, he mentioned in relation to repeatable items.Topic: input field entry styling
HI,
I’m using the landing page demo of your Enfold theme. At the first section of this demo, there’s a contact form with Name (added) and E-mail address. Both fields are verified.
Depending on the actual entry in these fields, when one clicks on the Sig Up button below the fields, the color border of each fields reflects the correctness of the entry:
– Green border for the correct entry
– Orange border for the incorrect entry
My question is:
– where can I chanage these two colors, without using the CSS coding, if possible?
I’ve looked at the contact form styling and in Enfold general styling, but couldn’t find anything.
Thanks a lot in advance!
Stay well!Topic: PHP Undefined Index error
Trying to figure out this PHP error that might be causing me 502 issues:
PHP Notice: Undefined index: controls in /var/www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 746This is for an Enfold-themed site hosted on MediaTemple.
Separately, I’m getting a PHP deprecated message:
PHP Deprecated: media_buttons_context is deprecated since version 3.5.0! Use media_buttons instead. in /var/www/wp-includes/functions.php on line 5088Hi there,
I created a custom search box/ This is the code:
<form id="searchform" action="https://www.bramfietst.nl/" method="get"> <div style="text-align: center;"><input id="searchsubmit" class="button avia-font-entypo-fontello" type="submit" value="" /> <input id="s" autocomplete="off" name="s" type="text" value="" placeholder="Zoek op jouw plaatsnaam..." data-swplive="true" data-swpengine="default" data-swpconfig="default" aria-describedby="searchwp_live_search_results_5ede6fc967c8f_instructions" aria-owns="searchwp_live_search_results_5ede6fc967c8f" aria-autocomplete="both" /> <p id="searchwp_live_search_results_5ede6fc967c8f_instructions" class="searchwp-live-search-instructions screen-reader-text">When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures.</p> </div> </form>The div should align in the center, but it doesn’t. Whats going wrong? How can I align a searchbox in the center of my page in the enfold theme?
Hi!
I have a problem with the spacing of the menu bar items. The whole navigation is centered, the first line of the menu is filled with 8 menu buttons, the second line is filled with 6 menu items. The spacing in the second line looks a bit weird – to much space between the menu buttons. . How can i add a specific width to the navigation bar, so that the spacing is more consistent/naturale? Is there a way to define a specific width to the first line of the navigation bar to get kind of a line break?Following code has already be added in Quick CSS
following code to Quick CSS in Enfold theme options > General Styling
.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
display: flex;
flex-flow: wrap;
}
.av-main-nav li {
flex-grow: 1;
}/* Activate burger menu */
@media only screen and (max-width: 1040px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}Thanks in advance,
JuergenTopic: Plugin Shariff
dear support team
a customer of mine would like to display buttons on facebook and instgram on her website elianfe.com. The lawyer commissioned by her with regard to data protection has stated in this regard that we need an additional tool (plug-in) for the data protection-compliant use of the social media buttons and YouTube so that the data is not transferred to the third-party providers when the page is called up (2-click principle). This can e.g. implemented by the “Shariff” tool.
Now there is a plugin called “Shariff Wrapper” for the possible plugins or alternatively the plugin “Shariff for WordPress”.
Are these two plugins compatible with the ENFOLD version and do they fulfill the stated purpose? Or would you recommend another plugin?
When calling the “Shariff for WordPress” plugin, the following is added to the baking: Untested with your version of WordPress.
What recommendation could you give us?Thank you very much and best regards Diana
Hello Enfold-Team,
Our output of the price for a chosen variant unfortunately does not work correctly. Normally after choosing a variant the price of a variant is displayed, like here:
But this is not the case with us, see here:
Our product detail page is built with the “Avia Layout Architect”. The “Product Purchase Button” module is used for pricing. We have attached screenshots for this.
Can you please fix the problem? Or is there another way to display the price of the variant?
Thanks and greetings,
Gloria


