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 'Page'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 31,681 through 31,700 (of 53,646 total)
  • Author
    Search Results
  • #103154

    Hey, quick question if you look at our home page http://www.greg2hype.com under my sider image i have the home icon menu images option for my podcast link images, how can i not have red just black bg. i set it to black and black and i still shows red? I’m not opposed to it but would prob be better since i left the background black with no background if they didn’t hover. thanks

    #103149

    Hi Ben & Team,

    Thanks for all your support.

    I have installed the Paypay Express Checkout plugin, by Angeleye. I need your assistance on a couple of items to make it a real express checkout.

    1. If I add an item to the cart, either on the category or product page by the “ADD to Cart” button, it works fine. The cart page is from the Paypal plugin and the checkout goes directly to the Paypal page. Everything is perfect. The issue is the “Checkout” button from 2 other places:

    (a) The cart dropdown menu: If I have the Show Cart icon in main menu, there is a popup menu showing the items in the cart, along with the View Cart, Checkout and Paypal Express buttons. But, if the “Checkout” button is click, it goes to the standard Woocommerce checkout page with the form(s) to fill out and not the Express checkout page. This defeats the purpose of the express checkout. It seems this button is not calling the Paypal Express plugin feature for some reason.

    (b)Sidebar-with a sidebar having the Woocomerce Show Cart widget, the same issue happens as in (a).

    I figured a way to hide the button in the sidebar widget, using “a.button.checkout{display: none;}” in advanced theme options. But this does not work in the cart popup from the main menu. I also tried “#kad-head-cart-popup a.button.checkout{display: none;}, but that didn’t work either. I would like to keep the cart icon with the d popup in the main menu, as this is a very nice feature. Is there a way to do this? Also, how to align the View Cart button to be centered, after the Checkout button is removed.

    2. Small item: how to change the background on the View Cart on the category page. When the Add To Cart button is clicked,the View Cart is displayed on top of the item with a clear (transparent) background. How do I change to have a color background, if possible.

    Thanks in advance.

    #103147

    Uggh you are right is showing Chrome too temporarily. Thanks Ben, appreciate the fix if you can see the cause.
    Shortcodes on this page are (in order):

    Shop by:
    [product_categories ids=”200,201,202,115″]

    Just In:
    [product_category per_page=”4″ category=”just-arrived”]

    Shop by designer:
    [product_categories number=”12″ parent=”199″]

    Please let me know when the update is ready 🙂

    Thanks!

    #103140

    Hey
    1. In your theme options > theme extensions enable the header and footer scripts.

    reload the page. Then add this into the footer scripts area.

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    $('.ngg-galleryoverview').each(function(){
    			$(this).find('a[data-rel^="lightbox"]').magnificPopup({
    				type: 'image',
    				gallery: {
    					enabled:true
    					},
    					image: {
    						titleSrc: function(item) {
    						return item.el.find('img').attr('alt');
    						}
    					}
    				});
    		});
    });
    </script>

    2. Hmm your adding through a shortcode instead of the youtube embed code. I’ll have a put support for that in my list for the next update. curently you would just add the youtube embed code into the video post box.

    Ben

    In forum: Virtue Theme

    In reply to: Center Blog Posts

    #103139

    That worked for only the Blog main page. Each post is still left aligned.

    Thanks.

    In forum: Virtue Theme

    In reply to: Center Blog Posts

    #103136

    You can center all of the text within your blog page’s content using this CSS:

    .blog div#ktmain {
        text-align: center;
    }

    Let me know if that works for you!

    In forum: Virtue Theme

    In reply to: Center Blog Posts

    #103129

    Hello Thomas,

    Can you provide a link to your site so I can see how your blog page is configured?

    Thanks!

    In forum: Virtue Theme
    #103127

    Hi there. Trying to center blog posts, have set to full width with no sidebar, but want to have all posts centered on Blog page as well as each post. Have looked through everything and have not found the answer.

    Thanks in advance for the assistance.

    #103116

    Hello Pan,

    One easy way to test whether or not it’s related to the plugin and theme interacting with each other would be to quickly switch to a default theme such as 2016 and test the plugin then.

    I tried in Safari and Chrome with the same results. No products displayed after checking the boxes, but they did after a page refresh.

    It might be a good idea to also contact the plugin developer for support as well. They may have a quick solution for you.

    #103115
    This reply has been marked as private.
    #103113

    1. Here is some CSS that will make the images stay the same height. Is this what you want?

    .home img.iconhover {
        max-height: 290px;
    }

    2. The difference is one is using the Home Blog enabled via Theme Options> Home Layout, http://www.lapetitebrune.com/

    The other page is using a blog template set in the Page Attributes area, I believe it’s the Blog Photogrid template.

    3. You can do that with this CSS:

    .home .postcontent footer {
        display: none;
    }
    #103105

    Not really, it’s trying to get the page name on 2 separate lines like the screenshot below

    Menu Example

    #103100

    Hi Hannah.

    1.
    I had “Gallery Post default”.
    I already changed to “Landscape Image (feature image)” and it works.

    Just a question… If I have a landscape image and choose “Portrait Image (feature image)”, theme assume landscape format.
    Or if I have a portrait image and choose “Landscape Image (feature image)”, theme assume portrait format.
    It’s not possible to “fix” the format?
    If I choose (for example) “Landscape Image (feature image)” and I have a square or portrait image, the theme fix landscape format.
    This also because, if I have one cut image that does not have original sizes, it will not be perfectly formatted.
    For example, like is happening now: http://www.lapetitebrune.com
    (This is not a big issue. Just to know if it’s possible or if I need to have attention to this detail.)

    2.
    Yes, perfect!

    What is the difference between this:
    http://carlabrito.com/blog
    and now:
    http://www.lapetitebrune.com
    What I want to say is, which configuration allows me to put the post title, Date and autor above the image.

    3.
    Last one… sorry!
    How can I delete categories and tags from posts in homepage?

    Thank you for the support!

    Regards,
    Carla

    In forum: Virtue Theme
    #103091

    Hey,
    If that css didn’t work then it either means you have something else in your custom css box that is breaking the page or something else on the site that is breaking your css.

    Ben

    #103084

    Michael,
    After you’ve turned on Header and Footer Script refresh the page. You should then see Header and Footer Scripts in the Theme Options panel.

    Hannah

    #103080

    I saw the issue briefly in Chrome, but it went away after I refreshed the page. I am seeing it in Safari though.

    Can you post the shortcode that you’re using so I can try to duplicate the issue on my test site?

    #103078

    Hey,
    1. In your post edit page what do you have the post summary set to?

    2. The excerpt isn’t showing on your blog page because your using the photogrid option which does not include an excerpt.
    You can use this css to hide the excerpt on the homepage:

    .home .entry-content {
        display: none;
    }

    Hannah

    #103062

    Working. I deactivated the page builder plugin and then reactivated it and the issues resolved.

    #103059

    Hi Ben,

    I think it would be nice if you can implement a simple feature to show a cookie policy bar on top of sticky header or a translatable modal popup that disappears after you click the ok button. It would avoid the use of another plugin that can mess the theme cleanliness.

    It’s a suggestion because I tested many plugin and none works as expected cause the sticky bar I set to active. Actually, I’m using Heads up bar but it doesn’t disappear completely letting an unobtrusive icon even I find it hideous. Please, check my site at bottom page.
    I’m not able to create it in jquery nor I know how to use a modal shortcode you have in the pinnacle shortcode. Instead, a theme option in home layout could easily fit the case. Just having a bar with colour picker, text editor accepting language quicktags.

    Regards,
    Angelo

    #103054

    Hi Ben.
    Thank you.
    I already saw.

    My Blog Page is already cool.

    However I’m missing some details in my Homepage, Blog section.
    For the two first posts, the Featured Image is not being shown.
    Can you see why, please?
    For the same posts, in Blog page is correctly. It’s just in Homepage.

    I Homepage also, I don’t want the excerpt of the post.
    In my another website (http://carlabrito.com) we discussed this before, and I used this code

    .postlist .entry-content {
    display: none;
    }

    to delete the excerpt.
    However, in this new website I did not used the code, and I don’t have the excerpt text in Blog Page.
    You changed/updated something?
    How can I delete the excerpt in Homepage also?
    I tried with that code and does not work.

    Thank you for the support.

    Regards,
    Carla Brito

Viewing 20 results - 31,681 through 31,700 (of 53,646 total)