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 - 8,321 through 8,340 (of 53,646 total)
  • Author
    Search Results
  • #248226
    This reply has been marked as private.
    #248222

    Hi,
    I’m looking for a way to hide an info box widget in the footer, only when a product page is open. The widget should be visible on all other pages (posts, portfolio, …).
    Thank you for a good idea
    Martin

    #248217

    Hi,
    thanks, I will try to update themes and plugin.
    I had also forgotten about an ftp error that happened a couple of times in the past days and that updating the page disappeared.
    Thank you for the attention

    errore-wp-mozzo

    • This reply was modified 6 years ago by diana.
    • This reply was modified 6 years ago by diana.
    #248214

    Dear “People Smarter than I”,

    In attempting to use the Kadence Blocks Controls, the color palette is VERY VERY glitchy.
    Here are a few VERY common problems that are wasting lots of my time.
    (I understand that to get the color palette to update, the page may need to be refreshed. This is being done to no avail.)

    #1: Colors don’t save. After declaring a new color, saving the draft, then reloading the page, the color palette did not save the color. Instead it is another color, most commonly #888888

    #2: Colors duplicate. After declaring a new color, saving the draft, then reloading the page, there are two identical colors. One of which is mixed in and among previously saved colors. Thereby making it near impossible to delete. (There are so many bugs, that I don’t want to undo colors that have saved appropriately.)

    Searching Google produced very little, and searching “color palette” in the Kadence knowledge base and support forums produces a 0 result. (Kind of odd? With 10’s of thousands of entries, there are only 10 posts that mentions color palette? And not actually mentioned by the original poster, but instead found as text in logs.)

    Any help you have would be greatly appreciated. Having to manually enter colors, or copy-paste, is very time consuming. The feature is great it is just terribly broken for me.
    Thank you in advance for any reply.

    #248213

    Hi,
    This seems like a simple task but I can’t find any documentation on it. Trying to centre align a button (created using the button shortcode). I have tried centering the text, but that doesn’t work. I don’t see anything I can add to the shortcode (I tried align=center but that didn’t work either). I just need three buttons to be centre aligned, not the rest of them on the same page.

    In forum: Ascend Theme
    #248212

    I also get the same error message when trying to add a new page.

    #248202

    Hello
    Can you fix the issue on the html link please ?

    MY WEBSITE account page :

    on my phone and others also it doesn’t not appear in the right way !

    here a picture :

    but on my pc it appear correctly you can test it in both ways

    Also
    can you send me the proper source code to have the weglot widget on the top blue bar on the right in a good spot for my website but ALSO compatible with phones(android and ios) for the good location because it doesn’t appear on mobile and I don’t know why can you fix that please
    Can YOU test it before sending it to me please ?
    I have used this one but it’s not good :

    .country-selector.weglot-default {
    position: absolute;
    right:120px ;
    bottom: 580px;
    }

    CAn you fix that please ?
    In waiting for you response
    Good to you,

    #248200

    Yesterday, I created a new website using the Ascend theme. Website is acumanity.com.

    This question is not a Kadence theme question, but I thought I’d ask because of your knowledge and expertise.

    If you go to my homepage, I have several graphic animations. I created these using PowerPoint and exported them as animated gifs. These gif files range from 342KB to 520KB. And these are at 15fps and not the highest resolution.

    Was that a good approach? Is that how people do that normally do it?

    I think it ends up working well for my site, but I don’t know how experts do it and if the file sizes/load times are smaller.

    I see homepage websites like this: How do they do the animations below the header?

    Thanks in advance for any insight.

    Daniel

    #248185

    I use the Ascend theme and I keep getting “ERR_HTTP2_PROTOCOL_ERROR” when I attempt to edit pages or posts. I can get through to pages or posts built by elementor but can’t edit pages built before elementor.

    #248171

    For some reason, that plugin seems to be filtering the template to use a page template instead of an archive template. I’m not sure why?

    Page templates call the title with get_the_title();

    And archives use get_the_archive_title();

    I suppose you can run a filter in your child theme:

    add_filter( 'ascend_title', 'custom_page_archive_title' );
    function custom_page_archive_title( $title ) {
    if ( is_archive() ) {
    $title = get_the_archive_title();
    }
    return $title;
    }

    I placed it in there for you.

    Ben

    #248170

    Hi Hannah

    There is no website yet, I am designing an example page for my client in Illustrator. But I am going to use the Virtue Premium theme for the website itself when my client likes the design (I have used Virtue often).

    As far as I know the Virtue theme, the menu items can have a background-color on hover / when they are active. I mean like this: https://nickyverbeek.nl/ (when you hover over a menu item it gets a grey background. Sorry, it’s not a theme from you guys, but I know Virtue can do the same).

    What I wonder is if it is possible to let Virtue do what you can see on this website: https://www.visionairoogzorg.be/. The black background on an active menu item (and when you hover) is almost full height (here the bottom is white, but I want it to be full height black background).

    I hope you know what mean with my given examples?

    I’m asking this so if you say Virtue is not able to do this, not even with CSS, I will remove it in my design. Would be unprofessional if I say I can make it like this, but I can’t. 🙂

    Kind regards!

    #248169

    This is a link to the page that doesn’t work
    http://www.techtalent.co.il/techjobs/
    I don’t think it is something in the server as only after I updated yesterday to the latest version it’s stopped working.
    Thanks,
    Keren

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

    In reply to: vitue shortcode tab.

    #248156
    This reply has been marked as private.
    #248155

    Hey.
    I use Virtue Theme Premium.

    I have a small problem that I need help with.
    In the image link there is the virtue shortcode tab, the tab is not used as it is a page where user writes privately.

    Image link: Virtue button

    How do I remove the vitue shortcode tab.
    The add media (Tilføj medier) tab should stay.

    Best regards
    Kim

    #248132

    Hey Hannah/Ben,

    I have TURKEY as a Main Category (Parent Page), then I have a few sub-categories (child pages)for the several regions in Turkey, for example, a) Cappadocia, b) Istanbul. I’ve then written a Post about Cappadocia and a Post on Istanbul.

    Now I’ve noticed that there are 2 URL pages for same topic which is not good for SEO (they will see it as duplicate content) right?

    for example:

    PARENT CATEGORY: DESTINATIONS

    Then category: TURKEY TRAVEL PLANNER

    Then a sub-category for Cappadocia region:

    Then my POST with an article about Cappadocia:

    Must I rather remove/delete the subcategories or what do you suggest? Thanks

    #248131

    Hey Hannah,

    Me and Headers again.

    My Parent Category called Destinations has the menu bar in Header, is that standard for all category pages or can I edit some of the Header of category pages (Image in Header transparent menu)?

    thanks

    #248130

    Hi

    I was wondering if there is a way to give the background color of a main menu item, when you hover over it or if it’s active, a full height? So far I only can give it a small background, like this:

    But I want to have it like this:

    Is there a way to do this?

    Thanks in advance!

    Kind regards
    Bjorn

    #248128
    This reply has been marked as private.
    In forum: Virtue Theme
    #248120

    Hi

    worked perfectly on the popup and homepage footer, but not on the other pages footers or contact page/form
    also need a hover value with that snippet pls.

Viewing 20 results - 8,321 through 8,340 (of 53,646 total)