etespey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show sidebars only when activeThat does not seem to be the case. I only have the 2 sidebars registered in my functions.php file. That’s when they show up in Widgets. I’ve got a lot of empty sidebar containers showing up in widgets and would like to hide them when they’re not being used. I haven’t created any page templates for these sidebars.
Forum: Plugins
In reply to: [List Related Attachments] Widget not working for multiple filesI got the issue resolved-not sure how though. In Page Edit mode I click Add Media and Upload or select a file from my Media Library and select Link To Media File then Insert Into Page. The problem is the link for the file stays at the bottom of the page where I had the cursor when inserting the file; as well as being put in the widget where I want it. That means I have to delete the link at the bottom of the page so the file link only shows up in the widget. Why does this happen. Shouldn’t the link at the bottom of the page go away and just be in the widget?
Forum: Fixing WordPress
In reply to: Having trouble locking my Footer to the bottom of the pageTry putting absolute positioning to the container div and relative positioning to the footer div using CSS.
Forum: Plugins
In reply to: [WP Catalogue] change button colorsMost browsers have a way to find the css rules for a specific item on a page (in your case the category button. In Goggle Chrome you right click and select Inspect Element; in Internet Explorer use the Property Inspector; in Firefox right click and select Inspect Element. Firebug is a nice plugin too.
Forum: Plugins
In reply to: [Rootspersona] Uploading multiple gedcoms to one siteI’m not sure I understand how this is done. My first gedcom upload would be batchId 1. What is its generated page,the rootspersonaTree page? What am I ‘adding to another page’? And lastly does the shortcode go in a blank page?
Forum: Fixing WordPress
In reply to: Using Mootools with WordPressI fixed the problem though I probably didn’t use the best way possible. I had to register and enqueue each script file individually and used absolute urls (relative ones didnt work for some reason). The scripts were placed in my functions.php file like so:
//CREATE SCRIPTS FOR MOOTOOLS SCROLLBAR add_action('wp_enqueue_scripts','mooloader'); function mooloader() { wp_register_script('moomaster','https://www.espeykreativedesigns.com/webauthoring/wp-content/themes/pagelines-template-theme/scripts/mootools/mootools-1.2.4-core.js',FALSE); wp_register_script('moomore','https://www.espeykreativedesigns.com/webauthoring/wp-content/themes/pagelines-template-theme/scripts/mootools/mootools-1.2.4.4-more.js',FALSE); wp_register_script('mooscroll','https://www.espeykreativedesigns.com/webauthoring/wp-content/themes/pagelines-template-theme/scripts/mootools/Scrollbar.js',FALSE); wp_enqueue_script('moomaster'); wp_enqueue_script('moomore'); wp_enqueue_script('mooscroll'); } //CREATE STYLE FOR MOOTOOLS SCROLLBAR add_action('wp_enqueue_scripts','moostyler'); function moostyler() { wp_register_style('moostyle','https://www.espeykreativedesigns.com/webauthoring/wp-content/themes/pagelines-template-theme/scripts/mootools/vScrollbar.css',FALSE); wp_enqueue_style('moostyle'); }
The content for the scrollbar is on the wordpress page at this url https://espeykreativedesigns.com/webauthoring/web-2-0-applications/