*

MB Themes

Re: visual banner
« Reply #15 on: January 05, 2016, 01:37:51 PM »
@max
Problem is if you use any theme (specially with bootstrap), those rewrite inherit styles for all existing elements and some basic things may not work.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

max

Re: visual banner
« Reply #16 on: January 05, 2016, 07:58:41 PM »
Michal so that's okay, the mechanism works !
That's good for me ;D
thanks

*

MB Themes

Re: visual banner
« Reply #17 on: January 06, 2016, 12:27:52 AM »
@max
You mean code from jsfiddle demo?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

max

Re: visual banner
« Reply #18 on: January 06, 2016, 11:28:52 AM »
@max
You mean code from jsfiddle demo?

no look this

[attachment deleted by admin]

*

MB Themes

Re: visual banner
« Reply #19 on: January 06, 2016, 12:35:32 PM »
@max
So everything is ok now?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

max

Re: visual banner
« Reply #20 on: January 06, 2016, 01:00:36 PM »
yes all ok ;D!

*

MB Themes

Re: visual banner
« Reply #21 on: January 06, 2016, 01:49:09 PM »
@max
Cool ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

max

no fuction zoom
« Reply #22 on: January 26, 2016, 09:21:15 AM »
I Michael
with the solution I found no good
The banner is fixed with the zoom page! :-\

I'm going crazy :P

If I analyze the site and do as in the picture, the banner focuses
but I do not know where to find the parameters on css
I have tried here:
advertisement_manager\css
banner-review.css
banner.css
style.css

but without success :'(

I put the following code in the footer:

<div align="center">
<?php echo show_banner(1); ?>
</div>

help me for the benefit of all
thank you :)

[attachment deleted by admin]

Marked as best answer by on April 27, 2024, 10:09:44 PM
*

MB Themes

  • Undo Best Answer
  • Re: [Solved] Problem showing banner
    « Reply #23 on: January 26, 2016, 10:00:16 AM »
    @max
    You can place CSS code to theme css files to be sure it is loaded everytime.
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

    *

    max

    Re: [Solved] Problem showing banner
    « Reply #24 on: January 26, 2016, 10:36:26 AM »
    @max
    You can place CSS code to theme css files to be sure it is loaded everytime.

    ok let me see how step by step please  :D

    it would be nice that the plugin center the banner! ;D

    or at least bring a note of how to do

    if the problems are many

    then will watch the forums ;D ;D
    « Last Edit: January 26, 2016, 10:56:56 AM by max »

    *

    MB Themes

    Re: [Solved] Problem showing banner
    « Reply #25 on: January 26, 2016, 12:43:56 PM »
    @max
    Plugin shows banner, styling is on you.
    You can find few different ways on following links:
    http://www.w3schools.com/css/css_align.asp
    http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

    *

    max

    Re: [Solved] Problem showing banner
    « Reply #26 on: January 26, 2016, 12:55:42 PM »
    @max
    Plugin shows banner, styling is on you.
    You can find few different ways on following links:
    http://www.w3schools.com/css/css_align.asp
    http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div

    Thanks i look if there is something that escapes me :-X

    now I solved so:
    <div style="text-align:center">
    <div style="display:inline-block">
    <?php echo show_banner(1); ?>
    </div>
    </div>

    and the zoom function and I can decide the position of the banner, this like me!! ;D

    *

    MB Themes

    Re: [Solved] Problem showing banner
    « Reply #27 on: January 26, 2016, 12:56:16 PM »
    @max
    Cool ;)
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

    *

    rsn

    • ***
    • 61 posts
    Re: [Solved] Problem showing banner
    « Reply #28 on: March 07, 2016, 11:15:55 PM »
    and in which files embed code?
    I can not figure out where to insert the code please tell me or give example
    « Last Edit: March 08, 2016, 07:47:22 AM by rsn »

    *

    MB Themes

    Re: [Solved] Problem showing banner
    « Reply #29 on: March 08, 2016, 07:53:34 AM »
    @rsn
    Anywhere in theme files.
    You have example when creating / editing banner group.
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots