• Hello,

    I have question, i try find the index.html or php file but everthing what I find
    is “empty” files, i use debuger from chrome browser, and this program show me all information in index.html or php what i need to change like a words writing in slider, but i cannot find the location for this file i realy need this to make more changes in code can you help me sorted this problem ?

    Best wishes

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Archimidis Mertzanos

    (@archimidism)

    Hello @ireneuszm
    I will reply in the next hours.

    Kind regards
    Archimidis

    Theme Author Archimidis Mertzanos

    (@archimidism)

    Dear @ireneuszm the slider corresponds to the internal pages you have set in the customizer. So you have to change the pages in the customizer in order to change the texts.

    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 ?

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

    Thanks for your help!

    Theme Author Archimidis Mertzanos

    (@archimidism)

    @ireneuszm you have to find the theme folder.
    The theme folder is

    wp-content > themes > atlast-agency.

    However in order to edit this you have to know a bit about how WordPress works and the template engine of the WordPress.

    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="https://www.kjmedia.vot.pl/feed/" />
    <link rel="alternate" type="application/rss+xml" title="KJMEDIA &raquo; Kana? z komentarzami" href="https://www.kjmedia.vot.pl/comments/feed/" />
    		<script type="text/javascript" src="https://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='https://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='https://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='https://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='https://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='https://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='https://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='https://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='https://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='https://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='https://www.kjmedia.vot.pl/wp-content/themes/atlast-agency/style.css?ver=all' type='text/css' media='all' />
    <script type='text/javascript' src='https://www.kjmedia.vot.pl/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
    <script type='text/javascript' src='https://www.kjmedia.vot.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
    <link rel='https://api.w.org/' href='https://www.kjmedia.vot.pl/wp-json/' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.kjmedia.vot.pl/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.kjmedia.vot.pl/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 5.3.2" />
    <link rel="canonical" href="https://www.kjmedia.vot.pl/" />
    <link rel='shortlink' href='https://www.kjmedia.vot.pl/' />
    <link rel="alternate" type="application/json+oembed" href="https://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="https://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 4 years, 11 months ago by Yui.
    • This reply was modified 4 years, 11 months ago by Yui. Reason: please use CODE button for proper formatting
    Thread Starter ireneuszm

    (@ireneuszm)

    ???

    Theme Author Archimidis Mertzanos

    (@archimidism)

    Dear @ireneuszm ,

    You wont find this file because there is not any file like this.
    What forest does not work like that.
    For example when you first install the theme the first page you see is the index.php.

    so if you open this file you will see that there is one get_header , some code and get_footer and for example the get cheddar corresponds to the header.php file .
    You can see also that there are some get-template-parts which corresponds to other files as well.
    So you have to edit each file.
    Furthermore there are some functions that create end in enqueue the scripts you are seeing.

    so if I could help you could you tell me exactly what is the information you would like to change???

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Atlast Agency wordpress theme’ is closed to new replies.