*

Fabio Massaro

  • *****
  • 306 posts
I would like to post on public mobile ad
http://prntscr.com/hl3tv4

*

MB Themes

Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #1 on: December 09, 2017, 04:14:52 PM »
@fabio
can you explain bit more what you need?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #2 on: December 09, 2017, 06:34:11 PM »
I would like to put on public mobile ad on top as in picture

*

MB Themes

Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #3 on: December 09, 2017, 08:16:25 PM »
You can add it to header.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #4 on: December 09, 2017, 08:56:23 PM »
you have the code to insert

*

MB Themes

Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #5 on: December 10, 2017, 12:37:53 PM »
@fabio
Where should I got that code? It's your idea :)
Maybe something like:

Code: [Select]
<a href="<?php echo osc_item_post_url(); ?>">Publish listing</a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fabio Massaro

  • *****
  • 306 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #6 on: December 10, 2017, 01:48:37 PM »
I thank you for the code but it does not work ... I publish an ad I would like to insert it on a mobile like a photo ...

*

Dawid

  • ****
  • 149 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #7 on: December 10, 2017, 02:21:10 PM »
<a class="publish round3 tr1 " href="<?php echo osc_item_post_url(); ?>">
        <span class="non-resp"><?php _e('Publish listing', 'veronika'); ?></span>
        <span class="resp"><?php _e('Add', 'veronika'); ?></span>
      </a>


and use some style in css.

*

Fabio Massaro

  • *****
  • 306 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #8 on: December 11, 2017, 11:12:37 AM »
Thank you Dawid but the code where I have to go and insert it? b    :) :) :) :) :) :)

*

Dawid

  • ****
  • 149 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #9 on: December 11, 2017, 11:37:51 AM »
Where You Want :) try add to header.php

Find :

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


Paste this code below :
    <div>
       <a class="publish round3 tr1 is767" href="<?php echo osc_item_post_url(); ?>">
        <span class="non-resp"><?php _e('Publish listing', 'veronika'); ?></span>
        <span class="resp"><?php _e('Dodaj ogłoszenie', 'veronika'); ?></span>
      </a>
    <div>

This is just an example  ;) You can go to me site fishboats.pl end test :) or can downlaod free aplication to android ( download button its in down site in footer ) have fun :)
« Last Edit: December 11, 2017, 11:46:34 AM by Dawid »

*

Fabio Massaro

  • *****
  • 306 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #10 on: December 11, 2017, 01:00:03 PM »
header.php


 
<div class="left-block">
      <div class="logo not767">
        <a class="resp-logo" href="<?php echo osc_base_url(); ?>"><?php echo logo_header(); ?></a>
      </div
      <div>
       <a class="publish round3 tr1 is767" href="<?php echo osc_item_post_url(); ?>">
        <span class="non-resp"><?php _e('Publish listing', 'veronika'); ?></span>
        <span class="resp"><?php _e('Dodaj ogłoszenie', 'veronika'); ?></span>
      </a>
    <div>

*

siken

  • ****
  • 138 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #11 on: February 01, 2018, 02:11:16 AM »
Where You Want :) try add to header.php

Find :

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


Paste this code below :
    <div>
       <a class="publish round3 tr1 is767" href="<?php echo osc_item_post_url(); ?>">
        <span class="non-resp"><?php _e('Publish listing', 'veronika'); ?></span>
        <span class="resp"><?php _e('Dodaj ogłoszenie', 'veronika'); ?></span>
      </a>
    <div>

This is just an example  ;) You can go to me site fishboats.pl end test :) or can downlaod free aplication to android ( download button its in down site in footer ) have fun :)


How can I have the icons as they are in the image?
The color boxes of the categories can be changed the width so that there are 3 up and 3 down?

*

MB Themes

Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #12 on: February 01, 2018, 09:07:46 AM »
@alexandromt
You may change things like this in style.css / responsive.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 138 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #13 on: February 05, 2018, 02:52:25 PM »
I know it is changed in responsive.css but I do not know what the code is so that it looks like it appears in that image ...

*

siken

  • ****
  • 138 posts
Re: I would like to post on public mobile ad http://prntscr.com/hl3tv4
« Reply #14 on: February 05, 2018, 03:07:52 PM »
Where You Want :) try add to header.php

Find :

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


Paste this code below :
    <div>
       <a class="publish round3 tr1 is767" href="<?php echo osc_item_post_url(); ?>">
        <span class="non-resp"><?php _e('Publish listing', 'veronika'); ?></span>
        <span class="resp"><?php _e('Dodaj ogłoszenie', 'veronika'); ?></span>
      </a>
    <div>

This is just an example  ;) You can go to me site fishboats.pl end test :) or can downlaod free aplication to android ( download button its in down site in footer ) have fun :)


In the mobile version (responsive), I would like to have the smallest search box and on its right a small button that says publish