TyMcClendon
Forum Replies Created
-
Hi Jeremy,
Thank you for your reply.
I have submitted a message through the form. Please let me know if you need anything else.
Have a great day,
Ty
I still have not made any progess on this issue. All suggestions are much appreciated!
Does anybody know of any good resources to resolve this?
And I also tried deactivating all my plugins as mentioned here: https://www.ads-software.com/support/topic/jetpack-infinite-scroll-not-working?replies=3
However, even with the jetpack infinite scroll being the only enabled plugin, it still does not render more than 7 posts.
I also tried implementing the code found on:
https://wptheming.com/2013/04/jetpack-infinite-scroll-masonry/
But the same issue still remains.
Hi Jeremy,
Yes, I have now deactivated total cache. Please take another look at your earliest convenience.
Thank you,
Ty
Hi Jeremy,
Thank you for your reply.
Yes, the url is https://www.bestdubstepsongs.com
Have a great day,
Ty
I also tried reinstalling jetpack (due to possible minification issues) and it still doesnt work ?? same issues
I just noticed that the infinite scroll menu displays temporarily and then disappears. When the page loads and I scroll down, the IS footer menu displays. As you begin to reach the bottom of the page, the IS footer menu disappears.
This is the code I’m using in my functions.php
function zilla_infinite_scroll_render() {
get_template_part( ‘content-post’, ‘standard’ );
}add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘left-area’,
‘render’ => ‘zilla_infinite_scroll_render’,
));Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Widget does not updateI read your article https://rating-widget.com/support/the-ratings-on-the-wordpress-top-rated-widget-are-not-being-updated-whats-wrong/#respond
and have disabled my caching. However this issue still exists.I also cleared the plugins cache via accoutn settings, and this did not fix this issue.
Forum: Your WordPress
In reply to: Website Review and SuggestionsI have installed a slideshow and my site looks much better. Thank you for your suggestion!
Any other ideas?
Forum: Your WordPress
In reply to: Website Review and SuggestionsHi lorbach!
Thank you for the reply!
Yes, this is one of my designs! I had a lot of fun with it ??
I appreciate your suggestion to make my site more visually stimulating. I completely agree! I’m going to install a slideshow on the homepage to show off my recent work! I’m also going to try formatting the text with more green.
Thank you very much!
Ty
Forum: Themes and Templates
In reply to: Changing the header size of twenty elevenCool. All seems to work well now.
Thank you both.
Ty
Forum: Themes and Templates
In reply to: Changing the header size of twenty elevenI’ve removed all the the code from my child theme’s functions.php file, uploaded the blank file, and the errors went away. (Woohoo!)
I then copied the contents your functions.php on pastebin(I hid the number lines, no editing done), uploaded the file, and BOOM! This error comes up:
Parse error: syntax error, unexpected T_FUNCTION in ..themes/twentyeleven-child/functions.php on line 15
I feel stupid. Why does everybody else’s work except mine? :'(
Ty