I’ve recently installed Enfold theme into wordpress and I do not see the Easy Slder section. On the left menue of my dashboard I see Layered Slider, what should I be doing.
Thanks
Hey there,
Just a quick question. Is it possible to make Enfold into a one page website? Similar to this http://demo.shinetheme.com/?theme=Stylos
I’m assuming it’s just a matter of using a fixed navigation and anchors for navigation?
Not sure if I’m missing something here.. but wanted to double check.
Thanks!
Jason
El código debería aparecer aqui luego de que lo agregas al Quick CSS:
http://www.diegoestrada.es/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Pero no lo veo. Intenta agregarlo de nuevo.
Saludos,
Josue
Arrgh!!
Sorry for that my Enfold is
Maxmybody4me.com
Sorry about that,
Thank you, Team
Ba Boom! That did it Devin — I did the delete app in the MT control panel then did a fresh WP install, same for enfold — Back in biz.
Thanks for the support —
George
Hi mrlreynolds!
Firstly you should edit your logo. You can add following code to Quick CSS in Enfold theme options under Styling tab to achieve what you would like but logo image will be stretched
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }}
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { margin-bottom: 30px; }
#advanced_menu_toggle { top: 75%; } }
Cheers!
Yigit
I’ve been having troubles with my slider and my contact form so I downloaded the theme again and updated the whole enfold folder by overwritting it via ftp. However when I go to mywebsite.com/homepage/ it says: [LayerSliderWP] Slider not found. Also the contact form doesn’t just display a “message was sent succesfuly” message but it takes me to a weird url on my website: clickmyusernamewebsite.com/#wpcf7-f1708-p1707-o1
What could be going wrong? I wouldn’t mind giving acces to my website to any mod via PM-
Thanks!
-
This topic was modified 12 years, 3 months ago by
zendao.
Hi NaturaIntegrativeMedicine!
If you would like to remove all content from Footer section please add following code to Quick CSS in Enfold theme options under Styling tab
#footer .flex_column { display: none; }
If you would like to replace widgets in footer, you can go to Appearance > Widgets and add any widget to Footer widgets are from column 1 to column 4
Cheers!
Yigit
Hi Robsticles1!
Please add following codes to Quick CSS in Enfold theme options under Styling tab
1)
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
2)
.multi-big .post_author_timeline { display: none; }
3) Can you post the link to your website so we can inspect elements?
4) It would be possible but you are going to need to hire a freelance developer for that kind of a customization
Cheers!
Yigit
Hi PMNogueira!
The only link on your site that has a link to kriesi.at is in the socket just below the footer. There is no redirection that I can see.
Regards,
Devin
Hi Devin,
That’s a great idea! I just overwrote the js folder with a ftp upload and then made a new page
http://deanandjojostory.net.s176353.gridserver.com/js-test-fullscreen-browser/
Same results,
I’m thinking maybe a file could be corrupted on my WP 3.7.1 install — I’m thinking that I will delete enfold and reinstall wp 3.7.1 then reinstall enfold, is that over kill — what do you suggest —
btw — thanks for the great video’s you make —
Cheers,
George
Hey!
It seems like some of the CSS codes are not being applied for your 3rd and 4th question. Please try adding it to custom.css file inside Enfold/css folder and if that still does not work, you can try adding !important to force it as following
#top .main_menu .menu>li:last-child>a {
padding-right: 15px!important; }
.header_color .main_menu ul:first-child > li > a { color: white!important; }
.header_color .main_menu ul:first-child > li > a:hover { color: black!important; }
You should edit your logo image. It displays fullsize of your logo.
Do you mind creating a temporary admin login and post it here privately so i can do it for you?
Best regards,
Yigit
Hi,
Recently purchased and installed enfold theme, and my homepage is being redirected to kriesi.at/themes/enfold. Why?
When I installed the theme none of this happened, and now happens why?
My webpage is advert.pt.
Thank you for your help.
Hello Yigit, thanks for your help so far.
1) The logo looks resized (isnʻt retaining the image quality) – is it being sized down and up again? The sizing itself is perfect, thank you!
2) Can you tell me where in header.php to place the jumping turtle image so it appears in the right-hand portion of the header above the bowl? The image is turtle.jpg and is 190w x 117h.
3) For the menu – how do I change the text color to white – black when rolled over?
4) For the menu – notice how the boxes are too small? About Us the s is right up against the line for the box. How do we create more horizontal padding?
Many thanks!
Drew
Hi!
I’m not familiar with the minimum theme but you can see an example of this in the One Page portfolio example on the theme demo: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Best regards,
Devin
Hola Josue.
La galeria de http://www.diegoestrada.es sigue mal.
he puesto
#top .avia-gallery .avia-gallery-thumb a {
height: 255px;
}
pero sigue igual, puedes verlo en : http://www.diegoestrada.es/spring-summer-14/
Un saludo
Hi there, can anyone recommend me a plugin to build a golf community in our new website (rebuilding it now in Enfold). It most certainly needs to be modified for golf purposes. Profile, share videos, upload video’s for golf pro advice, challenge golfers in the community, discuss topics, golfdates for singles, create a subcommunity (dentists playing golf, laywers, creatives etc.).
I hacked up the search results to include tags in the search
file: wp-content\themes\enfold\framework\php\function-set-avia-frontend.php
elseif (is_search())
{
//start hack
global $wp_query;
$orig_query_found=false;
$tag_query_found=false;
$orig_query = $wp_query;
if($orig_query->found_posts){
// echo 'had a post for normal search<br/>';
$orig_query_found=true;
}else{
// echo 'no results for normal search<br/>';
$orig_query_found=false;
}
wp_reset_query();
query_posts( 'tag='.$_GET['s'].'' );
$tag_query = $wp_query;
wp_reset_query();
if($tag_query->found_posts){
// echo 'had a post for tag search<br/>';
$tag_query_found=true;
}else{
// echo 'no results for tag search<br/>';
$tag_query_found=false;
}
// $wp_query=$orig_query;
switch($orig_query_found){
case true:
switch($tag_query_found){
case true:
// echo 'should combine the array';
$wp_query->posts = array_merge( $orig_query->posts, $tag_query->posts );
// $wp_query=array_merge($orig_query,$tag_query);
break;
default:
// echo 'leave original results';
$wp_query=$orig_query;
break;
}
break;
default:
$wp_query->posts = $tag_query->posts ;
//since no results in original, just return the tag search
break;
}
//end hack
if(!empty($wp_query->found_posts))
Now have no errors if:
- no tag results but normal search results
- tag results but no normal search results
- no tag results and no normal search results
- tag results and normal search results
-
This topic was modified 12 years, 3 months ago by
brandonguy.
This reply has been marked as private.
Hi!
Sorry but the website you posted is not using Enfold :/
Cheers!
Yigit
I’ve looked thorugh the documentation but i can’t figure out how to set up the shop section of Enfold. where should I begin to set up the products, pages, home page and payment settings?
Hi!
The functions.php in your child theme should be empty. It gets loaded in addition to the parent and you would just add in the function right in there.
See the following for a bit more: http://kriesi.at/documentation/enfold/using-a-child-theme/ and here: http://codex.wordpress.org/Child_Themes
Best regards,
Devin
Hey slingfly!
Have you created the same layout as it is in Enfold demo site http://kriesi.at/themes/enfold/#av_section_6 ? If you have, please post the link to your website so we can provide you custom CSS code.
Regards,
Yigit
This reply has been marked as private.
Hey condonpb!
Please update Enfold to the latest version if you are not using version 2.4.2. Updated version of LayerSlider is included in that version. The link you have provided in your profile is broken, so i could not take a look.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi!
1&2) I guess you have figured out these ones? If not, please post a screenshot as well, i could not see an issue
3) The code i posted was for dropcap 1 and you were using dropcaps 2, so i customized it and added to Quick CSS in Enfold theme options and it is working fine. Please check it
4) Please flush browser cache and review your website. It does work fine on my end. If you do not mind me posting screenshots from your website, i can
Best regards,
Yigit
Hi mgould!
You can use the ajax portfolio feature: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ – i.e. the “SINGLE PORTFOLIO: BIG SLIDER” entry layout comes pretty close to the layout you want to create.
Regards,
Peter
Thanx Josue! You guys have one of the best supports I’ve ever seen! Feel really safe working with Enfold and not having hard-core programming skills. Good work!