Forum Replies Created
-
AuthorPosts
-
May 17, 2024 at 10:15 am in reply to: My Enfold theme and server are not communicating and the webpage is broken #1444047
Hello Rikard,
We have had to restore the 2 websites from a backup copy of the server itself, so they now look good.
The 2 websites are on the same hosting, the images were left unable to be seen, the menus were misconfigured, when entering the pages in the WordPress admin the Enfold visual builder did not appear, etc.
Something very strange.
I think an error is very similar to what ivanapetric921 comments on the Envato comments page, I attach a screenshot: https://we.tl/t-n4sOV8STqvCould it be an error due to updating WP, Enfold?
OK Thanks. Now is OK
The child theme was created to be able to use the Enfold visual layout designer in the new custom post type: projects_ma
If we delete the code, WordPress generates this error and the website cannot be accessed:
Parse error: syntax error, unexpected end of file in /furanet/sites/montealbertia.eus/web/htdocs/wp-content/themes/enfold-child/functions.php on line 26
The truth is that I am not a computer expert and I have little knowledge about it.
These are the customization concepts of the Child theme:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/function avf_alb_supported_post_types_mod( array $supported_post_types ) {
$supported_post_types[] = ‘proyectos_ma’;
return $supported_post_types;
}
add_filter(‘avf_alb_supported_post_types’, ‘avf_alb_supported_post_types_mod’, 10, 1);function avf_metabox_layout_post_types_mod( array $supported_post_types ) {
$supported_post_types[] = ‘proyectos_ma’;
return $supported_post_types;
}
add_filter(‘avf_metabox_layout_post_types’, ‘avf_metabox_layout_post_types_mod’, 10, 1);function include_cpt_search( $query ) {
if ( $query->is_search ) {
$query->set( ‘post_type’, array( ‘post’, ‘page’, ‘proyectos_ma’ ) );
}
return $query;
}
add_filter( ‘pre_get_posts’, ‘include_cpt_search’ );WHAT COULD BE THE ERROR?
SUPER!!!!!
Thank You Nikko.Hello.
I need to remove the entire menu from this specific page: https://lekuona.eus/welcome-en-construccion/
The page id is: 3006Thank you.
Nikko.OK now is ok
Thanks.
Hi Rikard,
I have placed the CSS style in the general styles of the Elfold, but I do not see changes in the style of the line.
What I can do?
See CALIDAD line in: https://moremachining.com/
Thanks.
Hello,
I have assigned the name “linea” as class css.
Thanks.
OK, thank.
OK thanks Ismael.
Hi Ismael,
And is this new Google policy new?
Until a month ago the background videos played automatically.Hello,
The background video is configured in the slider so that the audio is played automatically, but the audio is not heard.
Sorry, I have the video in a full width Easy slider.
September 18, 2020 at 2:08 pm in reply to: Background video in Color Section does not appear #1246825September 18, 2020 at 1:10 pm in reply to: Background video in Color Section does not appear #1246808Hi,
I attach access data to the WP administrator
September 16, 2020 at 12:22 pm in reply to: Background video in Color Section does not appear #1246311I do not understand anything. We have not changed anything and now we see the video in the background.
In the case of the video in https://eavante.com/ it is configured so that the sound of the video is heard, but it does not.
What can we do?September 11, 2020 at 11:53 am in reply to: Background video in Color Section does not appear #1245100It also does not work in the easy slider with video, see: https://eavante.com/
September 11, 2020 at 11:43 am in reply to: Background video in Color Section does not appear #1245099I am using:
WP: 5.5.1
Enfold: 4.7.6.3I think the problem has created in the latest Enfold update.
Last week with the previous Enfold version, the background videos were visible.September 11, 2020 at 11:40 am in reply to: Background video in Color Section does not appear #1245098Hello,
I have the same problem.
You can’t see the background videos on our home page: https://cabodemarcas.com/
Thanks.
OK thanks.
Hi Mike,
And can you recommend any plugin to perform this grid?
Hi.
We have created categories on the pages through a plugin, Custom post type.
And now we want to create a gallery of Pages with a left menu with the content of the categories.
Attached photo of the design to understand our need: https://we.tl/t-ymqvpkZHQuHow can we do it with Enfold?
Thank you.
March 31, 2020 at 8:58 am in reply to: The name of the image appears when screen easy slider and the mouse passes over #1199272We have already solved it.
Thanks.
OK thanks.
Hi,
We have changed the location of the web, now it is at saitra.com
Attached credentials of access to the private admin.
Thank you.
But can one of the social icons be changed by CSS?
For example, could we use Twitter and replace it with a Houzz image icon?I have seen this post in your support to change it for CSS:
#top .social_bookmarks li:hover a {
background: transparent !important;
}
#top .social_bookmarks li a:before{
content: “”;
display: block;
width: 30px;
height: 30px;}
#top .social_bookmarks li.social_bookmarks_facebook a:before {
background: url(https://png.icons8.com/doodle/50/ffffff/dirigible.png) center center no-repeat;
background-size: contain;
}#top .social_bookmarks li.social_bookmarks_twitter a:before {
background: url(https://png.icons8.com/color/50/ffffff/hot-air-balloon.png) center center no-repeat;
background-size: contain;
}Can I substitute some of the social icons for Houzz?
Where are the social icons in the theme files?Hi.
I would not like to create a child theme.
Is there another way to do it?Thank you.
-
AuthorPosts