kartus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Products positioningHi 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 menuOMG. 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 menuyes. i’m not using the WP default
Forum: Themes and Templates
In reply to: Screwed sidebarand still when i add for example “calendar” it dispalys only in archive. wtf
Forum: Themes and Templates
In reply to: Screwed sidebarCan 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?
Forum: Themes and Templates
In reply to: Screwed sidebarthank god there is a new update on the theme xD. It fixed it xD
Forum: Themes and Templates
In reply to: Screwed sidebarI 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.
Forum: Themes and Templates
In reply to: Screwed sidebarYes, 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 IDI’m writing it at the moment :). Thanks.
Forum: Fixing WordPress
In reply to: Woocommerce IDThanks 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 copyThanks esmi. I used WP clone plugin. It was really easy, and very fast.
Forum: Fixing WordPress
In reply to: Site copyyes 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 bugHi 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 bugHi 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 bugOkay. 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 :).