Forum Replies Created
-
AuthorPosts
-
Hey Rupert!
Please see – http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
also try using this plugin – https://wordpress.org/plugins/post-types-order/Cheers!
YigitHi kpundyk!
Please go to Enfold theme options > Sidebar Layout and check “Sidebar on Smartphones”
Cheers!
YigitHey motylanogha!
Using HTML on code block element it should be possible. Do not forget to give it a custom CSS class to make it fixed – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
YigitHey pt360!
When slider caption has so much content, sometimes it does not fit. However you can add following code to Quick CSS in Enfold theme options under General Styling tab to decrease font size and padding around it as a workaround
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 14px; } .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 5px 10px; }}Regards,
YigitHey!
@dkg_husse do you mind creating a temporary admin login and posting it here privately?
@sergevg Glad you figured it out! Thanks for sharing the culprit :)Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues :)
Regards,
YigitHey!
1- Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px
2- Waiting to hear from you :)Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
YigitHey eaglescience2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-.avia-content-slider .slide-entry { border: 1px solid #e2e2e2; padding: 10px; }2- Please edit your blog posts > click on Screen Options > check “Discussion – http://i.imgur.com/tSnpxfj.png scroll down and uncheck “Allow comments.”
3- You can use Masonry element under Content elements in Avia Layout Builder – http://kriesi.at/themes/enfold/blog/masonry-blog/Regards,
YigitHi evtilsley!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .responsive #header .main_menu ul { display: block; }}I recommend you to go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px, so menu will not overlap your logo :)
Cheers!
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if( $context == "single-portfolio") avia_social_share_links(); }Regards,
YigitHi!
You are welcome but seems like you already got rid of them as well before we assist you ;D
Best regards,
YigitHey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .responsive #header .main_menu ul { display: block; }}2- Can you try re-creating the color section?
Glad you liked the update :)
Cheers!
YigitHi!
It does seem like you have already figured it out – http://i.imgur.com/VNP5C2M.png ? :)
Regards,
YigitMay 30, 2014 at 10:53 am in reply to: Enfold Top Bar colour setting as well as font colour setting #272325Hey MDPC!
Thanks for your kind words! :) Do you mind posting a link to your website so we can see what type of header you are using?
Regards,
YigitMay 30, 2014 at 10:46 am in reply to: Enfold Top Bar colour setting as well as font colour setting #272321Hey dmaca!
Please go to Enfold theme options > Advanced Styling > Small bar above Main Menu to change its background color
Best regards,
YigitHey!
Please add following code to Quick CSS as well and adjust as needed
.page-id-3196 .single-big { border-bottom: 1px solid #e2e2e2; }Regards,
YigitHi!
No it should not. If issue re-occurs, please try deactivating active plugins one by one to find the culprit
Regards,
YigitHey!
You can increase the width of container on mobile devices with following code
@media only screen and (max-width: 480px) { .responsive .container { width: 93% }}or decrease the font size with following code
h2.av-special-heading-tag { font-size: 34px !important; }Regards,
YigitHey!
Please update Enfold to the latest version 2.8.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey thomasappell!
Please refer to Peter’s post here – https://kriesi.at/support/topic/sorry-but-you-do-not-have-the-correct-permissions-to-install-the-bb-press-forum/#post-141192
Best regards,
YigitMay 30, 2014 at 12:39 am in reply to: Social Sharing Widgets on all pages and /blog page and trimmed posts #272171Hey!
Please find following line
if($context == "page" || $context == "single-portfolio")and change it to
if($context == "page" || $context == "single-portfolio" || $context == "blog" )Cheers!
YigitHi!
You are welcome Jussi, glad we could help! Let us know if you have any other questions or issues
Cheers!
Yigit -
AuthorPosts
