sacconi
@sacconi on WordPress.org
- Member Since: December 3rd, 2018
-
Created a topic, css del custom menù, on the site Forum Italiano:
Come posso allineare le voci principali del menù? Nel … -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
"1234;" must be replaced by something? -
Posted a reply to Adding a custom menu in the sticky header, on the site WordPress.org Forums:
I discovered in my personalizer some css I dont know what they are for, but… -
Posted a reply to Displaying a function value on the featured image, on the site WordPress.org Forums:
I tryed with the following but it's not working: <?php $discount=get_the_author_meta ('discount', $post->post_author); if (… -
Posted a reply to Displaying a function value on the featured image, on the site WordPress.org Forums:
But when the discount number is not set it shouldnt come out "-%" https://test.sacconicase.com/case-vacanza/italia/friuli-venezia-giulia/lignano-pineta-appartamenti-vacanze/ How… -
Posted a reply to Adding a custom menu in the sticky header, on the site WordPress.org Forums:
I cant align the main items in the same row. they are not ul or… -
Posted a reply to Displaying a function value on the featured image, on the site WordPress.org Forums:
Ok, this is done: https://test.sacconicase.com/case-vacanza/italia/toscana/marina-di-massa-appartamenti-vacanze/ -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Can I restart from here: $price = get_post_meta( $post->ID, 'function_prezzo_secondo', true ); if ( !… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Sorry, it's too complicated to me -
Posted a reply to Shortcode for runnung a search-box, on the site WordPress.org Forums:
OK. I'm putting more parameters, but only the first one in working (about the count)… -
Posted a reply to Shortcode for runnung a search-box, on the site WordPress.org Forums:
I'm trying another approach. I'd like to start from a simple but complete search box.… -
Posted a reply to Adding a custom menu in the sticky header, on the site WordPress.org Forums:
Done. Now I'd like to have the elements on the same line, whitout the point… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Ok, I think I have nearly accomplished the mission. Now I'm here: $price = get_post_meta(… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
I had already tryed via css, but it's not possible to isolate just the number.… -
Created a topic, Displaying a function value on the featured image, on the site WordPress.org Forums:
I'd like to do with my new WP website what I have alre… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
I'm trying to put a <strong> concerning only "function_prezzo_primo" but unsuccesfully. I tryed both out… -
Created a topic, filter by date range, on the site WordPress.org Forums:
I've already tried your pro version but it had no date… -
Created a topic, Adding a custom menu in the sticky header, on the site WordPress.org Forums:
I have already registered a custom menu in functions.p… -
Created a topic, Does the plug in work with underscores?, on the site WordPress.org Forums:
Does the plug in work with underscores? I cant find th… -
Posted a reply to Making a font inside a function bigger, on the site WordPress.org Forums:
La label is inside the post editor page. I tryed with #etichetta_data { font-size: 1.875em;… -
Created a topic, Making a font inside a function bigger, on the site WordPress.org Forums:
I'd like to make bigger the content of the label. Is t… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
I'm testing the suggested solution and it seems to me adequate -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Ok, I'm reaching the result, I put here what I'm doing (For my convenience I… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
I have 2 problems, the second one is the following. The plugin search and filter… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
Ok, I did this and it's working: function prezzo_minimo_meta_box_render( $post ){ // Get the number… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
I tryed this $price = get_post_meta( $post->ID, 'function_prezzo_secondo', true ); if ( ! empty( trim(… -
Posted a reply to setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
so I have to change this $number = get_post_meta( $post->ID, "function_prezzo_minimo", true ); echo '<div><input… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
I think all the $output should be eliminated because $display_price2 is already output in this… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Probably the div class of the discount value should be the same of the div… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
Ok, without "echo $output" there is no longer the double printing of the same line,… -
Created a topic, setting the value of a function always=1/7 of the value of another function, on the site WordPress.org Forums:
I have a function: "function_prezzo_minimo" $number… -
Posted a reply to Shortcode for runnung a search-box, on the site WordPress.org Forums:
I wonder if I can develop this shortcode customizing the default WP search box, whose… -
Posted a reply to $=public name to visualize, on the site WordPress.org Forums:
At the beginning of the page I have add_action( 'show_user_profile', 'my_show_extra_profile_fields' ); add_action( 'edit_user_profile', 'my_show_extra_profile_fields'… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
I see a progress but the result has something to fix: https://test.sacconicase.com/marina-massa-alloggio-giardino/ the period "25/5-1/6… -
Posted a reply to $=public name to visualize, on the site WordPress.org Forums:
I tryed this but it doesnt work <table> <h1 id="prezzo_settimana"><?php echo "Listino prezzi ", esc_html(… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
This gives me a fatal error, maybe it's usefull to write how the code is… -
Posted a reply to Adding a variable in a custom meta box title, on the site WordPress.org Forums:
Sorry, it's the normal behaviour. The fields dont show something until I set an author… -
Created a topic, $=public name to visualize, on the site WordPress.org Forums:
Starting from <h1 id="prezzo_settimana">Listi… -
Posted a reply to Adding a variable in a custom meta box title, on the site WordPress.org Forums:
I displayed both the value content as label and placeholder, I think I'll keep just… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
I have now a number field in author edit page, the meta key is "discount".… -
Posted a reply to conditional ineffective, on the site WordPress.org Forums:
It would have worked (it has worked), but the problem is that now there is… -
Posted a reply to conditional ineffective, on the site WordPress.org Forums:
I dont want it out of the div, I want the conditional be working Here… -
Posted a reply to conditional ineffective, on the site WordPress.org Forums:
Also in this way the variable is printed. I tryed to put also .' €… -
Created a topic, conditional ineffective, on the site WordPress.org Forums:
I decided to add ' €'.'/ sett.' in this funct… -
Created a topic, Custom login redirect, on the site WordPress.org Forums:
Some time ago I changed the default login page, now I … -
Created a topic, Anchor to a place in post edit page, on the site WordPress.org Forums:
Since in my post edit page I have a lot of custom fiel… -
Created a topic, Removing title from a meta box, on the site WordPress.org Forums:
I have tryed to remove the title here: function pre… -
Posted a reply to Adding a variable in a custom meta box title, on the site WordPress.org Forums:
This is working, as <label>. I wonder if I can display the same function as… -
Posted a reply to Crating a function to set discount on prices, on the site WordPress.org Forums:
the percentage discount can vary. I thought I could create a number custom field in… -
Posted a reply to Move some of the contents of functions.php to other files, on the site WordPress.org Forums:
I used include_once 'agenzie.php'; after creating the "agenzie.php" file with <?php on the top .…