Hey Btina!
Please re-create your kontakt page. Then go to Appearance > Menus and add new Kontakt page to your menu and remove old one.
P.S.: You are currently using an very old version of Enfold. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
There are many new features. You can take a quick look at highlighted ones here – http://kriesi.at/blog
Best regards,
Yigit
Hi!
Sure, you can add your content inside a Color Section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#your-custom-id .container { width: 80%; }
Cheers!
Yigit
Hi!
Search shows excerpt of posts by default – http://kriesi.at/themes/enfold/?s=new
If you would like to display excerpt for pages, please edit your page, click Screen Options and check “Excerpt” – http://i.imgur.com/kmcis9k.png then add your excerpt below content in Excerpt field
Regards,
Yigit
Hi Devin,
Here are how the folders and files permissions are set-up, looks like to me these are set correctly?
Uploads Folder = 755 > Dynamic Avia Folder = 755 > enfold_child.css =755
enfold.css = 755
index.php = 644
Themes Folder = 755 > Enfold Child Folder = 755 > styl.css = 755
functions.php = 755
Hi!
Please try updating Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
If that too does not help, please post a temporary admin login here privately so we can look into it
Regards,
Yigit
Hey didiair!
Can you pos the link to your website please?
Which version of Enfold are you using?
Cheers!
Yigit
hi,
Thank you for the excellent Enfold template.
I am looking for a source where I can reverse the direction of the grid to start right to left (rtl)
I’d love to show me where to change this.
Photo attached
Thank you.
This reply has been marked as private.
Hi Erdogan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search span.post-meta-infos, span.ajax_search_excerpt {
display: none;
}
Regards,
Yigit
Hi MelihAtik!
Please remove your custom CSS code and go to Enfold theme options > Header Layout > Extra Elements > Header Social Icons and choose to “display in main header area”
Cheers!
Yigit
Hi!
Yes it is private
.header_color .main_menu ul:first-child > li > a {
color: black;
}
You can change the color in Enfold theme options > Advanced Styling > Main menu links as well.
You said “mobile menu” here that is why i was posting you codes with media queries
Cheers!
Yigit
This reply has been marked as private.
Hey!
Please copy magazine.php file inside config-templatebuilder > avia-shortcodes in your child theme and then add following code to Functions.php file of your child theme in Appearance > Editor
require_once( 'config-templatebuilder/avia-shortcodes/magazine.php' );
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.read-more-link { text-align: center; }
Cheers!
Yigit
Hi Yigit,
I’m working on line with Enfold.
Wath you suggest, is possible to online via Safari?
I’m beginner in this area;-)
/Peter
Hey!
Do you mean Enfold secondary menu? If so
@media only screen and (max-width: 990px) {
.header_color .sub_menu>ul>li>a { color: red; }}
Best regards,
Yigit
Hey Toppsgear!
Please go to Appearance > Menus and check “Enfold main menu” under Menu Settings – http://i.imgur.com/3Kf5po2.png
Cheers!
Yigit
Hi!
You are currently using a very old version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi webdevsd!
It looks like you edited the footer.php file directly to remove the Kriesi backlink instead of using [nolink]. See: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
Devin
Hey!
Please firstly try updating Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
New version of LayerSlider was included
Cheers!
Yigit
Una sola pregunta mas por las dudas!! como se puede el ligthbox para el shop, desde el mismo panel de funciones de Enfold?
porque intenté hacerlo desde ahí pero igual te abre la imagen en otra página!! sólo es una duda!!
Gracias por todo!
Hi!
1- Please go to Enfold theme options > Header Layout > Header Size and choose to display custom pixel value and adjust as needed
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .title_container .container {
min-height: 35px;
padding-top: 0;
padding-bottom: 0;
}
Cheers!
Yigit
Hey Snerp!
Make sure that your WordPress installations uploads folder can be written to and that the new child themes dynamic css file has writable permission set on it as well.
When you save the styling options the theme writes to the uploads/dynamic_avia/enfold.css file and with a child theme it would be uploads/dynamic_ava/child-theme-name.css file. If that file isn’t there or if it doesn’t have server permissions that allow WordPress to write to it then the css can’t be updated or Quick CSS added to it.
Cheers!
Devin
I installed the uSquare plugin and after it was activated, the layout of the websites was a big mess and there where a lot’s of PHP error code in the top! What could be the reason for this?
http://codecanyon.net/item/usquare-universal-responsive-grid-for-wordpress/3352677
Hey deerstonedevelopment!
Please try adding phone number as following in Enfold theme options > Header Layout > Extra Elements
<a href="tel:1-234-567-8987">1-234-567-8987</a>
Regards,
Yigit
The function you add to your child theme functions.php file tells the theme where to look to find replacement theme files. Without editing it, the function points to the shortcodes folder: https://github.com/DevinVinson/enfold-child-starter/blob/master/functions.php#L27
If you don’t want the slide meta to show at all you would delete the entire div. This isn’t a theme usage issue at this point as you are customizing php files. We don’t typically break down this kind of thing into step by step directions because of how many variables there are in what anyone could be or want to do and that its very easy to make a mistake when you are editing a file.
With php if you are missing a single ; or . it can cause the whole site to whitescreen. Even editing the file without a plain text editor could cause issues.
For you, you want to remove the whole meta block output I think so:
$output .= "<div class='slide-meta'>";
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
}
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
$output .= "</div>";
If not then you would be deleting the specific bit inside of there that you want to remove.
I’ll do that but I usually update Enfold via FTP so I’m sure the files are all correctly up to date.
Hi!
1- Please add following code to Quick CSS
@media only screen and (max-width: 1024px) {
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #0313f5; }}
2- Feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
I am using Enfold but I am seeing the common problem of seeing Chinese characters when Fontello is being used in IE11. The troubleshooting on http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems has shown me that the problem is the font files being served from a different domain – that I understand. The source on the homepage shows me that the font is being picked up from http://moveaid.azurewebsites.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/. I am using Windows Azure for hosting my WordPress sites so the option to change the .htaccess file I guess won’t work as that is a solution for Apache.
What is my solution?