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 - 21,821 through 21,840 (of 29,722 total)
  • Author
    Search Results
  • #75929

    Hi Hannah,

    So you can see the problem, I posted a screen shot at com.iscsoftware.com/devops/. It looks great when playing with the size of the screen on my computer, but when I open it up on an iPad, this is what I get. This is a screen shot taken with devtools on Chrome, but it’s exactly what I see when I surf the site on my iPad.

    Laura

    #75922

    Hello,

    In my portfolio items, I added images to illustrate some text.
    I don’t want any hover effect on it and I don’t want the image to be “clickable” or zoomed/displayed when you click on it.

    So I used following custom CSS :

    .portfolio-postclass .lightboxhover img:hover {
    opacity: 1;
    pointer-events: none;
    }

    Unfortunately it does not work.

    Could you help me to fix it so that hover effect and click/zoom/display features are disabled ?

    Thanks,

    Marina

    #75921

    I have had problems updating to 3.4.5 on a site currently using version 3.3.5 with wordpress 4.4.1 and child theme activated with pagebuilder updated to latest version.

    Update was not showing in dashboard so I updated manually by deleting via ftp and uploading the latest version in my account. Unfortunately the home page displayed incorrectly when reactivating with duplicated, incorrectly formatted content and heading missing at top as also reported in this post:

    I tried disabling plugins but issue remained so deleted update and reverted to 3.3.5 again from backup and the site displays normally again.

    Also updates have not been showing as available in the dashboard for some time. I submitted a ticket previously about this:

    Hope you can help! Many Thanks

    #75892

    Hi Paul,
    There isn’t an option for that within theme options, but it should work using a shortcode like this: [portfolio_posts columns="4" items="50"]
    You can paste that into a visual editor widget within the home widget area.
    Hope that helps!

    Hannah

    In forum: Pinnacle Theme

    In reply to: logo not being bigger

    #75890

    Sure, can you post a link?

    Hannah

    #75883

    Hey Kimberly,
    What happened leading up to this? Did you make any updates? Install any plugins? Can you post a link to your site? Your host should have back-up files. I would suggest contacting them.

    Hannah

    In forum: Virtue Theme

    In reply to: Sensei

    #75875

    Hey,
    Can you post a link?
    Thanks!

    Hannah

    #75873

    Hey Jamie,

    You have this in your css

    // add Jetpack sharing on the right of the product image
      
    add_action('woocommerce_single_product_summary','addshare', 40);
    function addshare(){
    echo sharing_display();
    }
    

    that ^ isn’t css and should be removed. it’s breaking the output of your css.

    You also have this css:

    .website-care-plans #containerfooter {
        display: none;
    

    and it’s missing the closing bracket. Add that in and the css hannah posted will work.

    In terms of the issue with the cart. I this has to do with the ajax auto redirect to cart that is set for your products, woocommerce saves that add data in the page load so when you update cart it’s wanting to reload the add product data even through your trying to update as 0. It’s an odd issue and I can’t seem to recreate it on a local so it may have to do with some caching plugin that your running on your site. I think if you just turn off ajax cart and leave on the auto redirect you should be set. If not can you post a temp login so I can take a look at your settings?

    Ben

    In forum: Virtue Theme
    #75851

    Hi Debi,
    You can turn the theme crop on/off from Theme Options > Shop Settings. As for size, it’s kind of up to you. If you want your image to display nicely when viewed in a lightbox then I would typically recommend 1200x1000px (ish).
    The image you linked to sent me to a 404 page. Can you try to send it again? Or post a link to your site? Have you already set featured images for all your products?

    Hannah

    In forum: Virtue Theme
    #75846

    Hey Peter,
    Do you mind posting a link to your site?
    Thanks!

    Hannah

    #75845

    Hi Samuel,
    I actually think this may be a permalink issue. In settings > permalinks try setting to “post title” and save changes. Does that change anything?

    Hannah

    #75839

    Hey Adam,
    Again, sorry for the delay. I feel like I may have provided a solution for this in your other topic. Do you mind posting a link to your site so I can see how you currently have things set up?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: embed video in post

    #75833

    It turns out I needed to enable the “post options” under “screen options” at the (upper right) top of the page.

    The video is still not appearing, but at least I figured out why the post options had disappeared.

    If anyone can help me post a video (rather than linking to it) I’d be grateful.

    Thanks!

    http://www.falconconsultinggroup.com

    #75831

    Hi Ben,

    I am trying to add a top margin to entry-content of the single post page template;

    .single.single-post.entry-content {
    margin-top: 83px;
    }

    The above is not working. Can you please help me with the correct css. Page is question is here:

    Thanks,
    Shaun.

    #75811

    Hey. Would you mind posting a link to your site?

    Thanks!

    In forum: Virtue Theme

    In reply to: Sensei Help

    #75810

    No worries, I’m lost as well. I wish I could be more helpful, but until Hannah or the Ben get back on here I can’t really do much. You’ll just have to be patient until that happens, but I promise it will be before the end of today.

    I do know that WooThemes has good support, so it would definitely be worth posting over there if you haven’t already done that.

    #75776
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Woocommerce Subtitle

    #75765

    Hi Hannah,

    Sorry for the delay in replying. I don’t have a link as the site I am working on is being done locally at the moment. However, I’m not sure how the link would help but you can see what I’m talking about on your demo site.

    Shop page: http://themes.kadencethemes.com/virtue-premium/shop/ — under the page title, it has Showing All 15 Results. I want to remove this and use a regular subtitle (such as on your default template or featured template). You can see what I mean here: http://themes.kadencethemes.com/virtue-premium/contact-us/ — under the page title, it has How can we help you?

    I found the correct template for the shop page and edited to use the subtitle code but the subtitle does not appear. The Showing All 15 Results did disappear though so I know I’m on the right template (same for the reverse – if I remove the subtitle code from the default template, it disappears on the page so I know it’s the right piece of code).

    I’m guessing that I need to add another piece of code somewhere that tells it to show but I’m not sure where. The code I’m using is:

    <?php global $post; 
    	if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; 
    	} else if(is_category()) {  echo '<p class="subtitle">'.__(category_description()).' </p>';}
    ?>

    I think maybe since it’s an archive page, I need to change this code somehow? Thanks for your help!

    PS. I’m using a child theme.

    In forum: Virtue Theme

    In reply to: Sensei Help

    #75759

    Hi Conor,
    Could you post a link?
    Thanks,

    Hannah

    #75751

    Hello Hannah,

    thx for the reply! I dealed it now with the pagebuilder.
    But now i have an other problem. I use a Pagebuilder-row with 2 textwidgets inside. In the widgets i put the shortcode to show up a blog_post.
    I set the shortcode to show only one element on one column, but it is not working, it always shows 2 columns.

    This is the shortcode is set: [blog_posts orderby=menu_order type=normal items=1 columns=1 cat=Aktuell]

    And in the moment my site looks this way: http://wp.artgluchowe.de/
    At the template-options/homepage-options i set the postcolumns to 1.

    Jan

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