Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
General discussion / Re: Delete language
« Last post by MB Themes on April 12, 2024, 08:52:28 PM »
You can ise nonexisting langiage code but in that case you endup on 404
32
General discussion / Re: HOW TO CHANGE DOMAIN OF OSCLASS WEBSITE?
« Last post by MB Themes on April 12, 2024, 08:50:46 PM »
Create support ticket.
33
Delta Osclass Theme / Re: No follow on website attributes
« Last post by MB Themes on April 12, 2024, 08:50:00 PM »
Ok you mean on custom fields - URL type.
Correct?
34
Delta Osclass Theme / No follow on website attributes
« Last post by webcity on April 12, 2024, 08:10:08 PM »
Hi,

Can someone please suggest the code change required to make the website URL attribute "no follow"?
Code: [Select]
rel="nofollow"
I've looked on the item.php page but can't find a place to insert the code that works.

Many thanks
35
General discussion / Re: HOW TO CHANGE DOMAIN OF OSCLASS WEBSITE?
« Last post by Dimi on April 12, 2024, 10:26:16 AM »
Hello! I have a problem, I created a website and bought a couple of themes and plugins, now I want to change the domain. I created a blank website on a new domain and changed the domain name in my personal account to com/user/profile, copied and pasted the API key, but on the new domain I get the error: API key validation error: You have used different domain in previous calls. OsclassPoint policy says that each premium product can be used on 1 domain only and account can be linked to 1 domain only. Domains used:

What do i do?
Thank you!
36
Sigma Osclass Theme / Re: cannt change category icons
« Last post by Roberto Klapper on April 11, 2024, 05:15:35 PM »

If you mean the symbols on the home page, that would be the solution.

Download the plugin https://github.com/panaionutwteh/osclass/tree/master/category_icon first and then change the code to

main.php

Code: [Select]
<?php while(osc_has_categories()) { ?>
      <a href="<?php echo osc_search_category_url(); ?>">
          <div class="icon" <?php if(osc_category_color() <> '') { ?>style="color:<?php echo osc_category_color(); ?>;"<?php ?>>
      <i class="<?php if(get_category_icon(osc_category_id())) { ?>"></i>
              <img src="<?php echo get_category_icon(osc_category_id()); ?>"/><br>
             <font size="2" color ="black"><b><?php }
                                       echo 
osc_category_name(); ?>
</b></font>
      </div> <style>
      img {
      width: 70px;
      height: 70px;
      }
    </style></a>


You can see what it can look like on my website. https://wytery.com
37
Themes / Re: Saved Search feature suddenly not working on child Delta theme
« Last post by MB Themes on April 10, 2024, 07:32:23 PM »
That specificfeature is in osclass core, not theme. As guided before you need to compare signatures on both sides, decrypt then and identify what is different
38
General discussion / Delete language
« Last post by servatics on April 10, 2024, 03:47:37 PM »
Hello, please tell me how to remove the language completely from the platform? I had 3 languages, 1 I need to remove, I removed from the admin center, but the site all works continues to work with the prefix of this language in the url. I need the remote language url to give a 404 error. I need the pages to not work and do not redirect 301
I also noticed that the main page of the site works with a prefix in the url even those languages that are not in the platform, is this a bug cms or our site? eg site.com/ro/, site.com/rp/, etc.
Thank you!
39

but when you send the form it would reload again, and when it reloads again it would appear activated, or could it be that when you send the form it does not reload the page? In this theme, from what I saw, it does not use ajax to send the form without recharge it after shipping
40
Sigma Osclass Theme / Re: How to show a list of registered users
« Last post by Osclass2024 on April 10, 2024, 02:22:30 PM »
MB Themes, thanks for your contributions

greetings
Pages: 1 2 3 [4] 5 6 ... 10