Forum Replies Created

Viewing 30 posts - 56,701 through 56,730 (of 67,197 total)
  • Author
    Posts
  • in reply to: Fix image display size in miniature #302324

    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,
    Ismael

    Hi Sharon!

    Thank you for using Enfold.

    Looks like you managed to change it. Is that correct?

    Best regards,
    Ismael

    in reply to: Layout Builder and Custom Post #302321

    Hi 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!
    Ismael

    in reply to: Masonry customisation (caption background, alignment) #302320

    Hi 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,
    Ismael

    in reply to: Excerpt length in custom layout blog page #301467

    Hey 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,
    Ismael

    Hey!

    Glad you figured this out. If you still have questions, let us know. :)

    Best regards,
    Ismael

    in reply to: Use of Alternate Content format option #301461

    Hey 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,
    Ismael

    in reply to: custom page #301458

    Hi 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,
    Ismael

    in reply to: Layerslider Transition Problem #301456

    Hi!

    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,
    Ismael

    in reply to: Menu error #301453

    Hi 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,
    Ismael

    in reply to: Sort masonry gallery by title #301452

    Hi!

    I’m sorry but the sort order is for the Masonry element only. You need to manually sort the masonry gallery images.

    Regards,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Need to adjust Header Size #301438

    Hey!

    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!
    Ismael

    in reply to: Can't read the text in entry boxes #301437

    Hey!

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Short Code Styles for Image Frames #301425

    Hey 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,
    Ismael

    in reply to: cannot change test / Problems with audio player #301424

    Hi!

    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,
    Ismael

    in reply to: mobile menu gets cut off if page is short #301423

    Hey 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!
    Ismael

    Hi!

    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!
    Ismael

    Hey 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,
    Ismael

    in reply to: Portfolio items getting a 404 after updating theme #301417

    Hey!

    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!
    Ismael

    Hey 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!
    Ismael

    in reply to: Responsive behaviour in a range #301149

    Hi 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!
    Ismael

    Hi 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,
    Ismael

    in reply to: Custom Header for blog page and posts #301140

    Hi!

    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!
    Ismael

    in reply to: How to change the wpml #301139

    Hi 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!
    Ismael

    in reply to: Portfolio showing wrong category and item #301138

    Hey!

    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!
    Ismael

    Hey 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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: LayerSlider displaying slide background images zoomed in #301127

    Hi WalstonNet!

    Thank you for using Enfold.

    We will need to see the actual page with the slider. Please post the url here. Anyway, 20px and 8px differential is not that big in my opinion. I bet no one will notice the difference.

    Regards,
    Ismael

Viewing 30 posts - 56,701 through 56,730 (of 67,197 total)