Tagged: x
-
AuthorPosts
-
June 10, 2016 at 3:35 am #1035525
DilParticipantI went to customizer and wordpress settings, no use so far!
June 10, 2016 at 3:37 am #1035528
DilParticipantThis reply has been marked as private.June 10, 2016 at 6:46 am #1035716
LelyModeratorHi 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.
June 10, 2016 at 3:16 pm #1036372
DilParticipantThis reply has been marked as private.June 10, 2016 at 9:45 pm #1036835
DarshanaModeratorHi 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!
June 12, 2016 at 11:43 pm #1039021
DilParticipantThis reply has been marked as private.June 13, 2016 at 2:18 am #1039140
ChristopherModeratorHi 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.
June 13, 2016 at 11:46 pm #1040748
DilParticipantThanks Chris, its the home page and it’s seen on safari
June 14, 2016 at 12:30 am #1040796
DilParticipantAlso, 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
June 14, 2016 at 3:19 am #1040984
DilParticipantAlso, 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”]
June 14, 2016 at 6:24 am #1041172
Paul RModeratorHi,
You can try this code instead.
<i class="x-icon x-icon-user" data-x-icon="" 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.
June 14, 2016 at 7:39 am #1041275
DilParticipantNo 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?
June 14, 2016 at 10:50 am #1041590
JoaoModeratorHi 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
June 14, 2016 at 1:43 pm #1041893
DilParticipantThis reply has been marked as private.June 14, 2016 at 2:01 pm #1041927
DilParticipantAlso, 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?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1035525 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
