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 - 10,341 through 10,360 (of 53,646 total)
  • Author
    Search Results
  • #238867

    I added the Virtue:Gallery widget to a portfolio page. I then created an image carousel gallery. I would like to disable autoplay of this carousel. I know how to disable autoplay in gallery shortcode (add autoplay=”false”), but in this case there is no shortcode.

    In Widget Styles > Animation > Animation Type, I have selected “No Animations,” but the carousel still autoplays.

    Thanks for your help.

    #238863

    I’m having an issue with a new plugin I’m using. The plugin is “Woocommerce Hot Deals Pro” by IgniteWoo. When I add the plugin shortcode [deal_products] to the sidebar, via a widget, I get all of the category images displaying over the sale items the plugin provides. Is this a Virtue-premium theme issue? If so, how can I remove the duplicated category images from the sidebar? If not, please see the associated issue below.

    Also, using the Woocommerce shortcode [products] on the sidebar does not duplicate the category images but still leaves the returned sale items displayed in an exaggerated narrow and long format. Is there a simple fix to changing the width and height of the sidebar displayed listings?. Is this a sidebar container size issue? It seems like the Virtue category display settings are bleeding over to the sidebar and forcing a four column display where there really isn’t room for it. I would like the sidebar on the shop page and category pages to show just one column with the resulting sale items displayed one over another or just two side by side if possible; similar to what is achieved when switch from grid to list view in the category pages.

    The effected website page is

    Thank you,

    Kenet
    [email protected]

    #238862

    Hi Hannah:

    These elements worked to get the title on a separate line:
    .postmeta {
    max-width: none;
    width: 100%;
    }

    However, the “margin-left: 12px;” attribute pushes the date right, out of alignment with the title underneath it on the homepage, on the post page, and on the blog page on desktop. The date alignment is correct in tablet and iphone view.

    If I remove the “margin-left: 12px;” attribute, everything looks good in desktop view, but the date on the homepage is too far left in tablet and iphone view.

    Is there some way to just affect the date display on the Latest from the Blog section on the homepage without affecting the date display on the post and blog pages?

    Thanks for your help.

    Tablet-view-no-12px-left-margin

    #238854

    Hi!

    Disclaimer, I am brand new to the Kadence Block Pro plugin and like what I see!

    Problem is, I set all the defaults to the button and accordion features but it seems to have no effect. I am starting form scratch each time I add that element to a page.

    I am also not able to edit the accordion colors on an element at all from the page.

    For example, on the FAQs sections (accordion) the selected color must be orange, there is no way to change it to gree, which fits my theme better.

    I am sure I am missing something. Great plugin!

    #238852

    Yes the page itself shows when you enter the URL directly. I’m starting to suspect that this might be a misunderstanding and maybe the result from bad communication from my side.

    Just to clear things up: Did you fill out the form on this page , clicked “Prenumerera” (Subscribe) and was then redirected to this page and it showed up properly?

    #238847

    I just noticed a ripple effect of changing the styling of the date in my blog – on the home page in the Latest from the Blog section, the titles are now jammed onto the end of the date on the same line. I would like the title to be on the next line, underneath the date. I’ll give site and image in private reply.

    Thanks for your help on this.

    #238846

    Yep sorry is_front_page would be perfect there.

    Ben

    #238841

    Hi Ben,

    I don’t know how it works the WP plugin repository where do you set your plugin version.
    I’m enabled to direct editing your plugin translation for italian language, I’m so called PTE Plugin Translation Editor.
    Two things ares strange:
    1) I translated the strings downloading the .po file directly from this page of the plugin on Wp https://translate.wordpress.org/projects/wp-plugins/kadence-blocks/stable/ and I translated it as you can see it says Italian 100% but the plugin package hasn’t a translation file into. I also uninstalled and deleted the plugin from my website and download it again but I checked via FTP and there’s nothing except your file .pot
    2) There’are some strings appearing in the plugin settings page that I never met to translate them, so something is incomplete in your file .pot
    I suggest do you check it while I already asked to wp-Italian team how it works the translation file in the plugin package.

    Regards,
    Angelo

    #238837

    HI Ben and Hannah and team
    I need to change the logo url in the header, or disable it going back to the home page.
    I know that’s probably a function, but how can I achieve that.

    Best to disable the link to the home page, that the logo normally links to.

    #238836

    I put that so it is only in home page

    add_action( ‘pinnacle_header’, ‘custom_add_slider_above_header’, 2 );
    function custom_add_slider_above_header() {
    if ( is_front_page() ) {
    echo do_shortcode(‘[smartslider3 slider=3]’);
    }
    }

    Thank you!

    #238833

    I just saw it adds it in all pages, can it add it only in home page?

    In forum: Virtue Theme

    In reply to: Suddenly, Menus

    #238807

    Thank you, Hannah.

    Your suggestions worked. It’s been a long time since I developed the page, and I simply couldn’t easily find where to turn things/off, so your help is very much appreciated. It’s so frustrating when updates conflicts with the way our websites look!

    Have a great weekend.

    #238804

    Hello, I’ve tried to hunt this down, but I don’t think I’ll figure it out anytime soon. I think I’ll start by telling you what I’m trying to do.

    I want to setup a product category hierarchy so my shop page has a handful of options, that will lead to subcategories, then to the products. For example, an overall category titled “Buy My Clothing” will lead to two subcategories “Kids T-Shirts” and “Leggings”, which will house the products. I’ve created a page as an example of what I would like the main shop page to look like here:

    So far, I’ve setup the overall product hierarchy that I want. But after that, things have not gone that well. Since the majority of the overall parent product categories don’t have any products (just subcategories), those categories aren’t populating onto the shop page. So I end up with my current shop page as:

    My question is, is there a way to force the parent categories on the shop page? If I can, will I have to enter any code in order to finish, such as making sure the child categories are showing correctly. By this I mean if you do click on “Buy My Clothes”, I would only get the two options mentioned above, and then if I click on “leggings”, I only see legging products.

    I read in one of the posts Ajax was mentioned, but I’m not sure if this would be the best route (I gave it a brief try, but not a strong effort). If you could give me some direction, I would appreciate it.

    Would it be possible to replace the shop page with the other page created above?

    In forum: Virtue Theme
    #238801

    Hello.

    After the latest update, my navigation menu is showing twice in my header. I use the Bold/Virtue theme.

    Also, some boxes are showing with a thin line, which were not there before.

    I both these issues fixed when I developed the page by adding CSS to the “Custom CSS Box” in “Advanced Settings”, so my guess is that something new is overruling my CSS input.

    Links and screen shots in next message.

    Thank you!

    #238799

    Here is a screenshot of a product with about 10 product images uploaded. As the number of product images grows above 5 or 6, they begin to extend above the content area of the page into the header area:

    URL:
    Screenshot:

    Here is the same product in the Virtue Premium theme. All the additional product images are displayed below the product and do not interfere with the header area:

    What can be done with the Ascend theme to fix the issue?

    In forum: Ascend Theme

    In reply to: Blocks within blocks

    #238795

    To try and answer your question of what happens when I try to insert a row block, here is what I do. First, I select the row layout from the navigation menu, so I think I am in the correct spot. When I try to add a row layout block inside an existing row layout with content, for example near the bottom of the row layout, I momentarily see a blue circle with a + symbol inside it. As soon as I move the cursor closer to the circle it turns black. When I hit the plus symbol and select “row layout” from the menu options, it adds the row below the existing row, not inside the existing row. I’ll try and send you login credentials soon.

    But here is information on having bad margins when I review the text in “iPad” view. I was logged into my WP account on my iPad. I loaded up the “page” I’m working on and it was bonkers in the edit mode. I could not make sense of it at all. The image background was a small rectangle and text was running up and down, beyond the borders of the image, clear into other regions and some of the text was white on a white background. Very confusing. It looks nothing like my desktop when I shrink down the window to the size of an iPad.

    Also I notice margins don’t seem to be correct. On the “page” I am editing I have two copies of what I want. So I have two major row layout blocks. The first is the correct version I want based on what Ben told me to do:
    row
    -> single column
    ->> title
    ->> paragraph (I added this)
    ->> row
    ->>> double column

    Below that main row above, is a second row with two columns. The texts are similar, I just could not get row – double col moved inside a row – single col. So I added the stuff from scratch (no content at first) and was able to match Ben’s layout. It became the first row layout.

    Once the rows and cols had content, no matter where I put my cursor, I could not find a place to insert a row inside another row. This is where I was having trouble: inserting a row or rather having it inserted inside a row. So I started from scratch. However, when I look at the preview and shrink down the images to be about the size of an iPhone or iPad the formatting is all messed up. The “second” row which has two columns seems to have its margins correct. A little bit of an indent on the left and a little bit of an indent on the right and the image following the text. But the first row, which has a single col >> title >> row >>> double col (as Ben suggested I do) has margin on the left, but no margin on the right and is even missing some words. You’ll probably need my login credentials to see that too.

    I’ve uploaded some screenshots of what I mean:

    This is the first row layout block with bad margins, but Ben’s layout. It is the upper portion of text.

    first-row-layout-block

    Here is a lower portion of text from the first row layout block. See how the image is not centered and text is missing from right edge.

    first-row-layout-block-lower

    Here is the second row layout block with the same text. However it is simply a two column row layout block.

    second-row-layout-block-margins-correct

    Here is a little bit lower of that same block. The image seems to center nicely.

    second-row-layout-block-margins-correct-lower

    If I give you my login credentials, do I first hit the button “Set as private reply”?

    In forum: Virtue Theme

    In reply to: Customizing tabs

    #238793

    Thanks Hanna, I have one more question. My widget titles are set to h3 class as per the settings page but in my typography h3 is 22px but when I inspect my page below, the words AVANT adn APRES are set to 28px but it says h3.

    #238790

    Hey,
    I can help,
    First remove what you added in the front-page.php. Best to not edit that file. And best to get you back to a clean install.

    Make sure theme options > home slider you have “Place behind Header” off.

    And you also turn off any slider added there. Set “Choose a Home Image Slider” to none.

    Then in your child theme functions.php file add this:

    add_action( 'pinnacle_header', 'custom_add_slider_above_header', 2 );
    function custom_add_slider_above_header() {
    echo do_shortcode('[kadence_slider_pro id="1"]');
    }

    Just change out the slider id with your slider.

    Ben

    In forum: Virtue Theme

    Topic: templates

    #238787

    Hey
    Do you have any prebuilt Elementor templates for category pages?

    //Anders

    #238785

    I don’t understand how you end up at the right confirmation page. Is it this page Bekräftelse/Confirmation?I have deleted the cache on the site and in the browsers. I have tried to register from other computers and browsers, I have asked friends to check, I have consulted the webhosting company. All get the error and no one understands why.

    This is how it looksError

    • This reply was modified 6 years, 6 months ago by Anders.
Viewing 20 results - 10,341 through 10,360 (of 53,646 total)