Forum Replies Created
-
AuthorPosts
-
Hey Munford!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { transform-style: inherit; }Regards,
YigitHey lanelee!
Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHey rafirosenberg!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHi!
You can add Color section element to the top of your pages and set custom background image and add additional elements like Text Block element or Special heading element for the text.
Best regards,
YigitHi rikv!
Can you please try de-activating all active plugins and check if that helps? There may be compability issues with a plugin and Enfold.
Best regards,
YigitHi!
Please do so and let us know so we can mark the thread as resolved or assist you further :)
Best regards,
YigitHi!
Can you please try updating the theme via FTP – http://vimeo.com/67209750
Also please try de-activating all active pluginsBest regards,
YigitHey!
Ok, that titles :)
Please add following code to the functions.php file in Appearance > Editorfunction add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Cheers!
YigitHey!
You are welcome, glad we could help :)
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 :)Regards,
YigitHey Snurp!
I replied you here – https://kriesi.at/support/topic/mobile-menu-18/#post-375158
If you have more questions, please ask them here and stick to one topic :)Cheers!
YigitHey!
Please go to Enfold/framework/php folder and open class-breadcrumb.php and find following line
$separator = '<span class="sep">' . $separator . '</span>';and change it to
$separator = '<span class="sep"> > </span>';and then add following code to Functions.php file in Appearance > Editor
add_filter('avia_breadcrumbs_args', 'avia_remove_home_breadcrumb', 10, 1); function avia_remove_home_breadcrumb($args){ $args['show_home'] = ""; return $args; }Best regards,
YigitJanuary 5, 2015 at 6:32 pm in reply to: Envato "Smart Navigation Breadcrumbs" integration help #375230Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .main-title { display: none; } .title_container .breadcrumb { left: 50px; right: auto; }Please edit your homepage and choose not to display title bar – http://i.imgur.com/3xKuO4R.png
Cheers!
YigitHi!
It does show up fine on my end – http://i.imgur.com/z5uUHwB.png
Please flush browser cache more times and try refreshing your pageBest regards,
YigitHey Adamantum!
Can you post the link to your page where we can see sidebars? I could not find any on your website
Best regards,
YigitHey camtay!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey master-t!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 #footer, .error404 .sidebar, .error404 .title_container { display: none !important; } .error404 .content { width: 100% !important; border: none !important; } .error404 #main { background-image: url(https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg); } .error404 .main_color { background-color: transparent; } .error404 .container_wrap { border: none; }Best regards,
YigitHi!
No, the one you used is fine :) Let us know if you have any other questions or issues
Cheers!
YigitHi alanboyle5355!
In the example code, “knives” category should be hidden on the shop page. Please make sure that you inserted your category name instead of “knives”. You can easily choose which categories you would like to display using ALB elements such as Product Grid – http://i.imgur.com/gAsEnEX.png
Best regards,
YigitHey alanboyle5355!
I checked the code once again and it seems to be working totally fine on my end. Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHey alanboyle5355!
You can try using this plugin – https://wordpress.org/plugins/simple-image-sizes/
You can find the code you posted in Functions.php file of your parent theme. After making changes, please use this plugin to regenerate thumbnails – https://wordpress.org/plugins/regenerate-thumbnails/Regards,
YigitHey!
You are welcome Mark. Let us know if you have any other questions or issues :)
Cheers!
YigitHey sharonAlR!
Yes, please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
YigitJanuary 5, 2015 at 5:44 pm in reply to: Envato "Smart Navigation Breadcrumbs" integration help #375198Hi bryan1976!
Personally i do not have any experience with this plugin. It would be better if you could contact plugin authors.
Best regards,
YigitHi juancho78910!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate { display: none!important; }}Regards,
YigitHi Konstantinos!
I cannot see the errors in console. Have you figured it out already?
If not, please try de-activating all active plugins and check if that helps.Best regards,
YigitHi markpevans!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
You are currently using an older version which is not compatible with WordPress 4.1Regards,
YigitHey VENTDECOM!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
YigitHey thecszone!
Please add following code to Quick CSS
.phone-info h6 b a:hover { color: orange!important; }Cheers!
YigitHey Harris!
1- Please add following code to Functions.php file in Appearance > Editor
function add_custom_placeholder(){ ?> <script> jQuery(window).load(function(){ jQuery('input#avia_name_1').attr('placeholder', 'Name *'); jQuery('input#avia_e-mail_1').attr('placeholder', 'E-mail *'); jQuery('input#avia_phone_1').attr('placeholder','Phone'); jQuery('textarea#avia_message_1').attr('placeholder', 'Message *'); }); </script> <?php } add_action('wp_footer', 'add_custom_placeholder');2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset p { margin-top: 0; } #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { width: 60%; }Cheers!
Yigit -
AuthorPosts
