meravjon
Forum Replies Created
-
I have the same problem.
Forum: Fixing WordPress
In reply to: how to create a registration formThanks for reply.
But, it’s a partial solution to the problem
I have made costume page for login. But i still have 2 problems:
1. When a user is logged in he can access wp-admin/profile.php. and I don’t want this.
2. The wp-login.php also has the registration option, I have a registration form I want them to use in other page. I couldn’t find how to redirect the register link to this page.Forum: Themes and Templates
In reply to: [Frontier] Link to previous post in the same categoryHi ron
Thanks for your reply. The code i paste works fine that’s exactly what i wanted. I just want to add the relevant code to make it appears only on the post in the same category.
in this link
The right link connects to a post in a different category.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] can't update my costume cssHi Tobias
Thanks’ that was the problemForum: Plugins
In reply to: [W3 Total Cache] Render-blocking JavaScript:Hi again
Thanks a lot. I’m a new user so I tried changing the setup and kept checking the web to see if anything got broken. So I steel don’t know all the terms you use’ as in : “All external URL CSS & JS “. I don’t know how to distinguish between them and other files. So if you have the time and patience, I’d love if you can guide me.Forum: Plugins
In reply to: [W3 Total Cache] Render-blocking JavaScript:OK Thanks again
Forum: Plugins
In reply to: [W3 Total Cache] Render-blocking JavaScript:Hi watch teller
Thanks it did work.
i have another problem the i can’t chose the cache urls with query string option so I added this in my php
add_filter( ‘style_loader_src’, ‘t5_remove_version’ );
add_filter( ‘script_loader_src’, ‘t5_remove_version’ );function t5_remove_version( $url ) { return remove_query_arg( 'ver', $url ); } function _remove_script_version( $src ){ $parts = explode( '?', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
and it did solve some of the problems. So I added also the plugin: Remove query strings from static resources
all this and still I get:
Resources with a “?” in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:http://www.best-seo.co.il/wp-content/plugins/w3-total-cache/pub/minify.php?file=92b8a/default.include.176b53.css
http://www.best-seo.co.il/wp-content/plugins/w3-total-cache/pub/minify.php?file=92b8a/page.include.76a153.js
http://www.best-seo.co.il/wp-content/themes/pindol/css/ui/jquery.ui.all.css?ver=1.2.2
http://www.best-seo.co.il/wp-content/themes/pindol/fonts/fontawesome-webfont.woff?v=3.0.1
http://www.best-seo.co.il/wp-content/themes/pindol/style-colors.php?ver=1.2.2
http://www.best-seo.co.il/wp-content/themes/pindol/style.php?ver=1.2.2
https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fwww.best-seo.co.il#rpctoken=644134117&force…
https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/v/t1.0-1/c130.38.477.477/s50x50/543338_10150905363274177_577787…
https://lh3.googleusercontent.com/-iBaCbjNbP18/AAAAAAAAAAI/AAAAAAAAABo/AUvh6M9enJs/photo.jpg?sz=82
https://oauth.googleusercontent.com/gadgets/js/core:rpc:shindig.random:shindig.sha1.js?c=2Forum: Plugins
In reply to: [W3 Total Cache] Render-blocking JavaScript:After I modify the setting I did achieve results.
But now I got new problem:
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.
http://fonts.googleapis.com/assets/bullet.png
http://fonts.googleapis.com/assets/loader.gif
http://fonts.googleapis.com/assets/shadow2.png
http://fonts.googleapis.com/assets/timer.pngCan somebody help me with that?
http://www.best-seo.co.il/Hi Ron
Thanks you the read post is exactly what I wanted.Hi ron
Thank you for your reply.
I added the code for the Next/Previous Post to my functions.php in child theme and it works well excluding this post:
http://www.easy-chemistry.co.il/%D7%9E%D7%A6%D7%91%D7%99-%D7%A6%D7%91%D7%99%D7%A8%D7%94/I understand from your last reply that I can’t change the read post button to the title of the post.
Forum: Themes and Templates
In reply to: [Frontier] Help: Parse errorO.K. sorry I deleted that file earlier. Problem solved.
Thank you.Forum: Themes and Templates
In reply to: [Frontier] Help: Parse errorI uploaded the child theme from your web, so it already there
Forum: Themes and Templates
In reply to: [Frontier] Help: Parse errorI added rtl.css to my frontier-child and it’s steel doesn’t work. somebody?
Forum: Themes and Templates
In reply to: [Frontier] Help: Parse errorHi,
I’ve created child theme, but it goes LTR and I need RTL.
How can I change it?Forum: Themes and Templates
In reply to: [Frontier] Help: Parse errorThank you