Stacy Kvernmo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wilson] Bug with the scale option for imageIt could be some conflict with the theme. Have you tried changing over to twentyfifteen and go through the same process?
If the picture does not exist, is it a problem with that specific image file? Is it larger than what your host allows?
Forum: Themes and Templates
In reply to: [Enigma] Footer modificationsThey are usually pulled in through the Appearance > Widgets menu. Without much information in your question, it is hard for me to provide much more help. The widget interface is drag and drop, so if you see a widget you want to use instead of the default ones for this theme, just drag it into a widget area you’d like it displayed in.
Forum: Themes and Templates
In reply to: Remove site headlineHi there,
Just want to start by saying it is important to create a child theme before you make the following changes. With that said, the best way to achieve what you are doing is to remove the lines from the page templates themselves.
Since you are only using the full-width template, then your only change would be to line 18 in content-page.php, or you may want to remove lines 17-19 if you don’t want the underline to appear above the content.
<header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header -->However, if you have a blog, or have a search, etc then you may need to update all of your content-*.php files as well. Here are just a few:
line 26 on content.php:
<?php the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h1>' ); ?>line 16 on content-single.php:
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>line 13 in content-search.php:
<?php the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h1>' ); ?>Hope that helps!
Forum: Plugins
In reply to: [WP-Activity] Problem only in one site: No log on user failI have the same issue.
I have the same issue, also using WP Types. Sigh.
I made my columns by adding a CSS class in the Appearance Menu top menu item of each drop down column. so I used .col1, .col2, .col3, .col4 and then with my styles.css I gave them a percentage of width and wrote the CSS to make them float next to each other.
I manually added this push page content to my clients site http://aasonn.com but because I changed core in order to do this, I cannot update WP :O
So now I am looking for an alternative way to do this as well. This free theme has it built in so maybe I can dissect that code and incorporate this aspect into my theme. http://wpshower.com/demo/?theme=imbalance
But I am also going to keep looking for a plugin. I thought I saw one a few weeks ago that did this.
Forum: Plugins
In reply to: [Donate Plus] Paypal Button is Stretched on page, Why?Im not the developer of the plugin, but your donate button is stretched because your stylesheet has a width of 300px for input. That makes all inputs, including this paypal button, stretch to 300px. Line 1689 of your styles.css
Forum: Plugins
In reply to: [Plugin: Edit Howdy]me too. It displays “Howdy” when browsing the front end of the site, but shows “Welcome” (which is what I changed it to) when browsing the WordPress admin.
I was going to try to edit the edithowdy.php file myself but is too many lines of code that I think I will mess up π
I am wondering why I can’t override the CSS that this plugin creates. I can’t even save a CSS class name in the menus page. It just keeps defaulting to the non-semantic name. I dont want to edit the custom_menu_images.css because then if there is an update I will lose my custom css.
Forum: Plugins
In reply to: Warning: call_user_func_array() [function.call-user-func-array]weird, I removed that line too and it worked. Thanks for the tip ash.matadeen
I found a fix.
I created a new widget area in my functions file and a new sidebar file (since my email sign up form is in the header of my website) for the header.php to call. I only put the constant contact widget in my new header widget area and it worked perfectly.
Must be something buggy with just pulling it into the theme with the php snippet they give.
I get the same error and it just recently happened. I assume my client upgraded either the plugin or WordPress for this change to suddenly happen. I suppose I will try the custom sign up form instead of the php it says to use
<?php $sbw = new constant_contact_api_widget(); $sbw->widget(); ?>Thanks for the update rwstowe. I am having the same issue too.
Forum: Fixing WordPress
In reply to: 500 Error after Admin Log-inI am having a similar issue. Everything worked fine until one day i tried to log in and keep getting a 500 error after I enter my login information. I tried removing my plugins, htaccess file and custom theme without any luck of loggin in after each test. I also checked file permissions. They are all correct.
I did contact my host and they said that nothing changed with the server and they cannot support any wordpress questions. They said “must be a wordpress specific issue”. I then re-uploaded a new download of the WordPress files and still no luck.
This is so frustrating because it used to work, I didnt change anything, and now I cannot log on anymore. I havent even “launched” the site yet. Been working on adding content for months now.