TheRevisionist
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Related Posts are Not Always Contextual…Where is that option exactly?
Forum: Plugins
In reply to: [Contextual Related Posts] Serving Scaled Images?Ok, thank you so much! I have 2 more questions:
1. Can I have the thumbnails all have their own ratios, but all set at a specific width of 300px? In other words, their height would vary depending on the ratio of the original image.
2. How do I increase the font size of the thumbnails? I tried using the custom css, but it gets overwritten by the original code for the CRP plugin, for the text size.
Thanks again!
Forum: Plugins
In reply to: [Contextual Related Posts] Randomize Contextual Related Posts?*love your plugin, btw. It’s actually really good for seo, I’ve found ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Can’t connect@jeherve
So I just have to tell my hosting server to allow this url?
/xmlrpc.php?for=jetpack
Much Obilged!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Can’t connectIt could be that I also got this problem with the most recent update. Because before this update, jetpack was working fine for me.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] flexbox isn’t workingThe template code that you shared works when I used the_excerpt(); vs. alm_get_excerpt(12);
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] flexbox isn’t workingNow I understand; your suppose to add <li class=”flex-item”> into the repeater template.
Note that the template here, https://connekthq.com/plugins/ajax-load-more/examples/flexbox/#template , didn’t work for me, for some reason. I just copy & pasted, did I miss something?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] flexbox isn’t working.
.
.
.
.
Thank you so much! I testing with Inspect Element, and it looks like it works.But how do I add <li class=”flex-item”> to my
- ? I just know enough to do small edits in CSS & HTML.
… Oh, I add it to the repeater template! I’ll try that.
Also, I testing the repeater template code you linked; it didn’t work for my website, for some reason. I just copy & pasted; was there something I could have over looked?
Again, I appreciate your help ?????
- This reply was modified 7 years, 11 months ago by TheRevisionist.
- This reply was modified 7 years, 11 months ago by TheRevisionist.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] flexbox isn’t workingIt’s the tab that says Recent Articles: https://therevisionist.org/bio-hacking/
Love your plugin! Thanks!
Forum: Plugins
In reply to: [WYSIWYG Inline Code Command] Does this plugin still work?Thanks for the reply buddy! I’ll give your plugin for a spin.
Hey thanks man! That definitely worked ??
What does .so-panel refer to, by the way? A section of the page built with pagebuilder?
Forum: Themes and Templates
In reply to: [Sparkling] A few Customization Questions…Hey Vinod Dalvi,
Thanks for the help! I did a little research on making the webpage bigger; would code like this be sufficient/is there anything wrong with using this code?@media (min-width: 1400px) { .container { width: 1300px; } .main-content-inner.col-sm-12.col-md-8 { width: 71%; } #secondary.widget-area.col-sm-12.col-md-4 { width: 29%; } } @media (min-width: 1500px) { .container { width: 1400px; } .main-content-inner.col-sm-12.col-md-8 { width: 73%; } #secondary.widget-area.col-sm-12.col-md-4 { width: 27%; } } @media (min-width: 1600px) { .container { width: 1500px; } .main-content-inner.col-sm-12.col-md-8 { width: 75%; } #secondary.widget-area.col-sm-12.col-md-4 { width: 25%; } }
Source: https://therevisionist.org/software-engineering/wordpress/increase-page-width/
Another question, How can I reverse the color fade of the Sparkling social follow me buttons?
Again, thank you for your help!
- This reply was modified 8 years, 1 month ago by TheRevisionist.
Forum: Themes and Templates
In reply to: [Sparkling] Blogroll showing up Full Text, Not Summary; why?Apparently you have to go to customize > Sparkling Options > Content Options and uncheck & recheck the “show post excerpts” checkbox.
https://colorlib.com/wp/forums/topic/theme-show-full-text-posts-instead-of-summary/
Forum: Reviews
In reply to: [Disqus Comment System] Horrible systemWhy do you say that? What’s does Disqus do wrong?
Forum: Plugins
In reply to: [AddToAny Share Buttons] How do I display the count of all shares?Let me ask another question: what if I want the little bubble counters to appear to the right side of the buttons, instead of underneath them?
Thank You!
- ? I just know enough to do small edits in CSS & HTML.