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,641 through 31,660 (of 53,646 total)
  • Author
    Search Results
  • #103376

    I’m having a challenge customizing the side panel for blogs/pages/features to contain a Latest Posts Widget that will only show a specified category of post that includes the post, an image, and the header of the post.

    Any ideas on how to use the Virtue Theme to accomplish this or would you recommend a compatible Feed Plugin?

    Thanks!

    #103373

    Is there a way to leverage the Virtue Theme to add a Portfolio Carousel (shortcode maybe?) that will then link to content pages when the image is clicked within the carousel?

    It’s kind of a two part question: 1) Can Portfolio Carousels be added as widgets to Virtue Pages? and 2) Can the images within this carousel be set to link directly to a page/url/etc.?

    Thanks!

    #103367

    Hi there,

    I try to embed a Spotify playlist into my WP site (using most recent versions of both Pinnacle and WP) by pasting the Spotify URL into the visual editor.
    When I paste the URL it changes the text instantly into a visual preview of the Spotify player. Nothing wrong so far.

    When I preview my page in the browser only the url shows up and the Spotify player doesn’t show up. What am I doing wrong? Can you help me out?

    Thanks, Meike

    #103366

    Hi,

    Some advanced config issues please:
    1. a. How do I change “page Navi” such that the title of the previous and next posts appear?
    b. Can I control the size/color of these buttons?

    2. Tag Cloud widget – Can I control the different sizes of the tags font? and the font color?

    3. Where do I add facebook code at the bottom of a post (such as for like button)?

    Thanks!
    Guy

    #103365

    Hi (me again…),

    I am having an issue with 4-coloum related product layout in Woocommerce pages. It is laid out with 4 columns, but only shows one image in the left column. The scroll arrows allow to scroll through them though (all go in the first column), so it isn’t an issue of only one product being related.
    Could you please advise how to fix?

    Access the site via this link to bypass coming soon screen, then go to this link to see an example

    Thanks

    #103359

    Sorry for late reply Ben.

    It seems that the font size is only 14 on the editor page, not our actual web pages. Kinda weird, but as long as our website is functioning as it should, I guess that’s all that matters!

    Thanks,

    AJ

    #103349

    Hey guys,

    Just come across an interesting situation that I hope you can help with.

    On my new landing page, I have the Social Media Icons (just normal jpegs) at the bottom of teh page. I want them to be centred, but the only way I can figure to do that is my using the Virtue Gallery.

    Problem is, images in a Gallery can’t be linked to webpages, only media or attachment pages. So, is there anyway to allow Gallery items to connect to URL’s, or is there another way to keep all the icons in a straight line and fully centred (as they look now)?

    Feedback as alway, appreciated. 🙂

    AJ

    #103348

    Because of how late this shows up in html (sidebar is after all your page content) and because of how google sees all your products and links to product pages I don’t recommend this. You might have gotten some SEO advice and thats fine but from what I know of SEO this isn’t a good idea.

    That code is called into the page through a hook, you can unhook using a function like this:
    remove_action( ‘kt_woocommerce_page_title_left’, ‘kt_woocommerce_page_title_output’, 10 );

    Then add your own action with your own function to call the woocommerce title.

    Ben

    #103345

    Hi Guys,

    How do I go about changing the size of the font for “Categories/Filter” on my Shop Front?
    I inspected the page and it is supposed to be h5.
    Changed h5 settings in Theme Options, Typography but it does not help.
    Only the “Product Description” changes everytime I change the h5 settings.

    Only color for “Categories/Filter” follows my h5 settings.

    As always, thanks for your superb support!

    #103342

    Hello Kevin and Ben

    The page now has two H1 tags.
    Right from the SEO point of view , we want the H1 in the side panel where we have the text.
    The title of the products , we therefore put to H2.
    We use today by child theme.
    But I ‘m not good at coding. Can you help me how to change the right title of the products so that it becomes an H2. Can not find this in the code.

    Fredrik

    #103340

    Hey Ben

    Thank you for the code. However it is only the category pages that the images should be removed from, not the shop page which looks like this now.

    Shop page: Shop Page

    Just to be clear here. Shop page needs to show category images. On category pages, the sub categories should not show images.

    Here is the original css code you gave me with your new addition at the bottom

    /* Category Page Display */
    
    .archive.tax-product_cat .product-category.grid_item {
        margin-bottom:10px
    }
    .archive.tax-product_cat  .product-category.grid_item>a img {
        display: none;
    }
    .archive.tax-product_cat  .product-category.grid_item a h5 {
        position: static;
        margin: 0;
    }
    @media (min-width: 767px){
    .archive.tax-product_cat  .product_category_padding .kad_product {
        width: 50%;
    }
    }
    /* Hiding sub cateogry images */
    .kt-cat-intrinsic {
        display: none;
    }
    #103334

    Hello,
    Is there any documentation that you can share for setting the home page slider and preparing images to “fit” into the slider with a sharp image. The photos that I’m adding are not clear even though they’re large images.

    Thanks

    #103333

    Hey Team

    See this page – category

    For some reason after the latest two updates there is this large gaps at the top and large gaps between sub category titles.

    #103326

    Yes here is the code:

    <?php
    add_action(‘kt_after_right_header_content’,’custom_header_image’);
    function custom_header_image() {
    echo ‘<div class=”custom_header_image_container”>alttext</div>’;
    }

    ?>

    If I don’t add the <?php ?> it does show up but very strangely, at the top of the page with the code being displayed.

    #103321

    By the way with w3 total cache i recommend using minify and not defering js. This makes a new file and is easy to clear. But regardless start by turing it off and clearing your caching.

    I’m also noticing your using attributres with a quote mark for inch. If you are going to do that you would be much better off making those as actual attributes in the products > attributres page then assigning to your products. Because ” is used in code a lot and that could cause errors if you just added that through the product itself.

    Ben

    #103311

    I want to move the woocommerce pagination to the top of the page. It is on bottom now. How ?

    #103303

    Hi ben
    the product page looks fine, the ADD TO CART button is back in its right position but when i select a variation the price doesn’t change and there is no hover color for each variation when i pick one of them.(can’t select a variation). i tried everything deactivated plugins, check htaccess, check css, i’m not an expert but everything looks normal as always. OMG please help me.

    Thank you!!

    #103300

    I started with the free version of the template and upgraded to the premium. I have two places to add portfolio items. If I don’t create an entry in both places for the same portfolio item, I get a page not found when I click to view the the item. Is this how it is supposed to be? It seems redundant to have to create an item twice in two different places.

    #103277

    Here’s how your page is displaying when I remove the CSS:

    Here’s how it looks with the CSS:

    Is this not how you’re seeing it? Perhaps you need to clear your browser’s cache?

    #103273

    I have reviewed the logs with my service provider and this is what we have found:

    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: http://www.rebelsoul.es/wp-admin/admin.php?page=ktoptions
    [Wed Jul 13 11:02:55 2016] [error] [client 109.232.208.230] File does not exist: /home/swamedid/public_html/otrosdominios/rebelsoul.es/wp-content/themes/pinnacle_premium/themeoptions/redux/assets/js/vendor/qtip/jquery.qtip.min.js.map

    What can I do for solve them? Are they related? I want to set log level to debug just in case there´s more info.

    Also, which are the server requirements of the theme? I have wordpress 4.5.3 , recently updated from 4.5.2.
    I could do a manual installation with the older version but that would mean having to manually update and a much more complicated process

    We also tried to bypass security mods via .htaccess workaround, but without success.

    regards

Viewing 20 results - 31,641 through 31,660 (of 53,646 total)