Forum Replies Created
-
AuthorPosts
-
Hi primdogg!
Please flush browser cache and refresh your page a few times. Black/White scheme is active on my end – http://imgur.com/a/wzFhq
Best regards,
YigitHi!
Please use following one instead
#top .main_menu .menu li.englisch { background-position: 50%; }Regards,
YigitHi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta { display: none!important; }2- You can add Button shortcode to your posts and link it to your main blog pag
Regards,
YigitHi!
Glad we could help :) Let us know if you have any other questions or issues
Best regards,
YigitAugust 25, 2014 at 11:46 am in reply to: Easy way to make images overlay above color section? #308778Hey newpappa!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then edit your image element and give it a unique class. Then add following code to Quick CSS and adjust as needed
.your-custom-class { position: relative; top: -80px; }Regards,
YigitAugust 25, 2014 at 11:42 am in reply to: Remove single pixel horizontal line between color sections #308776Hey newpappa!
Please edit your Color Section element and choose “no border styling” option – http://i.imgur.com/YsCBcAZ.png
Cheers!
YigitHey newpappa!
Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tabinput#inf_field_FirstName, input#inf_field_Email { max-width: 24%!important; float: left; margin-right: 5px!important; }Since your input fields are placed in a small column, they will look small. You can add them inside a bigger column element and adjust the values as needed
Cheers!
YigitHi graphiti!
You can use HTML in description field. Please see – http://vimeo.com/92503669
Cheers!
YigitAugust 25, 2014 at 11:32 am in reply to: Blank field when switching back from Advanced Layout Editor #308768Hi!
You are welcome Slavik, glad we could help! Let us know if you have any other questions or issues and enjoy your theme :)
Best regards,
YigitAugust 25, 2014 at 11:27 am in reply to: Remove top and bottom space between Code Block within Color Section #308760Hi newpappa!
Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab#your-custom-id .content { padding-top: 0; padding-bottom: 0; }Regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1024px) { .page-id-2870 .av_three_fifth { width: 100%!important; }}Best regards,
YigitHey newpappa!
Please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
then you can make the changes using header configurator – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Cheers!
YigitHey!
Please do not forget to flush browser cache after applying custom CSS codes. It does seem to be working fine on my end – http://i.imgur.com/UzTlAcT.png
Regards,
YigitAugust 25, 2014 at 11:15 am in reply to: Blank field when switching back from Advanced Layout Editor #308748Hi!
By adding the code in the link i posted in my previous post, you are going to be able to edit ALB elements you have added in default editor as shortcodes. When you switch between editors, you are going the see the same content
Cheers!
YigitHi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and decrease the padding between menu items
@media only screen and (max-width: 990px) { .av-main-nav > li > a { padding: 0 5px; }}Best regards,
YigitHi SphereEvenements!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .page-id-2870 .av_two_fifth { display: none; }}You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey Rainer
Please try adding following code to Quick CSS
.avia-menu-fx { width: 90%; }Best regards,
YigitHey simonac!
Please add following code to Quick CSS as well
#top .main_menu .menu li.englisch { background-position-x: 50%; }Cheers!
YigitHi!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitHi!
Please go to Appearance > Editor and open Functions.php file and add following code
add_action( 'bbp_template_after_single_topic','bbp_bottom_pagination' ); function bbp_bottom_pagination() { $output = bbp_get_template_part( 'pagination', 'replies' ); return $output; }Best regards,
YigitAugust 25, 2014 at 10:39 am in reply to: Blank field when switching back from Advanced Layout Editor #308726Hey slavik!
It is expected behaviour. However you can turn on ALB debugging mode to see shortcodes in default editor. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
YigitHi!
Glad you figured it out Jaap! Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .entry-content-header { display: none; }Cheers!
YigitHey ewerde!
Please go to Enfold/Config-templatebuilder/avia-shortcodes folder and open Magazine.php file and find
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";and change it to
$titleAttr = "title='".get_the_title($entry->ID)."'";It will display post title on mouse over
Best regards,
YigitHey!
Please try de-activating all active plugins and check if that helps. There are bunch of JS errors in console.
Best regards,
YigitHey Arran!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget_recent_entries a { font-size: 14px; }Best regards,
YigitHi David!
You can change the functions.php file of the theme file to define your own grid size to use for the sidebars and main containers. See: https://kriesi.at/support/topic/right-sidebar-width/#post-118282
Cheers!
Yigit -
AuthorPosts
