HipHopSpeakeasy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Vantage Social MediaHey I’m back! ?? Just a suggestion for an update, allowing an option to input your own social media account. Like how you have Facebook, google plus, etc. have an “other” section where you can put in the social media icon url and the link to the network!
Forum: Plugins
In reply to: [Paged Post Slider] After turning pageHi spencejosiah,
I like the classiness this plugin offers for paginated posts. However, the update makes it so that the reader is brought to the top of the page, not the top of the content. On a site like mine, I find this to be just a little bit distracting.
Would it be at all possible to have it automatically scroll up to the top of the content and not the top of the page? Right now I have it off so readers have to manually scroll back up, but I’m not sure that’s as convenient as it can be either.
Here’s my site: hiphopspeakeasy.com
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingRyann,
What is interesting is that I have discovered that this is only occurring on my home page. I added the plugin to my widgets sidebar for post pages and it’s working. Take a look:
https://hiphopspeakeasy.com/2014/02/dag-savage-ej-album-review/
Any ideas?
By the way, on the home page, it’s actually set up through a plugin called Page Builder by Site Origin.
Wonder if this helps.
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingthat code you pasted is exactly as it is in my plugin file
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingI do not know of any other surviving code due to the fact that I have upgraded the theme which erased my modifications. all that’s left that I recall is what I have pasted above. do you know of a fix for this? Only thing I can think of is that it’s a theme issue and that I must contact my theme support
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showinganother thing I wonder it may be is my deferred functions.js file in my wp-content folder:
<script type="text/javascript"> // Add a script element as a child of the body function downloadJSAtOnload() { var element = document.createElement("script"); element.src = "deferredfunctions.js"; document.body.appendChild(element); } // Check for browser support of event handling capability if (window.addEventListener) window.addEventListener("load", downloadJSAtOnload, false); else if (window.attachEvent) window.attachEvent("onload", downloadJSAtOnload); else window.onload = downloadJSAtOnload; </script>
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showinghmm I faintly remember working on kicking js or queries out of the head to increase speed. would the code below affect anything? I deleted it from my php.ini and htacess files but nothing happened so I doubt they do:
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days" </IfModule> ## EXPIRES CACHING ## # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showinghaha idk what to say because it’s there for me.
https://tinypic.com/r/5lay2r/8
I just deleted the widget. uninstalled the plugin. reinstalled and reloaded it into the sidebar. try again if you could: https://hiphopspeakeasy.com
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingit’s right next to all of the post thumbnails. right sidebar on the home page
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingIt’s up on the middle right — https://hiphopspeakeasy.com
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingany idea?? I really want to use this plugin but it’s not working the way it needs to and so I cannot use it at the moment. help please!
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showinghaha thanks for the image. helped me find the one block I left in there. got rid of that and it’s still not working tho :(. I added the coding to my custom css again (the ones you mentioned above) but they didn’t work. Then I disabled all of my plugins to see if one was interrupting and that didn’t work. So either I”m missing something or there is still some modifications i made that are getting in the way. argh!
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingI believe that that’s a coding I used when inserting frames. I used that very specifically (i.e. in specific widgets). Those were gone before this problem arose though. Is there a particular place this issue could be residing? I’ve since updated my theme without using a child theme so those modifications have since been wiped. Could it have anything to do with caching in php.ini or htacess folders?
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Bullets showingHey Ryann,
I’m having the same issue. It worked a long time ago and then I started working on some coding/plugin fixes to speed up my site because it was running ridiculously slow. Now I can’t seem to get the jetpack tabbed widget to run like normal.
I, too, have the bulleted widget. I added the above coding each at a time to custom.css to no avail. Any ideas?
Here’s my website: https://hiphopspeakeasy.com
The plugin is on the bottom/middle right
Forum: Themes and Templates
In reply to: [Vantage] Automatically Add Paragraphs in Page Builder Post