Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter orribu

    (@orribu)

    Hey there Eduard! That makes sense. Sorry about the late reply!
    It’s unfortunate that I can’t use loginizer with Blocksy. I have been eyeballing pro but dang <:C

    Thread Starter orribu

    (@orribu)

    Oh, hey @cteduard! Great to hear from you!
    Thanks for the reply regarding this matter. I appreciate that you’re approaching this cautiously and for your incredible helpfulness! Please keep me posted! <3

    Thread Starter orribu

    (@orribu)

    @mgsisk Thanks for getting back to me! I’ll be running diagnostics as well to see what can be done on my end. I really appreciate you helping out with that!

    Thread Starter orribu

    (@orribu)

    So I’m doing some research…full disclosure, I’m not a developer by any sense of the word, so the PHP is intimidating. I know I’m doing something wrong, but I can’t tell what. I know CSS is for looks alone.

    Here’s the CSS I used:

    /* comic navigation */
    .comic-nav-hlist-wrapper {
        text-align: center;
        font-size: 0; /* fixes inline-block spacing issues */
        margin: 5px 0 10px 0;
        padding: 0;
        clear: both;
        float: none;
    }
     
    .comic-nav-hlist {
        font-size: 16px;
        list-style: none;
    }
     
    .comic-nav-hlist > li {
        display: inline-block;
        margin-right: 10px;
    }
    
    li.link-last{
    background: url('https://twistedfates.net/wp-content/uploads/Navi_Latest.png') no-repeat;
    	display: inline-block;
    	height: 64px;
    	width: 64px;
    	
    }
    li.link-next{
    background: url('https://twistedfates.net/wp-content/uploads/Navi_Next.png') no-repeat;
    	display: inline-block;
    	
    	
    	height: 64px;
    	width: 64px;
    	margin-left: 16px;
    }
    li.link-prev{
    background: url('https://twistedfates.net/wp-content/uploads/Navi_Last.png') no-repeat;
    	display: inline-block;
    	height: 64px;
    	width: 64px;
    	margin-right: 16px;
    }
    
    li.link-first{
    background: url('https://twistedfates.net/wp-content/uploads/Navi_First.png') no-repeat;
    	display: inline-block;
    	height: 64px;
    	width: 64px;
    	
    }
    /*End Comic Navigation*/

    I think I see what @fxscreamer was asking; something similar to how a comic on smackjeeves contains a code in each page that navigates to the next page. Granted I’m not as savvy at this, but I hope that helps in some way. ;v; <3

    Thread Starter orribu

    (@orribu)

    Oh that’s really good advice! It’s such a pain to fight the caching, haha OTL
    On that note, I found the source of the problem through deactivating; it appears there’s an issue caused by the Yoast SEO plugin!

    Thread Starter orribu

    (@orribu)

    The plugins that you’re using are actually more important than the server configuration ?? Some times (actually a lot of times) plugins can conflict with each other if they’re trying to modify the same hooks.

    Oh you know, I never considered that! I’ve deactivated everything including themify and even switched between twenty fifteen and twenty eleven and I haven’t seen any difference. I am running WP Super Cache… do you think that’d have anything to do with it?

    Finally, when you’re asking for support for a plugin that’s provided for free, please try to be patient and understand that a lot of plugin authors like myself work a full-time job so it might be a bit before someone gets back to you.

    I’m sorry for giving off that impression. Of course I should consider that, especially for something as complex as developing a plugin. That was super rude of me. I’m still serious about donating, though. I won’t do that again! ;;

    Thread Starter orribu

    (@orribu)

    Whoa! The weird thing is that the comic thumbnails appear on the series page? Just noticed this.

    link: https://twistedfates.net/series/roseforshurinai/

    • This reply was modified 6 years, 4 months ago by orribu. Reason: added url
    Thread Starter orribu

    (@orribu)

    UPDATE: I think I switched to PHP ver. 7.0 but I haven’t the slightest idea how to confirm that. :T

    Thread Starter orribu

    (@orribu)

    Oh sweet! Thanks a lot @jdgrimes ! You’re doing some amazing work!

Viewing 10 replies - 1 through 10 (of 10 total)