Tagged: x
-
AuthorPosts
-
May 31, 2016 at 1:56 pm #1018655
re.freschParticipantHi there!
So, I’ve built a test slider and have tried to call it into a page by dragging and dropping the Revolution Slider icon/box from the Elements pane onto my page. see attached and try to help me figure this out. You will notice that the name of the file that it thinks it’s needing to retrieve, id]s the only option on the left hand side. The only way that I can get it onto the page is to avoid Cornerstone altogether, and open the page in WP and cut and paste the alias code there in “Text” mode. In this way, it appears on the page but I can’t control or change its position.
Thanks!
May 31, 2016 at 2:37 pm #1018702
JoaoModeratorHi There,
Please try relesecting the slider once you are inside Cornerstone. I could also suggest you do rename it to a shorter name and than reselect in case that does not work, even if that shouldn´t actually be an issue.
If after trying that you are still facing this problem, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks,
Joao
June 1, 2016 at 12:53 am #1019461
re.freschParticipantThank you! That worked. However, the slider is being strained in a column width that doesn’t match my global content size, nor the slider banner. Both are set to 1200 but the banner is only approx 640px wide. How to I allow the column to go full width? I’ve tried to find the setting for that but can’t locate it. See attached.
June 1, 2016 at 1:33 am #1019497
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
June 1, 2016 at 4:26 am #1019671
re.freschParticipantThis reply has been marked as private.June 1, 2016 at 5:02 am #1019718
Paul RModeratorHi,
Thank you for providing your login credentials.
I was able to fix it by adding the code below in custom css
.home .entry-wrap { padding:0; }and turning off column container in your row element.
June 1, 2016 at 9:38 am #1020113
re.freschParticipantThanks! So, I’m having the same issues with adding Images to the page? Would I use the same code in the custom CSS on the individual page? for example, go to http://re.kunsty.ee/evidence/testimonies/
This image should be full width but is being constrained too!?? Sorry, not a programmer, what can I do?
June 1, 2016 at 10:55 am #1020259
RupokMemberHi there,
Thanks for updating. You can use the same code. Let us know if you face any issue.
Cheers!
June 1, 2016 at 11:10 am #1020303
re.freschParticipantThis reply has been marked as private.June 1, 2016 at 1:24 pm #1020570
RupokMemberHi there,
Thanks for updating. If you ad this under Customizer > Custom > CSS then it will be applied globally and work on every pages.
.entry-wrap { padding:0; }However if the issue is not everywhere and you need to add on specific pages then you can use preceding class (page ID) or place it under Cornerstone custom CSS.
For testimonial page, it would be :
.page-id-40 .entry-wrap { padding:0; }Or if you add custom class testimonies to the body then it would be :
.testimonies .entry-wrap { padding:0; }Hope this makes sense.
June 2, 2016 at 1:21 am #1021552
re.freschParticipantThis reply has been marked as private.June 2, 2016 at 5:43 am #1021875
Paul RModeratorHi,
You need to turn off column container for your row element.
See Video – http://screencast.com/t/qIMstTu0
Then replace your css code from
.entry-wrap { background-color: transparent; box-shadow: none; .testimonies .entry-wrap { padding:0; }to this
.entry-wrap { background-color: transparent; box-shadow: none; padding:0; }Hope that helps.
June 2, 2016 at 6:46 am #1021950
re.freschParticipantMagnificent! You guys rock.
June 2, 2016 at 9:07 am #1022195
JoaoModeratorI am glad we managed to help you 🙂
And thanks for the compliments.
Let us know if you need help with anything else.
Joao
June 3, 2016 at 1:30 am #1023698
re.freschParticipant1. How can I turn off “comments” globally on all posts? We do not want to run this kind of blog. Thanks!
2. I have already had my CSS Type Classes changed by a coder to our own (non-system fonts) However the blog tile display page
see: http://re.kunsty.ee/insights/ are not picking up any of our Header/Para values, i.e. h1, etc. How can I get this page to pick up our customised CSS?ps. I’m NOT a coder 😉
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1018655 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
