Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ireneuszm

    (@ireneuszm)

    ???

    Thread Starter ireneuszm

    (@ireneuszm)

    I know how to change i have semi basic knowledge about html but like I say in file in directory public_html/wp-content/themes/atlast-agency/index.php is diffrent then this one which i see when i use debuger from chrome browser:

    the file index.php code is:

    
    <?php get_header(); ?>
        <div class="main-content pad-tb-60">
            <div class="container grid-xl">
                <div class="columns">
                    <div class="column col-9 col-mx-auto col-md-12">
                        <section id="content" role="main">
                            <?php
                            $blog_style = get_theme_mod(atlast_agency_get_prefix() . '_blog_layout', '1');
                            get_template_part('template-parts/content/blog/blog-style-' . esc_attr($blog_style));
                            ?>
                        </section>
                    </div>
                </div>
            </div>
        </div>
    <?php get_footer(); ?>
    

    so this is no full file with all code and the file which i see in debuger have totaly diffrent code i past you only couple lines

    
    <!DOCTYPE html>
    <html lang="pl-PL">
    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>KJMEDIA – Projektujemy. Drukujemy.</title>
    <link rel='dns-prefetch' href='//s.w.org' />
    <link rel="alternate" type="application/rss+xml" title="KJMEDIA &raquo; Kanał z wpisami" href="http://www.kjmedia.vot.pl/feed/" />
    <link rel="alternate" type="application/rss+xml" title="KJMEDIA &raquo; Kanał z komentarzami" href="http://www.kjmedia.vot.pl/comments/feed/" />
    		<script type="text/javascript" src="http://gc.kis.v2.scr.kaspersky-labs.com/FD126C42-EBFA-4E12-B309-BB3FDD723AC1/main.js?attr=ejkTlnCbmLu7Fhm-eI-a2bMf7bLPQ7b2hP9i5xIjCYYje3gD6SUMh0jlRnNzPv7D" charset="UTF-8"></script><script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.kjmedia.vot.pl\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.3.2"}};
    			!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    	<link rel='stylesheet' id='wp-block-library-css'  href='http://www.kjmedia.vot.pl/wp-includes/css/dist/block-library/style.min.css?ver=5.3.2' type='text/css' media='all' />
    <link rel='stylesheet' id='spectre-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/spectre-custom.css?ver=5.3.2' type='text/css' media='all' />
    <link rel='stylesheet' id='sidr-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/sidr/stylesheets/jquery.sidr.light.css?ver=5.3.2' type='text/css' media='all' />
    <link rel='stylesheet' id='fontAwesome5-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/fonts/fontAwesome/css/fontawesome-all.min.css?ver=1.0.0' type='text/css' media='all' />
    <link rel='stylesheet' id='atlast-agency-fonts-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/fonts/font-styles-dist.css?ver=1.0.1' type='text/css' media='all' />
    <link rel='stylesheet' id='slick-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/slick/slick-dist.css?ver=1.9.0' type='text/css' media='all' />
    <link rel='stylesheet' id='slick-theme-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/slick/slick-theme-dist.css?ver=1.9.0' type='text/css' media='all' />
    <link rel='stylesheet' id='atlast-agency-portfolio-styles-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/portfolio-hovers.css?ver=5.3.2' type='text/css' media='all' />
    <link rel='stylesheet' id='atlast-agency-main-styles-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/assets/css/main-styles.css?ver=5.3.2' type='text/css' media='all' />
    <link rel='stylesheet' id='atlast-agency-style-css'  href='http://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/style.css?ver=all' type='text/css' media='all' />
    <script type='text/javascript' src='http://www.kjmedia.vot.pl/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
    <script type='text/javascript' src='http://www.kjmedia.vot.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
    <link rel='https://api.w.org/' href='http://www.kjmedia.vot.pl/wp-json/' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.kjmedia.vot.pl/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.kjmedia.vot.pl/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 5.3.2" />
    <link rel="canonical" href="http://www.kjmedia.vot.pl/" />
    <link rel='shortlink' href='http://www.kjmedia.vot.pl/' />
    <link rel="alternate" type="application/json+oembed" href="http://www.kjmedia.vot.pl/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.kjmedia.vot.pl%2F" />
    <link rel="alternate" type="text/xml+oembed" href="http://www.kjmedia.vot.pl/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.kjmedia.vot.pl%2F&format=xml" />
    <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>        <style type="text/css" id="custom-background-css">
                body.custom-background {
                background-color: #ffffff;            }
            </style>
    		</head>
    

    and where i can find this file to edit and make a changes… ?

    • This reply was modified 6 years, 5 months ago by Yui.
    • This reply was modified 6 years, 5 months ago by Yui. Reason: please use CODE button for proper formatting
    Thread Starter ireneuszm

    (@ireneuszm)

    Hello

    thank you for reply

    Yes i understand and i find waht you say but i would like to download
    the all files from theme and try to make changes at local and i try to find the file
    index.html but when i go to my FTP program and go to directory which is shown in debuger
    the file have only couple lines totaly diffrent then this one which i show you on the print screen where i can find this file ?

    http://kjmedia.vot.pl/pscreen.jpg

    Thanks for your help!

    Thread Starter ireneuszm

    (@ireneuszm)

    Hello thank you for answer

    I create new tab group test1, test2, test3, test4 – and still the same
    problem, test 1 is loading tab, but when choose other tab 2,3,4 is the same
    test1 not work, can you find other solutions ? mayby i must something install ?

    the site was update with new tab group

    http://halmar.org/

    Thread Starter ireneuszm

    (@ireneuszm)

    Thank’s for reaply!

    Yes i put .mo and .po files to languages folder..

    did you use the themes po file as a base?

    Base .po files to translate in Poedit ?

    I found solution to change this text like: posted in, loged as post added
    i change this line into php site to my native language an now it’s ok

Viewing 5 replies - 1 through 5 (of 5 total)