Forum Replies Created

Viewing 30 posts - 15,511 through 15,540 (of 25,536 total)
  • Author
    Posts
  • in reply to: font-family #1002716

    Hey margiela,

    Can you try using this code:

    #top .all_colors mark {
        font-family: 'Times New Roman', Arial, sans-serif;
    }

    or

    #top .all_colors mark {
        font-family: 'Times New Roman', Arial, sans-serif !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Enfold themes layerslider demo content #1002712

    Hey crkapsalis,

    Sure, here are the 2 sliders that you can import:
    https://ufile.io/lco8i
    https://ufile.io/5lz8n
    these links will expire in 30 days.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Blog page #1002711

    Hi Cynthia45,

    Try to move this code in includes/loop-index.php (line 245 – 279):

    echo "<span class='post-meta-infos'>";
    
    echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
    echo "<span class='text-sep text-sep-date'>/</span>";
    
    
    
        if ( get_comments_number() != "0" || comments_open() ){
    
        echo "<span class='comment-container minor-meta'>";
        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                "1 ".__('Comment' ,'avia_framework'),
                                "% ".__('Comments','avia_framework'),'comments-link',
                                "".__('Comments Disabled','avia_framework'));
        echo "</span>";
        echo "<span class='text-sep text-sep-comment'>/</span>";
        }
    
    
        if(!empty($cats))
        {
            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
            echo $cats;
            echo '</span><span class="text-sep text-sep-cat">/</span>';
        }
    
    
        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
        echo '<span class="entry-author-link" >';
        echo '<span class="vcard author"><span class="fn">';
        the_author_posts_link();
        echo '</span></span>';
        echo '</span>';
        echo '</span>';
    echo '</span>';

    and move it below this code in line 219:

    echo '<span class="av-vertical-delimiter"></span>';

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Where to add javascript to a portfolio entry #1002640

    Hey auroradesignstudio,

    Can you try adding this php code at the bottom of your functions.php:

    //-------------------------------
    // Custom script in head section
    //-------------------------------
    
    function pinit_js(){
    ?>
    <script type="text/javascript">
    (function(d){
    var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
    p.type = 'text/javascript';
    p.async = true;
    p.src = '//assets.pinterest.com/js/pinit.js';
    f.parentNode.insertBefore(p, f);
    }(document));
    </script>
    <?php
    }
    add_action('wp_head', 'pinit_js');

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Video not loading on mobile devices? #1002637

    Hi s29ers,

    Can you give us a link to the page showing issue? so we can check further.

    Best regards,
    Nikko

    Hi webWahine,

    I think you can use this selector instead:

    #top #wrap_all #header .av-burger-menu-main a {
    
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Column with same height pictures inside #1002632

    Hey Nicolas,

    If you already have those columns, please try to add col-work in the Custom Css Class field.
    Then go to Enfold > General Styling > Quick CSS and add this code:

    #top .col-work {
        margin-left: 1% !important;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    #top .col-work.av_one_half {
        width: 49.5%;
    }
    
    #top .col-work.av_one_third {
        width: 31.83333332%;
    }
    
    #top .col-work.av_two_third {
        width: 67.16666667%;
    }
    
    #top .col-work.first {
        margin-left: 0 !important;
    }
    
    #top .col-work .avia-image-container-inner {
        position: relative;
        overflow: hidden;
        height: 272px;
        width: 100%;
    }
    
    #top .col-work .avia-image-container-inner img.avia_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 272px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Cannot update theme to 4.4.1 #1002627

    Hi cyber13,

    I tried to check your site however it only shows:

    Access Denied - Sucuri Website Firewall

    Best regards,
    Nikko

    in reply to: Override Events Calendar Pro single page. #1002595

    Hi acscreativenew,

    I checked the code you changed and the styles are gone because some of the html tags/structure are removed which contains classes which are required for the styles defined in the css files to work properly.
    Can you tell us what you are trying to achieve? probably a screenshot or mockup would help us visualize it and try to help with the code.

    Best regards,
    Nikko

    in reply to: Make active menu item bold, not all sub-menu items #1002587

    Hi Daniel,

    I think you can do that by adding this code:

    #top #wrap_all #header #av-burger-menu-ul > li.current-menu-parent > a {
        font-weight: 700;
    }

    after this line in Victoria’s code:

    @media only screen and (max-width: 767px) {

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Tab Section responsiveness issue when using mobile view #1001301

    Hi kilimats,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Text instead Icon for mobil menu #1001299

    Hey Mike,

    Can you give us a mockup or screenshot of what you’re trying to achieve?
    It’s pretty hard to accurately visualize what you’d like to do, so we can check if it’s complicated to do or just need some few css tweaks to do.

    Best regards,
    Nikko

    in reply to: [object][Object] On Mobile Fullwidth Easy Slider #1001295

    Hi Rainier9,

    I’m not really sure why that’s happening, but I have set Disabling of template builder elements to Always load all elements in Enfold > Performance and it fixes the issue.
    Let us know if this fixes on your end as well.

    Best regards,
    Nikko

    in reply to: Different sized images in 2 column Masonry Gallery #1001289

    Hi Colin,

    Glad to hear that and thanks for posting the solution that worked for you :)
    We really appreciate that! Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Single Portfolio options not showing up ? #1001287

    Hi eberswine,

    It’s using Advanced Layout Editor.
    Here is what it looks on the backend: https://imgur.com/a/goUL0zZ
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Can't Login on Woocommerce for privacy policy #1001283

    Hi toniface ,

    Inside you WP Dashboard, try assigning the privacy policy to the Privacy Policy page, located in Ajustes > Privacidad.
    Let us know if this helps fix the issue.

    Best regards,
    Nikko

    in reply to: Video is not work #1001277

    Hi ariamedtour,

    Can you try the solution on this thread: https://kriesi.at/support/topic/my-videos-wont-show-its-content/#post-999371
    Hope this helps

    Best regards,
    Nikko

    in reply to: Right side menu cut off #1001276

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #avia-menu #menu-item-1094 .avia_mega_div, 
    #top #avia-menu #menu-item-1171 .avia_mega_div {
        left: auto !important;
        right: -92px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Override Events Calendar Pro single page. #1001252

    Hey acscreativenew,

    Try copying config-events-calendar folder to your child theme.
    Then add this php code in your child theme’s functions.php:

    define( 'AVIA_CHILD_BASE', get_stylesheet_directory() .'/' );
    define( 'AVIA_CHILD_EVENT_PATH', AVIA_CHILD_BASE . 'config-events-calendar/' ); 
    
    add_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2);
    	
    function avia_events_tempalte_paths($file, $template)
    {
    	$redirect = array('default-template.php' , 'single-event.php' , 'pro/map.php' );
    	
    	if(in_array($template, $redirect))
    	{
    		$file = AVIA_CHILD_EVENT_PATH . "views/" . $template;
    		
    		if( class_exists( 'Tribe__Tickets_Plus__Main' ) )
    		{
    			if( 'single-event.php' == $template )
    			{
    				$file = AVIA_CHILD_EVENT_PATH . 'views/single-event-no-mobile.php';
    			}
    		}
    	}
    	
    	return $file;
    }

    Then go modify default-template.php inside config-events-calendar > views folder.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Center Icon and Text #1000996

    Hi atifaijaz123,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      p span.av_font_icon.avia-icon-pos-center {
        display: inline-block;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: All forms from multiple plugins are broken #1000987

    Hi julianyoung,

    Thanks for giving us the links. The problem is the color set is white for those fields, try adding this css in Quick CSS (located in Enfold > General Styling):

    #top .main_color .input-text, 
    #top .main_color input[type='text'], 
    #top .main_color input[type='input'], 
    #top .main_color input[type='password'], 
    #top .main_color input[type='email'], 
    #top .main_color input[type='number'], 
    #top .main_color input[type='url'], 
    #top .main_color input[type='tel'], 
    #top .main_color input[type='search'], 
    #top .main_color textarea, 
    #top .main_color select {
        color: #000;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Make active menu item bold, not all sub-menu items #1000986

    Hi Daniel,

    Try using this css code:

    #top #avia-menu .current-menu-item > a > .avia-menu-text {
        font-weight: 700 !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: design of gallery element #1000984

    Hey akapoun,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-inner-masonry .av-masonry-image-container {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    
    #top .av-inner-masonry:hover .av-masonry-image-container {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: How to make images the same size #1000274

    Hi bakbek,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av-layout-grid-1 .flex_cell.avia-builder-el-last .flex_column.av_one_fourth {
        margin-top: 0;
        margin-left: 6%;
    }
    
    .home #av-layout-grid-1 .flex_cell.avia-builder-el-last .flex_column.av_one_fourth.avia-builder-el-46 {
        margin-left: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Keyboard numbers to fill reCAPTCHA #999500

    Hi adam_madar,

    Thanks for confirming, there is a way but we don’t really recommend it since you’ll need to modify a core file that can’t be overriden, so you need to modify after each update.
    You will need modify this file: class-form-generator.php (located in enfold > framework > php > class-form-generator.php) find this code (line 753):

    $form_el = '    <input name="'.$id.'" class="text_input '.$element_class.'" type="text" id="'.$id.'" value="'.$value.'"/>';

    and replace it with:

    $form_el = '    <input name="'.$id.'" class="text_input '.$element_class.'" type="number" id="'.$id.'" value="'.$value.'"/>';

    Hope it helps.

    Best regards,
    Nikko

    in reply to: How to make images the same size #999483

    Hi bakbek,

    Can you upload the screenshot in https://imgur.com/ at the moment, I can’t view https://prnt.sc/ I’m just getting:

    This site can’t be reached
    The connection was reset.

    Best regards,
    Nikko

    in reply to: Conflict with plug-in Twenty20 (arrows) #999480

    Hey Dario,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .main_color span.twentytwenty-left-arrow, 
    .main_color span.twentytwenty-right-arrow {
        border-color: transparent;
    }
    
    .main_color span.twentytwenty-left-arrow {
        border-right-color: white !important;
    }
    
    .main_color span.twentytwenty-right-arrow {
        border-left-color: white !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Blog and Post pages #999461

    Hey Marespadasirles,

    You can use a child theme if you want to modify it or you can use the Advanced Layout Builder for it.
    For the Blog Page, in order to use the Advanced Layout Builder you need to go to Enfold > Blog Layout > Blog Layout then set it to: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Keyboard numbers to fill reCAPTCHA #999456

    Hey adam_madar,

    Can you elaborate the issue? are you referring to the captcha in the contact form?

    Best regards,
    Nikko

    Hi egemensarica,

    Glad that it’s working efficiently now :)
    Thanks for posting how you resolved the issue, this would surely help those experiencing the same problem, we appreciate it a lot
    Thanks also for using Enfold :)

    Best regards,
    Nikko

Viewing 30 posts - 15,511 through 15,540 (of 25,536 total)