*

Redis

  • **
  • 27 posts
Functions
« on: May 14, 2023, 05:31:52 PM »
Hello,

Is it possible to copy the whole css style for php file?
For example i want to integrate search section from Delta theme and put it to Epsilon theme.
I can try to change all necessary things but i will not get the same design without its css style.
i am planning to publish my site soon and i will buy almost all you plugins if i manage to get my desired UI.
I would really need the help on this :)
Thanks for your support.

I have created a new simple category UI and named it: inc.category2
I can create a new php for the new search function and replace it here but i need to copy the right css.

Code: [Select]
<?php
  
if(osc_is_home_page()) { 
    
osc_current_web_theme_path('inc.search.php'); 
    
osc_current_web_theme_path('inc.category.php');
  }
?>

Code: [Select]
<?php
  
if(osc_is_home_page()) { 
    
osc_current_web_theme_path('inc.search.php'); 
    
osc_current_web_theme_path('inc.category2.php');
  }
?>

*

MB Themes

Re: Functions
« Reply #1 on: May 15, 2023, 03:05:43 PM »
It may work in case related stylesheets/classes/ids are not in conflict.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: Functions
« Reply #2 on: June 16, 2023, 02:48:18 AM »
It seems many people prefer Delta & Gama Search.

Not only does Epsilon has design issues, it also has many functional issues. The Epsilon Search needs to be revised, blank search page, sub category filters not working. This issue pops up when premium exists in a category. It is not quite clear how this happens but one thing is that it happens.
I don't care about too much about the design but at least, let it be fully functional.

*

MB Themes

Re: Functions
« Reply #3 on: June 16, 2023, 09:04:43 AM »
@Smithtech
Not aware of any bugs in Epsilon except personal preference
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: Functions
« Reply #4 on: June 16, 2023, 11:25:59 PM »
OK.
Cool to say you are not aware but there issue with Epsilon search.

I'm not referring to the design but the code itself. Too many error reports when filtering plus blank search page in some cases.

*

MB Themes

Re: Functions
« Reply #5 on: June 17, 2023, 01:08:23 PM »
What kind of error reports?
If page is blank, its probably problem with your server or database, all runs on osclass engine.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots