Forum Replies Created
-
AuthorPosts
-
Hey!
Aside from doing Yigit’s suggestion, you can set the blog style on Enfold > Blog Layout > Blog Style. Choose the last option (Use the advance layout builder…). Edit the blog page then insert the Blog Posts element. Set the Preview Image Size setting to manual then select the thumbnail size that you want.
Regards,
IsmaelAugust 11, 2014 at 12:13 am in reply to: How to change text in tooltip for social media icons in header. #302323Hi Sharon!
Thank you for using Enfold.
Looks like you managed to change it. Is that correct?
Best regards,
IsmaelHi blankonblank!
You can add this on the child theme’s functions.php.
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Note that we don’t recommend this modification because there are certain issues when using the ALB on posts.
Cheers!
IsmaelAugust 11, 2014 at 12:07 am in reply to: Masonry customisation (caption background, alignment) #302320Hi Skibro!
Thank you for using the theme.
1.) Change the height of the background image with this on Quick CSS or custom.css:
.av-masonry-image-container { text-align: center; background-size: 100% 100%; background-position: center center; }2.) Date color can be change using this:
span.av-masonry-date.meta-color.updated { color: red; }3.) You can adjust the position of the caption box with this:
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { position: absolute; bottom: 30%; }Adjust the bottom position.
Regards,
IsmaelHey gmarco!
Thank you for using Enfold.
You can edit includes > loop-index.php, find this code on line 186:
echo $content;Replace it with:
if(!is_single()) { echo wp_trim_words( $content, 10 ); } else { echo $content; }Increase the value 10 if necessary.
Best regards,
IsmaelAugust 8, 2014 at 5:54 am in reply to: Masonry_entries.php – get custom field value or content #301462Hey!
Glad you figured this out. If you still have questions, let us know. :)
Best regards,
IsmaelHey chrisheath28!
Thank you for using Enfold.
You can use the Color Section then change the Section Colors to Alternate Content. Regarding the table, you can use inline styling on the rows or columns. Something like this:
<div style="color: red;">Content Here</div>Regards,
IsmaelHi maxmanner!
Thank you for using the theme.
Do you mind providing a screenshot of what you’re trying to do? You can edit config-templatebuilder > avia-shortcodes > masonry_gallery.php.
Best regards,
IsmaelHi!
Thank you for the kind words. Enfold is our most powerful theme yet. I’m sure you’ll find a lot of ways to customize it to look like a completely different website. Note the Revolution Slider plugin is also compatible with the theme.
Best regards,
IsmaelHi erikatzen!
Thank you for using the theme.
Try to deactivate all plugins then test it again. You can post the a screenshot using imgur, dropbox etc. A link to the actual website will help.
Best regards,
IsmaelHi!
I’m sorry but the sort order is for the Masonry element only. You need to manually sort the masonry gallery images.
Regards,
IsmaelAugust 8, 2014 at 5:14 am in reply to: Having trouble creating gallerys with title text underneath. #301441Hi!
It is possible to show the caption below the image. Edit the masonry gallery then look for the Image Title and Caption. Set it to display just the caption.
Best regards,
IsmaelHey!
Glad it is working now but the website is still not loading.
Please use this on Quick CSS to fix the logo on mobile device:
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo img { margin: 0; height: 80% !important; top: 15px; } }Adjust the height and top position if necessary.
Cheers!
IsmaelHey!
Thank you for using the update.
Please use this on functions.php to change the color of the text inside the text editors:
function ava_change_text_color() { ?> '<style type="text/css">.avia-style input[type="text"], .avia-style input[type="input"], .avia-style input[type="password"], .avia-style input[type="email"], .avia-style textarea, .avia-style select { border-color: #e1e1e1; background-color: #fcfcfc; color: #000000 !important; }</style>'; <?php } add_action('admin_head', 'ava_change_text_color');Regards,
IsmaelAugust 8, 2014 at 4:57 am in reply to: Images not displaying on certain articles after theme update #301431Hi!
Thank you for the info.
It might be a problem with the database. Try to restore a backup of the database or try it on a test server. If possible, try to do a database repair. Also, if you have the time, scroll through the media library then delete all images without a thumbnail. Upload them again.
If all else fails, try using this:
.av-magazine-thumbnail img, img { width: auto !important; height: auto !important; }Regards,
IsmaelHey USEYOURHEAD!
Thank you for using the theme.
I’m sorry but what do you mean by “image frames”? Are you referring to the Image element under Media Elements panel?
Regards,
IsmaelHi!
I tested the plugin and played Adele’s Rolling in the Deep and it works well. ;)
Do you mind if we test it on your installation? Please post the login details and set it as a private reply.
Best regards,
IsmaelHey snackd!
Thank you for using Enfold.
You can still scroll through the menu even if the content is much shorter than the mobile menu. This is also true on an actual mobile device. Just swipe up to scroll down the menu.
Cheers!
IsmaelAugust 8, 2014 at 4:27 am in reply to: ENFOLD; The drop down menu and the mega menu do not show all the pages #301422Hi!
Thank you for the info.
You should probably contact your host to do the changes for you. They will know what to do. Please tell them that you need to increase the max_input_vars option to 2000 or more because your menu are not being saved properly. FTP is a way of transferring files using a software like FileZilla etc. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelAugust 8, 2014 at 4:24 am in reply to: Documentation and examples if NOT using the ALB. Theme not easy to customize! #301420Hey USEYOURHEAD!
Thank you for visiting the support forum and I’m sorry if you’re having a hard time using the theme. If you want to customize something on the theme and you found no options to do it, you’re free to search the forum or post an inquiry yourself. Anyway, regarding the customization, I already answered number 1 on your previous post.
1.) https://kriesi.at/support/topic/a-double-line-for-special-heading-instead-of-single-line/
2.) If you want a transparent background on a three column layout, kindly insert a color section then add an id to it using the For Developers: Section ID field. Let’s put “transparent-background” for example. Now, insert 3 1/3 column layouts. Add this on Quick CSS or custom.css to create a transparent columns:
#transparent-background .flex_column.av_one_third { background-color: rgba(255,255,255,.5); padding: 10px 10px; }3.) When you say text frame, I assume you mean the text block. Note that you can add html tags on the text block. Create a container or div then apply a box-shadow property on it. If you can provide a screenshot of what you’re trying to do, we’ll be happy to help.
Thank you.
Best regards,
IsmaelHey!
Sorry for the delay. Glad you figured that one out. Usually, you need to regenerate the .htaccess when you encounter a 404 page. Flushing the permalink is one of the ways to do it.
Cheers!
IsmaelAugust 8, 2014 at 4:11 am in reply to: A double line for Special Heading, instead of single line ? #301414Hey USEYOURHEAD!
Thank you for using Enfold.
You can find the shortcodes on config-templatebuilder > avia-shortcodes folder. If you want to create a double line, edit heading.php on the said folder then look for this code on line 232:
$output .= "<div class='special-heading-border'><div class='special-heading-inner-border' {$border_styling}></div></div>";Below, add another border line:
$output .= "<div class='special-heading-border'><div class='special-heading-inner-border' {$border_styling}></div></div>";On Quick CSS, add this:
.av-special-heading-h3 .special-heading-border { height: 1em; }All of the shortcode styling can be found on css > shortcodes.css and the basic theme layout on css > layout.css.
Cheers!
IsmaelHi CloudChoice!
Thank you for using Enfold.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .page-id-7165 .container { width: 428px; } }Cheers!
IsmaelAugust 7, 2014 at 3:16 pm in reply to: Layerslider 3D transition not working properly in Chome or IE #301141Hi jackpeters!
Thank you for using Enfold.
The layers slider author is aware of the 3D transition with Chrome. He fixed the issue on the layer slider 5.1.1 which is, unfortunately, not included on the latest patch of the theme. We already reported the issue to Kriesi. For now, please use the 2D transition.
Best regards,
IsmaelHi!
I’m sorry but it’s not possible without major modification, you can start with header.php and includes > helper-main-menu.php. This particular task falls beyond the scope of support so we won’t be able to help you with it. Please hire a freelance developer to do it for you. Visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelHi sunstarcomposites!
Thank you for using Enfold.
Please use this on functions.php to remove the theme’s WPML flag options:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }Go to WPML then the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.
Cheers!
IsmaelHey!
Thank you for the info.
Please post the login details here and set it as a private reply. We would like to check it.
Cheers!
IsmaelAugust 7, 2014 at 2:58 pm in reply to: Theme Empfehlungen für One Page Design, Flat Design oder Metro Design #301135Hey maxisgoinghome!
Thank you for visiting the support forum.
Instead of using the Replete theme, please use our latest theme which is Enfold. It is much more flexible and easier to use.In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you.
Thanks!
Best regards,
IsmaelAugust 7, 2014 at 2:51 pm in reply to: Page formatting removed when using ie9 and advance page builder #301131Hi!
Thank you for the info.
I edited the test page using IE9 but I can’t save the text blocks. Please try to deactivate all plugins. If possible, give us an access to deactivate the plugins while working on the site.
Regards,
IsmaelAugust 7, 2014 at 2:40 pm in reply to: LayerSlider displaying slide background images zoomed in #301127 -
AuthorPosts
