*

Romeo

  • ****
  • 115 posts
Style css, broken
« on: December 13, 2018, 05:26:54 PM »
Hi

After installing, and I turned on the plug-in, the css style is ruined at the site,  www.europaforsale.ro
To Running on cache page, I get page 404
« Last Edit: December 13, 2018, 05:32:27 PM by Romeo »

*

MB Themes

Re: Style css, broken
« Reply #1 on: December 13, 2018, 05:28:52 PM »
@Romeo
There is no attachment.
Make sure to update veronika theme to latest version or update search.php, inc.category.php and footer.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #2 on: December 13, 2018, 05:35:16 PM »
I can not update to Veronica because I added some new features

*

MB Themes

Re: Style css, broken
« Reply #3 on: December 13, 2018, 05:56:52 PM »
@Romeo
There is no attachment.
Make sure to update veronika theme to latest version or update search.php, inc.category.php and footer.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivanko

  • *****
  • 388 posts
Re: Style css, broken
« Reply #4 on: December 13, 2018, 06:12:22 PM »
any news about radius search , if got a time? seems need to insert some how JS to rendering the map in cache html file....
i did not went deep yet...

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #5 on: December 13, 2018, 07:17:48 PM »
Attachments

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #6 on: December 13, 2018, 07:31:21 PM »
at the bottom of the plugin's page is that attachment information, tinged with red by me, that assumes the plugin can be used on any theme, right? does not mean changes to the theme of the plugin user, right?

*

Ivanko

  • *****
  • 388 posts
Re: Style css, broken
« Reply #7 on: December 13, 2018, 07:50:51 PM »
I can confirm on last OSCLASS core and last Veronika theme 1.2.3 -  cache plugin is working
Tested on main page, item page, search page. I believe it should work everywhere
But on cached page the radius search 2.5.0 the map is not rendering -  main page and item page in my case

Hope it could be fixed

thanks


@Romeo
Try to look out those 3 files.
No need modification - means you are running on latest theme and plugins developed by mbtheme.
« Last Edit: December 13, 2018, 07:56:24 PM by Ivanko »

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #8 on: December 13, 2018, 08:08:03 PM »
I do not understand, what should I look for in these 3 fillers ?

*

Ivanko

  • *****
  • 388 posts
Re: Style css, broken
« Reply #9 on: December 13, 2018, 08:11:06 PM »
I do not understand, what should I look for in these 3 fillers ?
try update search.php, inc.category.php and footer.php from laters theme 1.2.3

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #10 on: December 13, 2018, 08:20:57 PM »
I can not make ups because I modified these files by adding new code lines. and I do not think I can get from the developer, just the three files to compare them to see the difference.

By the way, what is your site?

*

MB Themes

Re: Style css, broken
« Reply #11 on: December 13, 2018, 09:40:38 PM »
Compare original files with your and find difference, there is just new function starting with ob_
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #12 on: December 14, 2018, 06:20:40 AM »
Do not you understand? The version of the Veronica theme I have is 1.1.5 and you are talking about version 1.2.3, which I can not download because it is not in my account here https://osclasspoint.com/, only in the account on https://market.osclass.org/ and I do not know why it is so, I tried last year to discuss this problem and you did not want to understand me, I can not update the veronica theme because it does not exist in https://market.osclass.org/ a newer version. That's why please give me the code line that needs to be filled in thema, can i have it?

*

Romeo

  • ****
  • 115 posts
Re: Style css, broken
« Reply #13 on: December 15, 2018, 10:45:17 AM »
Do not you understand? The version of the Veronica theme I have is 1.1.5 and you are talking about version 1.2.3, which I can not download because it is not in my account here https://osclasspoint.com/, only in the account on https://market.osclass.org/ and I do not know why it is so, I tried last year to discuss this problem and you did not want to understand me, I can not update the veronica theme because it does not exist in https://market.osclass.org/ a newer version. That's why please give me the code line that needs to be filled in thema, can i have it?

Hi
  So after all, do I get the code section that I have to add to my theme, or did I buy the plugin for nothing?

*

MB Themes

Re: Style css, broken
« Reply #14 on: December 15, 2018, 11:47:27 AM »
You have to put after each code in theme:
Code: [Select]
ob_get_contents()
this one:
Code: [Select]
ob_end_flush()
... to enable looping of output buffer.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots