Forum Replies Created

Viewing 30 posts - 14,641 through 14,670 (of 25,536 total)
  • Author
    Posts
  • in reply to: Tabs & Timeline #1043144

    Hi iogawebsites2018,

    When you edit a textblock you should see it on the upper right corner of the editor, here is a screenshot: https://imgur.com/a/FqpRIeW
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Centering Logo etc on Login Page #1043139

    Hi H,

    I inspected the login page and I don’t see the code I gave, so it’s not being reflected.
    Where did you add the css code?

    Best regards,
    Nikko

    in reply to: Tiny Font in Tables #1043138

    Hi mooshonov,

    I’ve just refactored and shortened the css code you have.
    So far I don’t see any useless css codes, but some duplicates and some also that needs to be grouped.

    Best regards,
    Nikko

    Hi Jon,

    Okay, just a tip make sure to disable caching plugin when making changes, sometimes css codes should already work but caching prevents the new css code from being fetched. :)

    Best regards,
    Nikko

    in reply to: WooCommerce Empty Cart Issue After Adding Products #1043134

    Hi npmcgrew,

    I see, I’m not really sure what’s causing the issue, but try enabling wordpress debug or error logging: https://codex.wordpress.org/Debugging_in_WordPress
    Sometimes you can find some errors that might be related to the issue you’re having.

    Best regards,
    Nikko

    in reply to: Problems with Burger Menu, Lightbox #1043133

    Hi KiGePa,

    I have tried to check your site again, however I’m getting:

    Service Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Did you have a child theme and have a header.php in it? if yes, try to update it to the header.php of the latest version of Enfold, usually lightbox issues, are caused by it.

    Best regards,
    Nikko

    in reply to: Error message on wp-admin after upgrade to Enfold 4.5 #1043132

    Hi Jeroen,

    I apologize for the late response, maybe it’s the caching that causes the error and prevents access on the live site.

    Best regards,
    Nikko

    in reply to: Portfolio Categories and sub-category filter #1043118

    Hi thotadmin,

    I apologize for the late response.
    1. Better if it’s in a child theme so tweaks/modifications wouldn’t be lost during theme update.
    2. I checked further on the solution I gave, however moving it physically doesn’t work, the proper solution would take a lot of time to do, however I think there are 2 options that might help,
    first one is via css, to set the position of masonry sort to absolute and move it across the sidebar (not really a neat solution).
    The 2nd one is to find a masonry plugin that might have that feature.

    Best regards,
    Nikko

    Hi lorenzopaolini,

    I apologize for the late response, I have added this code at the bottom of functions.php:

    add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 );
    function avf_masonry_loop_prepare_mod_cat( $key, $entries )
    {
        $categories = get_the_category($key['ID']);
    
    	$separator = ' ';
        $output = '<div class="ww-masonry-author">' . get_the_author() . '</div>';
        $output .= '<div class="ww-masonry-cat">';
        if ( ! empty( $categories ) ) {
            foreach( $categories as $category ) {
                $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator;
            }
        }
        $output .= '</div>';
    
        $key['text_before'] .= trim( $output, $separator );
        return $key;
    }
    
    
    // new script
    add_action('wp_footer', 'ava_new_custom_script_masonry');
    function ava_new_custom_script_masonry(){
    ?>
    <script type="text/javascript">
    (function($) {
        function a() {
            var masonry = $('.av-inner-masonry-content');
            if(!masonry.length) return;
            masonry.each(function() {
                var author = $(this).find('.ww-masonry-author');
                $(this).find('.av-masonry-entry-title').insertBefore(author);
            });
        }
    
        a();
    
        $(window).on('debouncedresize av-height-change', function() {
            setTimeout( a(), 300 );
        });
    })(jQuery);
    </script>
    <?php
    }
    

    if you want to modify the css of the author you can use this:

    .ww-masonry-author {
      color: black;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Nofollow for Post slider element and blog post modification #1043095

    Hi Artur667,

    I apologize for my late response and thanks for the admin access, I have switched the settings I have and this time it should work, still the same process but modify this code in line 129 of loop-index.php:

    if ($slider) $slider = '<a href="' . $link . '" title="' . $featured_img_desc . '">' . $slider . '</a>';

    and replace with:

    if ($slider) $slider = $slider;

    Best regards,
    Nikko

    in reply to: URGENT thème purchase decision #1041750

    Hi Anton,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi Esther,

    Glad that we could help :)
    Feel free to create a new thread, if you need more assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: URGENT thème purchase decision #1041746

    Hi Anton,

    Maybe this thread will help clear things up: https://kriesi.at/support/topic/enfold-multisite-2/

    Regards,
    Nikko

    in reply to: Change column margins (but not first column) #1041745

    Hey Steven,

    Try adding this code after your code above

    #top.home .apartments-container .flex_column.av_one_third.first {
      margin-left: 0 !important;
    }

    let us know if this helps.

    Best regards,
    Nikko

    in reply to: URGENT thème purchase decision #1041744

    Hi Anton,

    It will still work, as for the license issue, she doesn’t need buy another license since it’s basically the same site which just switched it’s domain name.

    Best regards,
    Nikko

    in reply to: Centering Logo etc on Login Page #1041738

    Hey hbourdillon,

    This css code should help fix it :)

    body.login div#login h1 a {
        margin-left: -99px;
    }

    Best regards,
    Nikko

    in reply to: Timeline icons won't "pop" #1041735

    Hi Tim,

    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: Issue updating new version… #1041732

    Hi JasonC,

    Please refer to the solution on this thread: https://kriesi.at/support/topic/envato-private-token-doesnt-work/#post-1023876
    Hope it helps.

    Best regards,
    Nikko

    Hey zakthorpe,

    I can’t seem to access your site.
    However if you’re referring to the background image (not on each slide) then that’s a bug from Enfold 4.5 which should be fixed in 4.5.1 (recently released):
    you’ll find it addressed in the changelog https://kriesi.at/documentation/enfold/changelog/

    If you don’t want to update yet you can fix this in enfold > config-templatebuilder > avia-shortcodes > slideshow_fullsize > slideshow_fullsize.php (line 973):

    if($background) $params['bg'] = "style = '{$background}'";

    replace with:

    if($background) $params['bg'] = $background;

    Best regards,
    Nikko

    in reply to: Update enfold fron 4.41 to 4.5 #1041724

    Hi Adriano,

    Please refer to the answer on this thread: https://kriesi.at/support/topic/envato-private-token-doesnt-work/#post-1023876
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Changing Portfolio "Nothing Found" #1041719

    Hi leviticus,

    The code seems fine, if it’s not working, can you try to check if it satisfies both condition?
    Maybe you can also use has_category https://codex.wordpress.org/Function_Reference/has_category

    Best regards,
    Nikko

    in reply to: WooCommerce Empty Cart Issue After Adding Products #1041716

    Hi npmcgrew,

    I tried the check link but it returns:

    DNS Lookup for "www.robotninja.com" failed. System.Net.Sockets.SocketException No such host is known

    The site seems down, I also checked it in: https://downforeveryoneorjustme.com/www.robotninja.com

    Best regards,
    Nikko

    in reply to: Tabs & Timeline #1041712

    Hi iogawebsites2018,

    I have found the issue. On the 1/4 column with the 6:30 text there was this value added in Custom Css Class field:

    <div id="anchor"></div>

    This causes the element to break and also destroys the tab layout.
    It’s all good now since it’s removed.

    Best regards,
    Nikko

    in reply to: Tabs & Timeline #1041703

    Hi iogawebsites2018,

    I apologize for the late response.
    I’ll try to figure out what’s causing the issue.
    For your other concern, assign id(s) to the items you would like to link, unfortunately on Color Section has this option For Developers: Section ID
    if you’re using something like a textblock, you can just switch to text mode and insert the id attribute, example:

    <p id="myitem">hello</p>

    then to link to it you just need to use # + id so it’s just #myitem for the example. If you need to read more about this go to: https://www.w3schools.com/Html/html_id.asp
    then on the Timeline’s Milstone Link, make sure to select Set Manually then on the link field, just put #myitem
    Note: this only works on a single page, if the one with myitem id is on another page, it won’t work.

    Best regards,
    Nikko

    in reply to: Pagination doesn't work after update theme #1041700

    Hi aquihaydominios,

    Can you try removing the code you have above and replace it with:

    .reservado_sort .grid-image:after {
      content: "";
      background: url(images/reservado.png) no-repeat center center;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
    }
    
    .reservado_sort .grid-image:hover:after {
      opacity: 1;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Problems with Burger Menu, Lightbox #1041698

    Hi Barbara,

    In the WordPress Dashboard, go to Enfold > Theme Options, then look for Lightbox Modal Window then check it.
    That’s the switch to enable/disable lightbox.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: .widget:first-child how to manage it without CSS code #1041696

    Hi Isotopper,

    The only way to remove that without coding is to assign 0 posts on that category, if you have some post with the Generico category, remove that category on that specific post, currently there are 9 posts using it as it’s category.
    Otherwise, you can use this css code to remove the first link in the category widget.

    .sidebar .widget_categories ul > li:first-child {
        display: none;
    }

    As for the logo, there’s the Enfold placeholder logo if you remove it, if you don’t want to use any css, then I guess putting a transparent image or an image with similar color as the background of your theme is the workaround I could think of.

    Best regards,
    Nikko

    Hi Esther,

    I apologize for my mistake and glad that you found the right option :)
    As for the css, please remove the one I gave before and use this instead:

    .single-post .big-preview.single-big span.image-overlay {
        display: none !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Google Maps #1041690

    Hi Alex,

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

    @media only screen and (max-width:1024px) {
      #top .avia-timeline-vertical .milestone_icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
    
      #top .avia-timeline-vertical .av-milestone-indicator,
      #top .avia-timeline-vertical .av-milestone-icon-wrap:after {
        opacity: 1;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Timeline feature not responsive #1041687

    Hi Thomas,

    A workaround that might help is to duplicate your timeline, then edit the first one, go to Screen Options then check hide on very small screens (smartphone portrait). Then on the duplicate edit it and go to Screen Options check Hide on large, medium and small screens, so this is used for mobile, then go back to Content (tab) set Milestone Placement to Left.
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 14,641 through 14,670 (of 25,536 total)