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 - 17,161 through 17,180 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #191788

    Hello,

    Yes, you can add the video slider after you’ve imported that demo. You just need to setup a Kadence Slider and give it a video background, then assign it as your home page header.

    As for the WooCommerce aspect, if you want to have the demo content to work with, I suggest you install WooCommerce before importing. Otherwise you will not get the store demo content.

    Does that help?

    -Kevin

    #191731

    Hi,
    Love your theme!
    I have a question, I link to a specific productpage from my index page and the link automatically changes to
    domainname.com/shop/product1/#tab-kad_custom_tab_02 (instead of domainname.com/shop/product1

    Therefore it automatically goes to the bottom of the page instead of the top.

    Do you know how this happens?
    Can you advise how to use the tabs on the productpage and how to link to the top of the page?

    Thanks in advance,
    Martijn

    #191729

    Greetings:

    I noticed that you moved content-product code to functions in version 4.5.5. Unfortunately for me, I was changing this little bit:

    <a href="<?php the_permalink(); ?>"

    To This:

    <a href="<?php echo esc_url( $product->get_product_url() ) ?>

    In the past you helped me with point image URLs from permalink to the product URL. This is the code:

    function custom_shop_functions(){

    function custom_kad_woocommerce_image_link_open() {
    global $product;
    if($product->product_type == 'external') {
    $link = $product->get_product_url();
    } else {
    $link = get_the_permalink();
    }
    echo '<a href="'.esc_url( $link).'" class="product_item_link product_img_link">';
    }
    add_action( 'woocommerce_before_shop_loop_item_title', 'custom_kad_woocommerce_image_link_open', 5 );
    remove_action( 'woocommerce_before_shop_loop_item_title', 'kad_woocommerce_image_link_open', 5 );
    }

    add_action('init', 'custom_shop_functions');

    Would you kindly help me change the product title URL from permalink to product URL with a similar function?

    Thanks!

    is the “store” page. If you would like to see in action.

    In forum: Pinnacle Theme

    In reply to: Google fonts locally

    #191720

    I don’t see ant google fonts loading on your page from google servers.

    Ben

    #191705

    Hi,

    I am using Pagebuilder and I want to use a call-to-action “Register” but show it only to logged-out users.
    The page has other widgets, which should be shown regardless of logged-in/out status.

    (How) can this be done?

    🙂
    Armin

    #191703

    Hi Ian,
    So you are just wanting to swap out the logo on specific pages, is that correct? You can do this with page specific css. Can you link to your Amazon logo?

    Hannah

    #191701

    Hi,

    does Virtue (or Pinnacle) contact Google Maps on default by code in theme? Or only when I use the map widget etc. on that page?

    Also: Is there a technical way for you to suppress Google receiving visitor IP if I choose to use it?

    Thx a million

    Dan

    In forum: Pinnacle Theme

    In reply to: Google fonts locally

    #191690

    Link to page with slider is https://www.lobolmo.de/kanchenjunga-trek-ein-grandioses-himalaya-abenteuer/

    Michael

    In forum: Virtue Theme

    In reply to: Change link color

    #191679

    Hi Doris,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-1755.sf-dropdown a {
        background: #d6479b;
        color: #fff !important;
    }

    Hope it helps!

    Hannah

    #191678

    Hey,
    Can you tell me the password to enter your site? Have you tried editing the virtue call to action from the home edit page?

    Hannah

    #191676

    Hey Guys

    I am using a custom plug-in with code in it to draw from their data feed the merchants logos and put them above the buy now button on the category and single product pages.

    However I run another plug-in for Amazon products and I am wondering if there is some way to insert the amazon logo on the same pages and in the same place.

    Category Page example

    Single Product Page

    Appreciate any thoughts

    #191668
    This reply has been marked as private.
    #191663

    Ben, I am sorry. I don’t know what string replace means. Please clarify. Is that what the plug in does mentioned in your Kadence ssl guidelines? Here is what Really Simple SSL says about deactivating plug in after migrating SSL. Do you think it will be ok to deactivate? Just an FYI…the site I am using to test this out is a new one that I haven’t done anything to much except activate Ascend Premium and added one image. Will be adding one of your Demo contents once the migration to https is done.


    https://really-simple-ssl.com/knowledge-base/can-deactivate-really-simple-ssl-activating-ssl/
    Can I deactivate Really Simple SSL after activating SSL?
    Really Simple SSL is built to be very lightweight: the majority of the files is not even loaded when a visitor requests the frontpage. But if you want to remove the plugin after enabling SSL, do NOT use the WordPress deactivation in the plugins overview.
    Important! Deactivating the plugin in WordPress reverts your site to http
    Most users that do this want do do this because their site has issues on SSL, and expect the plugin to leave the site as it was before the activation. Therefore, the plugin reverts the site to http on deactivation. All changes are removed. Your site_url becomes http again, the .htaccess redirect will get removed.
    Is it possible to deactivate Really Simple SSL without losing SSL?
    Yes, it is possible. Since version 3.0 of the plugin this can be done by pressing the ‘Deactivate but keep SSL’ button in the plugin settings.

    But please note that:

    *The mixed content fixer won’t work anymore
    *If you use wp redirect for redirection, this won’t work anymore
    *The SSL redirect on rest_api redirect won’t be active anymore

    What stays after deactivating the plugin:

    *If enabled, the .htaccess redirect
    *Your site_url will stay on https
    *Any wp-config fixes that were needed to do the change.

    If these last three is sufficient for you, you can deactivate by pressing the ‘Deactivate but keep SSL’ button in the plugin settings. Now the plugin is deactivated, but the deactivation procedure does not run and the site url, wpconfig fix and .htaccess redirect will stay.

    #191660

    There will be a product brands widget which will allow you to navigate to the product brand taxonomy pages. That will be released tomorrow.

    Ben

    #191653
    This reply has been marked as private.
    #191637

    The theme does not control comments. That is part of wordpress core. If you would like to change core functions in comments then you would need to use a plugin.

    As for the contact form, you must enable the feature. Simply edit the page and turn it on.

    Ben

    #191631

    Thanks guys, didn’t realize that was a page builder option!

    Amazing as usual, you guys are the best!

    Mark

    #191618

    Go into your pagebuilder settings you can control the exact size it breaks down.

    Ben

    #191613

    Hey guys,

    I was wondering if it is possible to change the break point resolution in regards to responsiveness. I’ve designed a page that looks nice until it get compressed too much using the browser, if it was forced to collapse earlier, that would prevent the temporary distortion.

    The page is

    Thank you so much in advance!!

    Mark

    #191606

    Hi Ben –
    Thanks for the suggestions. I’m not sure it is worth the extra work to take the tab link off page.
    Cheers,
    – Tom

Viewing 20 results - 17,161 through 17,180 (of 53,646 total)