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 - 11,201 through 11,220 (of 53,646 total)
  • Author
    Search Results
  • #231415

    Dear sirs, maybe I do something wrong, But I can’t find How to switch pagination for blog posts on home page.
    This is my site with pinnacle theme
    And I need to set pagination like on my other site with Virtue
    I use WP paginate plugin with Virtue, but doesn’t have effect with Pinnacle.
    Thank you

    #231414

    Hi,
    I wish to see my latest blog posts on my landing page as shown here

    But – 1 column per blog post, not 2. Is that possible?

    In forum: Virtue Theme

    In reply to: Flow-Flow Plugin fonts

    #231410

    The CSS you highlighted is what I added, a revision what they suggested (tried adding the “p,” for instance). I want H6 to show up as Open Sans. It is not. I tried adding the “body” to the CSS as per your take, it didn’t change anything. Thanks for taking the time to make a suggestion. If you have other thoughts, I’d like to hear them. The flow-flow section is at the end of the home page of sunray.org

    #231395
    This reply has been marked as private.
    In forum: Ascend Theme
    #231394

    I’m using site origin plugin to design my page. A row which consists of 3-5 columns with info boxes doesn’t seem to be responding well on smaller devices. It makes sense that when viewed on mobile (landscape or portrait) that these columns would convert into a single column. However when testing on ipad mini/ipad 4 in portrait mode it acts the same as if viewed on a mobile device even though the resolutions/screen size are much bigger. Presented as single column it doesn’t look very good as its too wide. It looks like it could easily fit 2 – 3 columns. I’m just wondering if this is how the theme is suppose to work and if there are any additional @media screen that could used here?

    Thank you

    In forum: Ascend Theme
    #231393

    Hi Hannah It’s actually for the drop down settings that are: Dropdown Font Hover and Active Color. I want set this but then use css to make active colour white. Reason is that I have multiple items in drop down that are on a single page. So when the page is active every item on that page in menu shows active background colour. Thank you.

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

    In reply to: Add banner

    #231370

    Hey,
    It looks like you are using the free theme. I suggest you update to the premium theme and then you would get this and many more options.

    You can go to pages > home page and add content right above your shortcode for the post grid.

    Ben

    #231365

    Please send a link to your page so I can see.

    Ben

    #231362

    Is this what you are asking for:

    .page-id-3707 .entry-content .col-md-4 img {
    margin-bottom: 10px;
    }

    Ideally, that section would have some div wrapping the html so you could be more specific with the css.

    Ben

    #231356

    I don’t think I follow, it doesn’t make sense to be adding this:

    remove_action( 'kadence_page_title_container', 'virtue_page_title', 20 );
    
    remove_action( 'single_cat_title', 'archive_title', 21 );

    So I’m wondering if I don’t understand.

    Can you send me a link and a login?

    Ben

    #231353

    Hey,
    I went here: https://search.google.com/test/mobile-friendly

    Tested your page. It came back with an error at the top about page loading issues, then when I went to view details it’s showing the page was partially loaded and all the styling was not loaded.

    Since I can access the site and all the styles load this makes me believe that your server is preventing the google bot from accessing those files.

    This could be a temporary issue on googles end or your server not responding to the request because it’s a bot. I suggest checking in with your host to see if they can offer any insight.

    Ben

    #231341

    I recently added the Flow-Flow plugin to a Virtue Pro themed site. It adds a Facebook feed to a WordPress page. The headings in the individual posts use the font used by the site. The body text shows up in a monospace font. A reply from their support suggested CSS to re-set the H6 font. Their suggestions, and some variations I tried, did not work. There is not setting for H6 within the Virtue theme. I am wondering if there is a way to set H6 to be referenced in Virtue-specific CSS so that it works the same as H1 through H5, with font-family set as I wish.
    Flow-flow is being used on the site sunray.org

    #231334

    Hi Ben

    Thanks for getting back so quickly. What I mean is that Hannah’s code works fine: it displays the page with the correct tab selected but in the browser window (I’m using Firefox, it may vary between browsers?) the content is hidden behind the sticky header. What I’d like is for the user to see the whole page below the sticky header, in effect to add a line of code that takes the user back to the top of the page, the equivalent of #top in a url.

    Cheers

    Julian

    #231326

    Hi, since the last virtue premium theme update I have now got webmaster console errors concerning mobile page layout, the errors are:

    text too small to read
    clickable elements too close together
    content wider than screen

    These 3 errors affect 8 mobile pages on my site.

    My site address is http://www.amazingpebbles.com

    I also have 2 errors on smartphone crawler which are:

    submitted url seems to be a soft 404 (2 pages affected)

    submitted url marked noindex (1 oage affected)

    Until this theme update I have never had any errors.

    Please could you help me resolve these issues.

    Thanks

    Nik

    #231323

    Hi I alter padding around columns in CSS using for example

    .page-id-3707 .entry-content .col-md-4 {
    padding-bottom: 20px;
    }

    However, I wish to alter the bottom padding of all images in 4 columns on a page, at the moment I am defining the padding of each image individually using inline styling for example:-

    Can you point me in the right direction, please.

    Thanks

    David

    #231317

    Hi I want to make pages to reflect locations in the UK. Problem is that many places have same name in different area. So I decided to import the categories with the post code as name to ensure uniquness. Now I want to replace the value with an ACF so I can set it to something more readable… Im 80% there. its just printing the ACF, and not removing the original Archive single cat title?

    remove_action( 'kadence_page_title_container', 'virtue_page_title', 20 );

    remove_action( 'single_cat_title', 'archive_title', 21 );

    add_filter( 'single_cat_title', 'generate_custom_archive_title' );
    function generate_custom_archive_title( $text ) {
    if ( is_archive() )
    echo get_field('customnamecat') ;

    }

    #231309

    Hope I am not wasting your time with something obvious. I am new to this.
    The Header I have designed consists of:
    One row containing logo and menu
    On the Home Page the Header also has a Basic slider with a single image (i.e. remains static)

    I would like to add a row underneath the menu row containing some centred text (‘film-making for everyone’).
    This should appear on every page (i.e. be part of the Header.) On the Home Page it should appear between the menu row and the slider image.

    I’ve tried setting Title and Subtitle but the text appears next to the Logo on the menu row.
    I’ve also tried using a Header Script but then the text appears above the menu.

    In forum: Virtue Theme

    In reply to: Add banner

    #231305

    Hey,
    How are you adding the grid layout? You should be able to add content right above that in your page.

    Ben

    #231304

    Hey,
    Where are you adding the css? can you link to a page with elememtor and a page without?

    Ben

Viewing 20 results - 11,201 through 11,220 (of 53,646 total)