Forum Replies Created
-
AuthorPosts
-
Hey vuzzbuzz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-11 .content { padding-top: 10px; padding-bottom: 10px; }Cheers!
YigitHi!
As far as i know, such filmstrip kind of transition is not possible on LayerSlider. Please try “Smooth fading from right” under 2D transitions
Best regards,
YigitJuly 24, 2014 at 6:05 pm in reply to: Can I create a page template like 'without header, but with footer' #295551Hi Andy!
You can remove header from a certain page using page ID in custom CSS code as following
.page-id-59 #header { display: none !important; } .page-id-59 #main { padding-top: 0 !important; }Please add the code to Quick CSS field in Enfold theme options under General Styling tab. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitHi Arran!
You are welcome, we are always glad to help. Your code does look fine :)
Let us know if you have any other questions or issuesBest regards,
YigitHi!
Please try adding following code to Functions.php file inside Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); jQuery('a').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHey sineadh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#av_section_3 h4 { margin-top: 0; }Cheers!
YigitJuly 24, 2014 at 5:48 pm in reply to: Accordion Slider images looks not good in responsive mode #295533Hi!
Please see Kriesi’s post here – https://kriesi.at/support/topic/accordion-slider-on-mobile-device-can-i-increase-height/#post-274009
Best regards,
YigitHi inkydia!
Please firstly update Enfold to the latest version 2.9.1 via FTP and let us know if issue remains – http://vimeo.com/67209750
Cheers!
YigitHey ftt123!
Please try using this plugin – https://wordpress.org/plugins/wordpress-seo/
Cheers!
YigitHi!
Please try updating via FTP – http://vimeo.com/67209750
If you have entered API key correctly, it should work fine for upcoming updates :)Best regards,
YigitHey profumopuntoit!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);and change the values then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.news-thumb img, .news-thumb img { width: 28px; height: 28px; } .news-thumb { height: 36px; width: 36px; }These are default values. You should change them according to sizes you set in functions.php file
Regards,
YigitHi bzzz007!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitHi!
You are welcome, always glad to help! :) Let us know if you have any other questions or issues
Best regards,
YigitHi hark!
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/Cheers!
YigitHey!
Currently there is no easier way i am afraid. You can request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
How does it effect theme styling? Please use Color Section ID and Page ID to customise your page so changes would be applied to the element only on that certain page :)Cheers!
YigitHi!
What kind of changes do you need? If they are something simple, you can post them here and we can try to help you out.
And if you would like to hire a freelance developer, please see Envato Studio or Codeable. You can also request quote from WerkPress.Regards,
YigitHi!
Please change the code i posted previously to following one
@media only screen and (min-width: 768px) { span.pagination-meta { display: none; } nav.pagination { width: 10%; margin: auto; }}it will be applied only on screens bigger than 768px
Cheers!
YigitHey!
You already have fullscreen slideshow on your page and i thought you would like to make slideshows into 3 content boxes like example site. Could you please elaborate? I am not sure if i understood you correctly
Cheers!
YigitHi Rob!
You are using an older version of the theme, 2.4.4. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You may need to re-configure header. Please see – http://vimeo.com/channels/aviathemes/91837491Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .widget_shopping_cart .button { float: left; } .term-mens-clothing .sidebar { display: none!important; } .term-mens-clothing .content { border: none; width: 100%!important; }Regards,
YigitHey McEwans!
You can simply add content sliders under content elements in Advanced Layout Builder into your color section element :)
Regards,
YigitHi Laureninthailand!
You can remove captions on mobile devices by adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-caption { display: none !important; }}Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content { border-color: white!important; }Cheers!
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Best regards,
YigitHey!
Please let us know after issue is fixed so we can look into the logo issue :)
Regards,
YigitHi miketica!
Seems like you have already removed the header on your page. Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove the top padding on your page
.page-id-192 #main { padding-top: 0!important; }Alternatively, you can use blank template which has no header and footer
Best regards,
YigitJuly 24, 2014 at 4:59 pm in reply to: Enfold – Tables rows change font color, alternates color between default/light #295475 -
AuthorPosts
