Home › Forums › Aside WordPress Theme › Twitterfeed in Portfolio Tile /featured image? And also on page.
- This topic has 10 replies, 2 voices, and was last updated 11 years, 3 months ago by
SeaTheme.
-
AuthorPosts
-
February 3, 2015 at 11:42 am #6139
Lekstudio
ParticipantHi, i would like to see that one of my images in portfolio page would be a twitterfeed.
What i mean is the tiles/pictures of the portfolio items in the selected catygory that appear on that page. For each Post i select a featured image that appera on portfolio-page. This is where i would like one of the “featured images” to be a twitter feed.
Another question.
If i would like one of the portfolio-post to link to another page then the actual post where the featured image is, how to?
Also.
If i would like one page or post to be a simple twitterfeed (not in a sidebar) but in a page?
I see i sitebuilder there is a option, but how does it work, where do i put the account informations and settings for that. Or is there a more simple and easy way?And a final thougt.
Is there anyway to get rid og the “bubbely” thing on the loading-page?
The animated thingy next to the logo?Thanks for a great theme!
Mike
February 3, 2015 at 12:39 pm #6140Hi, Mike,
i would like to see that one of my images in portfolio page would be a twitterfeed.
What i mean is the tiles/pictures of the portfolio items in the selected catygory that appear on that page. For each Post i select a featured image that appera on portfolio-page. This is where i would like one of the “featured images” to be a twitter feed.I am not clear the questions. Did you mean that tweet the images of portfolio post? There is not the feature in Aside theme, it could tweet each post or page by the plus button (check screenshot)
Another question.
If i would like one of the portfolio-post to link to another page then the actual post where the featured image is, how to?
Also.
If i would like one page or post to be a simple twitterfeed (not in a sidebar) but in a page?
I see i sitebuilder there is a option, but how does it work, where do i put the account informations and settings for that. Or is there a more simple and easy way?Did you mean that make a image list, the image is linked to custom link.
Plz try to use a gallery module, check screenshot;
The gallery module is set by image post, you could set link in image post, check screenshot.Is there anyway to get rid og the “bubbely” thing on the loading-page?
Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the css to Custom Css
.ux-loading-transform,.ux-loading { display: none; }February 3, 2015 at 1:34 pm #6144Lekstudio
ParticipantHi & thanks for the quick reply!
I am not clear the questions. Did you mean that tweet the images of portfolio post? There is not the feature in Aside theme, it could tweet each post or page by the plus button (check screenshot)
What i meant was the tiles or images shown in portfolio.
Check this link.Where it says Twitter(the image), i was thinking if it was poable to change that to twitter feed instead of the image.
Did you mean that make a image list, the image is linked to custom link.
Plz try to use a gallery module, check screenshot;
The gallery module is set by image post, you could set link in image post, check screenshot.If you take a look at the same link as mentioned above. I would like to change the link on one of these pictures. Is that possible?
Twitterfeed on page/post?
On this post
i would like to have a twitterfeed. What is the best way to get that?Thanks again!
Mike
February 3, 2015 at 1:56 pm #6146Hi Mike,
I probably know what you mean. It needs for more complex code customization. You need to hire a programmer to achieve your needs.
Best Bwsm
February 11, 2015 at 2:54 pm #6225Lekstudio
ParticipantHi Bwsm and thanks for the reply.
I have another more simple problem, if you look at this printscreen,
i would like to change the background for the page from white to #2e2e2e.
Only for the landingpage/this page and not for any other pages.
If i change the f.e body/page background in theme, it will change for the entire site.
How is a simple way to do this?
Thanks Mike
February 12, 2015 at 12:59 am #6231Hi, welcome
If you want to change BG color for only one page.
Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the css to Custom Css:
body.page-id-122 { background-color:#2e2e2e; }Note: change the page id(122) as the page’s. If you don’t know how to get the page id, please check the post: https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Best Bwsm
February 12, 2015 at 8:33 am #6233Lekstudio
ParticipantThanks!
Ok, so i did this.
But still there is white in the “footer”
Check at http://nau.lekstudio.com/
Is it not the page body perheps?
M
February 12, 2015 at 8:58 am #6234Lekstudio
ParticipantOk, so i fixed this.
The solution if anyone else i wondering.
.page-id-1119 .row-fluid { background-color: #2e2e2e; }
I have only checked that it works on chrome and safari
February 12, 2015 at 9:02 am #6235Lekstudio
ParticipantSorry. I was ahead of myself.
When i do this the protfolio mouse-over effect stops to work.
February 12, 2015 at 9:25 am #6236Lekstudio
ParticipantThere was another problem, so the code works fine!
If i want to add scroll to a part of the page. Vertical that is.
So overflow-y i works just fine. But i would like NOt to show the scrollbars, is there
a “easy” way do do that?February 12, 2015 at 12:11 pm #6237Hi,
Try to change as the custom css:
.page-id-1119 > .row-fluid { background-color: #2e2e2e; }Sorry. I was ahead of myself.
When i do this the protfolio mouse-over effect stops to work.I checked your site, the mouseover effect is fine. Could you give more tips?
If i want to add scroll to a part of the page. Vertical that is.
So overflow-y i works just fine. But i would like NOt to show the scrollbars, is there
a “easy” way do do that?There is not easy solution(css solution), maybe need to use a js plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.
