Forum Replies Created
-
AuthorPosts
-
Hi!
Yes you need to do it via FTP and .htaccess file is on the root folder of your WordPress installation
Regards,
YigitHey TownCouncil!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main .main_color .entry-content a { color: red; }Best regards,
YigitDecember 31, 2014 at 3:39 pm in reply to: How do I get sidebar along page content NOT below it? #373565Hey Rshaules!
You are using a Color Section element on your page, which is a fullwidth element, which will always push the sidebar below it. You can add Code Block element to your page and insert your shortcode into it and it should work fine with sidebar
Cheers!
YigitHey cagraphicdesign!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
YigitHey crkgolf!
You can go to Appearance > Editor and open Functions.php file and find image sizes there
$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 sliderIf you would like to change the sizes, please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitDecember 31, 2014 at 3:23 pm in reply to: Cloud zoom not working with enfold and woocommerce #373555Hey!
“This content is password protected. To view it please enter your password below:” Now password is needed Kayzel :)
Cheers!
YigitHey!
Please review your website now. I added icons using HTML instead of shortcodes
Best regards,
YigitDecember 31, 2014 at 3:10 pm in reply to: color section background image comes on top of the header! #373551Hey!
Please add following code to Quick CSS
div#header_main { background-color: white; }Regards,
YigitHey!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in “Blog Style” then create your blog page using Advanced Layout Builder. Then add Blog Posts element and choose to display Excerpt – http://i.imgur.com/Ps3RLPU.png
Regards,
YigitHi!
Please add following code to Quick CSS as well
#top #header .mega_menu_title a { color: #9b762b; }Best regards,
YigitDecember 31, 2014 at 2:53 pm in reply to: background color for special heading element or other solution? #373541Hi!
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 apply custom CSS for specific elements.
Glad we could help Amin, let us know if you have any other questions or issues.
Happy new year!Cheers!
YigitHi jualcald!
Please try de-activating all active plugins and check if that helps.
You can remove the whitebox using following code in Quick CSS field in Enfold theme options > General Styling tabdiv#mg_full_overlay { display: none !important; }make sure to disable CSS minifying feature
Cheers!
YigitHey thekernal!
Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi!
Please go to Appearance > Menus and create a new menu and add “inscription” and “connexion” to your new menu and then check “Enfold secondary menu” under “Menu Settings”. Then go to Enfold theme options > Header > Extra elements and choose to display secondary menu on the header
Cheers!
YigitHi!
I asked my teammates to check your website on IE8, please kindly wait to hear from them.
Cheers!
YigitDecember 31, 2014 at 2:26 pm in reply to: background color for special heading element or other solution? #373523Hey!
Please add following code to Quick CSS
.home div#av_section_1 .av-special-heading { background-color: rgba(255,255,255,0.8); padding: 10px; color: black!important; }If you would like to decrease the width of the background, please insert your text inside a column element
Best regards,
YigitHey codecreative!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”. Please do not forget to add the element twice and check “Apply only to mouse hover state” for hover state.
Cheers!
YigitHi Pete!
Please add following code to Quick CSS as well
.av-main-nav li.current-page-ancestor > a { color: #0099ff!important; }Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .sidebar a { color: #ffffff!important; }Best regards,
YigitHey!
What you are seeing is default widgets. You can add any widget you would like to display to first footer column and default widgets will disappear
Best regards,
YigitDecember 31, 2014 at 2:12 pm in reply to: Second level sub-menu goes off-screen and I cant see it. #373508Hi insurefirst!
Please add following code to Quick CSS ( or Style.css file of your child theme )
.html_header_top #top .av_menu_left .main_menu .menu li ul ul { left: auto; right: 207px; }Regards,
YigitDecember 31, 2014 at 2:10 pm in reply to: background color for special heading element or other solution? #373506Hey insurefirst!
You can add a slider with captions and then change the background color of captions using following code in Quick CSS field ( style.css file of your child theme works as well )
.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 { background: rgba(255, 255, 255, 1); } .slideshow_caption, div .slideshow_caption a, div .slideshow_caption a:hover, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong, div .slideshow_caption h2 strong { color: black; }Regards,
YigitHey!
Great! Glad we could help Thomas. Let us know if you have any other questions or issues. Happy new year :)
Regards,
YigitHi!
Please try adding !important rule as following
.main_color li { color: #bd0d0d !important; }Code is currently not being applied, affter adding !important rule it should work fine
Regards,
YigitDecember 31, 2014 at 1:46 pm in reply to: The contact us forms are not working, also the Accordion Slider #373495Hi tamir72!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
It is under Layout Elements in Advanced Layout Builder – http://i.imgur.com/K8NropE.png
Cheers!
YigitHey joeydrums!
Please refer to Elliott’s post here – https://kriesi.at/support/topic/category-archive-pages-to-show-excerpt-only/#post-373218
Regards,
Yigit -
AuthorPosts
