sandygraph
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not Receiving Email After RedirectionHello,
Thanks for your reply. That doesn’t help much because I receive emails from the form if it’s not redirecting after submit.
I want to know why I don’t receive emails from the form when it’s being redirected after submit.
Thank you in advance,
Forum: Plugins
In reply to: [Simple Membership] Registration Email Going to SpamThe email I was registering was a gmail and the admin email is a gmail as well. I just tried registering on the front end and it went to gmail primary mail so that’s good. I just want to know why through the backend it goes to spam.
The admin doesn’t want people to be able to register, she wants to have control over who registers that’s why she wanted to do it manually in the backend.
Forum: Plugins
In reply to: [W3 Total Cache] Causing Page Speed ErrorsHello,
I tried to do what you told me and now this is the set up: https://snag.gy/65OtVW.jpg
However now more errors show up on the Page Speed log than I had before :[ Did I do something wrong?
Forum: Plugins
In reply to: [W3 Total Cache] Causing Page Speed ErrorsHi Nastia,
Thank you for your reply! Yes the JS and CSS are both enabled from the minify section. Do I need to disable them?
Forum: Fixing WordPress
In reply to: Google Adwords in One PageOr would it be this:
<?php
if ( is_page(591) ) {
<!– Google Code for Request More Information Signing Conversion Page –> <script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 1068725606;
var google_conversion_language = “en”;
var google_conversion_format = “3”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “v9T0CLru-mUQ5urN_QM”; var google_conversion_value = 100.00; var google_conversion_currency = “USD”; var google_remarketing_only = false;
/* ]]> */
</script>
<script type=”text/javascript”
src=”//www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
<img height=”1″ width=”1″ style=”border-style:none;” alt=””
src=”//www.googleadservices.com/pagead/conversion/1068725606/?value=100.00¤cy_code=USD&label=v9T0CLru-mUQ5urN_QM&guid=ON&script=0″/>
</div>
</noscript>}
?>
Forum: Fixing WordPress
In reply to: Google Adwords in One PageHi Michael,
I’m a bit new to this and I checked out this: https://codex.www.ads-software.com/Conditional_Tags#A_PAGE_Page so now can you please tell me if the below is the correct format and is good to go to insert in header.php? I’m not sure I understand the concept of wrapping:
<b:if cond=’data:blog.canonicalUrl == “https://houstonpropertymanagement.com/request-property-management-services-houston-packet/”‘/>
<!– Google Code for Request More Information Signing Conversion Page –> <script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1068725606;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "v9T0CLru-mUQ5urN_QM"; var google_conversion_value = 100.00; var google_conversion_currency = "USD"; var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript"
src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt=""
src="//www.googleadservices.com/pagead/conversion/1068725606/?value=100.00¤cy_code=USD&label=v9T0CLru-mUQ5urN_QM&guid=ON&script=0"/>
</div>
</noscript>
</b:if>Forum: Plugins
In reply to: [Popup by Supsystic] Redirect URL Not WorkingHmm…
Is there a way to force open it? I’m worried that everyone who goes to the site will be unaware of these extra steps.
Forum: Plugins
In reply to: [Popup by Supsystic] Redirect URL Not WorkingHello,
Thank you for your reply. I have tried it on Firefox which does seem to be blocking the pop up, but then I tried it on Chrome and Safari which don’t have pop up blockers set up and it still didn’t work :[
Forum: Fixing WordPress
In reply to: BLOG Page CustomizationThe developer is no where to be found or contacted. I was able to modify the single.php page so now the blog shows up, however I have no idea how to stylize the content. Can you help me with that please?
https://tintedadvertisinggraphics.com/design-as-youve-never-done-it-before/Forum: Fixing WordPress
In reply to: Identical posts with different formatting Confusionsorry I accidentally linked them wrong.
first page here: https://tintedadvertisinggraphics.com/design-as-youve-never-done-it-before/
second page here: https://tintedadvertisinggraphics.com/2015/03/Forum: Fixing WordPress
In reply to: How to show BLOG POSTS on Custom PageForgot to mention the blog page is at the bottom by the footer, it’s called TAG Blog https://tintedadvertisinggraphics.com/tag-blog/
Forum: Fixing WordPress
In reply to: Code is showing up on browser tab!Thank you have a great day! ??
Forum: Fixing WordPress
In reply to: Code is showing up on browser tab!Yes I tried unwrapping it and it didn’t work so I declared a second title tag above the one wrapping the navigation and it seems to be working. Thank you so much! ??
Forum: Fixing WordPress
In reply to: Code is showing up on browser tab!Thank you for replying! I think I understand what you are saying but I have no idea why it would wrap it. The plugin I activated was this one:
https://www.ads-software.com/plugins/photo-gallery/If I just delete the title tag would that fix it? Or is there more to it?
Forum: Fixing WordPress
In reply to: How to make custom page appear on menu?Is there any general vaque suggestion you can give me? Or an example of how it would be done in a non-custom theme?