Forum Replies Created

Viewing 20 posts - 3,461 through 3,480 (of 4,908 total)
  • Author
    Posts
  • in reply to: Widgets posted but not editable in customizer #93562
    Mahesh
    Participant

    @anncalli: Edit it from Dashboard=> Appearance=> Widget page.
    Let me know if any problem. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Breadcrumbs Script Files Missing #93561
    Mahesh
    Participant

    @aaspedia:
    For the fix, you’ll need to edit catch-responsive-pro/inc/catchresponsive-breadcrumb.php.
    Replace line 82 with the following line:
    echo $linkBefore . '<a href="' . esc_url( $homeLink ) . '" ' . $linkAttr . '>' . $text['home'] . '</a>' . $linkAfter;
    This will be fixed in next update.

    Regards,
    Mahesh

    in reply to: Turning off auto-hyphenation #93557
    Mahesh
    Participant

    @finnjackson: Which browser are you using? I tested on mozilla and chrome, it is working fine.
    Let me know further.

    Regards,
    Mahesh

    in reply to: size pictures Featured Page Grid Content #93555
    Mahesh
    Participant

    @calmo16: For two small ones, add the following CSS:

    #featured-grid-content .pageid-938 .caption .entry-title,
    #featured-grid-content .pageid-709 .caption .entry-title{
        margin: 0 auto;
        width: 50%;
    }

    Regards,
    Mahesh

    in reply to: Image captions and footer background #93554
    Mahesh
    Participant

    @catwingz: Can you please give me the url of the page, where you want this? I am a bit confused.

    Regards,
    Mahesh

    in reply to: Disable Header Image on Mobile Device #93553
    Mahesh
    Participant

    friarpaul: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 540px) {
        #header-featured-image {
        	display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Make content area wider, right sidebar narrower #93520
    Mahesh
    Participant

    @catwingz: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .two-columns #primary {
        width: 900px;
    }
    
    .two-columns #secondary {
        width: 250px;
    }
      
    @media screen and (max-width: 1280px) {
        .two-columns #primary {
            width: 840px;
        }
    }
    
    @media screen and (max-width: 1152px) {
        .two-columns #primary {
            width: 780px;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .two-columns #primary {
            width: 700px;
        }
    }
      
    @media screen and (max-width: 1000px) {
        .two-columns #primary {
            width: 640px;
        }
    }
      
    @media screen and (max-width: 940px) {
        .two-columns #primary {
            width: 530px;
        }
      
        .two-columns #secondary {
            width: 200px;
        }
    }
    
    @media screen and (max-width: 782px) {
        .two-columns #primary {
            width: 100%;
        }
      .two-columns #secondary {
            width: 620px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .two-columns #secondary {
            width: 520px;
        }
    }
    
    @media screen and (max-width: 568px) {
        .two-columns #secondary {
            width: 560px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .two-columns #secondary {
            width: 100%;
        }
    }

    Regards,
    Mahesh

    in reply to: Woocommerce Compatibility #93515
    Mahesh
    Participant

    @itan317: Woocommerce is only supported in Clean Journal Pro version. I recommend you upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Disable Header Image on Mobile Device #93513
    Mahesh
    Participant

    @friarpaul: Please post in your site url. In the following link, I didn’t find any header image.
    http://test2.franciscandiscernment.org/
    Let me know further.

    Regards,
    Mahesh

    in reply to: Infinite scroll no longer workingq #93512
    Mahesh
    Participant

    @thetravelgal: How many posts do you have? And how many most posts per page have you set? Currently only 7 posts are displaying.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Image captions and footer background #93511
    Mahesh
    Participant

    @catwingz: Add the following CSS for removing background color from image:

    #branding {
        background-color: none;
    }

    Regards,
    Mahesh

    in reply to: Enlarge search box and change text #93509
    Mahesh
    Participant

    @champac: Add the following CSS:

    @media screen and (max-width: 767px) {
        #header-right-social-icons {
        	display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: center menu #93508
    Mahesh
    Participant

    @vivialmonacidgmail-com: I guess you’ve done this yourself. I checked your site and the menu is in footer with text align right.

    Regards,
    Mahesh

    in reply to: size pictures Featured Page Grid Content #93506
    Mahesh
    Participant

    @calmo16: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-grid-content .pageid-1823 .caption .entry-title {
        margin: 0 auto;
        width: 70%;
    }

    Regards,
    Mahesh

    in reply to: Turning off auto-hyphenation #93505
    Mahesh
    Participant

    @finnjackson: I checked your site and it seems to be working. The hyphens are now gone. Let me know further.

    Regards,
    Mahesh

    in reply to: size pictures Featured Page Grid Content #93473
    Mahesh
    Participant

    @calmo16: I don’t understand where this is, In featured grid content, the title is already centered. Can you please show with an image as example.

    Regards,
    Mahesh

    in reply to: Breadcrumbs Script Files Missing #93472
    Mahesh
    Participant

    @aaspedia: Please do not repeat the same post. I have already replied in your other thread. I’ll skip this one.

    Regards,
    Mahesh

    in reply to: Turning off auto-hyphenation #93471
    Mahesh
    Participant

    @finnjackson: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #content article {
        hyphens: none;
    }

    Regards,
    Mahesh

    in reply to: Breadcrumb Feilds Missing #93470
    Mahesh
    Participant

    @aaspedia: Please post in your site url.

    Regards,
    Mahesh

    in reply to: center menu #93468
    Mahesh
    Participant

    @vivialmonacidgmail-com: Please add the following CSS:

    #main .hentry {
        background-color: #fff;
    }

    Note: Change the color hex to your desired color.

    Regards,
    Mahesh

Viewing 20 posts - 3,461 through 3,480 (of 4,908 total)