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 - 9,101 through 9,120 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #244714

    The Virtue Bold demo is built using Page Builder by siteorigin. You will need to install and activate that plugin in order to create the same effect as the demo. https://siteorigin.com/page-builder/

    Hannah

    In forum: Ascend Theme
    #244711

    Hey,

    1. There is nothing I can do about that, the plugin is removing itself, you need to talk with the plugin author to see why. If the author isn’t able to respond you could look at another plugin.

    2. You can add this css:

    @media (max-width: 767px) {
    li.kad_product.col-md-4:nth-child(odd) {
        clear:left;
    }
    }
    @media (min-width: 768px) and (max-width: 1499px{
    li.kad_product.col-md-4:nth-child(3n-5) {
        clear:left;
    }
    }
    @media (min-width: 1500px) {
    li.kad_product.col-xxl-3:nth-child(4n-7) {
        clear:left;
    }
    }

    Basically, your plugin is ajax reloading the products which doesn’t retrigger the document resize event so our javascript that corrects product positioning doesn’t run. IN pages where you have long titles the alignment can be off because items are not clearing floats. The above css will fix that.

    #244710

    I would like to this:

    Use a Portfolio at the top of a Portfolio-type page, with slider beside the text (no problem here)
    Add a regular paragraph block or blocks below the portfolio, for additional information.
    I would like to do this within Portfolio so that all will appear on a aggregate page.

    Thanks for any help. I am using a Child Theme.

    #244708

    You can upload screenshots here using the Upload Images button below this form.
    1. I would suggest deactivating your plugins to test if any are conflicting. Let me know if there’s no change.

    2. Sorry, in your edit page when using the block editor and when editing the Advanced Gallery Block, in the block settings in the right sidebar you’ll see this option.

    Screen-Shot-2020-02-12-at-11-55-36-AM

    Hannah

    #244693

    The /hikes page has the same pattern of blocks in two places: Spacer (10 px high, 6 px line) followed by Advanced Header, H4. In the first pair, the Header has an anchor (#Holbrook). In the second pair, the Header has no anchor. In the first pair there’s lots of unexpected white space between the line and the Header. The oddity is right at the spot where the CSS seems to need an inordinately large adjustment. Any thoughts?

    #244689

    The page uses the block editor. The first 3 blocks are Adv. Heading, Spacer/Divider, Adv. Heading. The spacer, set at 10 px high, has the anchor. I’ve made no changes to the default for margins in the 2nd Heading, all the levels of heading are at the “standard” height of 40 px.
    When looking at the page, there is a space between the Spacer and the 2nd Heading (a default top margin on the 2nd Heading?) of (30-60?) pixels.

    If I set
    padding-top: 40px;
    and go to the anchor link (starting from a different page), I can read the 2nd Heading. If I set it to 50, I get a bit of white space above the heading. It’s still a distance further up the page to see the line with the anchor link.

    I’ll use the CSS (using 50 px) – though I don’t understand what’s going on behind the scenes – why it would take a rather large value (80? 100?) to show the portion of the page that has the anchor attached.

    #244687

    Using that CSS gets a bit more of what the header covers exposed.

    From a 2018 post it looks like there used to be a setting to fix this. I don’t see the “Enable animated scroll…” in the Virtue Pro dashboard.
    I am using the anchor in a link from a blog post, not from an anchor that is part of a custom menu item.
    ——–
    Ben Ritner
    November 23, 2018 at 4:27 pm #208653


    Anchor links don’t scoll so anything is in the middle of the page. Browser scroll down to where the anchor is at the exact top of the screen (assuming the page is long enough to scroll that far).

    You have a sticky header so at the exact top of your screen would place the video behind your header.

    Start by going to your theme options > menu settings. Scroll down to the bottom and turn on “Enable animated scroll for menu anchor links”. This will make give animation and force an offset to account for your header. That will work for menu links.

    #244681

    Hello

    I just installed Virtue Bold theme and used demo importer plugin. It has imported most of the demo content, but I have a problem with home page. It didn’t completely import the part with Backpacks, Boots and Fitness apparel (there is only text without images and links). Also the part with Classic Styles and Premium Boots doesn’t look the same.

    Could you please tell me how to achieve the same look of home page by doing things manually?

    Regards
    Ales

    #244675

    Hi

    i have a strange issue with CSS for hyperlinks

    this code works for all hyperlinks on hover, i.e. makes them the clients corporate colour.

    .comment-content a:not(.button), .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]):hover {
    border-color: #f78b11;
    color: #f78b11;
    }

    this code works on all but one hyperlink on this page. there are two hyperlinks in the box with the dark background. on page refresh you can see the darker colour on the link in the right hand column but it is immediately overwritten by the lighter standard colour. the inspector shows the darker colour…

    .comment-content a:not(.button), .entry-content p a:not(.button):not(.select2-choice):not([data-rel="lightbox"]) {border-bottom-color:#606060;}

    regards

    Chris

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

    Hi Solace,
    You would need to select the sidebar based on the page id(s) that it is being added to. Would this work for you?

    Hannah

    #244667

    So because the page being clicked on links to the same as your dropdown menu items, the current menu item color settings are taking effect. I don’t suggest having two menu items within your menu that link to the same page. It can be confusing to users. I would suggest making your main link a non-clickable link. So you would add the menu item as a custom menu item, then put a “#” in the url tab. Would this work for you? Or are you wanting to keep both links clickable?

    Hannah

    #244663

    ok, understood.

    In fact, the behavior is the way you describe, so it is normal.
    It is redirected to home page due to a setting in yoast seo plugin, if I change this setting then it points to the archive of all the posts the author has created.

    Either way, there is no real problem, I have the choice to either show the archive or redirect it to the bio page, it is just strange that the old admin user redirects to bio page, that is why I asked the question at first.

    Let’s consider the issue solved.

    Thanks.

    #244660

    Hey,
    Authors and Staff are not the same things, there is nothing linking the two in WordPress. You can create as many staff as you want to show on your site without creating a single other author.

    The author url that is redirecting to your home page is correct, it just means that your SEO plugin or Security plugin is hiding or redirecting the url. It’s very common. The WordPress author url is an archive of all the posts the author has created. It’s not a bio area.

    Doing a redirect is your best option and perfectly ok for SEO.

    Ben

    #244658

    I have tried everything to get this theme uploaded but nothing happens. Here is what the page says after I attempt the upload:

    This site can’t be reached

    The connection was reset.
    Try:

    Checking the connection
    Checking the proxy and the firewall
    Running Windows Network Diagnostics
    ERR_CONNECTION_RESET

    In forum: Ascend Theme
    #244656

    I got no answer from the plugin developer.

    My other problem is with pagination. If I go to next pages, there are missing places between product results. See attached photo.
    What can cause this?

    Thanks,
    Anita

    pagination

    #244655

    There is a redirection problem.

    the url from the breadcrumb to the user’s page is something like https://domain.com/author/user/ but the real url is https://domain.com/staff/user/.

    With the one user I had until today, it was auto redirected and working ok.

    I just installed redirection plugin and redirected https://domain.com/author/user/—>https://domain.com/staff/user/ and it works this way.
    But this is rather a patch and not a solution, and I don’t know if there are some side effects regarding SEO, although staff pages and user archives on the site are not indexed by default.

    #244652

    I discovered why my submenus are working in an inconsistent manner. I discovered that when I am actually on the page and I try the drop-down for that page then there is a problem with how the drop-downs are highlighted. However, if I am not on the page then the drop-down highlighting works as I want it to. I realized that if the drop-down selection refers to the same page as the top menu option then the problem occurs. The “donate” menu option drop-downs always work correctly because the top menu refers to a page that is different from its drop-down menu choices. If you would please take a look at this and see if there is a work around. I would like not to create identical pages and have the top menu point to one page and the drop-down point to the second identical page. I believe this will cause confusion for a future administrator.

    In forum: Pinnacle Theme

    In reply to: Row Animation Issues

    #244639

    When editing your widget via page builder do you have the animations turned off under the Animation tab?

    Hannah

Viewing 20 results - 9,101 through 9,120 (of 53,646 total)