Forum Replies Created
-
AuthorPosts
-
Hi 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 3000
Regards,
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,
IsmaelHi!
The site loads fine on my iPod Touch. What is your mobile phone and on what browser are you testing this? Please try to use Chrome or Firefox.
Regards,
IsmaelHey!
OK. Let’s focus on the page above. This is just a workaround and not an actual fix. What if the parent menu item “Going Out” is not a link so it doesn’t reload the page every time you tap on it. Just put “#” symbol to make it a static link. You can create another set of links containing parent menu items (Going Out, Shopping, Servcices etc). If you remove the link of the parent menu items, you can tap on it to show the sub menu items then tap outside the sub menu container to close it.
Best regards,
IsmaelHi!
Sorry for the delay. I checked the new page but you removed the main menu and then added a table so just try this in the old installation:
#avia-menu li { float: left; width: 50%; display: block; clear: none; height: 50px; }
You can add the code in the Quick CSS field under General Styling panel.
Regards,
IsmaelOctober 2, 2015 at 7:37 am in reply to: How to update theme and not lose custom sidebar and widgets #512587Hey!
This is an issue with WP version 4.2, specifically the register_sidebar function which will now require an ID. Unfortunately, it breaks the theme’s custom widget areas. You might find the assigned widgets relocated in the Appearance > Widgets > Inactive Widgets section. And you have to assign it again to their respective widget areas which is a lot of work if you have 100+ widgets. Also, make sure NOT to use any special characters on custom widget area name. We are very sorry for the inconvenience.
Cheers!
IsmaelHi!
If you want to remove the theme’s preset thumbnails, just add this in the functions.php file:
function wp_23223255_6469586506596() { add_image_size('masonry', 0, 0); add_image_size('magazine', 0, 0); add_image_size('widget', 0, 0); add_image_size('featured', 0, 0); add_image_size('featured_large', 0, 0); add_image_size('extra_large', 0, 0); add_image_size('portfolio_small', 0, 0); add_image_size('gallery', 0, 0); add_image_size('entry_with_sidebar', 0, 0); add_image_size('entry_without_sidebar', 0, 0); add_image_size('square', 0, 0); add_image_size('shop_single', 0, 0); add_image_size('shop_thumbnail', 0, 0); add_image_size('shop_catalog', 0, 0); } add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );
Use the follwing plugin to regenerate the thumbnails( since we set the dimension of the thumbnails to ZERO, they are not going to regenerated): https://wordpress.org/plugins/force-regenerate-thumbnails/
EDIT: Make sure to refresh the page before clicking the “Regenerate” button.
Note that this might impact the page speed because every page will load the original size of the image.
Regards,
IsmaelOctober 2, 2015 at 7:13 am in reply to: German translation misses time units for countdown timer #512575Hi!
They are actually the same. The only difference is that in the documentation, we use the theme’s local filter (ava_theme_textdomain_path) to adjust the lang folder path. Do you have a child theme? Could you please provide a link to the actual site?
Regards,
IsmaelHey Gimrog!
Thank you for using Enfold.
Please use this in the Quick CSS field to adjust the width of the caption:
.slideshow_caption { width: 60%; }
Adjust the font size of the title and text with this:
.avia-caption-content { font-size: 20px !important; } .avia-caption-title { font-size: 50px !important; }
Use css media queries in order to adjust the values in different screen sizes. Example for iPad or tablets:
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { .slideshow_caption { width: 50%; } .avia-caption-content { font-size: 15px !important; } .avia-caption-title { font-size: .30px !important; } }
Best regards,
IsmaelHi!
You can adjust the height of the slider but some parts of the images might NOT be visible inside the container:
@media only screen and (max-width: 767px) { .avia-slideshow-inner, .avia-slideshow-inner img { height: 300px !important; } .avia-slideshow-inner img { min-width: 1000px !important; } .avia-fullwidth-slider { min-height: 300px; } }
Best regards,
IsmaelHi!
Please follow the instructions here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
If the troubleshooting tips doesn’t fix the issue, contact your hosting provider for more info.
Cheers!
IsmaelHi JHU8ghsrr5!
Thank you for using Enfold.
Please post the link to the actual page. You can try this in the Quick CSS field:
.alternate_color.title_container { background-color: red; }
Cheers!
IsmaelHey Nancy!
Thank you for using Enfold.
I checked the site on mobile screen and the scroll to top link is visible. Please remove browser cache and reload the page. It is hidden by default because you can actually double tap the top edge of the mobile browser to go back to the top of the page.
Regards,
IsmaelOctober 2, 2015 at 6:44 am in reply to: safari image display problem – safari doesn't show certain image on webpage #512561Hey janban23!
Thank you for using Enfold.
Safari cannot recognize the file name because of the special character. Please remove the “ü” in the image file name then upload it again.
http://city-madness.com/wp-content/uploads/2015/09/150914-XCM-FRANKFURT-1200x900-SW-tu%CC%88rkis.jpg
Regards,
Ismael -
AuthorPosts