rishabhsingh12
Forum Replies Created
-
Forum: Reviews
In reply to: [Web Stories] This plugin is so full of bugs.Microsoft Edge browser on Windows 10.
Forum: Reviews
In reply to: [Web Stories] This plugin is so full of bugs.I have recorded this issue here: https://recordit.co/X0NNkq3JP3
As you can see, the issue only occurs when I place my pointer in between the text and then move it to the destination using the arrow keys.
There is one more bug:
The left menu area on my admin dashboard becomes unscrollable when I am inside the “my stories” area.- This reply was modified 5 years, 6 months ago by rishabhsingh12.
Forum: Plugins
In reply to: [W3 Total Cache] How to enable persistent object caching?okay, my website is hosted on AWS EC2, so I can choose Redis.
But I want to know that: Does Redis needs more RAM? (as it’s an in-memory database).
Because I have a limited amount of RAM on my server.
We are sorry to hear that your website has been penalized by Google. Yoast SEO allows you to either 1) disable author pages and redirect them to your homepage or 2) keep them active and output a noindex tag on them.
If I use the 1st option, will I get penalized by Google?
If so, then why does Yoast have this option?Forum: Plugins
In reply to: [The Events Calendar] Events Calendar is generating too many URLs.??
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar is generating too many URLs.Any Solution?
Forum: Fixing WordPress
In reply to: Website Images not loading on Apple devices.Thanks for replying @joyously ,
I just turned on retina display in my theme, but the problem still exists.Forum: Themes and Templates
In reply to: [Customizr] Make all grid items equal heightThis is the link I am referring to: https://www.clichemillennials.com/blog/
Forum: Themes and Templates
In reply to: [Customizr] Make all grid items equal heightHi, @hage
Thanks for replying, your solution worked perfectly.
However, on some grid items (for example 1st and 4th) the author name and date area is little bit above the bottom.
So, if you can tell me how to move author name and date area at the bottom in each grid then It’ll be really helpful.
I tried using this:
.grid-container__classic.tc-grid-border .grid__item { display:flex; flex-direction: column; height: 100%; } .entry-footer{ display:flex; align-self: flex-end; }But it didn’t worked.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] How to change sidebar width?Any Help?
Forum: Fixing WordPress
In reply to: Font Awesome Icons not appearing on certain pages.The problem only exists on few pages.
- This reply was modified 5 years, 10 months ago by rishabhsingh12.
Forum: Themes and Templates
In reply to: [Customizr] How to align the text left in right sidebar?I think I found a solution.
In the class-fire-init.php there is a line of code:
/ $right_sidebar_text_alignment = is_rtl() ? ‘text-md-left’ : ‘text-md-right’; /
while it should be:
/ $right_sidebar_text_alignment = is_rtl() ? ‘text-md-right’ : ‘text-md-left’; /
because: if() ? ‘True’ : ‘False’
I think it’s a bug. So, I’ve edited it for now.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] How to make sidebar boxed in customizr theme?@williamsutton12 Actually I don’t want to add widget. I want to make sidebar boxed. Currently sidebar shows elements, text without any border.
For example: take a look at sidebar of this (ww.wp.xz.cn) website. Is it possible to make my sidebar look like this?
Forum: Themes and Templates
In reply to: [Customizr] Make all grid items equal heightJust wanted to know that is this feature already available in pro version of the theme?
Anyone have any solution?