Forum Replies Created

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter bufus

    (@bufus)

    I used CPTUI for the taxonomies and custom post type creation.

    Thread Starter bufus

    (@bufus)

    Hello @nikeo
    Thank you for the reference.
    Would it be possible to point me in the right way to adding the font to customizer? I’ve been doing most customizations through coding (I believe it’s better than filling my site with plugins for everything), and I’m not in any kind of rush, so I’m willing to learn.

    Thread Starter bufus

    (@bufus)

    Very well, I understand this forum does not support coding modifications and I must obtain directions elsewhere.
    I also noticed the theme’s hook API documentation is out of date, as some hooks and filters no longer exist: is there some place I may find it updated?

    Thread Starter bufus

    (@bufus)

    Hello, @emranemranx

    I’m more than willing to edit the theme. I already have a child theme in place, along with some customizations.
    But I’m far from being an expert, and I’m having a hard time finding exactly where to make the changes.
    If code snippets can’t be provided for the changes I need to do, would you please specify which theme file(s) must be edited?

    • This reply was modified 6 years, 3 months ago by bufus. Reason: grammar
    Thread Starter bufus

    (@bufus)

    Confirmed. Nextend social login plugin works with the plugin “Login No Captcha reCAPTCHA”, by Robert Peake, no conflicts or overrides that I could notice (I didn’t get locked out of the site, which is good).
    Thank you for your time. I will mark this as solved.

    Thread Starter bufus

    (@bufus)

    I understand. I’ll test it with a recaptcha plugin and see if I come across any conflict.
    Thanks again.

    Thread Starter bufus

    (@bufus)

    Hello, @nextend_ramona, and thank you for the (extremely) prompt reply!

    But won’t a bot be able to register without a social account?

    Thread Starter bufus

    (@bufus)

    Well, I’m glad at least one of us knows what he’s doing (and saying), even though it’s not me.
    I’ve sent an email, thank you very much for the attention.
    Still looking forward to the next version of the theme!

    Thread Starter bufus

    (@bufus)

    My message didn’t get through, probably because my english isn’t the best.
    I’ll try to describe the issue visually.

    With most themes (I’ll use OceanWP as an example), on any page with a form, I get this: https://imgur.com/YbHJBz3
    However, with Pen theme, on the same pages, I get this: https://imgur.com/ctnRf0s

    I just wished Pen didn’t override the formatting of the editor’s buttons, if that’s possible.

    Thread Starter bufus

    (@bufus)

    Thank you for the quick reply, @t-p
    I’ve tested several themes, and this one is the only doing that, all others keep the original buttons on forms and never touch the forums’ design.

    I also grabbed a piece of the theme’s CSS (I have very little idea what I’m doing, to be honest), placed it on the additional CSS of the customizer, made some changes on the rounded corners, and it reflected, so I’m pretty sure it’s the theme’s CSS…

    Thread Starter bufus

    (@bufus)

    Just to clarify, I mean changing only the editor buttons on forms and the forums, on the rest of the site they look good.
    Would the preferred solution be not to override the default WP formatting of the editor buttons and the forum plugin?

    Thread Starter bufus

    (@bufus)

    Perfect!
    Funny that I had already tweaked that function…
    I had added || 'review' !== get_post_type() to the original function, but it wasn’t doing anything.
    And after way too many hours of reading and snippet testing, there’s the solution! 😀
    Thank you very much!
    I hope you manage to perfect this theme, and make it compatible with the all too common custom post types.
    I’ll mark this as closed, thank you again.
    (PS: I will probably yell for support again in the near future for some noobish reason, though)

    • This reply was modified 6 years, 4 months ago by bufus. Reason: adding tags for future reference
    Thread Starter bufus

    (@bufus)

    Thank you for the prompt reply.
    I found the following code and inserted it right before the loop, on index.php, which solved my first issue. Please let me know if there’s something wrong with it, I’m pretty much “code blind”.

    <?php
    if( is_home() ){
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts( array('post_type'=>array(
    'post','review'
    ),'paged'=>$paged ) );
    }
    ?>

    Regarding the second issue, I’m using CPT UI, and I double checked the presence of categories, tags, custom taxonomies, as well as author. I also tried with several combinations (not setting a category, not setting tags, etc.), and those fields still refuse to show up. Still nothing wrong with regular posts, everything visible there.
    May I know where (in which theme files) those links are generated and displayed in the theme? I created a child theme and am willing to tinker with it 😀

Viewing 13 replies - 16 through 28 (of 28 total)