marcomilic
Forum Replies Created
-
Hi,
Tnx for quick reply! On my stage website, if I enter 215.00 like a price of service, that price will look like CHF 215. Decimal 00 are missing. If I enter 215.99 for price, that price will be 215,00 in service list. I think JS is format those numbers. As I can see, the same situation is in demo https://salon.salonbooking.it/ here https://prntscr.com/e4es59
Thank you!
Forum: Hacks
In reply to: How to change url of all images in wordpress media library?Tnx for replly,
Yes, that was my first idea, I edited .htaccess like this
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule ^/uploads/(.*)/(.*)/(.*).(png|jpg|gif)$ https://www.loremipsum.com/wp-content/uploads/no-image/no-image.jpg [R=301,L] </IfModule>
But is not working, images url are not changeing. I read few instructions, but I’m not sure where is mistake?
Forum: Fixing WordPress
In reply to: How to display specific items on wp_nav_menuYes, all items are top level, but some of them have a child
<ul>
which must be showed on :hover.Forum: Fixing WordPress
In reply to: How to display specific items on wp_nav_menuYes, something like that, focus is on separated
<ul>
created from one wp_nav_menu.Forum: Fixing WordPress
In reply to: How to display specific items on wp_nav_menuThere is a just one Logo image between 4 <div> I have already menage 4 Nav menus but I am looking for more elegant solution, with one menu and function which can be used to show specific elements. I need to show in first <div> first 3 elements of menu, in second <div> second 3 elements of menu… I am not sure if this is posible in wp_nav_menu?
Thank you very much for second link, It can halp me even more.
Forum: Fixing WordPress
In reply to: How to display specific items on wp_nav_menu@keesiemeijer thank you for reply. Problem is that I have specific demand like this one:
[Item1 Item2 Item3] Logo [Item4 Item5 Item6]
Logo
Logo
[Item7 Item8 Itme9] Logo [Itmem10 Item11 Item12]In footer, I must have all elements of that menu. I just need to get from-to elements of the wp_nav_menu and post them in 4 different <div>