raws4581
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu custom linksThanks.
Forum: Fixing WordPress
In reply to: WordPress and htaccessI tried deactivating all plugin, reupload .htaccess, follow your recommendations, it still doing the same, it only happen on this server, not sure if this could be apache server or wordpress because wordpress does not do it for all other site we have but hosted at https://www.site5.com this particular site is hosted somewhere else, so i think it can be the server?
Forum: Fixing WordPress
In reply to: WordPress and htaccessManually like ive done all my other project in dreamweaver and uploading it, it reverts right away, not sure if is the hosting or wordpress
Forum: Fixing WordPress
In reply to: WordPress and htaccessI am doing this:
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule># 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 WordPressbut it always delete everything at the top and just show, also it seems that the .htaccess files go back to permission 444 not 644 or 777 when I change it
# 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 WordPressForum: Plugins
In reply to: [Contact Form 7] When receiving messageThanks solved the problem, thank you so much.
Forum: Plugins
In reply to: [Contact Form 7] When receiving message<p>Your Name*
[text* your-name] </p>
<p>Company Name*
[text* company-name] </p>
<p>Phone Number*
[tel* tel-738]</p>
<p>Email*
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>How Can We Help You?
[textarea your-message] </p>
<p>[recaptcha]
</p>
<p>[submit “Send”]</p>Forum: Plugins
In reply to: [Contact Form 7] When receiving messageIs this what you need?
from: WordPress <“Ray Williams”@mailchannels.net>
reply-to: [email protected]
to: [email protected]
date: Fri, Dec 18, 2015 at 9:14 AM
subject: DPI Website Contact FormFrom: Ray Williams <[email protected]>
Company Name: Cyber Junkies Interactive
Phone Number: 7045823781
Subject: Testing FormMessage Body:
Testing Form Message—
This e-mail was sent from a contact form on DPI Chemicals USA (https://www.dpichemicalsusa.com)Forum: Plugins
In reply to: [Contact Form 7] When receiving messageRight now i have only [your-name] left again by default, i receive the person name but this is what comes in
WordPress <“Ray Williams”@mailchannels.net>
I dont want that wordpress title in the front is weird, the hosting said they cant fix is something with the plugin. Your help is appreciated.
Forum: Plugins
In reply to: [Contact Form 7] When receiving messageYes on the field From I have clear it and enter other information and it is always showing when receiving, it say from WordPress
Forum: Fixing WordPress
In reply to: Print OptionWill try. Thanks for all you help. I am trying to make it as easy as possible
Forum: Fixing WordPress
In reply to: Print OptionNot really. I guess I will have to create a custom print.css for it. That should fix it, i seen plugin that have a click to print and convert the html to pdf and print exactly, i think that would work, is there any of that you know?
Forum: Fixing WordPress
In reply to: Print OptionFrom the themes on this website. Toolbox, is an old theme. here is the temporary site I am working on
Forum: Fixing WordPress
In reply to: Print OptionI’ve try it but it break and only print plain text not my design. using toolbox. the theme is semantic, it really came with nothing, is not a dev theme
Forum: Fixing WordPress
In reply to: Print OptionNot yet. From what I been reading I would need to use a custom print.css and create this, all the plugin I tested print a pdf basic page not the look or design of my site.
Forum: Fixing WordPress
In reply to: Print Optiontoolbox