mikeyascanio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Menu bar on pageHello,
Check on this screenshot, how the menu is fine.
https://viviendaenequilibrio.com/wp-content/uploads/2017/09/Capture-1.jpgThen when I check if responsive, check how the menu breaks in 2 lines, check this screenshot.
https://viviendaenequilibrio.com/wp-content/uploads/2017/09/Capture-2.jpgThanks in advance.
Forum: Plugins
In reply to: [Ultimate Lightbox] Close button missingThank you, it worked!
Forum: Plugins
In reply to: [Ultimate Lightbox] Close button missingHello,
I took out the margin of 10% and I still have the same issue.
I took a screenshot of the situation, there is something blocking it and I don’t know what it is.
https://noverek.com.mx/wp-content/uploads/2017/08/problem-lightbox.jpg.
If you click out of that margin, it works but as you can see, there is a big blue margin on the top that won’t let you close the lightbox.Forum: Plugins
In reply to: [Ultimate Product Catalog] Search bar filterNevermind, I did a jquery script that when clicking on another category, it erases the text from it.
$('#prod-cat-sidebar-category-item-9').one('click', function(e){ $("#upcp-name-search").attr("value", ""); });
Forum: Plugins
In reply to: [Ultimate Product Catalog] Change Category labelAlright, thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hierarchical siebarThanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hierarchical siebarThey all have sub-categories so, it wouldn’t be an issue. On the other hand, when I use this jquery script, it’s like if I’m clicking a lot of times instead of just one.
Is there any other way I can do it?
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hierarchical siebarNevermind, I modified the CSS and the plus signs are now clickable. ??
Forum: Plugins
In reply to: [Ultimate Product Catalog] Hierarchical siebarThanks for the quick reply.
Sorry, I forgot to upload the file, the link has been updated. Can you see how the + signs are not in order and it’s really hard to click on it?
I want to use this jquery code, that when clicking the category, to expand it too.
$('#prod-cat-sidebar-category-item-14').click(function(){ $('#cat-collapsible-14').trigger('click'); });
Forum: Plugins
In reply to: [Ultimate Product Catalog] Change Category labelThanks for the quick response.
I mean by changing the label to different names on different pages. Mine says “Segmento” but if you go to another page with a different catalogue, I want that catalogue to have a different Category name, not Segmento.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Sidebar filter selectionSounds good, thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] More than 4 categoriesYou are right, the subcategories I had, had caps on a letter that on my excel sheet didn’t.
Thanks!!!
Forum: Plugins
In reply to: [Ultimate Product Catalog] More than 4 categoriesHello,
I’m pretty sure I added them, here is a screenshot.
https://noverek.com.mx/wp-content/uploads/2017/08/Capture.jpgAnd this is the website only showing 4 categories.
https://noverek.com.mx/wp-content/uploads/2017/08/capture2.jpgI’m using the Id 5.
Forum: Themes and Templates
In reply to: [Sydney] Submenu font color on scrollThanks!!! It works.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Add FA icons to productsMakes sense but, can you walk me through on putting the FA on the product list? I can work on the jquery after that.
- This reply was modified 7 years, 7 months ago by mikeyascanio.