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: Metabox Help
Hello, Team Kadence!
I need a little help regarding removing some metaboxes on some of the templates. Here’s some info:
No URL (it’s an internal site only)
I’m using Virtue Premium 3.8.5
This particular instance, I am not using a child theme. I am testing changes via the premium theme firstOn the Feature and Feature – Sidebar templates, I need to remove the Flex Slider, Carousel Slider, Image Carousel Slider, and Kadence Slide from the Feature Options section. In the past, I’ve simply commented this part out of the file (under virtue_premium > lib > metaboxes.php) and this has worked until recently. If I comment those lines out, they still show in the admin. I have cleared my cache and refreshed the page in the admin but they are still there. However, I can change the name and the description and that shows up fine. Odd, right?
Here is the code from the file:
array(
'name' => __('Feature Options - New (this shows)', 'virtue'),
'desc' => __('If image slider make sure images uploaded are at-least 1170px wide. This shows too!', 'virtue'),
'id' => $prefix . 'page_head',
'type' => 'select',
'options' => array(
//array( 'name' => __('Flex Slider', 'virtue'), 'value' => 'flex', ), //This should be gone but isn't.
array( 'name' => __('Carousel Slider', 'virtue'), 'value' => 'carouselslider', ),
array( 'name' => __('Image Carousel Slider', 'virtue'), 'value' => 'carousel', ),
array( 'name' => __('Revolution Slider', 'virtue'), 'value' => 'rev', ),
array( 'name' => __('Kadence Slider', 'virtue'), 'value' => 'ktslider', ),
array( 'name' => __('Shortcode Slider', 'virtue'), 'value' => 'cyclone', ),
array( 'name' => __('Video', 'virtue'), 'value' => 'video', ),
array( 'name' => __('Image', 'virtue'), 'value' => 'image', ),
),
),Can someone help me with this? I’m not sure why commenting out the array isn’t working. I also did a search through the files for Virtue Premium but didn’t find another place that would override this code (maybe I missed it)?
Thank you!
In forum: Virtue ThemeIn reply to: Accordion tab in accordion tab
In forum: Pinnacle ThemeIn reply to: Page builder & widget margin issues
Thanks for your reply Ben – I couldn’t for the life of me work that one out, so I did suspect a glitch with the pinnacle coding.
Thank you for clarifying the situation and I’ll try your temporary fix with the problem pages. I’ll report back when I’ve had a chance to try it.
Andrew.
In forum: Pinnacle ThemeIn reply to: Site Page Title
In forum: Virtue ThemeIn reply to: Accordion tab in accordion tab
Hello Gabi,
Would it be possible for you to link to a website that has the functionality that you’re after?
Are you just trying to have links within each accordion that lead to pages on your site? If so, you could create them as HTML links like this:
<a href="url here">Link Text</a>If I’m misunderstanding please let me know and I’ll work out a different solution.
Thanks,
KevinIn forum: Virtue ThemeIn reply to: Full width slider in portfolio?
Hello Marek,
You can do this with the Kadence or Revolution Slider using page builder, but the Kadence Slider is definitely simpler to configure.
You’ll want to create a slider first, then obtain the shortcode for that slider. If you’re unfamiliar with configuring the sliders, this will help you:
http://docs.kadencethemes.com/kadence-slider/kadence-slider-tutorial/685-2/Then, go into the page edit screen for your portfolio, and switch over to page builder.
Create a new page builder row, and set it to have 1 widget area.
In the row Layout options, set to Full Width Stretched.
Place a Visual Editor widget in the Page Builder row, and paste your slider’s shortcode there.
Your slider should appear in full width at the top of your portfolio page.
Let me know if this works for you!
-Kevin
In forum: Pinnacle ThemeIn reply to: Site Page Title
Which page do you want the title to right align? Here’s CSS for the home page. If you want it to effect a different page, let me know.
.home-page-title { text-align: right; }Be sure you’re placing the code in Theme Options> Custom CSS.
Also, you really should update your site. You’re on an old version of the theme, and a lot of your plugins need to be updated as well.
Let me know if this is helpful!
-Kevin
In forum: Virtue ThemeIn reply to: Title h1
I think that you’ll be fine without an h1 tag in your page. If you’ve got good content on the page, google is going to focus on that, rather than a missing element.
You could always add a call to action on the page that will contain an h1 title. Just place it onto a page builder row and it will generate an h1 that you assign.
Other than that, you could use some of the CSS solutions here to hide the title while still being visible to screen readers:
https://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/That CSS would look something like this:
.home div#pageheader { position: absolute !important; top: -9999px !important; left: -9999px !important; }Let me know if this is helpful.
In forum: Membership ForumsI spent a bunch of time today getting to resolution of my website hanging because of hitting resource limits on the server. The website had been working properly without any issues and it had been several days since I updated any themes/plugins. All of a sudden my memory and CPU resources on the Godaddy server kept hitting limits each time I tried to log in to the admin area from my desktop. Godaddy tech support identified the issue as far too many active processes and suspected a plugin. I tried restoring several different backups including some over a month old without success. Finally I tried logging into the admin area from a different computer and was successful. So, the problem was caused by the web browsers on my desktop computer – it wasn’t unique to one browser, because the same problem occurred with both internet explorer and google chrome. The only thing that I could think to cause this is the widget dock plugin. I had installed and tested it from both web browsers on my desktop. Through the plugin, I had set up for a popup window to appear from my home page. When the problem first occurred, I had multiple tabs open on different pages of my website – some in the admin area. I suspect that extra processes were getting initiated via the widget dock plugin. I am now running without issue from all platforms. The only change has been to disable the widget dock plugin (I did not erase browsing history or cookies on the computer that had been the source of the hang problem).
In forum: Virtue ThemeHello,
I have to anonymize visitors IP address. I know how to do it with Google Analytics code, just inserting this “ga(‘set’, ‘anonymizeIp’, true);” in the snippet.
I need to past the entire code into the theme, so I guess unfortunately I cannot use the dedicated field Google Analytics Tracking ID (appearance – advanced setting).
So, I guess I should paste the entire GA code into the header.php. Now, my header.php looks like this:
<?php
/*
Empty on purpose.– Force plugins to stop stating incorrect errors –
wp_head();*/
?><script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’*Login to see linkga(‘create’, ‘UA-XXXXXX’, ‘auto’);
ga(‘set’, ‘anonymizeIp’, true);
ga(‘send’, ‘pageview’);</script>
</head>
Is this location OK? Should I change something in this editor?
Thanks a lot
Enrico
In forum: Pinnacle ThemeTopic: Full Size Page Header
How can we show the whole Page Header Default Background image on pages when showing page header?
We have a “header image” that we are using on the front page – and to make it look the way we want, we show it as a slider – with only one slide linking to the home page.
However when I try to add a similar image (a separate but similar image with a little modification to the image at the top so that the menu shows well), it only shows part of the image. *Login to see link
How can we show the whole Page Header Default Background image on pages when showing page header?
Thank You
In forum: Virtue ThemeIn reply to: Title h1
In forum: Virtue ThemeIn reply to: Title h1
In forum: Virtue ThemeIn reply to: Title h1
In forum: Virtue ThemeIn reply to: Title h1
August 23, 2016 at 11:06 am #109472I don’t know what your referring to. Are you turning off page titles?
Ben
In forum: Virtue ThemeIn reply to: checkout woocomerce
August 23, 2016 at 10:56 am #109465in your woocommerce > settings > checkout. have you defined a checkout page?
Ben
In forum: Virtue ThemeAugust 23, 2016 at 10:49 am #109457You can order posts however you want? But your pages are ordered by date so I don’t get what you mean?
It doesn’t matter that much so I wouldn’t change theme, post would just give you better control over certain things.
In general if your content is a “post”… timely, defined by a category, viewed in an archive then it’s a post. You don’t have to broadcast the date and make it “feel” old. (theme options > blog options).
Ben
In forum: Pinnacle ThemeIn reply to: Page builder & widget margin issues
August 23, 2016 at 10:21 am #109443Just becuase it’s important you should’t every have a reason to edit pinnacle.css always override css using the theme options > custom css box or a child theme.
The issue is a bug in the theme with the portfolio grid page template. I’ll update soon with a fix. As a temp fix for you simply add this into your theme options > custom css box.
Thanks for reporting.
body.page-template-template-portfolio-grid-php #content .main > .container { width: auto; }Ben
In forum: Virtue ThemeIn reply to: Kadence Slider Update
August 23, 2016 at 10:08 am #109439Ok, I’ve updated which will fix this issue. 2.1.0
Dan, on the sites where you don’t see an update what happens when you click on updated under “dashboard” in your admin menu and refresh that page.
Ben
In forum: Virtue ThemeTopic: Blog Excerpt Font Style
-
AuthorSearch Results


