Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the credentials.
I copied the shortcodes to my install – and content was found using the ajax search (though it needed to save the page 2 or three time).
As you are using the block editor and ALB – this could be a reason. If you do not need the block editor, select Classic Editor in Theme Options Tab -> Select Your Editor.
Could be, that relevanssi in not fully compatible with the block editor.
What is also strange: the possible results / No matches is not displayed below the ajax search box on your site.
That’s different from my install.I do not want to mass around in a live site – but also try to disable Enfold js compression during testing and changing files (and clear browser cache several times).
I uploaded a new beta version that works on my install – see private content below
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
May 14, 2019 at 3:03 pm in reply to: Comeback of topic 'Problem with footer page and bbpress (displaying shortcodes)' #1100586Hi,
Thank you also for pointing at this problem and your assistance in fixing it.
Will become part of the next update.
Enjoy the theme and have a nice day. Feel free to come back when you need further assistance.
Best regards,
GünterMay 14, 2019 at 2:00 pm in reply to: Comeback of topic 'Problem with footer page and bbpress (displaying shortcodes)' #1100536Hi,
Yes – one more little thing.
File updated: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_7/bbPress/config.php
Best regards,
GünterMay 14, 2019 at 1:17 pm in reply to: Can't change publication date in Status & Visibility once post is published… #1100523Hi,
You can try the following:
In functions.php of the child theme (or parent theme) at the bottom add:
add_theme_support( 'avia_gutenberg_post_type_support' );
(Re)load Dahboard -> Enfold Options Page -> Tab Theme Options -> “Select Your Editor”
Choose “Classic Editor”.When opening a page/post you now can select which editor you want to use for editing.
When using ALB open it with classic editor.Best regards,
GünterMay 14, 2019 at 1:07 pm in reply to: "File merging and compression for CSS" still not working in Enfold Theme 4.5.7 #1100515Hey Leo,
Sorry if you are still having troubles.
All fixes concerning CSS compression have been merged in 4.5.7.
Did you clear all server cache and remove all old compressed files?
Are the problems concerned with URL’s to images?
How did you enter the links?Best regards,
GünterMay 14, 2019 at 11:58 am in reply to: Comeback of topic 'Problem with footer page and bbpress (displaying shortcodes)' #1100485Hi,
Sorry for that. I updated the file:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_7/bbPress/config.php
Best regards,
GünterMay 13, 2019 at 5:23 pm in reply to: Comeback of topic 'Problem with footer page and bbpress (displaying shortcodes)' #1100170Hey Octopus4444,
Thanks for reporting this – and sorry for the late reply.
Please update enfold\config-bbpress\config.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_7/bbPress/config.php
Will become part of the next update.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
Hi,
I uploaded a modified version.
On my install the columns are indexed and shown in ajax search results.
If it does not work for you, can you create an admin account for me and enable ALB debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor
This lets us view the shortcode for all the page elements so I can check it on my install.
Disable caching, clear server and browser cache.
Best regards,
GünterHi,
Thanks for feedback.
Could be that when updating WP tried to load something and this caused the error ?
If everything is running as expected I would say we can ignore this.
Feel free to come back when you need further assistance. I will close the topic for now.
Enjoy the theme and have a nice day.Best regards,
GünterHi,
The only idea I have:
enfold/header.php on line 32:
$is_burger_menu = apply_filters( 'avf_burger_menu_active', avia_is_burger_menu(), 'header' );
replace with:
$is_burger_menu = avia_is_burger_menu(); $is_burger_menu = apply_filters( 'avf_burger_menu_active', $is_burger_menu, 'header' );
and check in enfold\functions-enfold.php around line 200 for:
function avia_is_burger_menu ()
Next you can try to update to a higher PHP version: Supported versions
Also check for Enfold latest version 4.5.7.
Best regards,
GünterHi,
So you only get the last Notice: deprecated since version 4.5.6 ?
This is something you can ignore – it is only a notice that this filter will be removed in one of the next versions and you should use the new filter.
Best regards,
GünterHi,
Thank you for reporting this.
I checked it on my test server PHP 7.3.3 and Enfold Version 4.5.6.
I do not get the error. I added a check if class ShortcodeHelper exists at this point and it returns true.
And also from point of program flow – the class is loaded in the init hook and the error is reported in wp_head hook, which is called later. And if this class is missing, the whole output would be broken.
Do you still recieve this message ?
Could you try to disable all plugins and check with only WP and Enfold, if this still occurs (frontend or backend)?Best regards,
GünterHi,
Sorry if I did not express myself clear:
“Display selected page without redirect” should work in most cases and returns a 404.
If this makes problem (might be caused by plugins) you can use:
“Redirect to selected page” which return a 302 as a redirect to the 404 page and 404 with the 404 page.
Caching is a hint for not so expierienced users to think if it makes sense for them to cache the 404 page.
Best regards,
GünterMay 13, 2019 at 10:57 am in reply to: Reusing template-builder.php inside a custom template doesn't work as expected #1100001Hey Martin,
Thank you for using Enfold.
Interesting what you want to do – but this is high customization and beyond the scope of support.
You will need to debug step by step to find out what causes the problem.
What you can try is to reset shortcode index to 0 and load the shortcode tree for your custom page (see function shortcode_handler_prepare how this can be done)
Hope this helps you.
Best regards,
GünterMay 10, 2019 at 12:06 pm in reply to: Post Navigation on mobile : is there a way to have swipe event for that? #1099248May 9, 2019 at 4:28 pm in reply to: Website content no longer displaying after publishing Ninja forms #1098994Hi,
Try to disbable all Enfold compressions:
Dashboard -> Enfold Options -> Performance Tab -> CSS file merging and compression
and:
Disable Template Builder Elements select “Load all elements”.
Best regards,
GünterHi,
Did you try to switch to classic editor:
Dashboard -> Enfold Options -> Theme Options tab -> Select Your Editor -> Select “Use WP classic editor”.
Best regards,
GünterHi,
I integrated support for relevanssi in core.
In private content you find the latest version of Enfold with this integration (as beta version).
Download the zip, unpack and upload with ftp (replace folder enfold).
You can remove the code you added here.
You need to reindex the search because now we allow relevanssi to process the shortcodes in backend when saving the post – so they can index it.
CH language file is already included in that version.
Do not forget to make a backup for fallback – clear server and browser cache.
If you need assistance with uploading let us know.
Best regards,
GünterMay 9, 2019 at 12:21 pm in reply to: Problem with footer page and bbpress (displaying shortcodes) #1098893Hi,
Glad it works now.
es, will be in 4.5.7 which will be released very soon.
Enjoy the theme and have a nice day.
Feel free to come back when you need further assistance.Best regards,
GünterHi,
Thanks for this – you are right. It is not working.
I will have a look into it tomorrow and come back.
Best regards,
GünterHi,
Thanks for the feedback.
5.1.1 must be the WP version.
We will release 4.5.7 very very soon – please try to update to this version first and check. RSS and feed should work with version – also for ALB pages.
You find the current version number in Dashboard -> Enfold Options -> Theme Update Tab.
If you still have problems with 4.5.7 please create a WP admin account for us and a link to the page where feed does not work.
Best regards,
GünterHi,
Sorry for the problems.
We will release 4.5.7 very very soon including the fix for this merging problem.
Can you wait – else we can give you a beta version including the fix.
Best regards,
GünterMay 8, 2019 at 5:14 pm in reply to: Magazine Element – Display Category and Tags after the Date #1098507Hey Shorty05,
Out of the box this is not possible.
If you have programming skills:
enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php around line 883 you have to add the code.
For displaying the categories you can use enfold\includes\loop-index.php line 208ff as a base.
For tags: https://codex.wordpress.org/Function_Reference/get_the_tag_listI will check if this would be something to add to core.
Best regards,
GünterHi,
Glad it works now.
Enjoy the theme and feel free to come back when you need further assistance.
Have a nice day.
Best regards,
GünterMay 8, 2019 at 3:47 pm in reply to: Change order of Magazine element with tribe events Cat items #1098487Hi,
Best regards,
GünterMay 8, 2019 at 3:46 pm in reply to: Wrong date shown in magazine element using The Events Calendar #1098485Hey digiplace,
Thank you for using Enfold.
This is actually the default behaviour of Events calendar to return event start date and not post date.
I modified the magazine element a little by adding code that uses the filter tribe_query_can_inject_date_field.
As far as I see this fixes the problem.
Update enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php with
Do not forget to make a backup of the original file for a fallback and clear server and browser cache.
Best regards,
GünterHi,
Glad it works now.
Enjoy the theme and feel free to come back when you need further assistane.
Have a nice day.Best regards,
GünterHi,
Well, I installed relevansi plugin on my dev server, added the code above to my functions.php.
I indexed the site from relevansi settings page -> Indexing -> Build index.
Added a post with ALB and “Special Heading” -> Heading Text: Neue Welt ist da.
Opened a page with magnific class
In search field I entered: NeueAnd the post is shown in the search result dropdown.
Also adding a page with the same shows page and post in search results (of course with the title of the post/page).
The queried text is in the content and not in the title – therefore not visible.Best regards,
GünterHi!
@Guenni007 Thanks a lot for this clear and good explanation of the filter.I hope the explanation above helps you.
Best regards,
Günter -
AuthorPosts