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 - 20,401 through 20,420 (of 29,722 total)
  • Author
    Search Results
  • #88011

    I’m not sure why it would’ve shifted like that on you, but here is some CSS that will fix it for you.

    .kt-post-image-div {
        text-align: center;
    }

    Just be sure to copy it from the forum and paste into Theme Options> Advanced Settings.

    #88010

    Ok so there is no built in functionality to change that?
    Because based on the answer I found in this thread (https://wordpress.org/support/topic/post-category-vs-portfolio-item-type) pretty much says there is an option for that in the Premium version?

    “Hey,
    There are options for this in the premium theme. in free you would have to edit the virtue toolkit plugin. change the custom post type slug. and that would only mean you could change the main word from portfolio to say race. You can’t change that slug for each category.

    But in premium you can use the theme options to change the base and also add the portfolio type slug. So you could have example.com/race/sail-race/sale-race-slug

    Kadence Themes”

    #88007

    Have you added any portfolio posts to your site? In each portfolio posts have you set a featured image?

    Ben

    #88006

    Hey,
    You can’t share an image the same way you can share a page. For example. Sharing something requires a link to the “content” like a page or post. With pinterest you can just share an image url but that’s not how it really works with facebook and a share button.

    With facebook you can share a link to an image attachment page but not to an image itself.

    Ben

    #87999

    1. Can you be a bit more specific about the styling that you want? I will gladly help you write the CSS, but I need to know what exactly you’re trying to accomplish.

    2. When you go into that page’s options, be sure to set “Display Post Content As:” to Summary. It looks like you’ve already got the page configured that way, but I would check there first.

    #87998

    The method one wouldn’t ever work because you have functions written into a string.. that would effectively shut down php.

    2 is closer but you’re using a variable that is never established ($post).

    You need to add global $post; just above the $var set. So like this:

      function ad_custom_add_accordion() {
          global $post;
          $var = get_post_meta($post->ID, 'release-details-left', true);
          echo do_shortcode( '[accordion][pane title="Open"] ' . $var . ' [/pane][/accordion]');
               
    }
        add_action( 'woocommerce_single_product_summary', 'ad_custom_add_accordion', 56 );

    Ben

    In forum: Pinnacle Theme

    In reply to: Default Image Sizes?

    #87995

    Hey,
    Just to be clear there isn’t a default because it depends more on your settings. In general larger is better because you can support retina as long as your compress the images for web. If you can post a link exactly to where your having trouble I would be happy to offer advice.

    Ben

    In forum: Pinnacle Theme
    #87987

    Can you post a link[s] to where you don’t want the fonts to change? What font do you want them to pull from?

    Hannah

    In forum: Virtue Theme

    In reply to: Icon color

    #87986

    Can you please post a link to your site and a little more info about which logo it is you’re trying to style?

    Thanks,
    Kevin

    #87985

    Hey Amat,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    #kad-wp-gallery65 .tcol-lg-2.tcol-md-2.tcol-sm-3.tcol-xs-4.tcol-ss-6.g_item {
        padding: 5px;
    }

    Hope that works for you!
    Just to note, we typically answer support questions from oldest to newest so there isn’t an advantage to “bumping” your post. 🙂

    Hannah

    #87984

    I am new to web design (6 months in). My goal with this post is to better understand the relationship with MailChimp (an email marketing service) and the Virtue Premium theme.

    The process I am trying to achieve is:
    1. Create an email in MailChimp and send it to my Subscribers
    2. Automatically archive that email to my Virtue Premium Themed Website

    I talked to MailChimp and figured out a way to have a Page on my website automatically insert links to my emails that I sent using MailChimp. But my goal is to have the “sent emails” from MailChimp archive on my website so that it looks like it would in a normal “blog posts” page.

    For example, I can currently get my website to automatically upload links to the emails I send out using MailChimp like this:

    But I want my website to automatically upload the emails so that is looks like this:

    MailChimp told me that to customize the archives (such as looking similar to my “blog posts” page), then I would need to edit my CSS which comes from my template. This is why I am asking yall for your help.

    If this has nothing to do with the Virtue theme, please let me know how you think I should go about doing this (i.e. going back to MailChimp for help or Googling a solution).

    Thanks for everything and I really enjoy how the theme looks. Have a great day!

    -Calvin

    #87956

    Hi,

    I’m trying again the combination of polylang and virtue as I really enjoy the features of lingotek provided with polylang.

    It seems to work well for pages and posts thus far but I seem to run into problems with the portfolio entries. These give a ‘Not Found’ page. I’m suspicious that this is caused by the language slug being inserted in the URL.

    Would you mind looking into this, as perhaps it’s just a simple fix on your end. My site is , on the English homepage you can find a ‘Featured Projects’ -> ‘3DN Website’. Clicking on this link does not work.

    I also have the same problem with the Woocommerce test item on that frontpage, I do not know however if this is something you could fix as well.

    Thanks in advance,
    Fred Leeflang

    BTW: I left the ‘kadence’ login there if you need to login on the dashboard. Let me know if you need the password for it.

    #87955

    Hi Ben,

    Can you please help me with the following. Here is the link to the page:

    1) I have been trying to write some css code for the sidebar and the widgets in the sidebar to style the borders, separation lines, color, box sizes and the background colors. However, I am still having issues with identifying the specific selectors for the sidebar. I identified some and have used them but it is not what I want. Please take a look at the link above so you can see the current sidebar styling. It doesn’t look good. please send me the correct selectors and I will try to figure out the rest myself.

    2) I would like to add a “[read more]” at the end of each post excerpt. Can you please let me know how to add it? I looked at Virtue Premium under blog options but I couldn’t find it.

    Thank you very much,
    Jay

    In forum: Pinnacle Theme

    Topic: Blog grid

    #87942

    Hi,

    These forums are awesome! Thanks everyone for being so patient with me as I get up and running. I have another issue hopefully someone can help me out.

    I’d like for my posts page ( ) to be in the blog grid format with three columns. Each image should be the same size, and display the following:

    IMAGE
    Category
    Blog title
    subtitle

    Additionally, I would like the text centered under the image. Is this possible? I seem to be striking out with every attempt I make to configure the settings properly.

    If coding is necessary, please speak very simply, as I’m brand new to this. Thanks!

    Nick

    #87935

    Hi Ben,

    Thank you. I found the grid portfolio post widget, but have not found how to get it wordking with the images. Go now investigating how that works
    Jos

    #87932

    Would it be possible for you to post a link to your site so that I can see how it’s laid out? Also, can you go into a bit more detail about which widgets you’re using etc?

    Thanks,
    Kevin

    In forum: Virtue Theme

    In reply to: Image size

    #87928

    The images will be resized based on screen size. It’s part of the responsiveness of the theme. Can you post a link so I can see exactly what’s happening?

    In forum: Virtue Theme

    In reply to: Bootstrap

    #87921

    Hi Ben,
    After the Easter-eggs, I read your post. It is not (yet) I want to use frequently bootstrap , but in the course, I found it a wonderful framework. In the first instance I will try, container, row, and so on. Are these attributes known in the CSS Virtue? Are there applications for use in virtue?
    rgds,

    Jos

    #87909

    So I managed to figure out the url – wasn’t that hard 🙂

    BUT moving on – how do i change the slug from /portfolio-type/ to whatever I want to (as mentioned in this post:
    https://wordpress.org/support/topic/post-category-vs-portfolio-item-type)?

    #87901

    Hi Ben, I’ll show you a couple pieces of code I’ve tried. They’re pretty much wild guesses based on a few examples I found online of people who wanted to add custom fields within shortcodes (other shortcodes, not accordions) to their templates. Method #1 breaks my website whereas Method #2 produces an accordion with nothing in it.

    ///*-*-*-*-*-*-Add Accordion not working Method #1-*-*-*-*-*-*/
      function add_accordion() {
            echo do_shortcode('[accordion][pane title="Open"] 
                    '<div class="release-details">
                        <div class="release-details-left">
                            function get_post_meta(get_the_ID(), "wpcf-release-details-left", true);
                            return get_post_metadata(get_the_ID(), "wpcf-release-details-left", true);
                        </div>
                    </div>'
            [/pane][/accordion]');
        }
        add_action( 'woocommerce_single_product_summary', 'add_accordion', 56 );
    
    ///*-*-*-*-*-*-Add Accordion not working Method #2-*-*-*-*-*-*/
      function add_accordion() {
          
          $var = get_post_meta($post->ID, 'release-details-left', true);
               echo do_shortcode( '[accordion][pane title="Open"] ' . $var . ' [/pane][/accordion]');
               
    }
        add_action( 'woocommerce_single_product_summary', 'add_accordion', 56 );

    Are either of these even remotely close to being on the right track?

    -Adam

Viewing 20 results - 20,401 through 20,420 (of 29,722 total)