rheajap
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Signing] export subscribers lh signingOk I did find a sollution myself.
I installed the register ips plugin for single and multisite.
Then I edited lh-signing.php on line 1578
I have added:
$var[$i]['signup_ip'] = get_the_author_meta('signup_id', $user->ID;
Works like a charm.
Thanks
Forum: Plugins
In reply to: [Social Media Share Buttons] Premium supportHello good morning.
No problem at al. I was uesed to a very quick responce from your side when I bought the plugin earlier for another website (rheja.com) so I was thinking something went wrong probbally. Thats why I made a post.
I resended the question with two different email addresses. So I hope you have one at least.
Regards|
Jap
Forum: Plugins
In reply to: [Featured Video Plus] Play video in excerptHello,
Thank you for your answer. I didn’t think about the archive.php or category.php to look overthere.
What I did find out was that its possible to show the youtube player in the excertp by placing the youtube at the top of my blogpost. Problem what showed up was the video was way to big for the excerpt.
I noticed I can give the youtube player a size and other commands in the link structure via jetpack but that did not work out.
Finally I did find a sollution for reaching what I want. I do not know if this is the best sollution but for now it is working.
I placed the code next code in functions.php of my childtheme.
add_filter('template_redirect', 'custom_content_width_embed_size'); function custom_content_width_embed_size($embed_size){ if ( is_category() || is_attachment() ) { global $content_width; $content_width = 420; //global $content_height; //$content_height = 250; }}
Now the player’s heigth is just as high as the featured image on the excerpt.
I am thinking of showing the video as a featured image but I did not find the time to investigate if that is possible.
I use twenty sixteen theme. I will go look into the two files you described to see if there is a better way to do this.
Regards
Jap
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Changing excerpt on category archiveHello,
I have at this moment Easy Custom Auto Excerpt Options installed because I did hope it would do the thrick for me. But unfortunately not. It’s working the same as using CSS to make the excerpt.
The only struggle I have is I cannot find any way to put the Title permalink at the right side of the featured image. Inline with the excerpt.
To get it done with CSS the aligning of the featured image to the left, the text to the right I first used this css:
.category .post-thumbnail { padding-top: 0px; padding-bottom: 0px; height: 200px; width: 200px; margin-right: 5px; margin-left: 4px; }
To see the site please go to The website
You can login with username Testuser and password: testuser.
The site is not visible for public for now so thats why the login part.
To see the excerpts about what I am talking please go to “Laatste Nieuws” in the right sidebar menu or visit the link https://www.ikstemniet.nu/category/laatste-nieuws/
I have shortened the exceprt line with the plugin. I also did find a function for it but thats not necesary.
I hope you can give me an advice how to put the title inline with the excerpt tekst. As you can see now the title is above the featured image!
Regards,
Jap
Forum: Plugins
In reply to: [Swifty Image Widget] widget grid full widthhello,
What I wanted to try is show 4 images 2 x 2 images side by side in a widget in my sidebar. Your plugin did it with the grid view. The problem was the images where wrapped in a ?inline-block? or something so they had margins at the left and right side and where not showing width of sidebar 100 procent.
I tried everyting to change it but it did not work.
Now I made it work with the visual editor for widgets and with custom css. So I do not need this modification anymore.
Thank you for responding.
Have an awesome day.
regards
Jap
Forum: Themes and Templates
In reply to: [Twenty Sixteen] move menu and right column of blogHello,
Thank you for your answer! I did put in the css code you told me and it worked for the menu. The only problem was that on a horizontal Ipad the menu was broken. I changed
{ max-width: calc( 100% - 280px );
into{ max-width: calc( 100% - 240px );
Is that okay or will that give problems?
Then I wanted to center the menu because it was totally to the right of the screen and I wanted it in the middle. I have added
margin: 0 auto;
to the last line of your css code. It looks like this:.site-header-menu { margin: 0 auto; max-width: calc( 100% - 240px ); margin-top: -8em;}
Is that the right sollution? I ask this because the menu is still on top but placed a littlebit lower and I think its because wrong css at my site!
In your reply you have asked this:
it does not fully address your alignment idea for the content and sidebar.
what are you using to have the sidebar on the left?
as this is a formatting issue, it might be useful if you can post a link to your site.
For my sidebar change I used:
`@media screen and (min-width: 56.875em) {
.sidebar {
float: left;
margin-right: 75%;
margin-left: 0;
}.content-area {
float: right;
margin-right: 0;
margin-left: -100%;}
}`I did find the code on the forum I think. It did the trick to show my sidebar at the left side as I wanted it to show.
Can you give me an advice how to do it better? Especially because I want to move the content part below the menu at the right side of the side. I prefer it like 2 a 3 cm higher just below the menu and not aligned anymore with the top of the sidebar at the left.
At this moment the site is not visible to not logged in users because first we want to make it ready before showing it at our deathline in November.
So I made a testlogin for you. I think you do not need admin rights.
Please go to Click to open site
username: Testuser
Password: TestuserWhen you are on the homepage of the site you can see clearly the distance between menu and the start of the content and title.
I really would like it to be higher just onder the menu .. one or 2 cm lower. I hope when you see the site and the source you can give me an advice. Perhaps i have to change the way I changed position of the sidebar but I don’t know it. Can you give me an advice?
For now thank you in advantage. The menu on top looks much better i am very happy with it.
Sorry for any bad english!
warm regards
Jap
- This reply was modified 8 years, 1 month ago by rheajap. Reason: copied the wrong quote
Ok only the Facebook share button is not working… in à mobile phone..
The rest of the buttons startend working again after clearing history