eerlewein
Forum Replies Created
-
Forum: Plugins
In reply to: [Fourteen Extended] child themeI am curious, I have a child theme named after my site.
Site Name: Mountaineer Athletics
Address: https://www.mountaineer.us
I have a secondary theme folder of the twentyfourteen theme which I named ‘Mountaineer’, changed the styles file to mirror that name under templates.To make this Plugin functional (as it currently only shows up if I activate the original 2014 theme) I am assuming that I will have to replace any template reference in your plugin to mirror that off my child theme name?
Just edit this section?
// Only run if theme or parent theme is Twenty Fourteen. if ( get_template() != 'twentyfourteen' ) { return; }
Thank you.
Forum: Themes and Templates
In reply to: Removing header images from serverYoull have to remove those through the dashboard under media. Probably the easiest way. 2
Forum: Themes and Templates
In reply to: Menu appearing behind images with the Elisium themeaccessing with IE9.
Forum: Themes and Templates
In reply to: [Theme: Twenty Fourteen] Plugin and Footer IssuesChecked the server log now after Autoptimize had an update. Getting the following errors:
Premature end of script headers: wp-comments-post.php, referer: https://mountaineer.us/?p=1
Premature end of script headers: wp-comments-post.php, referer: https://mountaineer.us/2013/12/29/welcome/
The footer menu is still disappearing. Unresolved :/
Forum: Themes and Templates
In reply to: Removing header images from serverUnder media delete the ones you dont want by checking the box and selecting the drop-down menu Bulk delete permanently.
Or FTP into the server and remove the ones you dont want.
Forum: Themes and Templates
In reply to: Menu appearing behind images with the Elisium themeNot sure what you mean…
Checked IE/FF/Chrome and the drop down menu is in front of the video images.
Maybe you need to clear cache to make your changes appear?
Forum: Themes and Templates
In reply to: [Customizr] IconsCould you post an example of what you mean?
Forum: Themes and Templates
In reply to: [Spun] Spun Sidebar Widget Placement (Top-Right) HelpForum: Themes and Templates
In reply to: [Twenty Fourteen] I want to change the grid styleFor the 2014 theme I think the only way you can set it up is to have 6 total posts. three top three below that.
If the styling of the 2014 grid isnt what you are looking for, you might want to find another plugin that suits your styling more than that of the 2014. Might be easier then venturing into the world of completely having to redesign the grid roster through php and CSS editing.
Just a thought.
Unless of course I misunderstood and you were just wondering how you can actually get the grid system to post like that then the solution is easy: just grab a page, set it to sticky (top right side of the edit window under posting style) and set the Tag to “featured”.
Scenario.
Fried everything. Removed all files deleted all SQL DBs and started fresh.
Uploaded WP_3.8 files that I just DLed from wp.org.
Installed new DB under different name and User.
Started setup and install. Received server 500 error on step 2.found sollution here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
If you are seeing the internal server error only when you try to login to your WordPress admin or uploading an image in your wp-admin, then you should increase the memory limit by following these steps:
Create a blank text file called php.ini
Paste this code in there: memory=64MB
Save the file
Upload it into your /wp-admin/ folder using FTPdid that and now we are up and running. No problems.
I am guessing no one else is having these issues.
I will try once more. Maybe its just something time related
Forum: Themes and Templates
In reply to: [2013 Theme] Menue Header Removal iframe related QuestionSolution found.
added the following line after <head> to remove the scroll bar.
<script language=”JavaScript”>
<!–
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById(‘the_iframe’).contentWindow.
document.body.scrollHeight;//change the height of the iframe
document.getElementById(‘the_iframe’).height=
the_height;
}
//–>
</script>Status unchanged. Here a short ScreenRecording off the issue.
https://mountaineer.us/wordpress.mov
Any help would be appreciated.
Checked the Server Errors and 5 were found. All five for other domains also residing on the server. Missing files usually. Nothing major.
Starting installation process right now again.
Lets see if this will fix it.
Forum: Themes and Templates
In reply to: [2013 Theme] Menue Header Removal iframe related Questionnot sure if this is permitted, but – bump.