Forum Replies Created
-
AuthorPosts
-
Hi webdevsd!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
YigitHi voice903fm!
Please go to Enfold theme options > Header and choose to display “Logo center, menu above”
Cheers!
YigitHi!
Please 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 element a custom CSS class and then add following code to Quick CSS
.your-custom-class { background-color: rgba(255,255,255,0.7); padding: 10px; }Regards,
YigitHi!
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,
YigitHi bertel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-perspective: 0; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { font-weight: 300; }Cheers!
YigitDecember 18, 2014 at 8:34 pm in reply to: Change transparency to border in small bar above main menu #370186Hi!
Border between secondary menu items are gone on my end – http://i.imgur.com/5aFjRfW.png
Would you like to remove borders from social icons as well? If so, please add following code to Quick CSS as well#top .av_header_transparency #header_meta li { border: none; }If not, please post a screenshot and show the changes you would like to make
Regards,
YigitHey!
Can you please make Style.css file writable so we can add custom CSS codes? Currently code i add to Quick CSS field is not being applied
Regards,
YigitHi!
You are welcome Erik, we are always happy to help :) #TeamKriesi
Best regards,
YigitHi!
Please try centering manually with following code then
@media only screen and (max-width: 480px) { .logo { position: relative; left: 20px; }}Best regards,
YigitHey stevewturnbull!
Please go to Appearance > Menus and create a second menu and add your pages into it then check “Enfold secondary menu” under Menu Settings. Then go to Enfold theme options > Header > Extra Element and choose to display your secondary menu
Cheers!
YigitHi!
Can you please try adding following code to Style.css file of your child theme in Appearance > Editor
.col.span_1_of_2.card.products > a { display: compact!important; }I cannot edit the file because of permissions
Regards,
YigitHey!
Please go to WooCommerce > Settings > Products and change “Product Thumbnails” and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHey!
That is expected behaviour when you are using a sticky header, what you see when you scroll down is page content.
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.responsive #header_main .inner-container .logo { margin: auto; display: block; }Cheers!
YigitHi!
They are using Open Sans font family as well but with a lighter font weight (300). Can you please post the link to your website and point out which elements would you like to edit and apply lighter font?
Cheers!
YigitHey!
Please change the code to following one
footer#socket { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } div#header_meta, header#header, div#wrap_all, body#top, div#main, .header_bg { border-top-right-radius: 10px; border-top-left-radius: 10px; }Best regards,
YigitHey!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHey!
Please try adding following code to Quick CSS as well
.avia-mac #wrap_all { -webkit-transform: translateZ(0)!important; }and ask your friend to flush browser cache and refresh your page a few times
Regards,
YigitHey!
Can you please post the link to your website and point out the images? Just to make sure that we are on the same page, this is the overlay you would like to remove – http://i.imgur.com/Khsyb78.png is that correct?
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.arrowchat_block_menu select { width: 135px!important; } textarea.arrowchat_chatroom_message_input { width: 97%!important; }Regards,
YigitHi bryan1976!
“You do not have permission to preview drafts.” we cannot see drafts. Please firstly publish the page and then post the link to us :)
Best regards,
YigitHey!
Please remove the plugin and go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderand adjust the sizes as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHey!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_facebook(){ ?> <!– Facebook Conversion Code for LeadsPixel Emmen –> <script>(function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } })(); window._fbq = window._fbq || []; window._fbq.push(['track', '6025433469488', {'value':'0.00′,'currency':'EUR'}]); </script> <noscript></noscript> <?php } add_action('wp_footer', 'add_custom_facebook');Cheers!
YigitHey silviouk!
Have you tried Twitter’s own widget? – https://twitter.com/settings/widgets
Thank you, merry Christmas and happy new year to you too :)Best regards,
YigitHi!
You should update via FTP this time and please do not remove theme version number.
Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/I5TDQx2.png
Best regards,
YigitHi mdpreston!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.iconlist-char { font-size: 24px; }Best regards,
YigitDecember 18, 2014 at 4:26 pm in reply to: contact form: no message sent despite success message #370019Hi Irja!
Please try Contact Form 7 plugin and check if it works – https://wordpress.org/plugins/contact-form-7/
Regards,
Yigit -
AuthorPosts
