veldad
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] Separate Email for Visitor and AdminWorks now.. thanks!
Forum: Plugins
In reply to: [Watu Quiz] Separate Email for Visitor and AdminDoesn’t work.
Emails for both user and admin is the same.
Forum: Themes and Templates
In reply to: [evolve] Menu icon location on Mobile displayThanks man.. worked like a charm.
Forum: Plugins
In reply to: [Ultimate Product Catalog] How to remove Search and Sort Bars at the SidebarIn the “Basic” area of the “Options” tab, set “Product Search” to “None”. – WORKED
In the “Premium” area of the “Options” tab, uncheck all the boxes for “Product Sorting”. – DID NOT WORK. I have all checkboxes unchecked in the first place. The “Sort By” textbox is still active.
Thanks for the reply.
Chris
Forum: Plugins
In reply to: [Ultimate Product Catalog] Text for Sidebar Sub-CategoryHi!
Thanks for the reply, unfortunately the isolation does not work.
This code makes the whole sidebar labels normal:
upcp-label {font-weight: normal; }
Adding the following does not do anything:
.prod-cat-sidebar-subcategory-div
and.prod-cat-sidebar-category-div
Sample URL is: https://fdchq.online/components-2/
Much appreciated!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Text for Sidebar Sub-CategoryThanks for the reply.
This code the *bold* font of both categories AND sub-categories.
.upcp-label { font-weight: normal; }
Is there a way to make the Category labels as *bold* and sub-categories as normal font only?
Thanks again!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Remove Category TitleYes… thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Way to remove "details"/arrow link in Details viewWorks perfectly. Thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Way to remove "details"/arrow link in Details viewHi guys.. I tried this and it is not working for me.
My custom CSS is…
.prod-cat-sidebar-subcategory-div, .upcp-detail-details-link, .Blue-prod-cat-header-div { display: none; }
Any help is appreciated. ??
Website URL is https://www.fdchq.online
Forum: Themes and Templates
In reply to: [evolve] Footer is taking up only half of the footer area only.Thanks for the help!
Forum: Themes and Templates
In reply to: [evolve] Footer is taking up only half of the footer area only.Thanks for the help @subrataemfluence!
I’m not sure if i did the right thing.. but the footer display seemed corrected.
Original was…
$evolve_footer_css = ”; if ($evolve_widgets_footer == “one”) { $evolve_footer_css = ‘widget-one-column col-sm-6’; } if ($evolve_widgets_footer == “two”) { $evolve_footer_css = ‘col-sm-6 col-md-6’; } if ($evolve_widgets_footer == “three”) { $evolve_footer_css = ‘col-sm-6 col-md-4’; } if ($evolve_widgets_footer == “four”) { $evolve_footer_css = ‘col-sm-6 col-md-3’; }
I removed the last three entries, then changed the following:
$evolve_footer_css = ”; if ($evolve_widgets_footer == “one”) { $evolve_footer_css = ‘widget-one-column col-sm-12’; }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Forum: Plugins
In reply to: [Ultimate Product Catalog] Category / Sub-category problemsForum: Plugins
In reply to: [Ultimate Product Catalog] Category / Sub-category problemsI think a quick fix is to have individual settings for Catalog Overview Mode on each catalogs created. Is there another way around this?
- This reply was modified 8 years, 2 months ago by veldad.