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 '
-
AuthorSearch Results
-
In forum: Pinnacle Theme
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 *Login to see link
And I need to set pagination like on my other site with Virtue *Login to see link
I use WP paginate plugin with Virtue, but doesn’t have effect with Pinnacle.
Thank youIn forum: Membership ForumsHi,
I wish to see my latest blog posts on my landing page as shown hereBut – 1 column per blog post, not 2. Is that possible?
In forum: Virtue ThemeIn reply to: Flow-Flow Plugin fonts
July 21, 2019 at 9:52 am #231410The 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
In forum: Ascend ThemeIn forum: Ascend ThemeTopic: Responsive columns
July 21, 2019 at 3:35 am #231394I’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 ThemeIn reply to: Primary menu active hover
July 21, 2019 at 3:19 am #231393Hi 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.
In forum: Virtue ThemeIn reply to: Remove Archive Title and Replace WP Categories
In forum: Virtue ThemeIn reply to: Add banner
July 20, 2019 at 4:39 pm #231370Hey,
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
In forum: Ascend ThemeIn forum: Ascend ThemeIn reply to: Altering Padding around images in a column
July 20, 2019 at 2:24 pm #231362Is 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
In forum: Virtue ThemeIn reply to: Remove Archive Title and Replace WP Categories
July 20, 2019 at 2:08 pm #231356I 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
In forum: Virtue ThemeIn reply to: Google Webmaster Console Errors – Theme Problem?
July 20, 2019 at 1:53 pm #231353Hey,
I went here: https://search.google.com/test/mobile-friendlyTested 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
In forum: Virtue ThemeTopic: Flow-Flow Plugin fonts
July 20, 2019 at 7:50 am #231341I 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.orgIn forum: Ascend ThemeHi 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
In forum: Virtue ThemeHi, 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 screenThese 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
In forum: Ascend ThemeHi 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
In forum: Virtue ThemeHi 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') ;}
In forum: Ascend ThemeJuly 19, 2019 at 4:26 pm #231309Hope 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 ThemeIn reply to: Add banner
July 19, 2019 at 3:50 pm #231305Hey,
How are you adding the grid layout? You should be able to add content right above that in your page.Ben
In forum: Ascend ThemeJuly 19, 2019 at 3:48 pm #231304Hey,
Where are you adding the css? can you link to a page with elememtor and a page without?Ben
-
AuthorSearch Results


