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,501 through 19,520 (of 29,722 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: staff lightbox

    #95975

    Yeah, the image menu should work well for what you’re wanting. Then you could just link them to your individual staff post pages.

    Hannah

    #95968
    This reply has been marked as private.
    #95953

    Still trying to get an answer on why [kad_blog orderby=date items=4] stopped working like it used to (and [kad_blog orderby=date items=4 fullpost=false] doesn’t work either…never did: that always shows the full post – weird) . . . both usages show the full posting instead of the excerpt. [kad_blog orderby=date items=4] used to show only the excerpt on the Dave Romeo site; it’s been in production for many months and recently started showing the full post. (Again, now sure when it changed, but I’m pretty sure it happened at some point after updating the theme, as we didn’t change this page at all since it last worked.)

    Any idea?

    In forum: Virtue Theme

    In reply to: SSL product loading

    #95937
    This reply has been marked as private.
    #95932

    Hello,

    I have issue with Virtue premium and Ubermenu sticky extension.

    I hope that you can see from image, it’s working but not as it should be.
    Anyone had same problem?

    #95928

    Additional FYI: When I use the Post Loop widget there are no “boxes” around the post excerpts like there are when you use the Blog template. Hence, it’s more than just spacing…the layout overall is different, and I certainly preferred to use it the way the shortcode previously handled the separation/lines/boxes around post excerpts output by the mad_blog shortcode in the past.

    #95927

    Somewhere after a theme update (couldn’t tell you what version for sure) the [kad_blog orderby=date items=4] shortcode suddenly started outputting the ENTIRE content of the blog instead of just the excepts. This is really bad, and you can see what’s happening at:

    http://daveromeo.com/blog-copy-excepts-issues/

    Also, [kad_blog orderby=date items=4 fullpost=false] doesn’t do anything different. (It never did, but it was something you had me try a while back, but didn’t work then either. It DID work in the past without the fullpost=false…but now it doesn’t anymore.)

    I was basically able to accomplish the same thing with a Post Loop widget and the full-width template, but the kad_blog shortcode SHOULD have worked, since it used to work like that in the past. You can see out working with the Post Loop widget here:

    http://daveromeo.com/blog/

    However, the spacing (vertical) between post excepts is tighter than it was when the shortcode was working, and tighter than the spacing on the blog template itself, like when you just use the entire page as a blog page such as:

    http://daveromeo.com/blog/archive/

    Please look into what’s going on with the shortcode and why it no longer shows excerpts and instead is showing full posts, as well as how might I format the Post Loop widgets output so as to not be quite as tight together vertically as they are now.

    FYI: I use excerpts (not More tags) for everything. (I style my excerpts and use a plug-in to allow HTML in excerpts. I don’t think that is causing any problems as this all worked before – I didn’t change it, the shortcode just started behaving differently one day.)

    Thanks!
    -Dan

    #95926

    1. I’m asking for instructions on how I can recreate with a link to your site. I’m not telling you to recreate just tell me how I might be able to see what it is your seeing.

    I would kindly like to suggest that you consider what I have said as it’s a reasonable explanation when you are heavily changing how a site works by adding a extra check to get around your coming soon page.

    2. Your image shows a search that is not wordpress or standard woocommerce. I didn’t post the image you did and it’s clearly not woocommerce standard.

    Since you still hadn’t posted your link I went looking in other topics and found your site.
    There clearly in your plugins you have the “Receiptful for WooCommerce”
    and of course in that plugins options are “Enable Receiptful search” which you have enabled…

    And it’s that search that is showing on your site. And the error code for why it’s not working is “Failed to load resource: the server responded with a status of 402 (Payment Required)”. I don’t know that plugin but you are welcome to ask the plugin authors about what payment you may own and you can decide with them if you would rather use the standard woo-commerce search or there search.

    I really am for you and for you to have a great site. I can’t control the plugins you install or settings you choose to enable… (speaking of which why in the world would you install three security plugins?). I hope you can benefit from my suggestions and help.

    Ben

    In forum: Virtue Theme

    In reply to: Tabs

    #95925

    If your going to override the theme output your going to have to unhook this:

    add_filter( 'woocommerce_product_tabs', 'kad_product_video_tab');
    function kad_product_video_tab_content() {
      global $post,$virtue_premium; if($videocode = get_post_meta( $post->ID, '_kad_product_video', true )) {
      if(!empty($virtue_premium['video_title_text'])) {$product_video_title = $virtue_premium['video_title_text'];} else {$product_video_title = __('Product Video', 'virtue');}
     echo '<h2>'.$product_video_title.'</h2>';
     echo '<div class="videofit product_video_case">'.$videocode.'</div>';
    }
    }
    function kad_product_video_tab($tabs) {
      global $post, $virtue_premium; if($videocode = get_post_meta( $post->ID, '_kad_product_video', true )) {
        if(!empty($virtue_premium['video_tab_text'])) {$product_video_title = $virtue_premium['video_tab_text'];} else {$product_video_title = __('Product Video', 'virtue');}
     $tabs['video_tab'] = array(
     'title' => $product_video_title,
     'priority' => 50,
     'callback' => 'kad_product_video_tab_content'
     );
    }
    

    So you would add something like:

    remove_filter( 'woocommerce_product_tabs', 'kad_product_video_tab');
    Then call a new one with all your new code:

    add_filter( 'woocommerce_product_tabs', 'my_product_video_tab');

    So you would need to create that whole function then change the output in the content call back.

    echo '<div class="videofit product_video_case">'.$videocode.'</div>';

    You would need to either run the url through a shortcode or hooking in the wordpress media embed.

    all that would be done with custom coding through a child theme.

    Ben

    #95914

    1. Please post a link with instructions on how to recreate. Understand that a caching issue would be caused because you are using a coming soon plugin and the page can’t be cached correctly

    2. Your image shows your using a plugin and not the woocommerce search widget. What search plugin do you have installed? Why not use the woocommerce search widget.

    Ben

    In forum: Pinnacle Theme
    #95911

    Can you post a link? By german version are you using a multilingual site? are you defining the custom carousel through short-codes or through the theme options?

    Ben

    #95910

    I would suggest using page-builder. Make sure the portfolio post layout is set to three rows. Then add a row in pagebuilder that is set to fullwidth and place your image into that row.

    Ben

    #95900

    Missing product page menu – http://postimg.org/image/6jztpokn5/

    Missing product page menu on iphone – http://postimg.org/image/c6ch5lrb5/

    The issue with links/menus on the mobile site not working seems to only be on samsung devices, although the catgetory menu also does not work on iphones. It opens then closes immediately.

    In forum: Virtue Theme
    #95890

    Could you post a link so I can see how it’s displaying?

    If you haven’t already, I would suggest reading this tutorial to give yourself a better idea of how background image sizing works.

    https://www.kadencewp.com/background-image-sizing/

    In forum: Virtue Theme

    In reply to: mobile css

    #95889

    Hey Julian,
    Are you adding anything around this? Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Image HTTP Error

    #95872

    This is what shows up after I load the image.
    UPLOADING

    Dismiss Errors
    French-Antiques-Sideboard-Stuart-FL.jpeg
    HTTP error.

    My theme is Version 3.6.5
    PHP Version: 5.5.30

    I dont know how to post a link. Plug ins are updated except But after 3 days I went in and uploaded the
    same images and it worked, why is that

    #95870

    Can you send a screen shot of what you are seeing?

    http://postimage.org/

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Issues

    #95869

    http://postimg.org/image/xjjindxc1
    http://postimg.org/image/fpo0m3e9t
    http://postimg.org/image/jv92ps16p/

    The first and second ones are for this page http://backinthedayproducts.com/our-designs/

    The third image is the homepage. As you can see all of the pages slide over and we haven’t added any code to the pages. We used visual composer and it was working up until 2 days ago.

    #95868

    I’m confused. Can you post a temp login and instructions on how to create the issue?

    Ben

    #95866

    1.

    including this one everything is normal

    This site uses the same theme…

    My guess is just a loading issue becuase your not running the site with caching and you have a coming soon. Wait till you get done developing and then you can test for this.

    2. The search doesn’t search for tags. It’s content of the post.

    Can you post a link?

    How do I recreate An error occurred. Please try again.

    This is the standard woocommerce search widget right? No extra plugin?

    Also to clarify the normal search is not that theme that is a wordpress core widget.

    Ben

Viewing 20 results - 19,501 through 19,520 (of 29,722 total)