Forum Replies Created
-
AuthorPosts
-
Hey Khalid!
Thank you for using Enfold.
Edit the google map element then adjust the “Zoom Level” settings. Add this in the Quick CSS field to remove the border:
#header_main { border-top: 0; }Regards,
IsmaelOctober 5, 2015 at 6:00 am in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #513478Hi!
The script is gone in the header but is now loaded from another file.
parent.processForm('&ftpAction=openFolder');Please try to deactivate all plugins then test it again. What is the current php version? Please ask your hosting provider for the php info page.
Best regards,
IsmaelHi!
Thank you for the update. Go to Enfold > Theme Options. Select the “blog-temp” page as blog on Where do you want to display blog? option.
Best regards,
IsmaelHey!
I don’t see anything unusual when I edited the portfolio item. Please try to permanently delete the post then recreate it from scratch.
Best regards,
IsmaelHi!
The login credentials are not working again: https://kriesi.at/support/topic/facebook-share-problem/#post-510757
Please don’t remove it until we fix the issue. Thank you.
Regards,
IsmaelHey simonac!
Thank you for using Enfold.
1.) Try to resize the arrow with this in the Quick CSS field:
@media only screen and (max-width: 767px) { #top .avia-slideshow-arrows a { height: 30px; line-height: 12px; font-size: 12px; text-indent: -600%; } #top .av-control-minimal .avia-slideshow-arrows a:before { line-height: 30px; } }2.) Add this inside the media query above:
#top .avia-logo-element-container .slide-entry { width: 33%; }3.) Add something like this in the slider caption:
<div id="team_mobile"></div>Cheers!
IsmaelHey!
Please provide a screenshot so we can better understand what you’re after. Use imgur or dropbox.
Regards,
IsmaelHi!
I’m sorry, unfortunately, that’s not possible. You will have to install the font manually. Please visit their documentation page. Applying a unique name for each zip file will prevent the font icons from overriding the previous set.
Regards,
IsmaelHi!
It’s not showing on desktop either. How did you install font awesome?
Best regards,
IsmaelHey!
You should add the code on functions.php, not functions-enfold.php.
add_filter('avia_layout_filter', 'avia_change_post_layout', 10, 2); function avia_change_post_layout($layout, $post_id){ if(is_tax('portfolio_entries') || is_tag()) { $layout['current'] = $layout["fullsize"]; $layout['current']['main'] = "fullsize"; } return $layout; }Regarding the ready more issue, did you add any filters other than one we recommended above?
Cheers!
IsmaelHi amirhossein!
Thank you for using Enfold.
Follow the solution provided here: https://kriesi.at/support/topic/portfolio-grid-default-category/#post-428680
In your case, the .categoryname_sort_button could be replace with graphic_sort_button.
Regards,
IsmaelHi jesseaborden!
Thank you for using the Enfold.
Unfortunately, the theme doesn’t recognize wistia media url so you have to use youtube, vimeo or self hosted videos (mp4, ogg etc) in a lightbox.
Regards,
IsmaelHey mips1000!
Thank you for using Enfold.
Please add this in the Quick CSS field:
#socket .copyright { float: left; text-align: center; width: 100%; }Regards,
IsmaelHi soltner!
Thank you for using Enfold.
Could you please provide the login details so we can see what’s going on in your installation? Set them in the private field.
Cheers!
IsmaelHey!
Please edit the code block, add the xml code in the editor then add “xmp” in the Code Wrapper Element field, without the quotes.
http://www.w3.org/TR/REC-html32#xmpCheers!
IsmaelOctober 3, 2015 at 8:39 am in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #513108Hey!
I’m getting a script error in the advance layout builder. Do you remember adding this code somewhere?
<html> <body> <script type="text/javascript"> parent.processForm('&ftpAction=openFolder'); </script> </body> </html>It is being rendered above the html tag. I tried to deactivate all plugins, no dice. A custom modification perhaps?
Regards,
IsmaelHey!
Use the advance layout builder when you build the content of the portfolio item. Add the “Separator / Whitespace” below the gallery. Set it to custom then adjust the options.
Cheers!
IsmaelHey!
Disable the “This column should start a new row” setting in the mega menu’s column.
Cheers!
IsmaelHey!
This is actually a small bug in the font icon loader. If you upload icon fonts in the same font icon family (fontello, entypo etc), it will override the whole set. Try to upload all icons fonts that you want in one go.EDIT: Add a unique name for each icon set in the field beside red “Download webfont” button. (http://fontello.com/)
Cheers!
IsmaelOctober 3, 2015 at 7:40 am in reply to: Website backend is slow + error-log tells "enfold/framework" cannot be served #513103Hi Simon!
Thank you for using Enfold.
I tried to access the dashboard but the login credentials above are not working. We usually recommend the memory limit to be set to at least 128M. If it doesn’t fix the issue, try to deactivate all plugins then do a simple test. Activate the plugin one at a time in order to find which is causing the issue. Also, try to check if there is anything in the error logs.
Regarding the menu issue, add this in the .htaccess files to increase the max_input_vars value:
php_value max_input_vars 3000Regards,
IsmaelHey!
Sorry if we close this thread without providing a solution. You can find the solution on the new thread. https://kriesi.at/support/topic/stacking-navigation-links-into-two-rows-2/#post-513101
Best regards,
IsmaelHi Joe!
Thank you for using Enfold.
Add this code to fix the menu issue:
#avia-menu li a { height: 50px !important; line-height: 50px !important; }It will also fix the vertical alignment of the menu container. Add css media queries to adjust the style of the menu on different screen sizes.
Best regards,
IsmaelHey!
This has been the default behaviour ever since we enable the advance layout builder for posts. If you switch to ALB, all default post elements will be removed including the post title, post meta info etc. You will be able to build the post content from scratch. Also, you have to add a summary in the Excerpt box in order to show an excerpt in the blog overview page.
Regards,
IsmaelHey!
Try to replace the css modifications with this:
.home .current_page_item a .avia-menu-fx { display: none !important; } .home .current_page_item:hover a .avia-menu-fx { display: block !important; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
Please try the following:
1.) Current PHP version is 5.3.28, please ask your hosting provider to upgrade to 5.4 or higher versions. There’s a slim chance that this will fix the issue but at least you get to upgrade PHP which is a plus.
2.) Go to wp-content, look for the plugins folder then rename it. This will temporarily disable all plugins in your installation. Remove browser cache then test the page editor.
3.) Try to adjust the auto save interval of WP. Add this in the wp-config.php file located in the wp root directory:
define('AUTOSAVE_INTERVAL', 99999);If possible, please ask your hosting provider to create a php info page. Thank you.
Cheers!
IsmaelHey!
Please turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the image element, add a unique custom css class attribute as described in the documentation. Use “custom-image” for example, add this in the Quick CSS field to center align the image:
#home .custom-image { position: absolute; top: 0px; left: 50%; transform: translate(-50%, 0); }Remove the previous code.
Cheers!
IsmaelHi!
Are you trying to redirect the posts on a subdomain (http://www.uncorkd.biz/blog/)? I’m sorry but I don’t think that’s possible because they are on a separate installation, using different themes. You can try a redirect plugin but you will have to configure every post manually.
https://wordpress.org/plugins/redirection/
https://wordpress.org/plugins/quick-pagepost-redirect-plugin/Best regards,
IsmaelHey!
Do you have any kind of security plugin or country block? I can’t seem to load the page. Try to use this selector to adjust the position of the logo:
.header-scrolled .logo { top: 1px; left: 5px; }Regards,
Ismael -
AuthorPosts
