Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Milli05

Members
  • Joined

  • Last visited

  1. Milli05 started following Server Side and Frontend
  2. Hi, You should obfuscate it. There are online tools to do it, like javascriptobfuscateor.com
  3.    AblazeRich2 reacted to a post in a topic: Div that appears onclick
  4. Hi! It depends on the reason why you want to hide or show the product types. If the page would be too long if everything would be visible, then you can collapse and expand the types. Examples for this: https://jqueryui.com/accordion/#collapsible http://v4-alpha.getbootstrap.com/components/collapse/ Is this what you are looking for?
  5. Milli05 replied to mrludable's topic in Frontend
    @media handheld{ display:none; }
  6.    Milli05 reacted to a post in a topic: Free PSD to css template
  7. Hi! I'm trying to improve my sitebuild skills. I am practicing different parts of a website, but it would be great if I put a whole site together and also I would like to hear feedback about my work, and have more reference. I thought, that it would be great if I did free css templates and uploaded them to websites that require a certain quality. My problem is, that I can not do PSDs, I am absolutely bad in design. Is there anyone who could design a website, that I could code and maybe we could work together (this time for free) ? Thank you!
  8. Yes, that helped a bit! I searched for cors (I did not know how it was called before ) and found several tutorials. I do not know why, but I had to put "always" in front of set. Header always set Access-Control-Allow-Origin "*" Finally the error message disappeared and I can see Fontawesome! Thank you!
  9. Hi! Thanks, I had a look at the .htacces file and saw this: <IfModule mod_headers.c> <FilesMatch "\.*$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> mod_headers is enabled, but still no fontawesome and the error message is still there.
  10. Hi! I have some problem probably with one of my apache conf. files, but I'm not quite sure. I work as part of a team. We have a test server set up and a repo. I pull the files, start the work on my localhost. The site I am working on has several server aliases, like admin.puba.lh, m.puba.lh, and static.puba.lh. Of course the site is puba.lh. Admin is for the admin panel, m is for the mobile version, and static, is where the fonts are coming from, as far as I can see it. I do only the sitebuild part, not the php. My problem is, that FontAwesome is not showing on my localhost.I have checked the urls where the site is trying to pull the font files, when enter the url in the address bar it downloads the file, so that is ok. I have this error message in the browser, so I think the problem is with my server configuration: I have virtual host set up in my httpd-vhosts.conf file: <VirtualHost *:80> DocumentRoot "C:\wamp\www\projects\puba\Web" ServerName puba.lh ServerAlias puba.lh ServerAlias m.puba.lh ServerAlias admin.puba.lh ServerAlias service.puba.lh ServerAlias static.puba.lh <Directory "C:\wamp\www\projects\puba"> Order allow,deny Allow from all </Directory> </VirtualHost> Does it have something to do with the Order allow, deny... part? Any help is appreciated, thank you!
  11. Check if the fields match and then validate it.
  12. Hi! I would like to read an rss feed that is generated with az .ashx file. The file I need to read is : http://www.mylottoadserv.com/Services/GetDrawInfo.ashx?format=rss&feedtype=next&aff=38043&lotteryid=153,99,20,159,160,60,25,11&lang=HU I could not fine a way to do it. Any help is appreciated! Thank you!
  13.    Milli05 reacted to a post in a topic: Randomise WP Tag Cloud
  14. Hi! Did you writethe code that you save the string with? Or do you use a library or a framework. For security reasons strings are converted before saved to a database with htmlaspecialchars. This converts html tags. Try using htmlspecialchars_decode($str) when you read the data from the database.
  15. Hi! If I have a smaller image, eg.: 960px wide, I would place it to the middle for wider screens, and for smaller ones, I would use the background-size property. http://www.w3schools.com/cssref/css3_pr_background-size.asp With 480px or smaller the background image can be different, with only a gradient or with one color, with that small size I would focus on usabilty, make text readable etc. If you want to keep the content in a certain distence from the top, that is not a problem, vertical (top or bottom) padding or margin will not changif you set it in pixels not percent, only horizontal distanses cause problems.
  16.    Milli05 reacted to a post in a topic: 301 Redirection Question
  17. I think you could do it with one if statement: if(is_page('59') || is_category('11') || is_category('12') || is_category('13')): genesis_widget_area ('blog-submenu', array ( 'before' => '<div class="wrap"><div class="blog-submenu widget-area">', 'after' => '</div></div>', ) ); endif; || means or . As I can see you would like to place the same widget area if the page id is 59 or the category id is 11,12 os 13.
  18. Hi! I am not sure if I got the problem right: you would like to mark the menu item belonging to the current page as selected so it will have white background? When I click on the about us mnei item, I am directed to the abous-us.php. The page is reloaded. When we are on the about us page the about us menuitem should get the "selected" class, or the "current" class. You need to check the current menu item from the url and place the class accordingly. It coulr be done with php as well: <?php function isActiveMenuItem($url){ $current_url = $_SERVER['REQUEST_URI']; //getting rid of / from teh beginning $current_url = substr($current_url,1); if($current_url == $url){ return true; } else { return false; } } ?> And then your menu htm would lool like this: <li <?php print (isActiveMenuItem(about_us.php)?'class="current"':'');?> ><a href="about_us.php"><span>About us</span></a> <ul> </ul> </li> I hope it helps.
  19.    Milli05 reacted to a post in a topic: Help! Missing form data after "submit"
  20.    Milli05 reacted to a post in a topic: Help! Missing form data after "submit"
  21. Hi! In this part : if($row = $query->fetch()){ $_SESSION['user'] = $row['user']; $_SESSION['pass'] = $row['pass']; header("Location: ".$_SERVER['PHP_SELF']); exit(); } You have a header function, after the page is redirected to the same url, the post will be empty. Isn't is possible that you have a successful login?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.