Forum Replies Created

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter chamster

    (@chamster)

    Benjamin, Thank you for your reply. Unfortunately there is nothing in the Default Start Date field, so that is not the source of the problem. As TeqToo pointed out above, when you first visit the events page (as a non-logged-in user) it shows Agenda view and there are no events shown. But if you change to Month view, it shows the current month and its events. Then when you change back to Agenda view the events are displayed and it seems to work as normal. But still there are no events in the sidebar widget.

    Thread Starter chamster

    (@chamster)

    I would appreciate a reply from the plugin authors, even if they have no good solution. I really like this plugin but I need to either get this resolved or change to another calendar plugin. I’d be glad to pay for support but I don’t see any option to do so. Thanks.

    Thread Starter chamster

    (@chamster)

    Wow, that is quite a coincidence! Enjoy the book! And good luck with the columns. Wish I could help more. Have you tried just pasting all the css I included right to the bottom of your child theme’s style.css?

    Thread Starter chamster

    (@chamster)

    Oh and here’s the url where it’s used: http://www.garthstein.com/

    Thread Starter chamster

    (@chamster)

    I don’t have time to pick through and figure out exactly what does what, but here’s all the css related to rpwe, that I’ve included in my child theme’s style.css file.

    /*Recent posts widget*/
    
    .home .rpwe-block ul {
        list-style: none outside none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .home .rpwe-block h3 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        clear: none;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1.5em;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    	font-family:helvetica neue;
    }
    
    .home .rpwe-clearfix:before, .home .rpwe-clearfix:after {
        content: "";
        display: table !important;
    }
    .home .rpwe-clearfix:after {
        clear: both;
    }
    .home .rpwe-clearfix:before, .home .rpwe-clearfix:after {
        content: "";
        display: table !important;
    }
    .home .rpwe-block li {
        border-bottom: 1px solid #EEEEEE;
        list-style-type: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .home .rpwe-clearfix:before, .home .rpwe-clearfix:after {
        content: "";
        display: table !important;
    }
    .home .rpwe-clearfix:after {
        clear: both;
    }
    .home .rpwe-block li {
        border-bottom: 1px solid #ccc;
        list-style-type: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .home .rpwe-alignleft {
        display: inline;
        float: left;
    }
    .home .rpwe-thumb {
        border: 1px solid #EEEEEE !important;
        box-shadow: none !important;
        margin: 2px 10px 2px 0;
        padding: 3px !important;
    }
    .home .rpwe-summary {
        font-size: 16px;
    	line-height:18px;
    }
    
    .home .rpwe-block ul{
        width:610px;
    }
    .home .rpwe-block li{
        float:left;
        margin:0 10px 10px 0;
        width:300px;
    }
    .home .rpwe-block li:nth-child(even){
        margin-right:0;
    }
    
    .home .rpwe-block a	{
    color:#1d6da5;
    }
    
    @media only screen and (max-width: 1180px) {
    
    	.home .rpwe-clearfix {
    	max-width: 280px;
    }
    }
    
    @media only screen and (max-width: 1023px) {
    
    	.home .rpwe-clearfix {
    	max-width: 360px;
    }
    }
    
    @media only screen and (max-width: 800px) {
    
    	.home .rpwe-clearfix {
    	max-width: 280px;
    }
    }
    
    @media only screen and (max-width: 680px) {
    
    	.home .rpwe-clearfix {
    	max-width: 340px;
    	padding-right:10px;
    }
    .home .rpwe-block li {
    		float: none;
    		display: block;
    		margin: 0 0 20px 0;
    		width: 100%;
    	}
    }
    
    @media only screen and (max-width: 480px) {
    
    	.home .rpwe-clearfix {
    	padding-right:10px;
    }
    }
    
    @media only screen and (max-width: 440px) {
    
    	.home .rpwe-clearfix {
    	padding-right:10px;
    	max-width:260px;
    }
    
    }

    Yeah there should really be a way to have this behavior. Anybody know how? Thanks.

    Thread Starter chamster

    (@chamster)

    Yeah, sorry to disappear. Been offline a while. See cefiar’s post above for solution. Thanks.

    Thread Starter chamster

    (@chamster)

    I named the file gallery-gs.php

    Thread Starter chamster

    (@chamster)

    Here’s what I have done:
    1. Create a new page
    2. In WYSIWYG, click green NextGen button
    3. Under “Select a display type” choose NextGen Basic Extended Album
    4. Under “What would you like to display?” select an album.
    5. Under “Customize the display settings”:
    a. “Display gallery as”: NexGen Basic Thumbnails
    b. “Template”: leave blank
    c. “Thumbnail dimensions”: Custom 150 x 150
    D. “Thumbnail crop”: Yes
    6. Click Save
    7. Click Update
    8. View the page. I see the sub albums listed.
    9. Delete the following directory: /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view
    10. Clear browser cache and refresh browser. Page looks the same as it did before step 9.
    11. Delete the following directory: /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy
    12. Clear browser cache and refresh browser. Page looks the same as it did before step 11. But Gallery is gone from sidebar menu in wp admin area.

    I also copied /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php, renamed it, and put the new file in the /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view directory and in /wp-content/themes/[yourtheme]/nggallery/ but when click the drop-down menu under “Customize the display settings” > “Template”, I only see NextGen: album-compact.php and NextGen: album-extend.php

    Thread Starter chamster

    (@chamster)

    I’m not using any cache that I know of. I just tried it again. I viewed the page, then deleted the ngglegacy directory, then cleared the cache in my browser, then viewed the page again, and it looks exactly the same as it did before deleting the directory.

    Thread Starter chamster

    (@chamster)

    Yeah I’ve tried that. It has no effect on the display. In fact I tried deleting the entire ngglegacy directory and that had no effect either. So it seems like the file that’s controlling the layout of the page isn’t in that directory.

    The page I’m working on is using display type NextGen Basic Extended Album.

    Thread Starter chamster

    (@chamster)

    Thanks for that. I’m using the widget as well. That may be the problem. I don’t need the widget on gallery pages though, so I’ll disable it there and see if that solves the issue.

    Thread Starter chamster

    (@chamster)

    Thread Starter chamster

    (@chamster)

    Thanks for pointing me in the right direction. When I went to disable plugins I discovered that another admin had installed Google Document Embedder plugin. This was the cause of the problem. I deactivated that plugin and it fixed the issue. Thank you.

    Thread Starter chamster

    (@chamster)

    Here’s the shortcode that appears on the page in the editor window after I add media: [gview file=”http://www.irmforestry.com/wp-content/uploads/2012/11/testpage.pdf”%5D

Viewing 15 replies - 16 through 30 (of 33 total)