Forum Replies Created
-
AuthorPosts
-
Hi Natalie!
Please make sure that you are using the latest version of Enfold which is 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It sounds like you are using the latest version of WordPress 4.1 and older version of Enfold. If updating the theme does not help, please post login credentials here privately and we will gladly try to help youRegards,
YigitHey!
Please try adding the code you posted in your first post C, to header.php file of your child theme.
Cheers!
YigitHey!
@garethmilton You are currently using an older version of WPML plugin, can you please update it firstly?Cheers!
YigitHey Tina62!
@elliott replied you 2 days ago and we were waiting to hear from you – https://kriesi.at/support/topic/header-background-image-with-link/#post-375356 :)Can you please post a screenshot and show 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!
YigitHi!
I still cannot reproduce the issue on my end. Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHey!
You can remove media queries and use the code as following
.html_header_sidebar.avia_mobile #top #header_main { overflow-x: scroll; height: 100%; }This should enable you to scroll down when screen width is smaller and social icons cannot be seen on initial load.
Cheers!
YigitHey!
Always glad to help Jan! Let us know if you have any other questions or issues :)
Cheers!
YigitHey!
Sorry for the late reply Graeme. Please add following code to Style.css file of your child theme
.col.span_1_of_2.card.products > a + br { display: none!important; }That seems to be fixing the issue on my end
Cheers!
YigitHey!
Can you please try adding following code to Quick CSS as well
@media only screen and (max-width: 990px) { .avia-caption.av-slideshow-caption, .av-click-overlay { display: none; }}Cheers!
YigitHey Jan :)
Please add following code to Quick CSS
.html_header_sidebar #header .av-main-nav > li { margin: 0 13% 0 38%; }Regards,
YigitJanuary 8, 2015 at 3:25 pm in reply to: Responsive issues after upgrade from Enfold 2.92 to 3.04 #376786Hi!
Sorry for the late reply Barb! Do you mind creating a temporary admin login and posting it here privately? Code i posted should have worked, we would like to look into it :)
Regards,
YigitJanuary 8, 2015 at 3:21 pm in reply to: Fullwidth sub menu page element – border colour not changing with custom CSS #376784Hey!
Please add following code to Quick CSS as well
#top .av-subnav-menu li a { border-color: white; }Best regards,
YigitHi!
I cannot see theme version you are using. Please try re-updating Enfold to the latest version 3.0.4 via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
@shakingtree No, it was not. Please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
If you would like to apply the changes manually, please see my post here – https://kriesi.at/support/topic/web-accessibility-problem/#post-291000Cheers!
YigitJanuary 8, 2015 at 3:02 pm in reply to: Is it possible to randomize the order of the masonry? #376773Hi!
Please see – http://kriesi.at/documentation/enfold/change-the-sort-order-of-masonry-elements/
@tgolas Thanks :)Regards,
YigitHey!
@mtnstreamgroup I just checked your website and ALB loads fine on my end while CM Tooltip Glossary Pro+ is activated – http://i.imgur.com/BMeJ2VF.png?1
Which browser and OS are you using? Please try a different browser and check if that helps.
@red-baron Can you please post the link to your website?Regards,
YigitJanuary 8, 2015 at 2:56 pm in reply to: Fullwidth sub menu page element – border colour not changing with custom CSS #376771Hey user877!
Please try adding following code to Quick CSS instead
#top .av-submenu-container { border-color: white!important; }Best regards,
YigitHi!
I am really sorry but i still cannot see a gap. Could you please put a big red arrow on your screenshot and show? I compared screenshots but still nothing
Best regards,
YigitHi arnie-design!
Yes, you can use them. Kriesi holds the correct license to distribute them which means end users can use them.
Cheers!
YigitHi!
CTRL + click ( CMD + click on Mac ) would exclude if you click on selected ones.
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
section#sfwd-quiz-widget-2 li h4 a { font-size: 13px !important; font-weight: normal !important; margin-bottom: 8px !important; }Best regards,
YigitJanuary 7, 2015 at 9:26 pm in reply to: Formatting Post Slider to Display Featured Images in Circles #376460Hi!
To make images perfect circle, they should be perfect square before applying custom CSS code. You can go to Appearance > Editor and open Functions.php file and find image sizes and adjust them as needed
$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 sliderAfter changing size, please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitHi!
There were extra closing curly brackets. I removed them and now code is working fine. Please review your website now :)
Best regards,
YigitHi!
Please try de-activating all active plugins and check if that helps
Best regards,
YigitHey
Please post login credentials here privately so we can see your page. I am only seeing a landing page which is not Enfold’s
Cheers!
YigitHey!
Login credentials do not work for me. Can you please check them once again?
“ERROR: Incorrect username or password.
ERROR: Too many failed login attempts. Please try again in 20 minutes.”Cheers!
Yigit -
AuthorPosts
