Forum Replies Created
-
AuthorPosts
-
February 18, 2017 at 1:47 am in reply to: Main menu not working after changing homepage to be different from wp directory #748731
I removed the following from my .htaccess files both in the root and wp install directory and the menu seems to be working again:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^/fwf/wp-content/endurance-page-cache/ – [L]
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP_COOKIE} !(wordpress_test_cookie|comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond %{DOCUMENT_ROOT}/fwf/wp-content/endurance-page-cache/$1/_index.html -f
RewriteRule ^(.*)$ /fwf/wp-content/endurance-page-cache/$1/_index.html [L]
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/javascript “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 1 weeks”
</IfModule>May 14, 2014 at 7:31 am in reply to: How can I assign Featured Image as Facebook Preview Thumbnail #264512I was wondering if you could use the “Code Block” content elements to set an image for Facebook Preview Thumbnail?
Thank you!!! Worked great.
Thanks that worked! I deactivated my plugins and reactivated it and the pop up search box shows up correctly now!
Sorry Ishmael I didn’t mean to hijack this thread. I will put up another thread with my issue. Thanks!
This reply has been marked as private.Were you guys able to look into this issue? I really need to launch the website by this Friday.
This reply has been marked as private.@Yigit Thanks for getting back to me. What OS and Browser are you using? Im on Win7 using Chrome. I tried using Firefox and it works in FF. In Chrome I am having issues. I will post some screens shortly.
This reply has been marked as private.We are having the exact same problem and this started yesterday. Please let me know how I can fix this.
I just upgraded the theme from 2.6.2 to 2.7.1 but now the search tool box in the header is not correctly showing up.
-
AuthorPosts