Osclass Support Forums

Osclass plugin support => Cache Plugin => Topic started by: Romeo on December 13, 2018, 05:26:54 PM

Title: Style css, broken
Post by: Romeo 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
Title: Re: Style css, broken
Post by: MB Themes 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
Title: Re: Style css, broken
Post by: Romeo on December 13, 2018, 05:35:16 PM
I can not update to Veronica because I added some new features
Title: Re: Style css, broken
Post by: MB Themes 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
Title: Re: Style css, broken
Post by: Ivanko 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...
Title: Re: Style css, broken
Post by: Romeo on December 13, 2018, 07:17:48 PM
Attachments
Title: Re: Style css, broken
Post by: Romeo 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?
Title: Re: Style css, broken
Post by: Ivanko 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.
Title: Re: Style css, broken
Post by: Romeo on December 13, 2018, 08:08:03 PM
I do not understand, what should I look for in these 3 fillers ?
Title: Re: Style css, broken
Post by: Ivanko 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
Title: Re: Style css, broken
Post by: Romeo 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?
Title: Re: Style css, broken
Post by: MB Themes on December 13, 2018, 09:40:38 PM
Compare original files with your and find difference, there is just new function starting with ob_
Title: Re: Style css, broken
Post by: Romeo 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?
Title: Re: Style css, broken
Post by: Romeo 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?
Title: Re: Style css, broken
Post by: MB Themes 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.
Title: Re: Style css, broken
Post by: Romeo on December 15, 2018, 12:18:23 PM
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.
Thank you very much
Title: Re: Style css, broken
Post by: Romeo on February 11, 2019, 01:04:45 PM


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.

Hello,
Thank you.
This change is fine. the new issue after doing this mod, users can no longer register or log in, the registration or logging form is no longer sent, what is to help me somebody?
Thank you in advance
Title: Re: Style css, broken
Post by: MB Themes on February 11, 2019, 06:20:04 PM
Not sure why it should not work as it is not on register page
Title: Re: Style css, broken
Post by: Romeo on February 12, 2019, 07:52:09 PM
Not sure why it should not work as it is not on register page

but footer.php is it?
Title: Re: Style css, broken
Post by: MB Themes on February 12, 2019, 08:28:49 PM
@Romeo
There might be one in footer, do not remember... update and that's it... or cross-compare to original files.