Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'post'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 19,821 through 19,840 (of 29,722 total)
  • Author
    Search Results
  • #93561

    Sorry Ben, I didn’t have the latest version. Now it is updated and your [blog_posts items=”8″ orderby=”date” type=”grid” columns=”one”] was 100 % correct. Thank you really much for this help, your theme is so great to work with.
    Would you please delete the Antoka webadresses from this discussion.

    Pamela

    In forum: Virtue Theme

    In reply to: testimonial CSS

    #93546

    Hi Hannah,

    Sorry to be such a pain, nope not working. Sitting here racking my brains thinking why on earth isnt it working?

    This is the css that yourself and Ben have suggested to me to use

    #kad-feedback-new-post input.full {
        color: #00AC03 1important;
    }
    
    #kad-feedback-new-post textarea, #kad-feedback-new-post input.full {
        max-width: 100%;
    }

    This is now the only thing holding me back handing this site over to my client.

    Sorry to be such a pain

    Richard

    #93531

    Hi all, I’m really having issues with the latest version of pinnacle. I have set the default to show the landscape image (which is the featured image) but when clicking on a blog posts, it doesn’t show the featured image. Can you please help? e.g. or

    In forum: Virtue Theme
    #93516

    Hey,
    That would require a child theme, you can get one here: https://www.kadencewp.com/child-themes/

    Then you would need to add this function to the functions.php file:

    add_action('init', 'kt_filter_staff_slug', 1);
    function kt_filter_staff_slug() {
    add_filter('kadence_staff_post_slug', 'kt_custom_staff_permalink');
    	function kt_custom_staff_permalink() {
    	 return 'team';
    	}
    }

    Ben

    #93513

    Hey Costa,
    Please do not post in a resolved topic. Just create a new one in the future thanks!

    You need to make the settings > reading select.

    Then make sure you’re using the blog page template. Not the full width page template.

    Ben

    #93505

    Hey, When you use awesome screenshot you have to upload the screenshot to there server not to your computer. It should be part of your options when you save.

    Here is maybe an easier set up for sharing: http://postimage.org/

    As to why your ftp doesn’t work, I can’t answer that you would need to ask your hosting.

    As for why your beam isn’t working well that looks like it has to do with your image you have. on the current site I see this for the beam: http://www.robo-ts.nl/images/robo/logo-robo-beam.png

    On your site I see:

    http://www.josbogers.nl/_wordpress2/wp-content/uploads/2016/04/header_bg.jpg

    Ben

    #93500

    Sharon. Hard to guess with that server setup. Which version of php? You have Curl extension installed?
    There is a wp_remote_get function that runs when trying to query the Kadence Themes server.

    Michael it’s removed and I posted on your topic.

    Rodney, Thanks for the update.

    Ben

    #93494

    In each page and post you can add a featured image on the right below where the publish button is.

    Ben

    #93482

    Hey,
    If your use the three row portfolio layout then anything you do in pagebuilder will show like you want. You can leave your project options off.
    You should see the layout option at the top of the portfolio post options.

    Ben

    #93481

    Hey,
    1. Can you post a temp login so I can see what’s going on in your admin?
    In terms of the page you linked to I see the list and I see that it’s all the same as your body font? Notica.. so I’m not understanding what you mean.

    2. Using a child hteme you can edit templates or add functions. it doesn’t change you theme options.

    Ben

    #93465
    This reply has been marked as private.
    #93457

    Michael, I see you didn’t start this topic so you aren’t the user that can see my private replies. I didn’t want to make it public because of the security concerns on your site.

    Can you start a new topic, then I post there and mark it private.

    Sharon, Can you send me a temp login to your site.

    Ben

    #93456

    Hey,
    Can you post a temp login so I can see? I’ve not heard of this happening.

    Ben

    #93451

    It sounds like you don’t want to display the full post but instead the post summary which would mean the shortcode should be :

    [kad_blog orderby="date" items="1" fullpost="false"]

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93442

    Hey,

    1. You would need to ask the plugin author then how to change the order of their tab.

    Or you can change the order of all the theme and woocommerce tabs. Woocommerce would be global though in your theme options > product settings.

    2. As long as you leave the product video box empty you won’t have any tab for it.

    3. Glad you found the trouble plugin.

    4. You can set the size for those in your woocommerce > settings > products. I would suggest like 60×60.

    5. That would require that you edit woocommerce template files and change how it’s setup to output pricing. This is a bit beyond theme support. but just to be helpful you would be looking at a hook like this:

    // Display only low price for variable WooCommerce products
    add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2);
    
    function custom_variation_price( $price, $product ) {
    $price = 'Starts at: ';
    $price .= woocommerce_price($product->get_price());
    
    return $price;
    }
    

    NEXT SECTION

    2. I don’t see this? Can you post a screen shot? (are you clearing your cache).

    3. Posts and products are different if you created post categories thinking they would be product categories then yes delete them if you want to link to product categories then you should add them through the product category section of the menus page. Your current menu links should be removed if they do not link to the place you want them to You don’t edit links in the menu you just change how you add them.

    9. Do you have any issue with the products overlapping then you view the demo site?

    Ben

    In forum: Virtue Theme
    #93439

    For screen shots: http://postimage.org/

    If you can post a temp login I would be happy to take a look. Shouldn’t matter that you have a child theme.

    Ben

    #93438

    No, I didn’t see your post – it’s marked as private.

    #93437

    Yes you would absolutely have an issue if you installed polylang. It would make any custom post type not work. Until either plugin author decides they want to work with the other there isn’t anything I can do about this. I can tell you I recommend WPML and it does work with polylang.

    Ben

    #93434

    Michael, Did you see my post?

    Rodney, what error are you getting? If it’s Invalid API License Key try again I just rebuilt your key.

    Sharon, what version of the theme are you using?

    Ben

    #93433

    Thanks for posting, This bug will be fixed in the next version coming out in a very short time.

    Ben

Viewing 20 results - 19,821 through 19,840 (of 29,722 total)