abreusky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create an archives page in a grid w/ thumbnails)Hey @bcworkz ! I think I didn’t tick the follow up comments by email! :O
Today I was still trying to solve this and I found this own post of mine :-/
So, i think i understand it, but… it is also necessary to link each new post to the archives grid, right?
How is this done?
And about the plugins, any WP or jQuery plugins would do it?
Thank you for your reply!
yes, it’s not a good idea to use an old theme, too many bugs.
I’ll have to change this one :-/
thanks for your help, Jeremy!
Hey!
it did work! the email popup window is opening!
but the layout of the homepage gets “messy”
have a look
There is already a
wp_enqueue_scrpt( 'jquery' );
the whole “script” was this (it’s the only reference to jQuery in functions.php):
require_once ( get_stylesheet_directory() . '/theme-options.php' ); if (!is_admin()) { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', get_bloginfo('stylesheet_directory').'/libs/jquery-1.6.1.min.js' ); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'jquery_masonry', get_bloginfo('stylesheet_directory').'/libs/jquery.masonry.min.js' ); wp_enqueue_script( 'jquery_ui', get_bloginfo('stylesheet_directory').'/libs/jquery-ui.custom.min.js' ); // javascript for infinite scroll $imbalance2_theme_options = get_option('imbalance2_theme_options'); if ( $imbalance2_theme_options['navigation'] == 1 ) { wp_enqueue_script( 'jquery_infinitescroll', get_bloginfo('stylesheet_directory').'/libs/jquery.infinitescroll.min.js' ); } }
what do you think?
1.12.4? i think it’s this one
Hi Jeremy!
I found that my theme is using jquery 1.6.1
wp_register_script( 'jquery', get_bloginfo('stylesheet_directory').'/libs/jquery-1.6.1.min.js' );
Which jquery version is WP 4.7.1 using? I tried to discover but couldn’t find it.
Indeed I’m using a “defunct” theme, and there’s no support for it.
But now that you gave me a path, I think i’ll manage to fix this, using a lot of Google ??
Thanks again!
hmmmm! :-/
scripts are out of my understanding.
I’ll try to fix this maybe in a “rough” way
Hi Jeremy!
The cache plugins i tried were giving me several other problems.
I gave up and deleted them.
That’s why i posted a new thread. I also removed the customisations I was doing directly in the .php files of Jetpack sharing module.
Even doing that, are the scrips errors still happening?
Thank you Jeremy, I will wait till next month, when I “officially” start my blog.
I got what you said, I think it’s going to work fine.
Hi, Jeremy.
Well, I am setting up my blog and I was almost done but I “broke” it and then I had to start everything from scratch, I’ve been the last 3 days remaking everything.
Before the blog “broke” I had 18 posts and I created several tags and assigned to theses posts, and almost all the 18 were displaying related posts.
Now I have again 18 posts and several tags, but very few are displaying related posts.
I don’t know, I’d like to have more of related posts showing up for when I launch my blog as it will be somehow empty, I don’t know…
If you could have a look and maybe suggest me something to do, just for this first moment…
This is the link.
Thanks
hmm… I don’t think I know how to do this… ??
Can u give me a link with more examples? :-/
Forum: Plugins
In reply to: [Proxy Cache Purge] We did not find Varnish active for this domainI also have this issue:
“We did not find Varnish active for this domain.”
How can I fix this?
Hey!!
Yes, it worked!
There was a “.” missing in front of “sd-social-icon .sd-content ul li a.sd-button:before”
??
Thank you!
Hey, do you mind if I ask you something?
I am having a lot of trouble because I am using a lot of CSS files and JS files. Page loading time increased significantly. Pagespeed Insights told me to put all JS into a single file.
Do you know, by any chance, a good plugin to do this?
I tried to find, but maybe a good one is “under the radar”, maybe only developers know…
Well, if you know, I would thank you a lot!
Sorry if this is not the proper place to ask you this.
You helped me already a lot today! ??
Hi Jeremy,
Yes! That just happened to me right now!
I updated Jetpack and lost the changes I’ve made.
Hmmmm, how are these snippets?
Once I used them, in the functions.php and it “broke” my website.
Do the snippets look like CSS selectors?