Marajo
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Send Email to specific customersYes it works perfectly, thanks!
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Send Email to specific customersThanks for the quick answer!
Awesome, if i find out something before I can also post here.
Regards
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Send Email to specific customersHi Kokomo,
1. I have version 2.7.9
2. I am using the admin versionRegards
Forum: Plugins
In reply to: [Polylang] Display language two-letter codes instead of language names@ihor Vornotov a gold one, than you!
Also not working for me, lets say if i have 3 calendars on one page it the form is working just for the first one (in whatever i order i place it) for the rest two it doesnt work.
The message comes to backend but no price and info.
I am working with genesis.
Best regards
Forum: Plugins
In reply to: [Genesis Responsive Slider] Remove slider from mobileLets say this way?
@media only screen and (max-width:480px){ .your-custom-class{ display:none; } }
Forum: Fixing WordPress
In reply to: JquerryI dont quite get it, how should i use this ? ??
What i meant is that i have image slideshow in html part and the css part. And jQuerry script for it.
I knew before u put <script></script> in head section to call jQuerry and the rest what follows
Now i dont know how does WordPress call that funtion and where i put it.
And i am using just single index.php page i dont have funtioncs.php is taht a problem ?
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsWPyogi thx for the Firebug recommendation coz i found the problem, it was “;” and ‘”‘ i putted in meta section so the Link for css was actually broken.
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsOk i installed firebug, and inspected the page.
<meta http-equiv="content-type" content="text/html; charset=UTF-8 /> <title> Ichtis</title> <link rel=" stylesheet"="" href="https://localhost/wordpress/wp-content/themes/Ichtis_wordpress/style.css" type="text/css" media="all"/>
This is code i can see, but in css there is nothing and it says the element has no style rules.
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsYes i did that, now and found 2 problems with some backround images, removed that still the same problem. Is there any way i can let u see the site ?
I am trying to solve this for 3-4 days now and i ma losing my mind.
Surfed and searched problems like mine and cant find solution maybe i am doing something wrong and i cant see what.Could it be because of WAMP or something ?!
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsOk i get that, but that doesnt solve the problem with CSS not loading.
I mean my CSS path is ok?
And still he doesnt show div’s in order and width, height i made in CSS.#wrapper { width:1106px; height:auto; margin-top: 0px; margin-right: auto; margin-left: auto; } #header{ background-image:url(wp-content/themes/Ichtis_wordpress/Images/header_ichtis.jpg); background-repeat:no-repeat; height:132px; }
https://oi44.tinypic.com/4gqjhh.jpg here i took print screen
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsbtw i can see when i inspect the elements the CSS and link and all of its property but still it doesnt apply any of it.
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsSo this is my Css code inside index.php
<link rel="stylesheet" href="<?php echo bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
and this is my example for header background
#header{ background-image:url(<?php echo bloginfo('template_directory'); ?>/Images/header_ichtis.jpg); background-repeat:no-repeat; height:132px; }
Thing is when i inspect element in chrome and see the CSS there are ukknown parameters which i never put for example:
My wrapper width is 900px and there says it is 1885px (whole screen), or the display is block and i dont use that.
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsi mean i am linking it through
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />sry my bad.
Forum: Themes and Templates
In reply to: Css problems – doesnt show divsWAMP for local server
https://www.wampserver.com/en/
just mentioned if matters dunno