Forum Replies Created
-
AuthorPosts
-
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitHi schoefa2!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
YigitHi rangertech!
Please see – https://kriesi.at/support/topic/open-portfolio-item-images-in-lightbox-instead-of-in-preview-window/#post-393224
Cheers!
YigitHi!
Please change the first code posted by Elliott to following one
.home .avia-builder-el-17 { top: 40px; z-index: 10; }Cheers!
YigitHey Emrah!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitHi!
Please also see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.logo img { display: none; }Best regards,
YigitHi!
Firefox does not support EOT file type. Adding only WOFF file seems to be the solution. Please try doing so.
This is not a theme related issue but browser related issue, just for your information :)Best regards,
YigitFebruary 24, 2015 at 2:04 pm in reply to: Translate the word "articles" into something different #401406Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHey!
You are welcome, glad we could help! I am closing this topic for now, if Kriesi shares the font family, i will post it here. Feel free to start a new thread if you have any other questions or issues :)
Regards,
YigitHey ceciliahermansson!
Please add following code to Functions.php file in Appearance > Editor and edit as needed
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
.av-main-nav ul li.current_page_item a { color: red !important; }I asked Kriesi which font family he used on Enfold logo. He may not want to share it, if he does, i will post it here.
Best regards,
YigitHi!
You can refer to this post and add widget area to header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
YigitFebruary 24, 2015 at 1:13 pm in reply to: remove meta info and post-title and av-share-box photogallery #401370Hi!
You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Cheers!
YigitHi lowman42!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and edit as needed
.avia-tooltip { width: 200px; color: red; background: rgba(255,255,255,0.3); }Regards,
YigitHi lauriekorchinsky!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_stretched #wrap_all { background-color: white; }2- Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png
Best regards,
YigitHi!
1- Please add following code to Quick CSS to change the color of menu FX
.avia-menu-fx { background-color: green!important; }2- Please refer to my post here – https://kriesi.at/support/topic/update-flag-or-icon-in-menu/#post-331645
Regards,
YigitFebruary 24, 2015 at 12:58 pm in reply to: Getting the Sidebar to show the Parent/Grandparent #401356Hey!
You should apply the changes on Functions.php file and not functions-enfold.php file. Please undo the changes you made on the wrong file and apply on the correct one.
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}Cheers!
YigitMerhabalar
Lutfen assagidaki kodu Functions.php dosyasina ekleyin Gorunum > Duzenleyici bolumune giderek
function add_custom_meta(){ $output = 'META KEYWORDLERI BURAYA YERLESTIRIN'; echo $output; } add_action('wp_head', 'add_custom_meta');Adwords kodlarinida yine Functions.php dosyasina bu kodu girerek ekleyin
function add_custom_script(){ ?> KODUNUZ BURAYA GELICEK <?php } add_action('wp_head', 'add_custom_script');Eger dosyayi duzenlemekte rahat degilseniz, kodlari http://pastebin.com/ sitesi uzerinden gonderebilirseniz ben eklerim sizin icin
Cheers!
YigitHi vollstark!
Please see – http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/
Cheers!
YigitHi!
Please go to Enfold/js folder and open avia.js file and find
if(st < el_height/2) { newH = el_height - st; av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/2;and change it to
if(st < el_height/1.5) { newH = el_height - st; av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/1.5;Cheers!
YigitHi!
Please add following code to Quick CSS as well
.tab.active_tab { background-color: white; }Regards,
YigitHi Ivan!
Thank you for considering Enfold :)
Yes, you can use Advanced Layout Builder on all demos including Photography demo – http://kriesi.at/themes/enfold-overview/
If you have any other questions, please feel free to post them as wellBest regards,
YigitHi nicsans!
Please add following code to Functions.php file in Appearance > Editor and adjust as needed
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }and can you post the link to your blog page?
Cheers!
YigitHey!
Yes, you are currently using 3.0.5 – http://i.imgur.com/xOawbhE.png
Please try re-updating the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
Yigit -
AuthorPosts
