Forum Replies Created
-
AuthorPosts
-
Hey!
As you can see here – http://i.imgur.com/0oOmFR7.png you wrapped your text inside a FONT tag, which is deprecated. Please use DIV or P tag instead of FONT. You can give your DIV element a custom class as following
<div class="my-custom-class">here goes your text</div>and then you can add following code to Quick CSS in Enfold theme options under General Styling tab to adjust its color and font size
.my-custom-class { font-size: 16px; color: red; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1165px) and (min-width: 990px) { .av-main-nav > li > a { padding: 0 7px; } .logo * { max-width: 80%; top: 8px; }}Cheers!
YigitJanuary 14, 2015 at 4:12 pm in reply to: Mega Menu Width Issues on Certain Pages (not fixed) #379484Hey Matt!
Sorry, i thought you figured it out and closed it.
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab.avia_mega_div.avia_mega3.nine.units { width: 426px!important; } .avia_mega_div.avia_mega2.six.units { width: 258px!important; } .avia_mega_div.avia_mega1.three.units { width: 193px!important; } .avia_mega_div.avia_mega2.six.units { width: 289px!important; }Best regards,
YigitHi!
You can simply download pre-built Enfold child theme from here – http://kriesi.at/documentation/enfold/downloads/
Regards,
YigitHi!
I tried to provide you the simplest way. Is not this what you wanted? You can create a custom header and only show it on your homepage but that kind of customization would be out of scope of our support and needs to be done by a freelance developer.
Please elaborate and post screenshots showing the changes you would like to make.Cheers!
YigitHey!
Can you point out an element which is using “ginger-regularregular” font family?
Best regards,
YigitJanuary 14, 2015 at 3:58 pm in reply to: Can't update all the files of enfold – have issue with slider #379465Hi!
Font are trying get loaded from a different URL ( even missing www makes difference ) and this code makes sure that they are being loaded. Let us know if you have any other questions or issues :)
Best regards,
YigitHi!
You can contact your service provider and they can apply the changes for you as well.
Please also see – https://wordpress.org/support/topic/how-to-find-and-edit-htaccess-file-1Best regards,
YigitHi paso70!
Yes, it is. You can find implementation here – http://sevenspark.com/docs/ubermenu-enfold
Cheers!
YigitJanuary 14, 2015 at 3:54 pm in reply to: Remove underlines from hyperlinked H3-Headings in text blocks #379458Hi Bklaus_sk!
Please try using following one
h3 * { text-decoration: none !important; }Cheers!
YigitHey sitesme!
Have you tried de-activating all active plugins and check if that helps? Can you also post the link to your page where we can see an example please?
Best regards,
YigitMerhabalar!
Gecici admin logini olusturup buraya gizli olarak gondermeniz mumkun mu tekrardan goz atsam? :)
Guncellemeler sonucunda bu degisiklikleri kaybetmemek icin sanirim en guvenli cozum Enfold/lang klasoru icerisindeki tr_TR.po dosyasini yedeklemeniz olacaktir.
PoEdit ( http://poedit.net/ – ucretsiz ) programini kullanarak dosya uzerinde degisiklikler yapabilirsiniz. Simdilik ben su anki kurulumunuzdaki dil dosyasini guncelleyim siz o sira PoEdit programini bir inceleyin isterseniz :)Regards,
YigitHi!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitJanuary 14, 2015 at 3:45 pm in reply to: Where can I add html code so that I have a banner under the menu? #379445Hi!
Please make sure to use single quote in your HTML when you insert your IMG tag instead of BANNER HERE text
Best regards,
YigitJanuary 14, 2015 at 3:43 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #379442Hey Barb!
I could not reproduce the issue on my end but you can adjust the height using following code in Quick CSS field
@media only screen and (max-width: 767px) { .responsive .title_container .breadcrumb { top: -6px; }}Cheers!
YigitHi!
You are welcome Btina, always happy to help :) Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please add following code to Quick CSS
.avia-layerslider.avia-shadow { box-shadow: none; }Best regards,
YigitHey codecreative!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
YigitHi!
Please add following code to Quick CSS as well
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }Best regards,
YigitHey melissaek13!
Please go to Enfold theme options > Header and set header size to custom pixel value and then choose to display 156px
Cheers!
YigitHey hsie!
Please go to Enfold/config-templatebuilder/avia-template-builder/php folder and open font-manager.class.php and find
$append = empty($font_list['append']) ? "" : $font_list['append']; $qmark = empty($append) ? "?" : $append;and comment it out as following
//$append = empty($font_list['append']) ? "" : $font_list['append']; //$qmark = empty($append) ? "?" : $append;Cheers!
YigitHey!
Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) { .secondary-logo { margin-top: -85px; max-width: 20%; float: right; }}Cheers!
YigitHey!
Please add following code to Quick CSS
.html_header_sidebar .logo { padding-bottom: 5px; }Cheers!
YigitJanuary 13, 2015 at 8:09 pm in reply to: Can't use Avia Layout Builder after installing Enfold on sub-domain #379087Hi MadRhino!
Please make sure that you are using the latest version of Enfold which is now 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Please add following code to Quick CSS as well
.home .avia-builder-el-26 { margin-top: -15px!important; }Best regards,
YigitJanuary 13, 2015 at 8:02 pm in reply to: Change title of product page from 'Shop' to product name #379084Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi!
I could notice only width differences and as Ismael mentioned, you can go to Enfold theme options > General Layout > Dimensions and change the dimension to match your older website.
If there are any other differences, please point them outRegards,
YigitHi Nello83!
1- Please sign up on https://en.gravatar.com/ and upload an avatar with your registered e-mail address
2- Currently it is not possible but you can request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/You can also create a shortcode and paste it under each post. You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
Yigit -
AuthorPosts
