Forum Replies Created

Viewing 15 replies - 91 through 105 (of 134 total)
  • @rene Hermenau Didn’t made a topic for that as I see, in the last few hours it was a lor of talks about the same stuff. Updated the plugin, configured again, cleared the cache( I use quick cache) but I only see the sared count and no share buttons ??

    I need to do anything else?

    Thread Starter ckubs

    (@ckubs)

    I don’t get any error. The plugin just doesn’t search trough my querstions but my published articles( questions being ignored). Took my site out of maintenance mode, you can take a look here https://blogshot.ro/intrebari/

    As you see I also have a compatibility problem between Anspress and my current theme( if you click the logo to go home you’ll see how everything should look) but it has nothing to do with the search. I encountered that with other themes, it just doesn’t work ??

    Thread Starter ckubs

    (@ckubs)

    Nope, it’s not fixed. When start typing I still get suggestions based on my published articles not my questions and more than that the suggested articles have no conection with the typed words.

    More that that with the latest dev version when I try to open a question I get 500 Internal Server Error

    Thread Starter ckubs

    (@ckubs)

    More good news. ??

    About the plugin I didn’t meant to make some part of it payd or something like that. But you could make a brand around it and let’s say a business…

    Open WP is a good adress for your projects, but for the QnA plugin it could be better to have something anspress related( like woocomerce – woothemes.com) for a solid presence on this WordPress world. Now I see you developed already some good Anspress compatible WP themes and you can can sell them there. Write some documentation.

    And you can put the donations thing there, make some money from themes too. The amount of donations is that low because you don’t have a strong brand for it. If I didn’t thinked to search an alternative for DesignWall QnA( even thoug Joomlart didn’t promoted DesignWall that much it still gained a strong presence on the market) I didn’t even know about this thing that looks more than a plugin. Think of it ??

    Thread Starter ckubs

    (@ckubs)

    Man this is sick. Instead of doing an update you made a complete overhaul.

    I see there is some work to be done( like profile settings that are empty or the message option that returns null) and it has almost too many features but it looks damn good.

    If you gone so far with this plugin you should center on it and make his own website to have more visibility( how some iconic plugins like story engine have …etc) maybe release some payd stuff for it there like Woothemes does with it’s Woocomerce, maybe an Anspress ready theme.

    Thread Starter ckubs

    (@ckubs)

    Ohh thank you!
    And to keep thing away from bloating and not make another topic I want to notice something.

    I’m in the testing phase of the best 2 QnA plugins, DesignWall one and yours wich looks so damn good that I want it. Do you know something about a bug on posting replies to answers or it’s just a conflict issue with my other plugins or theme?

    When I post a reply to the main topic everything is normal. When I want to posta reply to an answer, even thoug the reply is posted I’m redirected to the home page of my blog.

    Thread Starter ckubs

    (@ckubs)

    Nice to hear it will get new stuff and well, you could call it “FASC Buttons and more” ??

    Tank you for what’s coming!

    Thread Starter ckubs

    (@ckubs)

    It’s about Parse error: syntax error, unexpected ‘(‘, expecting T_VARIABLE or ‘$’ that can occur on anything jquery or php or wordpress that uses both.

    [Comments moderated]

    Thread Starter ckubs

    (@ckubs)

    @mrtom414 Finally I’ve sorted it. Thanks thoug.

    Thread Starter ckubs

    (@ckubs)

    Were not getting anywhere( or atlast me). I know that plugin, I’m using it for almost a year and half. Forget the tumbnail and take for example a box. My box has a width of 20 inches, if I put a padding around it that box doesn’t have the same 20 inches because the padding eats from the box width and it’s not outside of it how I want it to be. ??

    Thread Starter ckubs

    (@ckubs)

    I used and use but as my knowledge goes, how could that help me?

    I set in the the wordpress admin the thumbnail admin to be 200px/200px and in no padding scenario the thumbnail is 200px/200px but with it the padding eats from my 200px image, the “container” remaining the same and the image getting proportionally scalled down( in the 8px padding being 184px/184px) and all I wanted to know if it’s a catch about that. As you probably saw that was a almost noob question and even 10 firebugs couldn’t help me right.

    Thread Starter ckubs

    (@ckubs)

    Here it is, just what you told me and it works now. The last problem was just a caching issue of my blog.

    add_action( 'omega_after_entry', 'share_count' );
    
    function share_count() {
      $share_args = array(
    
        'before_twitter' => '<ul class="share"><li class="share-twitter"><span class="share-t"><a href="https://twitter.com/intent/tweet?text=' . urlencode(get_the_title()) . '&url=' . urlencode(get_permalink()) . '&via=' . urlencode('cartonic') . '" rel="nofollow" target="_blank"> ',
        'after_twitter' => '</a></span></li>',
    
        'before_facebook' => '<li class="share-facebook"><span class="share-f"><a href="https://www.facebook.com/sharer/sharer.php?u=%url%" rel="nofollow" target="_blank"> ',
        'after_facebook' => '</a></span></li>',
    
        'before_googleplus' => '<li class="share-googleplus"><span class="share-g"><a href="https://plus.google.com/share?url=%url%" rel="nofollow" target="_blank"> ',
        'after_googleplus' => '</a></span></li></ul>',
    
        'show_only' => array('twitter','facebook','googleplus'),
    );
    
    the_post_share_count( $share_args );
    
    }

    Thread Starter ckubs

    (@ckubs)

    Done that but it doesn’t work > blogshot .ro

    Oh yes it does. I was looking only at my first post that probably had a caching issue or something. Thanks again!

    Thread Starter ckubs

    (@ckubs)

    Uh, one more thing if I( hope)’m not annoyng. Finally used the code like this `function share_count() {
    $share_args = array(
    ‘before_twitter’ => ”,
    ‘after_twitter’ => ”,
    ‘before_facebook’ => ”,
    …etc`
    How do I mix it( if i can) with this $args = array('show_only' => array( 'twitter', 'facebook' )); to limit the number of displayed networks?

    I want to keep things as simple as I can with my theme so I used a small function to call only the wordpress Dashicons from the backend in case I need some and they have only twitter, gplus and facebook icons.

    Thread Starter ckubs

    (@ckubs)

    Dude, it’s not Genesis, it only looks like it. You can fiind Omega framework even on www.ads-software.com.

    BTW, thanks! It worked like a charm but … the links have no classes. ?!

    LE: I found it. Now they have classes because based on your reply and the suggested codes in the info I know now how things work, how to add stuff in the functions file. ??

Viewing 15 replies - 91 through 105 (of 134 total)