magen1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [i-craft] WooCommerce 2.6.x – Strangeness appears!Disable “CLEAR” parameter will “fix” the column issue (but margin problem appear)
https://i.imgur.com/zlnCUjC.pngForum: Themes and Templates
In reply to: [i-craft] Product category carouselHum, works alphabetically but you can change the order in the category page by drag&drop it.
Forum: Themes and Templates
In reply to: [i-craft] Product category carouselHi,
you must to use the NUMBER id, not the name of the category.
To check the number of a category you can go in the editor of the category and see the url:Didn’t tested!
In the “page.php” I think you need to move this line (is on the bottom, 5 row before the last one):<?php get_sidebar(); ?>
and move up right after
<div id=”primary” class=”content-area”>
so from:
</div><!– #content –>
<?php get_sidebar(); ?>
</div><!– #primary –>to
<div id=”primary” class=”content-area”>
<?php get_sidebar(); ?>
<div id=”content” class=”site-content” role=”main”>Can’t test right now so be careful!
BACKUP BEFORE EDITForum: Themes and Templates
In reply to: [i-craft] Place the search fieldWell, yes, I think you have to edit the header.php, move
<div class="topsearch"> <?php get_search_form(); ?> </div>
and use some div and css to fix it.
HIGH RISK TO BREAK WordPress
Maybe is better if you create a child theme because all this customization will be lost with the next theme update!
!BACKUP EVERY FILE YOU’RE GONNA EDIT!
Forum: Themes and Templates
In reply to: [i-craft] Translation of some wordsSame situation in my language (italian).
Have to edit some files:Showing results: “result-count.php” file located in:
/wp-content/themes/i-craft/woocommerce/loop
line 32Sale!: “sale-flash.php” files located in:
/wp-content/themes/i-craft/woocommerce/single-product
and
/wp-content/themes/i-craft/woocommerce/loop
both line 16WEIGHT and DIMENSIONS: “product-attributes.php” file located in:
/wp-content/themes/i-craft/woocommerce/single-product
line 28 and 35Hoping this will be fixed.
edit: ALWAYS BACKUP FILES BEFORE EDITING!
Forum: Themes and Templates
In reply to: [i-craft] Trouble with Mobile LayoutTo resize a website I suggest to use this tool: https://lab.maltewassermann.com/viewport-resizer/
Agree with the esthetic issue, we’ll see if the next update will integrate the new features of owlcarousel.js and fix the slider in responsive mode.
The thing is, a website must to be surfed via pc, give the opportunity to see it on mobile phone is a must today, but can’t give the same user experience has on a desktop.
For now you can just try to play with the actual js
For more info: https://www.owlcarousel.owlgraphic.com/demos/responsive.html
!update the original file first, this is not a user friendly solution; if you don’t know about coding don’t try it!“edit: about the cart, there is an invisible space where you can move the mouse, this space is straight down the cart icon; if you move the mouse diagonally to the popup box the box disappear because you exit from the cart area.
Forum: Themes and Templates
In reply to: [i-craft] Trouble with Mobile LayoutWell, I agree with some of the esthetic issue that you described.
However the slider’s description is disabled when the resolution is too low.
I don’t have any issue with the logo, maybe your is too wide. (let me know the right size)
No issue with categories. (put a before-after image or link the website)Forum: Themes and Templates
In reply to: [i-craft] Website turned into boldYou’ve changed the font from “Open Sans”, Helvetica, sans-serif” to “opendyslexic”
https://antijingoist.github.com/web-accessibility/stylesheets/cloudflare.cssIf you’ve used some style changer plugin try to disable it and check.
Forum: Themes and Templates
In reply to: [i-craft] Trouble with Mobile Layoutexplain, what do you mean with “unusable” ?
too small?Forum: Themes and Templates
In reply to: [i-craft] Slider – how to change behavioraccording to the website the infinity loop is a new feature.
so you could set it if you update the js.
!don’t know if this will break something!Forum: Themes and Templates
In reply to: [i-craft] Change the width of the boxed layoutGo to “Appearance” > “Customize” > “Layout Options” > “Additional Style” and add this:
.nx-boxed .site { max-width: 1200px; }
change 1200px with your desired width
Forum: Themes and Templates
In reply to: [i-craft] Products by pageI’ve used this plugin:
WooCommerce Products Per PageForum: Themes and Templates
In reply to: [i-craft] Display problem on mobil deviceGood, just saw the topic.
waiting for the theme update ??copy-paste from the theme tutorial
Hi Marsian,
new wordpress user here and I really like your template, I’m using it with WooCommerce and I have a question about the “nx-breadcrumb” DIV.
My root is like this: “NAMEOFTHEWEBSITE>STORE>CATEGORY>PRODUCTsNAME” and even if the “product’s name” is short, when on low resolution screen (“mobile mode”), the entire “nx-breadcrumb” go on a new line and because the text is white on white background what I see is a giant blank space between the “iheader” and the “product div”.
Is there a way to just hide the “nx-breadcrumb” div when the website is displayed on low resolution screen (maybe a rule in the responsive css)?
Sample images: https://i.imgur.com/C37avuM.jpgIs this a theme thing right? Or is a woocommerce thing? ??
Thanks,magen
Forum: Themes and Templates
In reply to: [i-craft] Default slider contra I-trans sliderBetter late than never!
The default slider is limited to 4 slides.
To place more than 4 slides you need to use itrans Slider.
To put itrans Slider‘s slides in the header (and not in the post) you need to place the TX code (previously generated in the post, cut and paste…) in the “Other Slider Plugin Shortcode” field and be sure to uncheck “Show Default i-craft Slider“.Example: https://www.templatesnext.org/icreate/wp-content/uploads/2015/02/heading-options.png
To generate slides with itrans Slider go to itrans Slider control panel, on the left sidebar of wordpress CP, and create each slides with the proper button (the process is like a page or product creation).