DavidGMII
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need to Remove WordPress From Search EnginesThe site is at marmoncreations.com/gigatrak
Thanks!
Here’s what helped me:
Basically be sure you tick “Set default hours values for this day(s). This will overwrite any existing data.” when you visit the calendar in the backend and click on a date. This is how you set it to display in green and what not. I just clicked on a start date, and then went several months ahead and clicked another date so that it selects all of them. Then made sure that line of text was ticked, and submit. Worked, thankfully after struggling for several days!
Forum: Fixing WordPress
In reply to: JQuery UI Not LoadingI changed it to: wp_enqueue_script array( ‘jquery’ );
that broke the site unfortunately. Is that the correct way to implement it?
Forum: Fixing WordPress
In reply to: JQuery UI Not LoadingThanks for the reply! I added that to my functions.php file, but there was no different result. Here’s what I’ve got going in my theme:
function clava_enqueue_script() { wp_enqueue_script( "jquery" ); wp_enqueue_script( 'jquery-ui-core' ); wp_enqueue_script( 'jquery-ui-datepicker' ); wp_enqueue_script( "bootstrap", get_template_directory_uri(). "/js/vendor/bootstrap.min.js", "jquery", false, true); wp_enqueue_script( "bootstrapjs", get_template_directory_uri(). "/js/vendor/bootstrap.js", "jquery", false, true); wp_enqueue_script( "easing", get_template_directory_uri(). "/js/jquery.easing.1.3.js", "jquery", false, true); wp_enqueue_script( "retina", get_template_directory_uri(). "/js/retina-1.1.0.min.js", "jquery", false, true); wp_enqueue_script( "cookie", get_template_directory_uri(). "/js/jquery.cookie.js", "jquery", false, true); wp_enqueue_script( "styleswitch", get_template_directory_uri(). "/js/styleswitch.js", "jquery", false, true); wp_enqueue_script( "superfish", get_template_directory_uri(). "/js/jquery.superfish.js", "jquery", false, true); wp_enqueue_script( "modernizr", get_template_directory_uri(). "/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js", "jquery", false, true); wp_enqueue_script( "jpanelmenu", get_template_directory_uri(). "/js/jquery.jpanelmenu.js", "jquery", false, true); wp_enqueue_script( "blackandwhite", get_template_directory_uri(). "/js/jquery.blackandwhite.min.js", "jquery", false, true); wp_enqueue_script( "rev", get_template_directory_uri(). "/js/jquery.themepunch.revolution.min.js", "jquery", false, true); wp_enqueue_script( "jcarousel", get_template_directory_uri(). "/js/jquery.jcarousel.js", "jquery", false, true); wp_enqueue_script( "jflickrfeed", get_template_directory_uri(). "/js/jflickrfeed.js", "jquery", false, true); wp_enqueue_script( "jflickrfeedsetup", get_template_directory_uri(). "/js/jflickrfeed-setup.js", "jquery", false, true); wp_enqueue_script( "magnific", get_template_directory_uri(). "/js/jquery.magnific-popup.min.js", "jquery", false, true); wp_enqueue_script( "isotope", get_template_directory_uri(). "/js/jquery.isotope.min.js", "jquery", false, true); wp_enqueue_script( "swipe", get_template_directory_uri(). "/js/swipe.js", "jquery", false, true); wp_enqueue_script( "tweetable", get_template_directory_uri(). "/js/tweetable.jquery.js", "jquery", false, true); wp_enqueue_script( "timeago", get_template_directory_uri(). "/js/jquery.timeago.js", "jquery", false, true); wp_enqueue_script( "gmap", get_template_directory_uri(). "/js/jquery.gmap.js", "jquery", false, true); wp_enqueue_script( "main", get_template_directory_uri(). "/js/main.js", "jquery", false, true); $purl = array( 'template_url' => get_template_directory_uri() ); wp_localize_script( 'main', 'purl', $purl ); }
Forum: Plugins
In reply to: [WordPress Related Posts] Add Related Posts to Index page?Any ideas?
Fantastic, that worked out great, thank you folks! Great plugin.
Forum: Fixing WordPress
In reply to: WordPress 2 domains, 1 site errorWell figured it out, just updated the permalinks and got it. Thanks!
Forum: Fixing WordPress
In reply to: WordPress 2 domains, 1 site errorI must have something messed up because I just ran a test. I renamed the /test folder to /test2, and all the interior pages broke with a 500 error. Apparently the internal pages, even though they are for instance, https://b3econsulting.com/services/ – they are still calling the /test folder. Very weird. Any ideas what might be going on?
Forum: Fixing WordPress
In reply to: WordPress 2 domains, 1 site errorClarification though: This only occurs if you click on a page, then try to hit home. Otherwise, from the homepage, the links are correct.
Forum: Fixing WordPress
In reply to: WordPress 2 domains, 1 site errorYeah like I said I’ve already done that. It wouldn’t explain the logo linking to the same /test anyway. Very weird, never seen something like this before.
Forum: Themes and Templates
In reply to: Widget Area Messed UpIs there no way to empty a theme’s widget area without going through the admin widget area?
Forum: Themes and Templates
In reply to: Widget Area Messed UpI’m using the Incarnation Premium Theme. I added the content under Appearance>Widgets.
I’m wondering if there’s a back door to edit the widget area? If I could simply delete the previous content from that widget area, that would be a great help.
Forum: Fixing WordPress
In reply to: Transferring Domains – Internal Server ErrorI got it to work. Not sure why that directory was giving me trouble, but I just created a new folder, pointed the domain to that and bingo!
Thanks just the same ??
David.
Forum: Themes and Templates
In reply to: Sidebar Link LayoutWell, I’ve taking a slightly different route to accomplish this. I followed this handy tutorial Here.
If you take a look at the site, it’s looking quite a bit better now. However, I still don’t have the rollover image, just the rollover text. I don’t know if my css is lacking here, or what, but maybe if you took a look at it you could determine the problem. Here’s the following code that I used in my stylesheet.
#text-4 { background: url(img.png); height:21px; background-repeat:no-repeat; background-position:center; } #text-4 .textwidget { text-align: center; color: #000; display: block; padding: 2px; text-decoration: none; font-weight: bold; a visited: color(#000000); opacity:0.7; filter:alpha(opacity=70); /* For IE8 and earlier */ } #text-4 .textwidget a:link, #text-4 .textwidget a:visited { text-decoration: none; color: #000000; } #text-4 .textwidget a:hover {color: #fff; text-decoration:none; }
Everytime I’ve added the hover properties to the background image, it either does not affect the image at all, or adds the hover image on the text, rather than the image. Suggestions?
Additionally, do you know of any way to close the gap between the two widgets (gallery/sample page)? I need about half the distance that’s between them at the moment.
Many thanks!
David.
David.Forum: Themes and Templates
In reply to: Sidebar Link LayoutHmm, this all seems a bit over my head, but I’ll give it a shot ??
When I enque this sidebar-menu, is it a specific file that I’m editing, or a file that I create? I guess I’m going at this thing rather blindly, what would you suggest as the first step?
Thanks!
David.