Forum Replies Created
-
AuthorPosts
-
I need one more change for different language
Here is pic with what i want to change with different language
it is blog posts element with turned on title, excerpt and read more button….i want to change text in read more button with different language
thank you
Uroš
perfect!
thanks!
Lets try this…..
How to combine this two codes? instead of LOGO…how to set portfolio category “ALL” to change with different language?
add_filter(‘avf_portfolio_sort_first_label’,’new_first_label’);
function new_first_label() {
$first_item_name = “New All Text”;
return $first_item_name;
}AND
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
$lang = pll_current_language(‘locale’);switch ($lang) {
case ‘en_GB’:
$logo = “http://testdomen.xyz/wp-content/uploads/2016/12/logo-manji-1.png”;
break;
case ‘sr_RS’:
$logo = “http://testdomen.xyz/wp-content/uploads/2017/01/Logo_srp112.png”;
break;
}return $logo;
}Hey guys, any help here plz?
Hm again noob move…i copy code you provide but didn’t change en_US to en_GB and that is way images broke
problem solved :)
yes :)
OMG i am so noob, there was no language switcher option i appearance > menu beacause it was deactivated in screen option.
Sorry for not being precise. I mean there is no option for adding language switcher in appearance>menu
January 9, 2017 at 5:38 pm in reply to: Error fetching content – please reload the page and try again #731211thanx :)
Hi guys,
so i updated enfold to the latest version and i found that plugin custom permalink is causing issue.
But i really need that plugin, is there another way to make it work with that plugin?
I use custom permalink to change “portfolio-item” to something else
I have same problem here….
- This reply was modified 7 years, 10 months ago by Basilis.
I found a solution
i put opacity to 0 and set keyframes:
@keyframes avia_fade_move_down{
0%{ opacity:0.8; margin: 0px 0 0 -40px;}
100%{opacity:0; margin: 0px 0 -30px -40px;}
}When you enter website, there is fullscreen video….
In color section i turn on scroll down arrow link. So my question is how to delay visibility of arrow? because video does not start immediately but arrow does, and it looks like you need to click on arrow right away.
I want to delay visibility of scroll down link arrow for like 10s. I try with animation-delay: 10s; but that is not working.
link to website is in private content
- This reply was modified 7 years, 10 months ago by Uros.
this can not be more perfect
Thank you very much
hey guys can someone help me
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .container {
width: 100%!important;
max-width:100%!important;
}}code you provide didn’t do the job so i accidentally found this code did the job. width was set to 85% and i changed it to 100%
- This reply was modified 7 years, 11 months ago by Uros.
hey
Thanks!!!
i change to blue :D
yes i know how to add anchors but how will scrollspy code know when to trigger active menu when i scroll to that section like on your demo one page portfolio kriesi.at/themes/enfold-one-page-portfolio/. i need to insert id somewhere in code so scrollspy would know that id is for triggering active menu.
sorry i solved that problem
Fucking closing fucking TAG!!!! i lost fucking 4 hours…..and problem was right under my nose
SOLVED!!!!
it’s solved
November 3, 2016 at 5:25 pm in reply to: Highlight submanu on same page when the page is scroling down #707871Hey guys, can you please help?
i need correct id or class for full submenu so i can make items highlighted when user is scrolling to specific section
November 2, 2016 at 11:25 am in reply to: Highlight submanu on same page when the page is scroling down #707052Ok here is the link http://draglet-test.onlinebusiness.cc/shop-overview/ on scrolling it is not highlighting submeni
thanks Nikko
please do not deactivate only woocommerc plugins
Resolved
sorry it didn’t work
i found it :)
i mean, when you click on any link on sticky submenu, i want that active part to be black
i try this code
#top .av-subnav-menu > li.menu-item .current-menu-item > a {
color: black!important;
}- This reply was modified 8 years, 1 month ago by Uros.
-
AuthorPosts