Forum Replies Created
-
AuthorPosts
-
January 11, 2019 at 10:31 am in reply to: Dynamics height of column based on the content of the article slider #1052662
Hi,
I’m referring to the blog articles on the homepage right under the heading “Le nostre offerte” in the mobile view.
I would like to remove the white space in the image, making the height adaptable for each category content:
link: https://imgur.com/a/kOUZfi1link: https://imgur.com/a/4qJxT7U
- This reply was modified 5 years, 11 months ago by leos.
December 21, 2018 at 11:18 am in reply to: Avia full width submenu not sticky after update to 4.5.1 #1048103News??
December 18, 2018 at 2:04 pm in reply to: Avia full width submenu not sticky after update to 4.5.1 #1046860Hi,
the problem of avia full width submenu only occurs if the main menu is set to “show as an icon” also on the desktop. I have many menu items and so I need to display it as an icon on the desktop, how can I make sticky the full width submenu with this type of icon menu on desktop?
With version 4.5.0 it remained fixed, but not anymore. What solution can I adopt?Thank you
+Update+
Updating to 4.5.2 the problem is NOT solved.- This reply was modified 6 years ago by leos. Reason: Update theme to 4.5.2
December 15, 2018 at 3:27 pm in reply to: Avia full width submenu not sticky after update to 4.5.1 #1045653Hi,
The problem has been solved, I do not know as I saw that I did not do anything, but now the full width submenu remains sticky.December 15, 2018 at 10:12 am in reply to: Avia full width submenu not sticky after update to 4.5.1 #1045610Also inserting a standard menu (without javascript changes) does not remain sticky, so the problem is due to the update to 4.5.1 and not to the menu.
December 14, 2018 at 7:32 pm in reply to: Avia full width submenu not sticky after update to 4.5.1 #1045403Hi,
Yes, I have custom Javascript inside the WordPress menu but up to enfold 4.5.0 it worked properly.
Why now not? Since it worked first, I would like it to work now.
I also had problems from 4.4 to 4.5 and I had to insert a z-index: 301 !important in the CSS file, but disabling it does not change anything.December 13, 2018 at 4:13 pm in reply to: Avia full width submenu not sticky after update to 4.5.1 #1044918Hi,
I have update the php version but nothing change. How can I solve the problem?December 11, 2018 at 10:07 am in reply to: Avia full width submenu not sticky after update to 4.5.1 #1043670Hi,
link in private content.November 21, 2018 at 11:00 am in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1035967Could you tell me at least what files of the theme I have to modify?
Then I make the changes on my own.November 18, 2018 at 4:23 pm in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1034857Of course I can do it. Can you tell me which php file I need to change and with which code?
Thank youNovember 16, 2018 at 10:45 am in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1034357Any news?
November 14, 2018 at 5:56 pm in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1033594This code works (in my custom.css):
#top .av-submenu-container.av-sticky-submenu { z-index: 301; }
There is a solution for this?
“For the sticky header on mobile, can I hide the top bar with secondary menu? It takes up a lot of space in the mobile”And then, can I change the name and the icon of Avia full width submenu?
ExampleAnd then, can I activate sticky in mobile also for avia full width submenu?
- This reply was modified 6 years, 1 month ago by leos.
November 13, 2018 at 11:46 am in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1032942Hi,
the submenu solution doesn’t work in my site…Is there another solution? How can I do?
For the sticky header on mobile, can I hide the top bar with secondary menu? It takes up a lot of space in the mobile
November 9, 2018 at 10:25 am in reply to: Sticky menu in mobile and tablet, problem with full-width menu of avia framework #1031596News?
Thank you!
Hi @guenni007,
Thank you, you solved my problem!
Hi,
Thanks for the solution but does not meet my needs, as this second row of the footer should only be displayed on some pages and not always on the whole site.
Are there any other options to add a second row in the footer and be able to be viewed only on some pages / posts?
Thanks
September 25, 2018 at 11:08 am in reply to: In which php file must I place my Advanced Custom Fileds code? #1014130Thank you!
September 23, 2018 at 11:29 pm in reply to: In which php file must I place my Advanced Custom Fileds code? #1013428Hi,
Thanks a lot, turning off the advanced editor in fact it works!
If I wanted to view the custom fields also in the pages and blog articles in which .php files should I enter the code?
In that case, do I still have to disable the advanced editor as in the portfolio articles?Thank you
September 23, 2018 at 6:08 pm in reply to: In which php file must I place my Advanced Custom Fileds code? #1013376Hi,
I tried to do as you told me but the fields on the front end of the portfolio post did not appear. Where am I wrong?
I copied the code and pasted it in the respective .php files.Giving you the credentials to access WordPress and files in ftp can you try and see if it works?
I can not understand why it does not work.Thank you
P.s.
Why should I enter the code in 2 different files?September 21, 2018 at 7:02 pm in reply to: In which php file must I place my Advanced Custom Fileds code? #1012873Hi,
I tried to do as you told me but nothing appears in the front end. How can I do?
September 21, 2018 at 10:02 am in reply to: In which php file must I place my Advanced Custom Fileds code? #1012699Hello!
I tried to edit the portfolio.php file like this:if(!empty($excerpt)) { $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<div class='entry-content-wrapper'>"; $output .= "<div class='grid-entry-excerpt entry-content' $markup>".$excerpt."</div>"; $output .= "</div>"; //MY CODE $idh = get_field( "idh" ); $convenzione = get_field( "convenzione" ); $data_di_inizio = get_field( "data_di_inizio" ); $durata = get_field( "durata" ); $persone = get_field( "persone" ); $bambini = get_field( "bambini" ); $lingua = get_field( "lingua" ); echo "$idh"; echo "$convenzione"; echo "$data_di_inizio"; echo "$durata"; echo "$persone"; echo "$bambini"; echo "$lingua"; //END MY CODE }
and I tried to edit the loop-portfolio-single.php file like this:
the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>'); //MY CODE $idh = get_field( "idh" ); $convenzione = get_field( "convenzione" ); $data_di_inizio = get_field( "data_di_inizio" ); $durata = get_field( "durata" ); $persone = get_field( "persone" ); $bambini = get_field( "bambini" ); $lingua = get_field( "lingua" ); echo "$idh"; echo "$convenzione"; echo "$data_di_inizio"; echo "$durata"; echo "$persone"; echo "$bambini"; echo "$lingua"; //END MY CODE
but in the portfolio page where I would like them to appear I do not see anything. How can I do?
Thanks- This reply was modified 6 years, 3 months ago by leos.
September 20, 2018 at 6:33 pm in reply to: In which php file must I place my Advanced Custom Fileds code? #1012421thanks,
after which line of code do I have to enter the php code of advanced custom fields?
The code in question has this formula:
$ value = get_field (“text_field”);Best regards
June 9, 2018 at 10:29 am in reply to: Problem with sharing links on Facebook – Yoast Open Graph meta data #970363You can close it.
June 8, 2018 at 3:17 pm in reply to: Problem with sharing links on Facebook – Yoast Open Graph meta data #970105I have resolve it with scraping tool in facebook developers. Thank you!
You can close it, thank you!
Problem solved with this html into quick css:
#top .main_color .input-text, #top .main_color input[type=’text’], #top .main_color input[type=’input’], #top .main_color input[type=’password’], #top .main_color input[type=’email’], #top .main_color input[type=’number’], #top .main_color input[type=’url’], #top .main_color input[type=’tel’], #top .main_color input[type=’search’], #top .main_color textarea, #top .main_color select {
border-color: transparent;
background-color: transparent;
color: #808080;
border-bottom: 1px solid #9e9e9e;
margin-left: 3em;
width: 92%;
width: calc(100% – 3em);
}#top input[type=”text”]:focus, #top input[type=”password”]:focus, #top input[type=”email”]:focus, #top input[type=”number”]:focus, #top input[type=”url”]:focus, #top input[type=”tel”]:focus, #top input[type=”search”]:focus, #top textarea:focus {
box-shadow: none;
color: #555;
}#top label {font-weight:normal!important;
}News about it?
Hi!
In private content…
Hi,
I buy it on Envato market.
This is the plugin:
https://codecanyon.net/item/eform-wordpress-form-builder/3180835?_ga=2.67311960.817307701.1527689668-777416892.1525983342Is there a way not to overwrite the form style?
-
AuthorPosts