This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Dawid

  • ****
  • 149 posts
Selection of categories in the mobile version
« on: December 08, 2017, 06:10:20 PM »
Hi  ,

 1 . Is it possible to change the selection of categories in the mobile version shown in the picture ?? Where can I find the element of this element?

In header.php ???
 

2.
I would also like to add my logo .... im try add ....


@wifimasters
In file:
/oc-content/themes/veronika/header.php

Find line:
Code: [Select]

        <a class="logo-text is767" href="<?php echo osc_base_url(); ?>"><span><?php echo osc_get_preference('logo_text', 'veronika_theme'); ?></span></a>


Replace:
Code: [Select]

<?php echo osc_get_preference('logo_text', 'veronika_theme'); ?>


With your logo, like:
Code: [Select]

<img src="http://www.mysite.com/mylogo.jpg"/>

but its correct ??? <a class="logo-text is767" href="<?php echo osc_base_url(); ?>"><span><img src="http://www.mysite.com/mylogo.jpg"/></span></a>
« Last Edit: December 08, 2017, 06:28:43 PM by Dawid »

*

Ivanko

  • *****
  • 391 posts
Re: Selection of categories in the mobile version
« Reply #1 on: December 09, 2017, 02:10:50 AM »
1. Setting in admin panel for theme.u can select type of menu. Drop down , icons or list
2. If search on forum there are many questions about logo on top with ready solution.

*

Dawid

  • ****
  • 149 posts
Re: Selection of categories in the mobile version
« Reply #2 on: December 09, 2017, 04:53:45 AM »
In setting theme can select of type menu but. Only when add new item .

*

MB Themes

Re: Selection of categories in the mobile version
« Reply #3 on: December 09, 2017, 04:13:57 PM »
@dawid
That is correct, theme does not have such functionality, however there are some functions to generate categories menu in osclass core.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: Selection of categories in the mobile version
« Reply #4 on: December 09, 2017, 05:29:36 PM »
Thanks for answer Mb-themes , im try doing this :)

*

MB Themes

Re: Selection of categories in the mobile version
« Reply #5 on: December 09, 2017, 08:18:29 PM »
I would guess you can find som in item-post.php as well
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: Selection of categories in the mobile version
« Reply #6 on: December 09, 2017, 09:41:17 PM »
i now , im try find function , when user choise category , them auto open sitę wher see all items in this category :(

Marked as best answer by dawid.olszewski on December 10, 2017, 12:49:29 PM
*

MB Themes

Re: Selection of categories in the mobile version
« Reply #7 on: December 10, 2017, 12:36:49 PM »
@Dawid
You must combine it with jQuery (onchange submit form - or redirect) and prepare standard URL with dynamical parameter for category id.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots