Forum Replies Created

Viewing 30 posts - 47,791 through 47,820 (of 67,570 total)
  • Author
    Posts
  • in reply to: Login Problem with enfold 3.2.3 #481894

    Hey!

    What are the codes that you modified? Please use the latest version of functions-enfold.php file then add the yoast breadcrumbs modifications there.

    Regards,
    Ismael

    in reply to: Adding navigation arrows to Testimonial slider (compact) #481892

    Hi Citrusconstructions!

    Thank you for using Enfold.

    I’m sorry but the navigation arrows are not applicable on the testimonial element. You will have to modify the testimonials.php file inside the config-templatebuilder > avia-shortcodes folder.

    Best regards,
    Ismael

    in reply to: CSS Mouseover with Text box has copy showing over it #481890

    Hey!

    You can adjust the z-index property of the column:

    .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-9.el_after_av_three_fourth.el_before_av_one_full {
        z-index: 9999;
    }

    Regards,
    Ismael

    in reply to: Technical Question #481886

    Hi!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Cheers!
    Ismael

    in reply to: Woocommerce – Product Info shows nothing #481884

    Hey!

    Where did you add the element? Please give us the url to the product item. Note that the Product Info element will only work for variable products with attributes. It will display the product attributes of the product item.

    Regards,
    Ismael

    in reply to: Incarnation – Church and Community Theme #481882

    Hi!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Regards,
    Ismael

    in reply to: Landing Page Issues #481881

    Hey!

    You can set the font size on mobile device with this:

    @media only screen and (max-width: 767px) {
    .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    }}

    Cheers!
    Ismael

    Hi!

    Do you want to apply different css styling on two different toggle element? You can turn on the custom css class attribute: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    in reply to: Pagination styling #481878

    Hi!

    Adjust the line-height property:

    @media only screen and (max-width: 767px) {
    .pagination_split_post p a {
        line-height: 50px;
    }}

    Best regards,
    Ismael

    Hey xxtita!

    Thank you for using Enfold.

    This is an issue between WPML and blog grid style. Unfortunately, we’re not sure what’s causing the warning. You can hide the warnings by adding this code in the wp-config.php file:

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    EDIT: Look for this code then replace it with the code above:

    define('WP_DEBUG', false);
    

    Best regards,
    Ismael

    in reply to: Member login / shortcode / error due to #481874

    Hey!

    Yes, use the code block if it doesn’t work on a text block. Or just make sure that there are no extra spaces in the text editor when you add the shortcode.

    Best regards,
    Ismael

    in reply to: Change main menu color for specific menu option #481872

    Hey!

    I checked the page and the hovered menu item font color is white. Did you fix it?

    Regards,
    Ismael

    in reply to: Layout blog masonry #481871

    Hey!

    You can use this adjust the space between the masonry columns:

    .av-masonry-col-2 .av-masonry-entry {
        width: 49%;
        padding-right: 10px;
    }

    Regards,
    Ismael

    in reply to: Main Menu on iPad & breadcrumb – tweak needed #481867

    Hi!

    You can decrease the min width of the menu items on smaller screens:

    @media screen and (max-width:1100px) {
    .av_seperator_big_border .av-main-nav > li > a {
        min-width: 85px;
    }
    }

    Regarding the breadcrumbs, you need to adjust your own css modification:

    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb {
        right: auto;
        top: 75%;
        left: 0;
        margin-left: -2px;
    }}

    Best regards,
    Ismael

    in reply to: Changing words on Share function. #481864

    Hey Giles!

    Thank you for using Enfold.

    Add this in the functions.php file to change the label:

    add_filter('avia_social_share_link_arguments', 'avia_change_social_link_args', 10, 1);
    function avia_change_social_link_args($args)
    {
    	$args['mail']['label'] = __("Share by Email",'avia_framework');
    	return $args;
    }

    Best regards,
    Ismael

    Hi!

    If you don’t mind, we would like to see a screenshot of what you’re trying to do. Use imgur or dropbox.

    Cheers!
    Ismael

    in reply to: yith-woocommerce-zoom-magnifier #481859

    Hey!

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. You will have to contact the plugin author to fix the layout. You can try this plugin which offers premium support: https://www.magictoolbox.com/magiczoom/modules/woocommerce/

    Cheers!
    Ismael

    in reply to: Blog Post Single Entry problem #481857

    Hi!

    You can set the Single Post Style to Single post with big preview image. It will automatically add the featured image on top of the title.

    Cheers!
    Ismael

    Hey!

    Yes, you’re correct. Use the dynamic_sidebar function then create the sidebar container manually. Something like this: https://kriesi.at/support/topic/sidebar-issue-with-events-pages/#post-407489

    //get the sidebar
    				//$avia_config['currently_viewing'] = 'page';
    				echo "<aside class='sidebar sidebar_right'>";
        				echo "<div class='inner_sidebar extralight-border'>";
    						dynamic_sidebar('Programs');
    					echo "</div>";
    				echo "</div>";

    Cheers!
    Ismael

    in reply to: Is it possible to use Css3 effects on Texts or buttons? #481643

    Hey!

    In the custom css field, add this class attributes:

    avia_animate_when_almost_visible pop-up
    

    Go to the Quick CSS field then use this:

    .avia-button-wrap.pop-up { 
    opacity: 0;
    -webkit-transform:scale(.3);
    -ms-transform:scale(.3);
    transform:scale(.3);
    }
    
    .avia-button-wrap.pop-up.avia_start_animation {
    -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    animation:         avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    opacity: 1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    }

    Regards,
    Ismael

    in reply to: Unable to format text #481642

    Hey!

    You can try to replace it with the strip_tags function: http://php.net/manual/en/function.strip-tags.php

    Example:

    
    strip_tags($input, '<br><br/>');

    Best regards,
    Ismael

    in reply to: Change in appearance of Enfold:facebook likebox #481641

    Hey!

    The old facebook like box is deprecated so you will not be able to use it anymore. You can generate a new likebox widget on the fb page plugin generator. Make sure that “Adapt to plugin container width” is enabled: https://developers.facebook.com/docs/plugins/page-plugin

    Regards,
    Ismael

    in reply to: Comment section clean-up #481640

    Hi!

    You can add this in the Quick CSS field:

    .comment_container h3.miniheading, .comment_container .minitext {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Icon Sizes Inside Sonar Circles #481639

    Hey!

    You can override the style with this:

    #top .av_font_icon a:before {
        font-size: 30px;
        position: relative;
        left: -8px;
        top: 5px;
    }

    This is going to work for the icon with the 10px font size.

    Regards,
    Ismael

    in reply to: Secondary Header Adding Whitespace Issue #481636

    Hi!

    Please try to add this in the Quick CSS field:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 145px;
    }

    EDIT: I checked the pages again and the gap between the header and the content on all pages is the same. Can you please provide a screenshot?

    Regards,
    Ismael

    in reply to: Hiding a Post from Showing Up in Blog Posts Grid #481635

    Hi!

    The unwanted post is coming from this plugin: Content Aware Sidebars

    Please deactivate it or ask the plugin author why it injects a non existing post.

    Cheers!
    Ismael

    in reply to: Custom Color on Notification Boxes #481633

    Hey!

    You don’t have to add custom css class attributes to all elements. Enable it then add css class attributes to the element that you want to modify.

    Regards,
    Ismael

    in reply to: Logo center, navigation to the left & right of logo #481632

    Hey!

    Edit the menu item in the Appearance > Menus panel then add a custom css class attribute. You can use the class attribute to change the position of the menu item. Refer to this link: http://wordpress.stackexchange.com/questions/68062/custom-id-for-certain-menu-item

    Cheers!
    Ismael

    in reply to: Table styling #481631

    Hi!

    I’m sorry but the table layout that you want is not possible with the table element in the theme. However, you can create the table manually by using a text or code block. Add something like this:

    <table style="width: 100%;">
    <tbody>
    <tr>
    <th colspan="7">Minions Division Cost</th>
    </tr>
    <tr>
    <td>Fundamentals</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <td>Fundamentals & Game</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <th colspan="7">Reserves Division Cost</th>
    </tr>
    <tr>
    <td>Fundamentals</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    <tr>
    <td>Fundamentals & Game</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    <td>$99</td>
    </tr>
    </tbody>
    </table>

    Best regards,
    Ismael

    in reply to: Main shop page banner control #481630

    Hi!

    Correct me if I’m wrong but from what I understand, you want to adjust the height of the shop banner. If you want to reduce the height, you will have to adjust the minimum height which is set to 100px.

    #av_product_description {
        min-height: 20px;
    }
    

    If you want to increase it, use the height property:

    #av_product_description {
        height: 300px;
    }

    Regards,
    Ismael

Viewing 30 posts - 47,791 through 47,820 (of 67,570 total)