Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Website ZAZU

Viewing 31 reply threads
  • Author
    Posts
    • #32711
      purplemedia
      Support Expired

      Hi,

      Could you fix that the buttons on my Shop page ( http://185.104.28.45/~zz/shop/ ) get a class name with the category name in it?

      Attachment zz-01.jpg is correct, but I want the same on attachment zz-02.jpg.

      Attachments:
      You must be logged in to view attached files.
    • #32724
      Harry
      Support Expired

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-info h3.tu {
      	display: block;
      	padding: 5px 15px;
      	background-color: #DDDDDD;
      	color: #BCBCBC;
      	text-transform: uppercase;
      	font-weight: 600;
      	font-size: 12px;
      	margin: 0px 20px;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32734
      purplemedia
      Support Expired

      Hi,

      You misunderstood a little. Does not matter.

      I want to give the buttons (see attachment) a class, so I could style them for all the 4 languages. At the moment, I take the button id’s.

      Attachments:
      You must be logged in to view attached files.
    • #32738
      Harry
      Support Expired

      Hi,

      I’m sorry it doesn’t support add new class for shop category.

      Please use class like “cat-item-171” http://prntscr.com/okb7po

      if you want write CSS for separate language. please use below code

      html[lang="nl-NL"] .cat-item-171 {
       you CSS here
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33243
      purplemedia
      Support Expired

      Hi,

      1. I want to display an Instagram feed on every page above my footer. Could you help? Link: http://185.104.28.45/~zz/

    • #33252
      Harry
      Support Expired

      Hi,

      please follow this step http://support.janstudio.net/forums/topic/website-amor/page/23/#post-32805 like you did on amor site

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33311
      purplemedia
      Support Expired

      Hi!

      2. I want to change the cart icon ‘zz-old’ on the left in the ‘Add to cart’ button with a different background color like the attachment ‘zz-new’. Could you help?

      Attachments:
      You must be logged in to view attached files.
    • #33317
      Harry
      Support Expired

      Hi,

      Please add more code to claue-child > style.css

      .product-btn a.add_to_cart_button {
      	position: relative;
      	padding-left: 50px;
      }
      .product-btn a.add_to_cart_button i {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0,0,0,0.3);
      padding: 14px;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33336
      purplemedia
      Support Expired

      Thanks!

      3. On my productpage ( http://185.104.28.45/~zz/product/harry-the-projector/ ) I want the description full width (see attachment). Could you help?

      Attachments:
      You must be logged in to view attached files.
    • #33340
      purplemedia
      Support Expired

      4. On my productpage ( http://185.104.28.45/~zz/product/harry-the-projector/ ) I want to disable the hover on the services. Could you help? (see attachment)

      Attachments:
      You must be logged in to view attached files.
    • #33344
      Harry
      Support Expired

      Hi,

      I see you set layout full width.

      To disable hover on service, please add below code to Claue > Theme Option > General Layout > custom CSS

      .jas-service[class*="icon-"]:hover .icon::before {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33345
      purplemedia
      Support Expired

      Thanks!

      5. I want to vertical align the product summary (see attachment). Could you help?

      Attachments:
      You must be logged in to view attached files.
    • #33347
      Harry
      Support Expired

      Hi,

      you mean add vertical align with product image on left?

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33363
      purplemedia
      Support Expired

      Exactly

    • #33365
      Harry
      Support Expired

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .single-product .type-product > .jas-row {
      	-webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33975
      purplemedia
      Support Expired

      Hi!

      5. Is it possible to make this row on this page ( http://185.104.28.45/~zz/ ) sticky? (see attachment)

      Attachments:
      You must be logged in to view attached files.
    • #33979
      Harry
      Support Expired

      Hi,

      Please use this plugin https://wordpress.org/plugins/mystickysidebar/#how%20to%20find%20sticky%20class%2C%20what%20should%20i%20enter%20here%3F and replace with widget sidebar for page builder.https://prnt.sc/pewnic

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34129
      purplemedia
      Support Expired

      Hi!

      6. First I had WPML plugin but now I’m using Polylang. I want to place the flags on the same place as the WPML flags before (see attachment).

      Could you help me to place the flags right in the menu?

      Attachments:
      You must be logged in to view attached files.
    • #34131
      Harry
      Support Expired

      Hi,

      Please follow this topic https://gist.github.com/taninbkk/f95281b44b3762435777 and add function to claue-child > functions.php and shortcode to Theme Option > Header > Header Top Right Content.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34132
      purplemedia
      Support Expired

      That doesn’t work. Could you help? Or that I give login to you?

    • #34140
      Harry
      Support Expired

      I don’t see you install PolyLang. Please install and add language for Polylang. After that send it to me.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34141
      purplemedia
      Support Expired

      I just installed it. You want login?

    • #34144
      Harry
      Support Expired

      I help you showed flags.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34145
      purplemedia
      Support Expired

      Thanks, but it is now 2 times in the menu bar. It only has to be on the right where you see the 2 flags.

    • #34146
      Harry
      Support Expired

      I removed in menu, now it only one show.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34148
      purplemedia
      Support Expired

      Yes thanks! And I only want to see the flag of the current language (Netherlands) and in a dropdown I want to see the other languages (English, French, Deutsch). Could you fix?

    • #34150
      Harry
      Support Expired

      Hi,

      Please follow this topic https://polylang.pro/doc/function-reference/#pll_the_languages and change code in claue-child > functions.php line 101

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34236
      purplemedia
      Support Expired

      Hmm there are only 76 lines in my functions.php. Could you help?

    • #34273
      Harry
      Support Expired

      Sorry i mean in claue-child > views > header > layout-3.php

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34275
      purplemedia
      Support Expired

      Thanks! Could you fix that for me?

    • #34280
      Harry
      Support Expired

      I tried the code to show flags but it doesn’t work.

      <?php pll_the_languages( array( 'show_flags' => 1,'show_names' => 0, 'dropdown' => 1 ) ); ?>

      Please try contact to plugin author.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34281
      purplemedia
      Support Expired

      Oke, I will contact them

Viewing 31 reply threads

You must be logged in to reply to this topic.