Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1035525
    Dil
    Participant

    I went to customizer and wordpress settings, no use so far!

    #1035528
    Dil
    Participant
    This reply has been marked as private.
    #1035716
    Lely
    Moderator

    Hi Dil,

    Thank you for the credentials.
    Upon checking, I can see that your settings is correct. There’s something that prevents the masonry code from working. It gives zero height on your masonry display. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time. If that doesn’t work, please also check the following error on the console:
    Failed to load resource: the server responded with a status of 403 ()
    https://customprankcall.com/kitap/69e06c0a/css/dynamic.php
    Failed to load resource: the server responded with a status of 403 ()

    There might be some code on this file:https://customprankcall.com/kitap/69e06c0a/css/dynamic.php that was conflicting with masonry.

    Hope this helps.

    #1036372
    Dil
    Participant
    This reply has been marked as private.
    #1036835
    Darshana
    Moderator

    Hi there,

    Do you have a staging site? If not, you can duplicate your live site and create a staging environment (https://community.theme.co/kb/cornerstone-migration/), so that you can test changes without affecting to your live site.

    Once completed, you can validate your development environment as well (https://community.theme.co/kb/product-validation/).

    Thanks!

    #1039021
    Dil
    Participant
    This reply has been marked as private.
    #1039140
    Christopher
    Moderator

    Hi there,

    There is no CSS warnings in your site, see the attachment.
    In regards with accordion issue, please provide us with URL of page in question.

    Thanks.

    #1040748
    Dil
    Participant

    Thanks Chris, its the home page and it’s seen on safari

    #1040796
    Dil
    Participant

    Also, how do i use the style input in the columns in cornerstone? I wanted to add

    ‘h3 {
    text-shadow: 1px 3px red;
    } ‘

    just for that column

    #1040984
    Dil
    Participant

    Also, im trying to add icons to my menu, but <i class=”x-icon x-icon-user”></i> is not working. I read other posts and i dont have enable legacy mode in my cornerstone settings. I’m trying to add [x_icon type=”external-link”]

    #1041172
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    <i class="x-icon x-icon-user" data-x-icon="&#xf007;" aria-hidden="true"></i>

    With regards to the style field, you only need to input this code.

    text-shadow: 1px 3px red;

    You can also add this directly in the style field of your custom headline element.

    Hope that helps.

    #1041275
    Dil
    Participant

    No luck, when i change

    <i class=”x-icon x-icon-user” data-x-icon=”” aria-hidden=”true”></i>
    <i class=”x-icon x-icon-external-link” data-x-icon=”” aria-hidden=”true”></i>

    after yours works, the external link icon doesn’t show. Even after cache clears.

    another issue is, the accordion jumps twice before opening and there are many css warnings in SAFARI, could you help me fix this?

    http://share.dilyar.ca/1E413B3m172M

    #1041590
    Joao
    Moderator

    Hi There,

    Here you have the code for the External links Icon:

    <i class="x-icon x-icon-external-link" data-x-icon="" aria-hidden="true"></i>

    You can find all icons on this link, to find out the correct link to display on the menu you will need to inspect the link with right button of your mouse.

    http://theme.co/x/demo/integrity/1/shortcodes/icons/

    Regarding the accordions it is working fine on my end, we have tested on Chrome, Firefox PC and Safari on MAC.

    Can you confirm you have X updated to the latest version?

    Also please try placing this code at Appereance Customizer Custom JS and check if it helps you.

    jQuery( function ( $ ) {
    
    $(document).on('click', '.vc_tta-tabs-list a,.vc_tta-tabs-list li', function( e ){
    $('html, body').stop();
    });
    
    });

    Hope it helps,

    Joao

    #1041893
    Dil
    Participant
    This reply has been marked as private.
    #1041927
    Dil
    Participant

    Also, my sub menu ( More ) is not showing the submenues. I think it’s because this home page is a one page navigation menu and i added links that are not one page. How can i achieve this?

  • <script> jQuery(function($){ $("#no-reply-1035525 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>