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 - 30,901 through 30,920 (of 53,646 total)
  • Author
    Search Results
  • #106727

    Hello Ben/ Hannah,

    How can i remove side bar/ search from this page?

    Thanks!

    #106721

    I am not sure if this is an error, either in the new version of word press, or Virtue. Or maybe this is just the way Word Press is supposed to work. But I have the impression that the following didn’t work this way before recent virtue or wordpress updates.

    When I view online a category of Posts (group/list of posts) visiting the main URL of the category page without using the word “CATEGORY” in the URL, then the Page #2 and other consecutive page numbers, don’t display and instead gived a 404 error.

    For example if I view this URL online, the page #2 brings a 404 page not found error.
    Note: “Noticias” is a post-category.

    However, if I view online the category page using the “CATEGORY” word in the URL, before the actual category name, then Page 2 works fine:

    The reason I like to display the URL without the word category is to have shorter links on menus, I just think it look better.

    Thanks you for your feedback

    #106719

    Is there any way to restore my data? To be honest, I did not expect that most of the data (posts and pages) will be lost when I switched to Virtue demo. Is there ANYTHING that can be done?

    I do not mind to continue with the Virtue premium, but I would like to find the way to restore the info from my old website.
    Please help

    #106716

    Both posts have comments and I’m using Polylang plugin for my multilingual page.
    At the moment I could temporary solve the problem using Loco-Translate pluging.

    Because there is a need to change more than just the date I will create a child theme.

    Thanks for your support.

    Reidar

    #106715

    Hi. I tried searching for an answer to this question within the support forum pages but couldn’t find it. I have my portfolio pages set up in the “beside” layout option and I was wondering if you can you add tabs so that the text displayed on the portfolio page changes. I want to have different sections of information on a portfolio page.

    #106709

    You can use css to change the header background from page to page. Like this:

    .page-id-12 .headerclass {
        background-image: url(YOUR URL);
        background-size: cover;
        background-repeat: no-repeat;
    }

    Just replace the page id and the url’s with your own.
    Hope that helps!

    Hannah

    #106708

    Hey,
    Are you using the kadence importer plugin? If so, this will replace all your current settings. Your content (pages, images, posts, etc.) will be saved, but your theme options will change.

    Hannah

    #106707

    Hey Debra,
    So to be clear, your page is what is not displaying, not the videos… correct? How are you adding the videos? What page template are you using?

    Hannah

    #106704

    Hi thanks Hannah, yeah I see that, but I wanted to be able to have different images according to the page they represent. Not sure if it’s possible. That is why I was thinking on the Kadence slider option, but that only puts the logo and menu out of sight in the homepage, and under the title.

    For now I’m hiding the title and putting an image background with text widget. But not really what I was hoping for.

    Cheers,

    Erik

    #106701

    i am having difficulty with keeping a video on my video page. This is a new problem. I will add it , it will be there I even check from my mobile menu. next day or an hour later it can be gone . What is this not sure I never had this issue before. I save permalinks , I actually did a new menu page and removed my old one to make sure that it wasnt for some reason that . I need to fix this got any ideas ?

    http://www.debsrockinwrite.com

    #106700

    i am having difficulty with keeping a video on my video page. This is a new problem. I will add it , it will be there I even check from my mobile menu. next day or an hour later it can be gone . What is this not sure I never had this issue before. I save permalinks , I actually did a new menu page and removed my old one to make sure that it wasnt for some reason that . I need to fix this got any ideas ?

    http://www.debsrockinwrite.com

    #106694

    Thank you! Do you thing that I cannot come back to my previous virtue (free version) settings? It looks that I have lost all the context of the pages of my website. I still hope that if I am able to get back to the old Virtue theme, the contest of my website won’t be lost. Is this the case?
    Thank you in advance

    PS My question is: can I get rid of Demo and go back to the free version of Virtue without loosing data? It looks like this premium is too complicated for me…..

    #106646

    So thats creating a custom post type called “dwqa-question”

    Use this function:

    function kad_sidebar_pages($sidebar) {
      if (is_singular('dwqa-question'))  {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_pages');

    As for the “category” page I can’t tell from the code, you need to ask the plugin developers what conditional can be used to target that page.

    Ben

    #106642

    Your site is not auto redirecting to https… see here http://www.lobolmo.de/

    That doesn’t redirect you to: https://www.lobolmo.de/

    But it should.

    If I go here: https://www.lobolmo.de/ And scroll to the bottom of your page in the footer I click “english” and it takes me here: https://www.lobolmo.de/en/home/

    and everything looks fine on that page?

    Ben

    In forum: Pinnacle Theme
    #106641

    Are you making sure to add your background to the row and not the widget that is really important. Are you giving the row padding around your content?

    have you looked here at the pagebuilder tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #106635

    Hi Ben,

    In my eyes title attribute and alt text attribute in the wordpress gallery is not the same as in a single image post.
    If I upload a single image to a page all works perfect.

    Example page: http://wordpress10xx.galaxyphoto.de/emission-nebulae

    Here you can see the heading (IC 1396) and caption overlay (Telescope:……incl. link!) – the full text editor is visible.

    I want to build a gallery with 4 columns this way.

    And that is the problem: example of a wordpress gallery with 4 columns: http://wordpress10xx.galaxyphoto.de/dark-nebulae

    Each fullsize image in this gallery should have a title (heading) and a caption overlay as well (+ a link in it ).
    I’ve testet several things, but I failed. It only shows a overlay, but I can’t set a link e.g….

    In the wordpress gallery the text editor only shows: “[gallery link="file" columns="4" masonry="false" ids="1047,1182,1058,1059"]”
    Is there a way to show the “full” text editor of the gallery ( as in a single image post)?

    I hope you can understand me.

    Michael

    #106624
    This reply has been marked as private.
    #106604

    I am building a second website using Virtue Premium. Not having any problems with the first site, but encountering issues with the new one. Everything on the page appears to be responsive, EXCEPT THE MENU. When I reduce the size of the browser window, the menu completely disappears without being replaced by the expected drop-down menu. When browser window is enlarged, the menu reappears.

    Viewing the site on my iPhone there is no menu whatsoever. No ability to navigate to any pages other than the featured blog articles and featured projects.

    Thoughts?

    #106602

    Hi,

    I’m having an issue where sometimes the Revolution Slider shows, but usually it does not. It’s on the home page and all the settings are correct as far as I can tell and it’s not an overly large file. Sometimes it will show but 80% of the time there is nothing but a large blank space where the slider should be.

    I’ve checked it on Chrome, Firefox, Safari and mobile, all with the same results – a big blank space but then once in a while it will show.

    Any ideas what is going wrong?

    Thanks

    #106595

    Hi!,
    I am using a plugin for wholesale called “wholesale suite premium”. I asked them if it is possible whenever a wholeseller logs in to be obvious somewhere at top of page like “welcome wholesaller” . I mean to make obvious at wholeseller that he is logged in until he signs out. They send me this as reply but i couldnt get it done:

    ” Hi Dimitris,

    Thanks for the email.

    Here is the fix that I suggested earlier:

    In this case, you need to override your template file and it depends on where you want it to show up. For example, if you want to show it on the header, you need to modify your header.php file. You can do it by using this code:

    global $current_user;
    if (isset($current_user) && class_exists(‘WWP_Wholesale_Roles’)) {
    $wwp_wholesale_roles = WWP_Wholesale_Roles::getInstance();
    $wwp_wholesale_role = $wwp_wholesale_roles->getUserWholesaleRole();
    //print_r($wwp_wholesale_roles->getAllRegisteredWholesaleRoles());

    if (!empty($wwp_wholesale_role)) {
    // This is a wholesale customer
    $name = $current_user->user_firstname;
    if ( !$name )
    $name = $current_user->user_login;
    echo sprintf( __( ‘Welcome wholeseller %1$s’ , ‘woocommerce-wholesale-lead-capture’ ) , “$name” );
    echo ‘ / ‘;
    echo ‘Log out‘;
    }
    }


    I tried to copy paste at header.php but nothing changed… Do you have any idea that might help?
    Kind regards,
    Dimitris

Viewing 20 results - 30,901 through 30,920 (of 53,646 total)