Forum Replies Created

Viewing 15 replies - 46 through 60 (of 75 total)
  • Thread Starter kartus

    (@kartus)

    Hi all. If anyone has the same problem just use post type orders plugin https://www.nsp-code.com/. Its very simple and effective ??

    Forum: Fixing WordPress
    In reply to: Dropdown menu
    Thread Starter kartus

    (@kartus)

    OMG. the problem occured when i made new page and made it a child. Now i just added a custom link from menu option. Thanks sorry for bothering you. Its resolved

    Forum: Fixing WordPress
    In reply to: Dropdown menu
    Thread Starter kartus

    (@kartus)

    yes. i’m not using the WP default

    Thread Starter kartus

    (@kartus)

    and still when i add for example “calendar” it dispalys only in archive. wtf

    Thread Starter kartus

    (@kartus)

    Can you tell me why when i delete the theme completely, after i install it again its absolutely the same ? All options i made before i deleted it are the same?

    Thread Starter kartus

    (@kartus)

    thank god there is a new update on the theme xD. It fixed it xD

    Thread Starter kartus

    (@kartus)

    I kind of knew that would happen xD. And i dont have child theme, cuz i had done a lot of changes when i learned about it xD.

    Thread Starter kartus

    (@kartus)

    Yes, thanks for the quick reply

    <?php
    
    // Exit if accessed directly
    if ( !defined('ABSPATH')) exit;
    
    /**
     * Main Widget Template
     *
     *
     * @file           sidebar.php
     * @package        Responsive
     * @author         Emil Uzelac
     * @copyright      2003 - 2012 ThemeID
     * @license        license.txt
     * @version        Release: 1.0
     * @filesource     wp-content/themes/responsive/sidebar.php
     * @link           https://codex.www.ads-software.com/Theme_Development#Widgets_.28sidebar.php.29
     * @since          available since Release 1.0
     */
    ?>
            <div id="widgets" class="grid col-300 fit">
            <?php responsive_widgets(); // above widgets hook ?>
    
                <?php if (!dynamic_sidebar('main-sidebar')) : ?>
                <div class="widget-wrapper">
    
                    <div class="widget-title"><?php _e('Машини', 'responsive'); ?></div>
    					<ul>
    						<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
    					</ul>
    
                </div><!-- end of .widget-wrapper -->
    			<?php endif; //end of main-sidebar ?>
    
            <?php responsive_widgets_end(); // after widgets hook ?>
            </div><!-- end of #widgets -->

    This is what i have in it

    Forum: Fixing WordPress
    In reply to: Woocommerce ID
    Thread Starter kartus

    (@kartus)

    I’m writing it at the moment :). Thanks.

    Forum: Fixing WordPress
    In reply to: Woocommerce ID
    Thread Starter kartus

    (@kartus)

    Thanks but, all i saw till now in the woocommerce is that for any questions i must have purchased something from them, which i haven’t and honestly i don’t intend to.

    Forum: Fixing WordPress
    In reply to: Site copy
    Thread Starter kartus

    (@kartus)

    Thanks esmi. I used WP clone plugin. It was really easy, and very fast.

    Forum: Fixing WordPress
    In reply to: Site copy
    Thread Starter kartus

    (@kartus)

    yes i do. And actually there are going to be 3 sites but the 3rd one doesnt have a domain yet.

    Forum: Fixing WordPress
    In reply to: Browser bug
    Thread Starter kartus

    (@kartus)

    Hi andrew
    An a start tag seen but an element of the same type was already open.
    An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
    about anchor tags. Do you mean that i must put /a in the code? Can you please write to me how exactly should the code look? Cuz every time i add /a i get more errors. With 4 /a i get 8 errors more … I really can’t understand anything from this validator…

    Forum: Fixing WordPress
    In reply to: Browser bug
    Thread Starter kartus

    (@kartus)

    Hi all, can someone tell me what is wrong in this code?

    <a href="https://www.vantotrade.bg"><img src="https://agrohol.com/wp-content/uploads/2013/01/874ee4a65f8517fb760d749f8dce1bfb.eps_.jpg" />
    <a href="https://www.newholland.com/Pages/index.html"><img src="https://agrohol.com/wp-content/uploads/2013/01/new-holland.jpg"/>
    <a href="https://www.maschionet.com"><img src="https://agrohol.com/wp-content/uploads/2013/01/gaspardo.jpg"/>
    <a href="https://fr.gregoire-besson.com"><img src="https://agrohol.com/wp-content/uploads/2013/01/logo_gb__047418900_1255_05052009.gif"/>

    The validator gives different errors in everyone of them, tho they are the same??? I really am confused.
    In the validator they are in lines 92 and 93.

    Forum: Fixing WordPress
    In reply to: Browser bug
    Thread Starter kartus

    (@kartus)

    Okay. Thank you all. I’m on to it :). Thank you for the validator link. It will be the first thing i will to tomorrow morning. I will tell you how it went :).

Viewing 15 replies - 46 through 60 (of 75 total)