Forum Replies Created

Viewing 15 replies - 1 through 15 (of 45 total)
  • Thread Starter DavidGMII

    (@davidgmii)

    The site is at marmoncreations.com/gigatrak

    Thanks!

    Here’s what helped me:

    https://vimeo.com/62699083

    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!

    Thread Starter DavidGMII

    (@davidgmii)

    I changed it to: wp_enqueue_script array( ‘jquery’ );

    that broke the site unfortunately. Is that the correct way to implement it?

    Thread Starter DavidGMII

    (@davidgmii)

    Thanks 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 );
    }
    Thread Starter DavidGMII

    (@davidgmii)

    Any ideas?

    Thread Starter DavidGMII

    (@davidgmii)

    Fantastic, that worked out great, thank you folks! Great plugin.

    Thread Starter DavidGMII

    (@davidgmii)

    Well figured it out, just updated the permalinks and got it. Thanks!

    Thread Starter DavidGMII

    (@davidgmii)

    I 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?

    Thread Starter DavidGMII

    (@davidgmii)

    Clarification though: This only occurs if you click on a page, then try to hit home. Otherwise, from the homepage, the links are correct.

    Thread Starter DavidGMII

    (@davidgmii)

    Yeah 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.

    Thread Starter DavidGMII

    (@davidgmii)

    Is there no way to empty a theme’s widget area without going through the admin widget area?

    Thread Starter DavidGMII

    (@davidgmii)

    I’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.

    Thread Starter DavidGMII

    (@davidgmii)

    I 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.

    Thread Starter DavidGMII

    (@davidgmii)

    Well, 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.

    Thread Starter DavidGMII

    (@davidgmii)

    Hmm, 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.

Viewing 15 replies - 1 through 15 (of 45 total)