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: Virtue Theme
Topic: schema markup pages help
pulled this out of custom php and want to modify, the head of pages from WebPage Or WebsSite to mor custom schema, want to add to functions can i deque the original (or echo something like these in place) and add this tofunctions to output specified type based on a structue something like below, so i can hit product pages with Product, ect indvidualy?
cheers, Lee
/**
* Schema type
*/
/*
function kadence_html_tag_schema() {
$schema = '*Login to see linkif(is_home() ) {
$type = "LocalBusiness";
} else if(is_woocommerce() || is_singular() ) {
$type = "LocalBusiness";
} else if(is_woocommerce() || is_product_category() ) {
$type = "LocalBusiness";
} else if(is_category() ) {
$type = "LocalBusiness";
} else if( is_post_type_archive()) {
$type = "LocalBusiness";
} else if( is_page_template('page-contact.php') ) {
$type = 'ContactPage';
} elseif( is_author() ) {
$type = 'ProfilePage';
} elseif( is_search() ) {
$type = 'SearchResultsPage';
} else {
$type = 'WebPage';
}echo apply_filters('kadence_html_schema', 'itemscope="itemscope" itemtype="' . esc_attr( $schema ) . esc_attr( $type ) . '"' );
}*/In forum: Pinnacle ThemeIn reply to: Gallery widget warning error in footer
In forum: Pinnacle ThemeI have an online store and i had a customer earlier today who went to check out, put their credit card info in, clicked the “place order” button and was told that the credit card security code was wrong. But it wasnt. The customer hit the place order button 4 times and the order went through 4 times. We got 4 different emails from authorize.net saying we have an oder, but we never got an email from the website and the customer was never taken to the confirmation page. I thought things just needed updating so i went in and updated all the plugins and pinnalce itself. However while testing a similar thing happened but this time its giving me a “internal server error” message, but the credit card is still being charged (going through to authorize.net). any ideas where to start?
In forum: Virtue ThemeTopic: Define font on TM Symbol
Is there a way to define the font/font family for the TM Symbol? I’m using Open Sans on my site which does not have that symbol. Using ™ in the title and body text puts in the correct symbol but it is a serif font, making it look like a mistake: *Login to see link Making it superscript helps by making it smaller, but it still looks like an oops.
I tried using the custom title plugin, which fixed the font issue but caused a bigger problem on the main portfolio page: *Login to see link
Thanks in advance,
ChristinaIn forum: Virtue ThemeIn reply to: Virtue Theme Extra image in header
August 17, 2016 at 12:54 pm #108469You can use a plugin that would only display widgets on selected pages.
but a simple css option is this:
.kad-header-widget { display: none; } .home .kad-header-widget { display: block; }by the way do not add this css:
.col-md-8, .span8 { width: 100%; } .col-md-4, .span4 { width: 100%; }That will break the grid. Be specific about the div you want to target.
So instead use this:
.kad-header-left, .kad-header-widget { width:100%; }Ben
In forum: Virtue ThemeIn reply to: Virtue Theme Extra image in header
In forum: Pinnacle ThemeIn reply to: Polylang and Pinnacle Theme Help
August 17, 2016 at 11:51 am #108437You can do this two ways.
If using the theme options > home layout. Then all your strings for that can be found in the string translation section of polylang.
If using the settings > reading and setting the page as a static page you can add in an icon menu using the page content through the “pinnacle shortcodes” button.
Ben
In forum: Virtue ThemeHello,
For some time now, when I go to any of the options in the Theme Options (i.e. main settings, mobile header, top settings, etc) I get a blank page were I would ordinarily expect to be able to make changes (see this screenshot *Login to see link This is true no matter which of the Theme Options I select.
With the recent theme update, I hoped the issue would resolve itself, but it didn’t. Can anyone suggest a solution for this error so that the Theme Options area can be used again?
Thanks,
RachelIn forum: Virtue ThemeIn reply to: Portfolio navigation
August 17, 2016 at 11:21 am #108411Create three pages for your categories.
Use the portfolio grid template and set the pages to only pull portfolio posts from those categories.
In each portfolio post you make you can assign a “parent” page that the grid would lead to. So in each portfolio post set the grid page that applies the the category of your portfolio.
Ben
In forum: Virtue ThemeIn reply to: Catalogue Size
In forum: Virtue ThemeIn reply to: Portfolio navigation
Hey,
This tutorial should help you- https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
Once you have created product categories and assigned products to them you can link to them directly from the menu (appearance > menus). Just ensure Portfolio Categories is selected from the Screen Options tab on the top right of the page.Hannah
In forum: Virtue ThemeIn reply to: featured image as header!
August 17, 2016 at 11:13 am #108401Ok this conversation is becoming about two themes and i’m not sure whats being asked.
Please create your own topics in the future
In both themes you can have the featured image be above the title by setting your post header options.
Forcing that to be a fullwidth image above the title would either mean you have to set a fixed height and place the image as a background so it’s displayed to cover or that your image height would be huge on large screens where the width of the screen is very large.
Virtue isn’t going to have the same page background options as pinnacle. In pinnacle you can set a specific image to be the background at the top of the page. I don’t see that it makes sense for it to automate based on the featured image. I feel like that would be way more confusing and less optimal since the featured image is usually much different from what you want want as a background?
Ben
In forum: Virtue ThemeIn reply to: Page template for showing a list of posts by tag?
August 17, 2016 at 11:05 am #108398blog page template to my child theme and edit the query
Basically yes. You would need to change the name unless you wanting all your blog pages to follow your changes.
Ben
In forum: Virtue ThemeI am attempting to add a full page width div to my header so I can include an image but to this point I have been unable to. The div will appear just below the logo and above the main navigation bar and will only appear on the homepage. I am using a child theme and I have tried just about every template with the word head in it and I cannot seem to find the right one to make this happen. Got any tips for me? The website is http://www.jimswebworx.com
<div></div>In forum: Virtue ThemeIn reply to: Changing background picture in woo commerce section
Hello Thomas,
can you please be a bit more specific about what you mean and post a link to where you want this color change to take place? Is this on your product archive page, or a single product page? I’ll gladly help you with the required CSS if you post a link.
Thanks!,
KevinIn forum: Virtue ThemeIn reply to: Quantity Box Width
CSS should be added into Theme Options> Advanced Settings. If you place it into the wordpress editor then you’ll lose it all when you have to update the theme.
A child theme allows you to further customize the theme to your own liking. You can add php functions and edit template files to change how the theme handles page elements.
You can read about them here, but I don’t suggest creating one unless you find you need to.
https://www.kadencewp.com/child-themes/In forum: Virtue ThemeHello Lukas,
There aren’t really any options for adding widgets to the top of your shop page. Your best bet would be to create a sidebar containing that widget. You can make new sidebars in Theme Options> Misc Settings, and you’ll place the widgets/shortcode into it via Appearance> Widgets.
Then, to assign the sidebar to that page, go into Theme Options> Shop Settings, and assign the sidebar you just made.
In order to put it on the top of the page, I believe you would need to make a child theme. If you want to look into doing that, you can start here:
https://www.kadencewp.com/child-themes/I’m not sure what you would need to do beyond that though. I think the sidebar option would work fine in your case.
Hopefully this is helpful for you!
In forum: Pinnacle ThemeGood day,
I am using Polylang for translation purposes and the plug in works great. One problem I am trying to figure out is the “Front Page” of the theme. Is there a way to have this add-on work the same way as my pages? Meaning: The front page “Icon Menu” does not change when I switch languages. If anyone using Polylang you have a section where you can change all strings, depending on the language selected. When I change the strings, and switch language, ie: French, the template itself changes language but not the Icon Menu.Is there a way for people using Polylang to change this upon language switch? IF not, is there a better plug in that would work with Multilanguage plug-in?
Thank you so much.
In forum: Virtue ThemeIn reply to: Needing help on several changes
Regarding #7 above… I know you gave me codes so the logo within sticky menu bar is not seen on homepage but is seen on all other pages. That’s great. But is it also possible to have the logo within menu bar seen on homepage ONLY when scrolling, then disappears again when scrolled back to top of homepage?
In forum: Virtue ThemeIn reply to: Catalogue Size
-
AuthorSearch Results


