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 - 10,381 through 10,400 (of 53,646 total)
  • Author
    Search Results
  • #238700
    This reply has been marked as private.
    #238699

    Hi,
    I need some styling for the Portfolio post bottom carousel. Nothing difficult for you, I think 🙂

    1. How can I delete the magnifying glass icon on top of the mouse-over layer, (the problem is that it opens the image and not the page)?
    2. The mouse-over effect is nice, but how can I delete the white border?
    3. What css would make the whole image in the bottom carousel a link to the portfolio page. Now it’s only the heading that is a link (but I have made a quick fix by adding an URL in the Excerpt field).

    Pamela

    #238695

    Hi

    I’m writing a custom process and I am adding variables to a product via query in a link . The final part I need is to click the add to cart button on page visit, any ideas on how to do this, thanks in advance

    #238693

    Thanks Hannah and Ben, I have modified the sidebar on category pages via css. The process that Ben described is to complicated for me, I am not a programer 🙂 Thanks anyway, best regards, Gabi

    #238691

    Followed the instruction and tried to add “Single Product Templates”. I am getting below error
    sorry the content area was not found in your page. You must call “The_content” function in the current template.

    My single product template setting shown in attached screenshot

    #238688

    Thanks for the advice, and sorry for bothering. The issue is actually caused by a plugin (Page Builder by SiteOrigin), but I have used it previously for builduing some of my pages, they are now not appearing correctly. Really weird, but thank you for the advice, at least I know what is going on. 🙂

    #238687

    Hi Ben,

    Please help. Below is the CSS code of a single choice exam which can been seen in action on the bottom of this page. It is working perfectly alright. But the user has to click exactly in the middle of the radio button to choose the option and still misses the required questions some time. I want to replace the radio buttons with a long stripe with the option to the user to click anywhere on that colored stripe to choose the option. The chosen option’s color will change to ensure the user that his option has been correctly chosen. The attached picture shows the example of what I am talking about.

    *removed code

    • This topic was modified 6 years, 6 months ago by Ben Ritner. Reason: use a gist when you want to post a lot of code
    #238679

    Hi Arif,
    I’m seeing the spacing the same on both pages. What browser are you using? Can you send a screenshot?

    Hannah

    #238678

    Hi,

    One of my page is not showing space between the words. Whereas, other pages have no such issue and every word has reasonable space between them.

    Please advise.

    Arif

    #238672

    Two show a different slider based on the device you can’t page cache the home page. If you page cache the home page then the script that determines checks for user device won’t run because the results will be cached.

    Some caching plugins allow you to create two cache versions of your site, one for desktop and one for mobile but I’m pretty sure wp fastest cache requires premium for that setting.

    You can turn off caching for mobile and that would allow it to work but not ideal for your mobile traffic.

    Or you can load both sliders and only show one for mobile and one for desktop which is cache-friendly. but slightly not as fast as having a mobile and desktop version of your cache.

    To do that you would turn off the mobile slider,

    select the desktop to be a shortcode slider.

    Add both your slider shortcodes wrapped in divs:

    <div class="desktop-slider">[kadence_slider_pro id="1"]</div><div class="mobile-slider">[kadence_slider_pro id="5"]</div>

    Then you would add this css:

    .desktop-slider {
    display:none;
    }
    @media (min-width: 768px) {
    .desktop-slider {
    display:block;
    }
    .mobile-slider {
    display:none;
    }
    }

    Ben

    #238670

    yep, I missed it, sorry, here you go:
    WOOCOMMERCE

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://pivozdomu.sk
    Site address (URL): https://pivozdomu.sk
    WC Version: 3.7.0
    REST API Version: ✔ 1.0.2
    Log Directory Writable: ✔
    WP Version: 5.2.3
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: sk_SK
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.3.3
    PHP Post Max Size: 512 MB
    PHP Time Limit: 600
    PHP Max Input Vars: 1000
    cURL Version: 7.47.0
    OpenSSL/1.0.2g
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.1.10-MariaDB
    Max Upload Size: 256 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 3.7.0
    WC Database Prefix: vffcwp_
    MaxMind GeoIP Database: ✔
    Celková veľkosť databázy: 24.26MB
    Veľkosť údajov v databáze: 20.24MB
    Veľkosť indexu databázy: 4.02MB
    vffcwp_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_woocommerce_order_itemmeta: Data: 0.09MB + Index: 0.06MB + Engine InnoDB
    vffcwp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_comments: Data: 1.36MB + Index: 0.86MB + Engine InnoDB
    vffcwp_cp_calculated_fields_form_discount_codes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_cp_calculated_fields_form_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_cp_calculated_fields_form_revision: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_cp_calculated_fields_form_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_options: Data: 3.06MB + Index: 0.11MB + Engine InnoDB
    vffcwp_postmeta: Data: 4.13MB + Index: 0.72MB + Engine InnoDB
    vffcwp_posts: Data: 1.42MB + Index: 0.47MB + Engine InnoDB
    vffcwp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_term_relationships: Data: 0.11MB + Index: 0.08MB + Engine InnoDB
    vffcwp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_usermeta: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    vffcwp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    vffcwp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    vffcwp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    vffcwp_wc_product_meta_lookup: Data: 0.05MB + Index: 0.09MB + Engine InnoDB
    vffcwp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wd_fb_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wd_fb_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wd_fb_option: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wd_fb_shortcode: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wd_fb_theme: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    vffcwp_wfconfig: Data: 1.33MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wffilemods: Data: 3.52MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfhits: Data: 1.02MB + Index: 0.28MB + Engine InnoDB
    vffcwp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_wfknownfilelist: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wflogins: Data: 0.13MB + Index: 0.03MB + Engine InnoDB
    vffcwp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    vffcwp_wfstatus: Data: 0.13MB + Index: 0.11MB + Engine InnoDB
    vffcwp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_wpi_object_log: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    vffcwp_yith_wapo_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_yith_wapo_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_yith_wccl_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    vffcwp_yoast_seo_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    vffcwp_yoast_seo_meta: Data: 0.11MB + Index: 0.00MB + Engine InnoDB
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (22) ###
    
    ManageWP - Worker: GoDaddy – 4.9.1
    Classic Editor: WordPress Contributors – 1.5
    GDPR Cookie Consent: WebToffee – 1.8.1
    Elementor Pro: Elementor.com – 2.7.2
    Elementor: Elementor.com – 2.7.4
    Imsanity: Exactly WWW – 2.4.3
    Kadence WooCommerce Extras: Kadence WP – 1.6.0
    Kadence WooCommerce Elementor: Kadence Themes – 1.0.3 – Nebolo testované s aktívnou verziou WooCommerce
    Loco Translate: Tim Whitlock – 2.3.0
    Really Simple SSL: Rogier Lankhorst
    Mark Wolters – 3.2.5
    
    Simple CSS: Tom Usborne – 1.1
    Stop Spammers: Bryan Hadaway – 2019.1
    WooCommerce Weight Based Shipping: weightbasedshipping.com – 5.3.2.1
    Woo XML Feeds: Woo – 1.9.0 – Nebolo testované s aktívnou verziou WooCommerce
    WooCommerce Admin: WooCommerce – 0.19.0
    Booster for WooCommerce: Algoritmika Ltd – 4.5.1
    WooCommerce PDF Invoices & Packing Slips: Ewout Fernhout – 2.3.4
    WooCommerce: Automattic – 3.7.0
    Kybernaut ICO DIC: Karolína Vyskočilová – 1.4.0
    Wordfence Security: Wordfence – 7.4.0
    Yoast SEO: Team Yoast – 12.2
    YITH WooCommerce Product Add-ons: YITH – 1.5.21
    
    ### Inactive Plugins (2) ###
    
    Maintenance: WP Maintenance – 3.8
    WooCommerce XML feed for Skroutz & Bestprice: Enartia – 1.5.0 – Nebolo testované s aktívnou verziou WooCommerce
    
    ### Must Use Plugins (1) ###
    
    ManageWP - Worker Loader: GoDaddy –
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: EUR (€)
    Currency Position: right_space
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    
    ### WC Pages ###
    
    Slug pre obchod: #260 - /obchod/
    Košík: #261 - /kosik/
    Pokladňa: #262 - /kontrola-objednavky/
    Môj účet: #263 - /moj-ucet/
    Všeobecné obchodné podmienky: #253 - /obchodne-podmienky/
    
    ### Theme ###
    
    Name: Ascend Child
    Version: – 0 je dostupný
    Author URL: 
    Child Theme: ✔
    Parent Theme Name: Ascend - Premium
    Parent Theme Version: 1.8.7
    Parent Theme Author URL: https://www.kadencewp.com/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: ascend_premium/woocommerce/archive-product.php
    ascend_premium/woocommerce/checkout/thankyou.php
    ascend_premium/woocommerce/content-product.php
    ascend_premium/woocommerce/content-product_cat.php
    ascend_premium/woocommerce/content-single-product.php
    ascend_premium/woocommerce/loop/loop-end.php
    ascend_premium/woocommerce/loop/loop-start.php
    ascend_premium/woocommerce/loop/rating.php
    ascend_premium/woocommerce/loop/sale-flash.php
    ascend_premium/woocommerce/product-searchform.php
    ascend_premium/woocommerce/single-product/add-to-cart/variable.php
    ascend_premium/woocommerce/single-product/product-image.php
    ascend_premium/woocommerce/single-product/product-thumbnails.php
    ascend_premium/woocommerce/single-product/related.php
    ascend_premium/woocommerce/single-product/sale-flash.php
    ascend_premium/woocommerce/single-product/up-sells.php
    ascend_premium/woocommerce/single-product.php
    
    ### Action Scheduler ###
    
    Complete: 1 308
    Oldest: 2019-09-07 19:33:54 +0200
    Newest: 2019-10-08 18:20:00 +0200
    
    Pending: 2
    Oldest: 2019-10-08 19:20:00 +0200
    Newest: 2019-10-11 04:22:42 +0200
    
    Canceled: 2
    Oldest: 2019-10-08 15:41:09 +0200
    Newest: 2019-10-08 15:41:09 +0200
    
    In-progress: 0
    Oldest: –
    Newest: –
    
    Failed: 1
    Oldest: 2019-07-24 10:57:52 +0200
    Newest: 2019-07-24 10:57:52 +0200
    
    

    And server error log is basically a lot of the same below. Looks like this is the culprit?

    pivozdomu.sk [Tue Oct 08 18:20:13.537577 2019] [php7:error] [pid 38266] [client 66.249.79.113:54384] PHP Fatal error: Cannot redeclare ElementorPro\\Modules\\Woocommerce\\WcTemplates\\Cart\\elementor_pro_render_mini_cart_item() (previously declared in /nfsmnt/hosting2_2/c/6/c608d18d-039a-403f-928f-bfcd0dc42ddb/pivozdomu.sk/web/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php:7) in /nfsmnt/hosting2_2/c/6/c608d18d-039a-403f-928f-bfcd0dc42ddb/pivozdomu.sk/web/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php on line 7, referer https://pivozdomu.sk/obchod/

    Guess this isn’t you guys then 🙂

    How do I interpret it? It’s saying that it cannot redeclare elementor_pro_render_mini_cart_item(), because it’s already declared …in the same plugin? Usually that’s a clash between two plugins, not the same one 😀

    Couldn’t find much Googling, so will take it to Elementor support.

    thanks for pointing me to the right place!
    Lukas

    In forum: Ascend Theme

    In reply to: Contact Form Edits

    #238669

    Hello!

    I would like know if you can fix a little problem I noticed on my website. The page: https://www.idearecommunication.it/contatti/
    have a little problem, the button “send” is hidden. Could you please tell me how I can fixe it.
    Thanks in advance
    Simone

    #238665

    Hey,
    Can you change your latest posts to grid, and columns to 2 and then post back. I can give you css that will make the image site bside the text.

    Also you can use the Kadence Blocks post/grid widget to create this in your page, doesn’t have to come through the theme options.

    There isn’t an option in virtue to have logo menu widget.

    Ben

    #238658
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Google Map not showing

    #238657

    If you look in the console it says your api key is not set up for the page.

    Google Maps JavaScript API error: RefererNotAllowedMapError
    https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
    Your site URL to be authorized: https://www.amac-org.com/about/contact-us/

    Can you check that?

    #238655

    Hi
    I got I got it to work thanks for your help, I changed a couple of things including your notes and the working solution is `//show sub total in order page

    add_filter( ‘woocommerce_account_orders_columns’, ‘add_account_orders_column’, 10, 1 );

    function add_account_orders_column( $columns ){

    $columns[‘item_subtotal_tax_excl’] = __( ‘New Column’, ‘woocommerce’ );

    return $columns;

    }

    add_action( ‘woocommerce_my_account_my_orders_column_item_subtotal_tax_excl’, ‘add_account_orders_column_rows’ );

    function add_account_orders_column_rows( $order ) {

    // Example with a custom field

    if ( $value = $order->get_subtotal() ) {

    echo esc_html( $value );

    }
    }`

    In forum: Virtue Theme

    In reply to: Google Map not showing

    #238646

    Since you’re not using the contact template form on your page, try setting the page template to default. Does that make a difference?

    Hannah

    #238636

    Hi Thank for the reply Ben, I have adjusted the code to :

    //show sub total in order page
    
    add_filter( 'woocommerce_account_orders_columns', 'add_account_orders_column', 10, 1 );
    
    function add_account_orders_column( $columns ){
    
    $columns['item_subtotal_tax_excl'] = __( 'New Column', 'woocommerce' );
    
    return $columns;
    
    }
    
    add_action( 'woocommerce_my_account_my_orders_column_item_subtotal_tax_excl', 'add_account_orders_column_rows' );
    
    function add_account_orders_column_rows( $order ) {
    
    // Example with a custom field
    
    if ( $value = $order->get_meta( 'item_subtotal_tax_excl' ) ) {
    
    echo esc_html( $value );
    
    }
    }

    but still the same results, am i missing something or doing it wrong. Your help is highly appreciated.

    • This reply was modified 6 years, 6 months ago by walter.
    In forum: Virtue Theme
    #238623

    1. The class changes when used within a widget like that. You need to edit this inside page builder. You can edit the row and set the bottom margin. It defaults to 30px which you can also override the defaults in your page builder settings.

    2. You can add this css but I don’t see how this works for you on mobile. I don’t suggest it:

    .widget_virtue_split_content_widget .kt-si-imagecol {
        width: 60%;
        float:left;
    }
    .widget_virtue_split_content_widget .content-ktsi-right, .widget_virtue_split_content_widget .content-ktsi-left {
        width:40%;
        padding: 0;
    }
    .widget_virtue_split_content_widget .kt-si-imagecol.img-ktsi-right {
        float:right;
    }
    .widget_virtue_split_content_widget .kt-si-table-box {
        display: table;
        min-height: 600px
    }
    .widget_virtue_split_content_widget .kt-si-table-box .kt-si-cell-box {
        display: table-cell;
    }

    Ben

    #238620
    This reply has been marked as private.
Viewing 20 results - 10,381 through 10,400 (of 53,646 total)