David
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: strange issue with page titles and google analyticsDefinitely helped, thanks Chris I really appreciate the advice.
The client does some ppc but that traffic is supposed to get sent to a separate site, I suspected that may be the issue but wasn’t quite sure.
One thing, and i’m not sure if this answers that question, but all the traffic with that type of suffix is direct? Would that mean the ppc campaign is the culprit.
Forum: Fixing WordPress
In reply to: Firefox can't establish a connection to the server at …Im having the strange problem, I disabled all my plugins and it’s still happening. Anyone know what might be causing this?
Forum: Fixing WordPress
In reply to: a little guidance with adding jquery into childthemethats incredible, it’s working wonderfully. Thank you so much!! this unlocks so many possibilities, let me ask you one final question though, I didn’t add any markup specifically to the html so I am wondering how it was able to pick up on it?
Forum: Fixing WordPress
In reply to: a little guidance with adding jquery into childthemeso the enqueue function basically just replaces
<script src>Forum: Fixing WordPress
In reply to: a little guidance with adding jquery into childthememan this rabbit hole keeps getting deeper!
@esmi Thank you for clarifying
@fonglh I appreciate you sharing that, I’m still a little unsure of how to make this work, can you clarify for me if wp_enqueue_script is a function for my functions.php amd how do I call it in my page template(can the function hook in and call it for me?)
Forum: Fixing WordPress
In reply to: How can I add adsense on my homepage1. create an adsense account if you dont have one
2. create an ad and they will give you some javascript code
3. copy and paste the code in a text widget(text widgets are in the widget section of your admin, under appearance)
4. now you can just drag the text widget into your sidebarForum: Fixing WordPress
In reply to: How can I add adsense on my homepageyou can just copy and paste the adsense code into a text widget than you can position it where ever you want.
Forum: Fixing WordPress
In reply to: CSS font-size line has no effectlook for this line
.voltrek_homepage p{font-size:12px}
change it to something largerForum: Fixing WordPress
In reply to: 403-Forbidden and .htaccessI found this link if it helps you http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/
Forum: Fixing WordPress
In reply to: 403-Forbidden and .htaccessYou could try this one suggested by the wp codex
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressIf that doesn’t work I don’t think i’ll be able to help you 🙁
Forum: Fixing WordPress
In reply to: 403-Forbidden and .htaccesswhats your url?
try reuploading the .htaccess file and see if it’s working now, sorry running out of ideas 🙁
Forum: Fixing WordPress
In reply to: Gallery – can't line the images…visit the plugin settings page for that plugin and look for gallery.css, you should find it in there hopefully 🙂
Forum: Fixing WordPress
In reply to: Gallery – can't line the images…are you using some sort of gallery plugin to achieve this?
Forum: Fixing WordPress
In reply to: 403-Forbidden and .htaccessI wonder if changing the password also changed the database password, you should look into that. If you inadvertently changed your database password you need to update the wp-config file
Forum: Fixing WordPress
In reply to: 403-Forbidden and .htaccesshave you installed or activated any new plugins lately?