Forum Replies Created
-
AuthorPosts
-
Thank you Ismael, that seems to work as expected.
I don’t have php error log and wp_debug. The error appears when hitting edit a post.
Maybe something related to Classic, Gutenberg, advanced editors, that Enfold does not know which one to use.
Can you please share something unique for Enfold?
The shared one include a lot of extra things that makes no sense for achieving it in Enfold.
Thanks.
Thank you Ismael.
For 1) I have it unchecked in the options, but it is still showing. Is there a way to make that checkbox actually work ?
For 2) I will continue testing to see if I can get something to work.
Thanks.
7.2
Thank you.
Thank you TJ, but I need this for search engine results as title says. Google, etc…
That removes everything.
I need to remove dates from enfold itself, so posts have no date in search results.
How can I do that?
Thanks.
Thank you.
I am now using this:
// tag y archive como grid add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2); function avia_change_tag_blog_layout($layout, $context){ if($context == 'tag') $layout = 'blog-grid'; return $layout; } add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; } // tag y archive como grid
That shows categories and tags in grid with sidebar and is ok. (I will try the sidebar thing later)
I have 2 more problems.
1- How to remove the date?
2- Is there a way to choose the excerpt it shows under the titles?For number 2 the problem is that all of them start with “Description of the product” and then the description. The thing is that in the post itself it is ok and makes sense, but in grid all of them show “Description of the product” under the title, because is just a bit of text. So showing more text or making it start later can do the trick.
Thanks.
Can you please share a fix for this?
Thanks.
Thank you Mike.
If a fix can be shared before releasing the next update, please do so. Of course if the update comes in 2 days I can wait.
Thank you Basilis.
It is the image you have to setup for Transparent Header under Enfold settings. The second one under
<span class="subtext">
.<span class="logo"> <a href="https://site.com/"> <img height="100" width="300" src="//site.com/wp-content/uploads/2018/08/logo.png" alt="Correct ALT Showing"> <span class="subtext"> <img src="//site.com/wp-content/uploads/2018/08/logo-transparent.png" class="alternate" alt="" title=""> </span> </a> </span>
This is something Enfold needs to fix and read the actual alt and title from the image in media.
Hope that helps showing what is the problem.
Thank you.
Will this be fixed in the next update?
Not that one, the second one. The image used as logo for Transparent Header.
Inside:
<span class="subtext">
Under logo.
This reply has been marked as private.Is there an updated version for this and a way to increase the icon size ?
Thanks.
Thank you .
Multiple installations is not a solution. Is WPML the plugin you recommend today?
Thank you Basilis.
Finally yesterday this was fixed. And here is what I did, so you are aware and maybe test it.
I had one SEO plugin and everything was fine.
I deactivated that plugin, installed another one and activated it.Since then, Enfold override the description with code, instead o f leaving it blank or using the site description.
I tweaked the new plugin adding all needed info and nothing. Now after 6 days, it finally is showing correctly in Google.
No idea why, but Enfold was indeed overriding it, because when inspecting code, I was able to see the code as the description, this is not good. Later after continue tweaking, I was able to saw the correct description in the code. Finally after some days, Google updated the results showing the correct description.
So, somewhere in the process, Enfold took control for my description inserting the code of the first image of my homepage.
Thank you, this is solved now.
Thank you.
In your demo when you select a range of dates, a “Booking cost:” appears. I am not able to find that anywhere.
How to add that?
Anything about this?
Enfold is overriding the description that I have set and that is not good.
Thanks.
Yes and it is setup correctly, that’s the problem.
As I already changed things again to see if it fixes it, I will wait some days to confirm that.
Thank you.
Thank you Mike.
Solved.
I have this for today in error log.
The ones mentioned in the first message.
For the thousands of lines in error log. 7.2
Thank you.
Thank you Mike.
So Enfold does not show images in search results and it needs to be modified?
How can I add this to my child theme?
- This reply was modified 5 years, 6 months ago by peterolle.
I only have thousands of lines with:
PHP Warning: Invalid argument supplied for foreach() in /home/site/public_html/wp-content/themes/enfold/includes/helper-assets.php on line 329
Will continue testing.
Thanks.
I haven’t removed it, I am waiting for the new code to replace it.
Keep in mind this is not only for search results, it affects all the site, so removing the code will not help you in anything, you will be able to test with a new code and that is better to be tested in your own install.
Thanks.
Sure, please let me know the new code.
Thanks.
Thank you. I assume this will come out soon and with other fixes, so I rather wait for the official update to update all my sites.
Glad to know this is fixed in the next version.
Cheers.
It is file compression, when I enable CSS file merging and compression, it fails and changes the URL to http://, if I disable CSS file merging and compression it loads correctly with https://.
So, replacing enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php fixes the external URL problem, but now compression makes it fail with a no secure URL.
Any fix to have it working correctly?
Thanks.
- This reply was modified 5 years, 6 months ago by peterolle.
-
AuthorPosts