Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
General discussion / Issue with category Slug
« Last post by katalin2k on November 17, 2024, 04:33:55 PM »
Hi,
What category slug should I use to get urls like: example.com/category-name or example.com/subcategory-name
I tried some variations and some don't work at all and some give duplicate id's like /category/96/96
If I use {CATEGORY_NAME} I get 404 errors for category pages.
If I use {CATEGORY_NAME}/{CATEGORY_ID} I get the duplicated ID like above.
If I use {CATEGORIES} if works for subcategories but I get 404 errors for category pages.
42
Epsilon Osclass Theme / Re: osclass error
« Last post by MB Themes on November 17, 2024, 04:26:38 PM »
Change hosting omg.
As I said I would not be surprised if these critical errors would not be translated, as they are trigerred at very beginning
43
General discussion / Figured out how to remove Promo banners for anyone interested
« Last post by cliffordb on November 17, 2024, 03:04:45 PM »
Just thought I'd share this as it took me a bit of time to figure out how to remove promo ads from the default Epsilon theme.
See photos.
44
General discussion / Report ad just for registered users
« Last post by katalin2k on November 17, 2024, 01:59:49 PM »
Hello,
How can we make ads reporting be available only to registered users? Moreover I would like to be able to add also a small text describing the issue.
Running on latest version of osclass with zeta theme.
45
Epsilon Osclass Theme / Re: osclass error
« Last post by Dan on November 17, 2024, 10:58:38 AM »
This error shows up when I visit the website as a visitor
Because of unstable database that's the cause .

But I want to change the words , could it be in includes
46
General discussion / Re: Emails arrive with HTML code -How to remove?
« Last post by cliffordb on November 17, 2024, 04:23:11 AM »
Am receiving emails from the OSCLASS software with HTML code visible in the body instead of the rendered content.  Is there a place to toggle this or a way to correct the issue?
47
General discussion / Re: Resources are blocking the first paint of your page
« Last post by Own Petz on November 16, 2024, 10:43:20 AM »
when I ask chatgpt to fix this issue.

I have share head.php to chatgpt and then chatgpt rewrite this head.php  then some error  fixed..

Is this Head.php ok .. .and other thing how to fix this attached error Largest Contentful Paint element 5,100 ms

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title><?php echo meta_title(); ?></title>
<meta name="title" content="<?php echo osc_esc_html(meta_title()); ?>" />
<?php if (meta_description() != '') { ?>
    <meta name="description" content="<?php echo osc_esc_html(meta_description()); ?>" />
<?php } ?>
<?php if (osc_get_canonical() != '') { ?>
    <link rel="canonical" href="<?php echo osc_get_canonical(); ?>" />
<?php } ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Robots -->
<?php if (!osc_is_search_page()) { ?>
    <meta name="robots" content="index, follow" />
    <meta name="googlebot" content="index, follow" />
    <meta name="bingbot" content="index, follow" />
    <meta name="yandex" content="index, follow" />
<?php } ?>

<!-- Open Graph -->
<meta property="og:title" content="<?php echo osc_esc_html(meta_title()); ?>">
<meta property="og:description" content="<?php echo osc_esc_html(meta_description()); ?>">

<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">

<!-- Styles -->
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<?php
osc_enqueue_style('style', osc_current_web_theme_url('css/style.css?v=' . date('YmdHis')));
osc_enqueue_style('responsive', osc_current_web_theme_url('css/responsive.css?v=' . date('YmdHis')));

if (del_is_rtl()) {
    osc_enqueue_style('rtl', osc_current_web_theme_url('css/rtl.css') . '?v=' . date('YmdHis'));
}
?>

<!-- Scripts -->
<script>
    var baseDir = "<?php echo osc_base_url(); ?>";
    var currentLocation = '<?php echo osc_get_osclass_location(); ?>';
    var currentSection = '<?php echo osc_get_osclass_section(); ?>';
</script>
<?php
osc_register_script('global', osc_current_web_theme_js_url('global.js?v=' . date('YmdHis')), ['jquery']);

osc_enqueue_script('jquery');
osc_enqueue_script('global');

// Lazy Load and Conditional Scripts
if (del_param('lazy_load') == 1) {
    osc_register_script('lazyload', 'https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js', ['jquery']);
    osc_enqueue_script('lazyload');
}

if (osc_is_ad_page() || (osc_get_osclass_location() == 'item' && osc_get_osclass_section() == 'send_friend')) {
    osc_register_script('swiper', 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.5.8/swiper-bundle.min.js', ['jquery']);
    osc_enqueue_script('swiper');
}

osc_run_hook('header');
?>
48
Epsilon Osclass Theme / Re: osclass error
« Last post by MB Themes on November 16, 2024, 09:10:45 AM »
It might be index or utils/functions.
This is probably not translated as its error not for visitors  :D
49
General discussion / Re: Emails arrive with HTML code -How to remove?
« Last post by MB Themes on November 16, 2024, 09:03:10 AM »
Osclass sent mails as HTML.
50
Epsilon Osclass Theme / osclass error
« Last post by Dan Cano on November 16, 2024, 07:33:13 AM »
where can ı fınd thıs page to edıt these words , Osclass Error
Osclass database server is not available. Need more help?
Pages: 1 ... 3 4 [5] 6 7 ... 10