Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 4 months ago James
    Participant

    Expired

    in reply to: class name applied to image gallery element is not output

    I take it back. It’s output but the margin is applied to a sub-element of the image gallery. That works.

    10 years, 4 months ago James
    Participant

    Expired

    in reply to: Desactivate lateral menu

    The Custom JS doesn’t even load, so that post above doesn’t work.

    • This reply was modified 10 years, 4 months ago by James.
    10 years, 4 months ago James
    Participant

    Expired

    in reply to: Desactivate lateral menu

    Here’s the JS workaround which’ll keep the sticky header working. Add this to the custom JS under General Settings:

    $('.top_wrapper').css({paddingTop:'130px'});

    That needs to go between the

    jQuery( function ($) {

    and

    });

    10 years, 4 months ago James
    Participant

    Expired

    in reply to: Desactivate lateral menu

    Note: the css hack prevents the sticky menu from working properly on at least Chrome – it no longer floats as you scroll down, which is a bummer.

    10 years, 4 months ago James
    Participant

    Expired

    in reply to: Desactivate lateral menu

    try just

    .top_wrapper {
    padding-top: 90px;
    }

    I tried it on your site using Chrome’s inspector and it worked. (I was having the same problem and this code worked for me)

    https://docs.google.com/a/vandertech.com/file/d/0B4iHgURlvrpgNG9LN2xwakJlZk0/edit?usp=drivesdk

    After applying it your site, your site looks like this:
    https://docs.google.com/a/vandertech.com/file/d/0B4iHgURlvrpgaWRram9uSEhxdmc/edit?usp=drivesdk

    • This reply was modified 10 years, 4 months ago by James.
    10 years, 4 months ago James
    Participant

    Expired

    in reply to: menu dropdown not working

    GO AHEAD AND DELETE THIS ONE.

    I’m a friggin’ idiot. I had some whack JS that was removing all the header tags and moving them around using jQuery.

    10 years, 5 months ago James
    Participant

    Expired

    in reply to: Testimonials

    This is a better way to do it without editing theme files:

    Add this Javascript to Specular > General > extra JS

    jQuery( function ( $ ) {
    
    // ------------ RECONFIGURE CAROUSEL
    $('.testimonial_carousel').trigger("destroy"); // kill old carousel config & stop rotation
    
    $('.testimonial_carousel').each(function(){
        var $self = $(this);
    	$(this).carouFredSel({
    					
    		auto: true,
    		scroll: { items : 1, fx: 'fade', duration: 3000 }, // new duration in milliseconds
    		prev : {
    			button : $self.parent('.testimonial_carousel_element').find('.prev')
    		},
    
    		next : {
    			button : $self.parent('.testimonial_carousel_element').find('.next')
    		}
    
    	});
    
    });
    
    } );
    10 years, 6 months ago James
    Participant

    Expired

    in reply to: set opacity of overlay of header picture

    I think there must be a setting elsewhere.

    On this page, I have a header image with an overlay at 75% opaque: https://www.bungalowhouse.net/features/ (no idea how it was set – I modified a page that was part of demo content)

    I changed the bg opacity as you said, but it had no effect on the overlay opacity on that page.

    On this page, the header has no overlay: https://www.bungalowhouse.net/about/

    How do I get the overlay on pages without them and where do I control that color and opacity on a per-page basis?

    10 years, 6 months ago James
    Participant

    Expired

    in reply to: cannot set margin of inner row
    This reply has been marked as private.
    10 years, 6 months ago James
    Participant

    Expired

    in reply to: css animation for text block

    Also, I can set a background color under the design options for the text block, but it does not seem to affect the page in any way. Can you explain how to use these properties?

    10 years, 6 months ago James
    Participant

    Expired

    in reply to: top css property incorrect when using modern style heading

    Using the sticky menu and then eliminating my CSS worked fine. Thank you very much.

    10 years, 6 months ago James
    Participant

    Expired

    in reply to: where do we update prettyPhoto options?

    Please consider integrating the prettyPhoto plugin with your theme because this gives us more control through WordPress to alter the prettyPhoto presentation without coding.

     

    Thanks. I’ll look into using the slideshow element.

    10 years, 6 months ago James
    Participant

    Expired

    in reply to: trying to use dark style heading on home page

    I think I had to remove my selection of an option, save the page, then select Dark Version again, save again, then it worked. In any event, it’s working now. Thanks for your help.

Viewing 13 posts - 1 through 13 (of 13 total)

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password