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 - 29,841 through 29,860 (of 53,646 total)
  • Author
    Search Results
  • #112939

    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

    #112926

    Hey,
    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

    #112923

    Hi, 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?

    #112915

    Hi,
    I want to add my website second language i tried polylang but i cannot do that
    how can i do ?
    plus, in mainpage customer can choose which language they prefer
    can you help me ?

    In forum: Virtue Theme

    In reply to: Log out redirect

    #112890

    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’;
    }

    #112883

    I have some products with minimal info, 1 line text without photo.
    So single product page looks like this

    Is there a way to set fixed minimal height (for example 600 px) for white body area (single product page)? As I marked with narrows

    #112882

    Just 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 Theme

    In reply to: 404 page not working

    #112875

    You 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 Theme
    #112870

    I 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 Theme

    In reply to: 404 page not working

    #112867

    Yes most of these pages no longer exist, I have removed those pages and related material photos etc. My navigation menu has been updated as well. Not sure how I can find old outdated links, any suggestions?

    #112866

    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 Theme

    In reply to: 404 page not working

    #112860

    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 Theme

    In reply to: 404 page not working

    #112855

    I did also deactivate all plug ins and resaved permalinks and the 404 page still does not come up.

    #112854

    In post edit screen, open up Screen Options on the top of the page. Be sure that the “Excerpt” box is checked.

    When checked, you should see the Excerpt box appear. There, you can place your custom post excerpt.

    Let me know if this works for you!

    -Kevin

    #112853

    Hey Tomi,

    Can you post a link to your contact page so I can see how it’s displaying?

    Thanks!,
    Kevin

    In forum: Pinnacle Theme

    In reply to: 404 page not working

    #112851

    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 Theme
    #112849

    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 Theme

    In reply to: Revolution Slider

    #112846

    Hey Nsikan,

    I’m seeing your page load just fine. Can you check again to see if the issue has resolved itself on your end?

    Thanks,
    Kevin

    In forum: Virtue Theme

    In reply to: Error on Contact page

    #112843

    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,
    -Kevin

    In forum: Virtue Theme
    #112839

    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

Viewing 20 results - 29,841 through 29,860 (of 53,646 total)