Forum Replies Created
-
AuthorPosts
-
Hey!
Please go to wp-content/themes/enfold and remove the code from Functions.php file and post temporary admin login credentials here privately so we can look into it
Regards,
YigitHi entomeu!
1- Please go to Enfold/framework/php file and open class-framework-widgets.php file and find
echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>"; echo '<div class="tab widget_tab_comments"><span>'.__('Comments', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_comment_list( array('number' => $posts, 'status' => 'approve', 'order' => 'DESC') ); echo "</div>";and change it to
echo '<div class="tab widget_tab_comments"><span>'.__('Comments', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_comment_list( array('number' => $posts, 'status' => 'approve', 'order' => 'DESC') ); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>"; echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>";2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget_tab_popular, .widget_tab_recent { display: none!important; }Regards,
YigitNovember 25, 2014 at 3:21 pm in reply to: wp-content/themes/enfold/css/dynamic-css.php on line 772 #357551Hi!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Cheers!
YigitHi McEwans!
You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your iconbox element a custom CSS class then add following code to Quick CSS
.your-custom-class .iconbox_content { background: rgba(250,113,0,0.66) !important; }Cheers!
YigitHi!
Please add following code to Quick CSS
strong.logo { position: relative; top: -10px; }If that does not help, please post a screenshot and show the changes you would like to make.
@kris1711 Thank you :)Best regards,
YigitHey!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitNovember 25, 2014 at 3:16 pm in reply to: Images/boxes not scaling correctly in responsive view (ipad, portrait) #357547Hi Elise!
Please update Enfold to the latest version 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
and let us know if issue remains :)Best regards,
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues
@ralph12 Thank you for your input Ralph :)Cheers!
YigitHey mrijnders!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi Annemarie!
Please try using this plugin – https://wordpress.org/plugins/login-screen-manager/
Cheers!
YigitNovember 25, 2014 at 3:11 pm in reply to: Mobile/tablet logo resizes on scroll while header height is fixed? #357543Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { .logo, .logo a, .logo img { max-height: 88px!important; }}Best regards,
YigitNovember 25, 2014 at 3:09 pm in reply to: "latest news widget" thumbnail picture is too small #357542Hey!
You should add
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48);to child theme’s functions.php file. You can also try using this plugin – https://wordpress.org/plugins/simple-image-sizes/
Cheers!
YigitHi tom77113!
Importing demo will change theme options and install pages, posts etc. on your database. If you can post the link of the pages you would like to duplicated from demo site, we can provide you shortcodes
Cheers!
YigitHey dtorrents!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHey!
Yes, they will be overwritten but you can use a child theme to avoid that. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
YigitNovember 25, 2014 at 3:01 pm in reply to: background image in Farb-Sektion is blurry in full width #357536Hey pixup!
Can you post the link to your page and point out the element please?
Regards,
YigitHey oriaku!
I have replied you here – https://kriesi.at/support/topic/theme-issue-contact-us-google-map-is-not-showing-specilization-time-bar/#post-357522
You should update the theme to fix the issues. Let us know if issues remain after updating the themeBest regards,
YigitHey profil77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer span.av_font_icon.avia_animate_when_visible.avia_start_animation.avia_start_delayed_animation { -webkit-animation: none!important; -moz-animation: none!important; animation: none!important; opacity: 1!important; transform: none!important; -webkit-transform: none!important; -moz-transform: none!important; }Best regards,
YigitHi paaploo!
You can edit your page and choose not to display footer under Layout section – http://i.imgur.com/ZcxJ72u.png
Regards,
YigitHey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#portfolio span a { color: white!important; }2- Please add your link as following
<a class="noLightbox" href="linkgoeshere" target="_blank">here</a>Regards,
YigitHey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey Bearded!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Please see Ralph’s instructions and also see – https://kriesi.at/support/topic/enfold-social-media-links-at-top-yelp/#post-290732
@ralph12 Thanks :)Regards,
YigitHi!
Please update Enfold to the latest version 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It should fix the issuesBest regards,
YigitNovember 25, 2014 at 2:43 pm in reply to: Theme issue – Contact Us (Google Map) is NOT showing & specilization (time bar) #357522Hey oriaku!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
It should fix the issuesCheers!
YigitHey!
Many users have their logo images created with whitespaces, i guess padding was removed to reflect the actual size of the logo. Glad it is working fine now! Let us know if you have any other questions or issues
Regards,
YigitHey!
You are welcome WalstonNet, glad if we could help :)
Unfortunately, i do not do any freelance work currently. You can find freelance developers on Envato Studio or Codeable.
Let us know if you have any other questions or issues :)Cheers!
YigitHey!
Please review your website. You can find changes i made in Appearance > Editor > Footer.php file and Enfold theme options > General Styling > Quick CSS. Please adjust styling in Quick CSS and change text and link in Footer.php file.
For further customization please hire a freelance developer.Regards,
YigitNovember 24, 2014 at 8:02 pm in reply to: Contact form and Google Maps elements not displayed properly #357079 -
AuthorPosts
