Forum Replies Created
-
AuthorPosts
-
Hey besamist!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
You can add links on icons to your anchor pointsRegards,
YigitJuly 14, 2014 at 12:26 pm in reply to: Hide logo image just for homepage with transparent header #290975Hey!
Please change the code to following one to apply it to only your homepage
.home .av_header_transparency .logo { opacity: 0; } .home .logo { opacity: 1; }Regards,
YigitHey Jonn!
Please try adding your link with HTTP prefix in Appearance > Menus as shown in screenshot here – http://i.imgur.com/mOcQu3y.png
Best regards,
YigitHi databuzz!
Please go to Enfold theme options > General Styling and choose to display “Boxed Layout” under “Use stretched or boxed layout?”
Regards,
YigitHey Dierbewust25!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHey!
Please download updated Dutch files here – https://www.dropbox.com/s/05ggpzrh3yynx6x/nl.NL.zip
Cheers!
YigitHi Swedfit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-9 .content, .page-id-9 .sidebar { padding-top: 20px; }Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitHi moltencreative!
1- It is Fullscreen Slider and not Fullwidth Slider
2- Please add Icon element to your page. You can find shortcodes of homepage v11 here – http://pastebin.com/i3J7rbQgCheers!
YigitHi dubyajay!
Please make sure to set main menu in Appearance > Menus and check “Enfold main menu” under Menu Settings – http://i.imgur.com/EG2SzfS.png
Cheers!
YigitHey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow li img { border-radius: 0; }Cheers!
YigitHey lflask!
You can go to Enfold theme options > Blog Layout and choose not to display selected meta.
You can also add following code to Quick CSS in Enfold theme options under General Styling tab.text-sep-cat, .blog-author, .blog-categories, .text-sep-comment { display: none !important; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Regards,
YigitJuly 14, 2014 at 11:10 am in reply to: CKEditor for WordPress Enfold doesn't have Theme Shortcuts #290940Hey ShortieD!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .header_bg { background-size: contain!important; }Cheers!
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
Hi Frederic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div.phone-info { font-size: 18px; }Cheers!
YigitHey karmenka!
Please refer to fix here – https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/#post-244942
Best regards,
YigitJuly 14, 2014 at 10:55 am in reply to: Hide logo image just for homepage with transparent header #290931Hi!
Please try following code instead
.av_header_transparency .logo { opacity: 0; } .logo { opacity: 1; }Cheers!
YigitHey Surya!
Please check your website now. I have successfully added the code to functions.php file
Best regards,
YigitHey robertwood04!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { div.avia_textblock p { text-align: left!important; }}Best regards,
YigitHi thjnk_ag!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Best regards,
YigitHi Bjørn!
You should update parent theme. Please see – http://vimeo.com/67209750
Best regards,
YigitHey TheMauiDarren!
Please go to Functions.php file in Appearance > Editor, then find and edit following line
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHey BrittS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-info { font-size: 16px; }Best regards,
YigitHey!
Please add following code to Quick CSS instead
a.small-preview { visibility: hidden !important; }Best regards,
YigitHey!
If tables under each dog breed have the same ID, you can use following code
table#t1 { width: 98%!important; margin: 0 auto!important; margin-bottom: 15px!important; }If not, you need to add custom CSS code for each table with their ID’s included as following
table#t1, table#t212, table#21231 { width: 98%!important; margin: 0 auto!important; margin-bottom: 15px!important; }You can right click on the table to find their ID’s as shown in screenshot here – http://i.imgur.com/eUxvYUy.png
Cheers!
Yigit -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
