kayjenx
Forum Replies Created
-
Okay so it does happen at work. However, I don’t have access to my wp-config.php file from here. I’ll have to wait till I get home turn the debug back on and then come here do it and go back and check if it created the file. Thank you for your patience.
Hi, I confirmed earlier that this problem was still happening however I noted that it has something to do with when Akismet and Jetpack are activated at the same time. Akismet was updated 2 months ago and Jetpack was updated 1 week ago so I figured it was jetpack. As long as both are activated the problem persist. However, I am wondering if it’s a browser issue. I was using my windows 7 computer at work and IE 10. On my laptop I have Windows 10 and Chrome and now I can see the text in the editor. I will have to confirm this tomorrow. If it doesn’t show on the computer at work still then I’ll know it’s only that.
On another note. I tried the code above and I guess since it works on this browser, there was no debug error because no log was created.
Hi Kurnik. I actually ended up disabling this subscribe feature via Jetpack completely both for comments and posts. I now use mail chimp and set it to share new posts via my RSS feed. I guess for your purpose you would need to make sure that these products don’t show up on your RSS feed if you use an option like I did.
This other user got help here: https://www.ads-software.com/support/topic/remove-certain-categories-from-site-rss-feed?replies=5
I use another plugin “subscribe to comments” to get my users to subscribe to comments if they wish.
Forum: Plugins
In reply to: [Simple Follow Me Social Buttons Widget] No Image for the feedly buttonHi, Just updated my plugin and it shows now. Thanks very much.
Forum: Themes and Templates
In reply to: Change Menu Font Size – Only Font type changesForum: Fixing WordPress
In reply to: Make content of 1 single page wider than othersI solved this issue by creating a custom page template, without the sidebar and change the content width.
Forum: Fixing WordPress
In reply to: How to Fix White Screen of deathThank you. This seemed to help. using the FTP. I decided against editing the function.php, but it’s easier to make changes via FTP. Thanks
Forum: Fixing WordPress
In reply to: How to Fix White Screen of death<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; /* Add custom functions below */ // Add custom class to home page function my_class_names($classes) { if ( is_page(404)() ) { $classes[] = 'custom navy-seaport-e'; } return $classes; } add_filter('body_class','my_class_names');
This is the code form the child theme that I tried to add a body_class to a specific page that I want to change the content width of.
Forum: Fixing WordPress
In reply to: How to Fix White Screen of deathI copied it from the Appearance > editor > functions.php
I have changed some other files but this one always gives me white screen. I don’t even see anything on the line 8 which it says has the error :S
Forum: Fixing WordPress
In reply to: How to Fix White Screen of deathForum: Fixing WordPress
In reply to: Make content of 1 single page wider than othersHi,
I have tried using the body_class but I am not sure what it is specifically. I have used these:
.page-id-404#container { width: 1200px; }
page page-id-404 { width: 1200px; }
and
.page-template-page-store-php.content { width: 1200px; }
This last one only makes the entire page wider and thus you have to scroll across.
Forum: Plugins
In reply to: [Easy Google Fonts] Cannot Change the Site Title FontThanks Sunny, you have been a great help. That worked.
Forum: Plugins
In reply to: [Easy Google Fonts] Cannot Change the Site Title FontYes I want to change the part that says “the review court” but the selectors you suggested actually changes the part that says “the verdict..” and then “We love to read…” but not the header.
Forum: Plugins
In reply to: [Easy Google Fonts] Cannot Change the Site Title FontOkay I found on problem. My theme had a lot of
!Important
in the style.css file. I think this was overriding whatever I used. However, the 2 you suggested changed line 2 and 3 description 1 and 2 basically. I still can’t change the header ??