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
In reply to: responsive site not showing up well on mobile phones
Hey Saskia,
Looks like you’ve added quite a bit of padding to your page builder settings. You can change it for mobile using css like this:@media (max-width: 768px) { .panel-widget-style { padding: 20px !important; } }Just paste that into your custom css box in Theme Options > Advanced Settings.
Hope it helps!Hannah
In forum: Virtue ThemeIn reply to: Kadence Slider Pro cannot add text ?
September 14, 2016 at 6:06 pm #112926Hey,
You should be able to click on the “text layer” and the input box would appear below.This has nothing to do with page-builder or your page builder settings.
If you can send me a temp login I’ll take a look.
Ben
In forum: Virtue ThemeHi, I’m using Kadence premium.
In Kadence Slider Pro, when I click “add text” on a slide, only the words “Text layer” appear on top of the slide, but no text input area like your online tutorial.
I check around don’t see any indication what I am missing.
Siteorigin Page Builder setting > post type > Kadence Slider is checked
What I did wrong?In forum: Virtue ThemeTopic: Multilanguage Website
In forum: Virtue ThemeIn reply to: Log out redirect
I found their log in status widget that can be added to sidebar or home area. But don’t want that. Want to simply have a log off button on my main nav bar to redirect to public homepage (http://www.waterstone.celebratingyourjourney.com). Don’t want to create a log off page (which is what they instruct other places in their tips). I did create pages for their log in, reset, change features, using their shortcodes, which is fine for now. And they all work. But for the log off all I want is a button on menu bar. But where would I put code in menu button? or theme function.php? or somewhere else? Any help is appreciated.
WP-Members trying to help but having a hard time understanding them. Here is what they sent me to:
http://rocketgeek.com/tips-and-tricks/redirecting-wordpress-login-and-logout-urls/ –
This process makes use of some little known and little used WordPress filters, login_url, logout_url, and register_url. These can be used to direct any call to wp_login_url(), wp_logout_url(), or wp_registration_url() to the locations you want to direct to.
logout_url:
First, a logout filter. The logout_url hook will allow you to filter the url the user is directed to when they logout. With WP-Members, if you direct to any page in the site with the querystring ?a=logout the logout function will be executed. (If you want the user to be redirected to a specific URL AFTER they logout, that is something for the wpmem_logout_redirect filter.)
A couple notes about the URL you redirect to: It should be obvious that you’ll need to make this appropriate to your domain. Also, I set this example based on WordPress being located in the root of your site. If you are running WP in a subdirectory you might have to adjust accordingly.
add_filter( ‘logout_url’, ‘my_logout_url’ );
function my_logout_url( $url ) {
return ‘http://yourdomain.com/?a=logout’;
}In forum: Virtue ThemeI have some products with minimal info, 1 line text without photo.
So single product page looks like this *Login to see linkIs there a way to set fixed minimal height (for example 600 px) for white body area (single product page)? As I marked with narrows *Login to see link
In forum: Pinnacle ThemeIn reply to: Mobile home slider showing on computer
September 14, 2016 at 11:52 am #112882Just to explain. “page caching” is what causes w3total cache to show the “wrong” slider. And you can turn page caching off just for the front page.
The php (server side code) checks if the user is on mobile or standard and outputs the slider that matches. But if you have page caching enabled then those functions only run every couple hours (depending on your caching settings). And the output is cached and served up to the next user. So if the page is cached while on mobile then the mobile slider could show to the next person on desktop.
Now if your seeing this on your site with w3 total cache deactivated you would want to check with your host settings to make sure there is no page caching happening (some hosts do this) as well as other plugins. (there are several security plguins that add caching).
Ben
In forum: Pinnacle ThemeIn reply to: 404 page not working
September 14, 2016 at 11:22 am #112875You need to give google time to rescan your site. If your removed links then it’s possible google is just seeing cached files that link to pages now removed.
Best also to create a sitemap and submit that to google.
Ben
In forum: Virtue ThemeIn reply to: Featured template with blog
September 14, 2016 at 11:04 am #112870I would suggest a chid theme but I’m not familiar with Content Views.
In a child theme you can use this function in your functions.php file:
add_action('kt_afterheader', 'kt_custom_slider_blog_page', 20); function kt_custom_slider_blog_page() { if(is_page_template('page-blog.php')) { echo do_shortcode('[kadence_slider_pro id="3"]'); } }Ben
In forum: Pinnacle ThemeIn reply to: 404 page not working
In forum: Virtue ThemeIn reply to: Basic header, with shrink for sticky, multiple lines
Thanks, Ben, for that bit of CSS. I will have a play and a tweak with it a little, now that you’ve pointed me in the general direction of the CSS that controls this 🙂
Might be worth adding a note into the Theme Options page, when selecting this header style, that it’ll only work with a single row menu, just so this topic doesn’t come up again in future from others!
Garry
In forum: Pinnacle ThemeIn reply to: 404 page not working
The 404 means that there are links to pages that don’t exist on your site. If you want to get rid of the 404 errors, you need to locate and fix those links. Also, in Theme Options> Theme Extensions, have you enabled the use of a custom 404 page? If not, do that, as well as assign the 404 beneath that setting.
let me know if this helps.
-Kevin
In forum: Pinnacle ThemeIn reply to: 404 page not working
In forum: Pinnacle ThemeIn reply to: Post summary in the Blog page
In forum: Pinnacle ThemeIn reply to: Page header background image missing
In forum: Pinnacle ThemeIn reply to: 404 page not working
At first I created a custom 404 page and Google web master tools did not recognize page evidently as there were 404 errors. I then designated my home page as the 404 page. When I log into Google we master tools and look at the crawl status in now lists 20 URl errors. Under the Crawl tab heading it lists 20 URL errors with a response code of 404.
In forum: Virtue ThemeIn reply to: Google Map on Contact page
hello Nathalie!
It appears that something was entered incorrectly when you generated your maps api. Try creating a new one and inputing the url of the contact page into the API key. Google is still figuring out how to best implement the API keys for maps so the process is a bit confusing still.
Try this and let me know if it works.
-Kevin
In forum: Virtue ThemeIn reply to: Revolution Slider
In forum: Virtue ThemeIn reply to: Error on Contact page
Hey,
Can you post a link to your contact page so I can take a look at the errors? Have you input your google maps api? If not, follow these steps to do so:
https://www.kadencewp.com/retrieving-google-maps-api/Thanks,
-KevinIn forum: Virtue ThemeIn reply to: Featured template with blog
hello Jeremy,
First, go into the page edit screen for the page in question, and select the Feature template under Page Attributes. Publish the page, and the feature template options should now be visible.
Using the feature template, you can add a shortcode slider and make it appear above your content by pasting the slider’s shortcode in the “If Kadence or Shortcode Slider” area. Set the “Feature Options” to Kadence Slider, and it should appear on your feature page.Does this work for you?
-Kevin
-
AuthorSearch Results


