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 - 17,321 through 17,340 (of 53,646 total)
  • Author
    Search Results
  • #190576

    I have just completed a fresh install (twice) and have used the kadence importer to upload the demo 3 site. After it uploads the slider images do not display? However if I go via the live view editor they appear?? I have wasted hours on this, driving me nuts!! Where the images should be I get “page not found”. The images exist, the database entries exist, any ideas??

    In forum: Virtue Theme

    In reply to: All Pages

    #190571

    ok, I logged in to take a look. Help me understand, why are you not updating all your plugins? You can do it all at once from the updates page. You have tons of very old plugins causing errors in your admin keeping other things like page builder from loading.

    The theme as well? You were on 3.4.0 current is 4.5.8

    In forum: Virtue Theme

    In reply to: All Pages

    #190568

    When I looked you had like version 1 something of pagebuilder. The current version is 2.6.7 can you check which version you have installed?

    https://wordpress.org/plugins/siteorigin-panels/

    Ben

    In forum: Virtue Theme

    In reply to: All Pages

    #190565

    Now that I have updated wordpress page builder isn’t there. It is in settings but not on edit page. Not all of my plugins updated.

    In forum: Virtue Theme

    In reply to: Mobile version display

    #190539

    Hey,
    The first site all the images have the text added on top before the image is even uploaded, (this makes the text resize with the image because it is just an image), see: http://www.qua.nl/wp-content/uploads/2016/10/nmenu1.jpg

    That is a pretty simply grid were items drop into one column on mobile. Basically exactly like page builder would get you. What about your mobile are you wanting different?

    Your second site is using a customized build of “http://gridstackjs.com/” Worth noting it’s not a WordPress site. And all images are either 1 of two different ratios. It seems like you want custom sizes for all your images? Also, that grid wouldn’t allow you to specify on a per row basis as the grid isn’t really in rows and it responsive so images are rearranged.

    You might take a look at our Gallery plugin: http://themes.kadencethemes.com/virtue-bold/kadence-galleries-plugin/

    The tiles would allow you to have random sized images and they are added as rows. But won’t let you select how many per row as that depends on your row height and the images ratios.

    Ben

    In forum: Virtue Theme

    In reply to: Mobile version display

    #190532

    Hi Ben, thanks. I edited my question short time ago before I read your comment. I felt my question was not very clear and I’m looking for a smoother way to achieve the dynamic grid that I’m after. Would you mind having a look at my edited question? I’m looking for an elegant solution that is more responsive across all devices. I’m not sure if my grid constructed in page builder is the best option to achieve this? How do you think it’s done on the two websites I mentioned above?

    #190523

    Hey,
    A button can work, and to make larger use this css:

    .page-id-117 .btn-shortcode {
    font-size: 40px;
    line-height: 80px;
    border-radius: 50% !important;
    width: 80px;
    padding: 0;
    text-align: center;
    }

    and to remove the hover use this:

    .page-id-117 .btn-shortcode {
        box-shadow: none !important;
        pointer-events: none;
    }

    BUT, I think this would be better done just by adding html:

    <div class="custom-numbers">1</div>

    Then in your theme options custom css box add this:

    .custom-numbers {
        background: #aeb3de;
        border: 1px solid #000;
        color: #000;
        width: 80px;
        text-align: center;
        border-radius: 50%;
        line-height: 80px;
        font-size: 40px;
        font-weight: bold;
    }
    #190517

    Hey,
    It’s not a built-in option, you would have to add a hook through a child theme to pull in the entire excerpt on a portfolio post in the grid page.

    Using a child theme in the functions.php file you would add this:

    add_filter( 'virtue_portfolio_partial_excerpt', '__return_false' );

    Ben

    #190509

    That simple thing seems to have sorted the issue. I’ve gone from page to page and language to language and I cannot replicate the issue I had earlier today.

    Thanks so much Kevin. Magic!

    All the best

    Tanya

    In forum: Virtue Theme

    In reply to: Mobile version display

    #190497

    Hi Hannah, thanks for your reply. All I really want is a simple clickable image with a centered text and a hover effect (fading for instance). Really just like these sites: http://www.qua.nl and http://www.concreteamsterdam.nl

    I tried to use page builder to make the grid, then add the site origin hero widget. I can construct a grid like that, but when I optimize it for a desktop it doesn’t look good on a mobile device. So I guess I would be better of using a more responsive feature to make a dynamic grid that looks good on all devices.

    I have been looking into some responsive gallery grid plugins. I would like to control the position of the images, and the number of images on a row. I would be happy to use a built in feature like your portfolio grid, but unfortunately it has a fixed grid. I would like to play with the grid like a true Mondriaan!

    Do you know of a goof way to achieve this that works well with your theme?

    Thanks in advance!

    #190487

    How to do it?
    Now it shows only first 15 words.

    – Milla

    #190486

    Yes, thats good.

    Could you also give me some code to make the background of the posts, on the blog grid – to be white.

    So each individual post will have a white background, and the entire page will have the light grey background.

    #190478

    Hi, I’ve got a huge issue with my French-English website.

    I’ve updated the latest version of the theme and plugins (I use Polylang, amongst others).

    All my French pages (except the homepage) have been replaced by a filler page.

    I first noticed this when I loaded a page in English and then tried to toggle to the same page in French – the page was not there.

    The homepage seems to load okay in both languages, but there no longer seems to be any link between the pages within the French version or between English and French versions.

    Please can you help me as it looks a mess at the moment.

    Thank you, Tanya – hibiscusmassage.com

    #190476

    Hi All,

    Would you mind taking a look at my site and seeing why the gallery images are now being cropped on product pages. Its worked on previous woocommerce versions but the latest update has caused problems….

    #190465

    I’m using the Icon shortcode to create nice little purple circles, five in all. In each I’d like to have the numbers 1 through 5, but there are no icons for numbers that I see. Is there a way to make this happen? Or do I need to find another way to handle this? Here’s the page.

    Thanks!

    In forum: Virtue Theme

    In reply to: All Pages

    #190463

    Hey,
    You are massively behind on updates. Like by over three years for WordPress. Your issue is that you need to update WordPress to start.

    You also have the toolkit active, which is odd as there is a warning on every page in your admin to deactivate it. (I just went ahead and did that for you).

    Was going to update but figured it’s best if you do, it’s something you should certainly be doing yourself on a regular basis.

    Is there a reason you haven’t updated wordpress, or your plugins or the theme?

    Ben

    #190460

    I have several sites using Virtue Premium. When I updated to v4.5.5 on 2 of them, sections of the pages no longer display. I haven’t updated the other sites yet until this is resolved.

    In forum: Virtue Theme
    #190392

    Hello,

    You can use as many widgets as you want in the header. If you need more control of the layout, I suggest you use page builder and add a “Layout Builder” widget to the header widget area. Then it will allow you to design the widget layout as you like.

    Does that option work for you?

    -Kevin

    In forum: Virtue Theme
    #190385

    You can enable the home widget area above your page content in the homepage layout manager (theme options > home layout). Then from Appearance > Widgets you can add the layout builder widget. Let me know if that helps you!

    Hannah

    In forum: Virtue Theme
    #190384

    Hi Hannah,

    How would I create the blog with this way of doing it? I basically want the standard blog, but with a header image, as my home page.

    Thanks.

    Saskia

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